summaryrefslogtreecommitdiff
path: root/mario/gamestate.lua
AgeCommit message (Collapse)Author
2015-11-29some logging to keep track on which players started/ended a game from the ↵HEADorigin/masterorigin/HEADmasterFernando Carmona Varo
server log
2015-11-29Fix rounding issue with the collision detection that could cause problems ↵Fernando Carmona Varo
with the portals
2015-11-11Reduced the hear distance of some of the soundsFernando Carmona Varo
2015-11-11Fixed turtles going through portals, fly/noclip/fast priviledges will be ↵Fernando Carmona Varo
temporarily disabled during the game, and increased a bit ghost radius
2015-11-08Added green mushroom to mario, it'll spawn when there are only 10 coins leftFernando Carmona Varo
2015-11-07Some refactoring for the on_player_collisionFernando Carmona Varo
2015-11-07Improved portal detection, using the already existing collision detection ↵Fernando Carmona Varo
logic instead of abms
2015-10-28Merge branch 'master' of https://github.com/DonBatman/myarcadeFernando Carmona Varo
Conflicts: mario/gamestate.lua mario/hud.lua mario/init.lua
2015-10-27Integrated Mario gamestate logic, some fixes and tweaksFernando Carmona Varo
2015-10-27Stared work on gamestate and hud for marioDonBatman
2015-10-26added sound files to marioDonBatman
fixed portal issue updated schematic started on turtles and gamestate