Commit Graph

72 Commits (master)

Author SHA1 Message Date
NathanSalapat f8f59964dd added privs 2016-02-14 18:06:16 -06:00
Fernando Carmona Varo b78980a5b7 some logging to keep track on which players started/ended a game from the server log 2015-11-29 11:51:44 +01:00
Fernando Carmona Varo f76be45635 fix crash when someone manages to get to press the exit block when no game is running 2015-11-29 11:51:00 +01:00
Fernando Carmona Varo 3849c52ba2 cleanup 2015-11-29 11:32:06 +01:00
Fernando Carmona Varo 42b950af22 Fix rounding issue with the collision detection that could cause problems with the portals 2015-11-29 11:28:25 +01:00
DonBatman 8665345932 Nathan fixed a texture issue
Chnaged description of mario from Reset to Mario
2015-11-18 06:38:55 -08:00
DonBatman 9fbf8a87f4 made blocks not pointable 2015-11-16 20:32:01 -08:00
DonBatman ac479f81aa removed items from creative inventory 2015-11-12 16:59:36 -08:00
Fernando Carmona Varo 881e4c1e00 Reduced the hear distance of some of the sounds 2015-11-11 00:28:54 +01:00
Fernando Carmona Varo c62d9b9a3d Fixed turtles going through portals, fly/noclip/fast priviledges will be temporarily disabled during the game, and increased a bit ghost radius 2015-11-11 00:26:01 +01:00
Fernando Carmona Varo c9a814a173 Added green mushroom to mario, it'll spawn when there are only 10 coins left 2015-11-08 14:06:09 +01:00
Fernando Carmona Varo e57a87c264 Remove nibbles and pong from master branch 2015-11-07 11:13:47 +01:00
Fernando Carmona Varo 2c3229eb83 Added README 2015-11-07 11:07:16 +01:00
Fernando Carmona Varo aeaca5d749 Some refactoring for the on_player_collision 2015-11-07 10:27:05 +01:00
Fernando Carmona Varo 234cac868e Improved portal detection, using the already existing collision detection logic instead of abms 2015-11-07 09:57:35 +01:00
Fernando Carmona Varo 6b5cbd4939 Added game selection interface for myhighscores 2015-11-07 09:56:53 +01:00
Fernando Carmona Varo 4c03a0e588 Merge branch 'master' of https://github.com/DonBatman/myarcade
Conflicts:
	mario/gamestate.lua
	mario/hud.lua
	mario/init.lua
2015-10-28 00:03:28 +01:00
Fernando Carmona Varo 3eb0d44c20 Integrated Mario gamestate logic, some fixes and tweaks 2015-10-27 23:26:43 +01:00
DonBatman 55ba621652 added mario2.mts 2015-10-27 14:47:18 -07:00
DonBatman 8a008da2b1 Merge branch 'master' of https://github.com/DonBatman/myarcade 2015-10-27 12:37:27 -07:00
Fernando Carmona Varo 4b80f2d4e4 Fixes for pacman mini, using the right schematic on next level and reducing ghost number to 2 2015-10-27 20:36:29 +01:00
DonBatman 3214807265 Stared work on gamestate and hud for mario 2015-10-27 12:35:55 -07:00
DonBatman 3ddfbbc093 Added points for ghosts and removed cherry reward 2015-10-27 10:00:28 -07:00
DonBatman 7f5e002990 Added 8 more levels to nibbles 2015-10-27 09:51:05 -07:00
DonBatman 55ef5e6230 added nibbles map 2015-10-27 05:36:41 -07:00
DonBatman 3837307e5b added the schem I forgot last time 2015-10-26 19:59:28 -07:00
Fernando Carmona Varo 97cebf0502 Merge branch 'master' of https://github.com/DonBatman/myarcade
Conflicts:
	mario/init.lua
	mario/turtle.lua
2015-10-27 01:02:12 +01:00
Fernando Carmona Varo 087713746b Added turtle movement 2015-10-27 00:58:36 +01:00
DonBatman ff0c1eef4b added sound files to mario
fixed portal issue
updated schematic
started on turtles and gamestate
2015-10-26 16:33:48 -07:00
DonBatman 551b77b9dc updated schem and some textures 2015-10-26 14:08:55 -07:00
DonBatman a9b9c4a94d new pacmine schems
added mario
2015-10-26 12:48:12 -07:00
Fernando Carmona Varo a593cc5432 Added game logic to the mini board 2015-10-26 20:20:11 +01:00
Fernando Carmona Varo 23814830b0 Added pong ball 2015-10-25 22:04:44 +01:00
DonBatman d931770bef Merge branch 'master' of https://github.com/DonBatman/myarcade
need to update
2015-10-24 21:35:09 -07:00
DonBatman cb94946e1e alligned score board
added pacmini board
2015-10-24 21:34:06 -07:00
Fernando Carmona Varo 77e68e591f Merge branch 'master' of https://github.com/DonBatman/myarcade 2015-10-25 03:00:20 +01:00
Fernando Carmona Varo dddc5a616a cleanup 2015-10-25 03:00:12 +01:00
DonBatman 4a9d35295a Merge branch 'master' of https://github.com/DonBatman/myarcade 2015-10-24 18:11:33 -07:00
Fernando Carmona Varo 289cacf17a Implemented myhighscores API, and used it in pacmine 2015-10-25 02:51:44 +02:00
DonBatman f35d70f55d Added pong board 2015-10-24 17:50:21 -07:00
Fernando Carmona Varo ebde440751 Some refactoring and organization, added api.lua 2015-10-24 22:55:59 +02:00
Fernando Carmona Varo 65f7603ae3 Merge branch 'master' of https://github.com/DonBatman/myarcade 2015-10-24 22:13:27 +02:00
Fernando Carmona Varo aa2ae43852 Do not save state to disk anymore, instead properly end the game and move the player outside. Also other players won't be able to enter a game already in progress 2015-10-24 22:12:45 +02:00
DonBatman 158bc2f2b4 Merge branch 'master' of https://github.com/DonBatman/myarcade 2015-10-24 13:00:14 -07:00
DonBatman 3db44d8aa7 Added formspecs 2015-10-24 12:59:20 -07:00
Fernando Carmona Varo 239cc10753 Implemented fruits and extra lifes 2015-10-24 19:51:47 +02:00
DonBatman b59eefaa97 Added high score. No formspec yet 2015-10-24 08:47:22 -07:00
DonBatman d2788c63bd fixed portals
made new schematic
2015-10-24 08:42:19 -07:00
Fernando Carmona Varo 3a59f18eb1 Merge branch 'master' into arcade
Conflicts:
	pacmine/init.lua
	pacmine/portals.lua
2015-10-24 17:21:41 +02:00
Fernando Carmona Varo a538d07395 Moved aliases to its own file 2015-10-24 17:10:08 +02:00