summaryrefslogtreecommitdiff
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 crash when someone manages to get to press the exit block when no game ↵Fernando Carmona Varo
is running
2015-11-29cleanupFernando Carmona Varo
2015-11-29Fix rounding issue with the collision detection that could cause problems ↵Fernando Carmona Varo
with the portals
2015-11-18Nathan fixed a texture issueDonBatman
Chnaged description of mario from Reset to Mario
2015-11-16made blocks not pointableDonBatman
2015-11-12removed items from creative inventoryDonBatman
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-07Remove nibbles and pong from master branchFernando Carmona Varo
2015-11-07Added READMEorigin/developFernando 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-11-07Added game selection interface for myhighscoresFernando Carmona Varo
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-27added mario2.mtsDonBatman
2015-10-27Merge branch 'master' of https://github.com/DonBatman/myarcadeDonBatman
2015-10-27Fixes for pacman mini, using the right schematic on next level and reducing ↵Fernando Carmona Varo
ghost number to 2
2015-10-27Stared work on gamestate and hud for marioDonBatman
2015-10-27Added points for ghosts and removed cherry rewardDonBatman
2015-10-27Added 8 more levels to nibblesDonBatman
2015-10-27added nibbles mapDonBatman
2015-10-26added the schem I forgot last timeDonBatman
2015-10-27Merge branch 'master' of https://github.com/DonBatman/myarcadeFernando Carmona Varo
Conflicts: mario/init.lua mario/turtle.lua
2015-10-27Added turtle movementFernando Carmona Varo
2015-10-26added sound files to marioDonBatman
fixed portal issue updated schematic started on turtles and gamestate
2015-10-26updated schem and some texturesDonBatman
2015-10-26new pacmine schemsDonBatman
added mario
2015-10-26Added game logic to the mini boardFernando Carmona Varo
2015-10-25Added pong ballFernando Carmona Varo
2015-10-24Merge branch 'master' of https://github.com/DonBatman/myarcadeDonBatman
need to update
2015-10-24alligned score boardDonBatman
added pacmini board
2015-10-25Merge branch 'master' of https://github.com/DonBatman/myarcadeFernando Carmona Varo
2015-10-25cleanupFernando Carmona Varo
2015-10-24Merge branch 'master' of https://github.com/DonBatman/myarcadeDonBatman
2015-10-25Implemented myhighscores API, and used it in pacmineFernando Carmona Varo
2015-10-24Added pong boardDonBatman
2015-10-24Some refactoring and organization, added api.luaFernando Carmona Varo
2015-10-24Merge branch 'master' of https://github.com/DonBatman/myarcadeFernando Carmona Varo
2015-10-24Do not save state to disk anymore, instead properly end the game and move ↵Fernando Carmona Varo
the player outside. Also other players won't be able to enter a game already in progress
2015-10-24Merge branch 'master' of https://github.com/DonBatman/myarcadeDonBatman
2015-10-24Added formspecsDonBatman
2015-10-24Implemented fruits and extra lifesFernando Carmona Varo
2015-10-24Added high score. No formspec yetDonBatman
2015-10-24fixed portalsDonBatman
made new schematic
2015-10-24Merge branch 'master' into arcadeFernando Carmona Varo
Conflicts: pacmine/init.lua pacmine/portals.lua
2015-10-24Moved aliases to its own fileFernando Carmona Varo
2015-10-23Added pellets left to the hudDonBatman
changed layout of the hud