Commit Graph

  • f8f59964dd added privs master NathanSalapat 2016-02-14 18:06:16 -0600
  • b78980a5b7 some logging to keep track on which players started/ended a game from the server log Fernando Carmona Varo 2015-11-29 11:51:44 +0100
  • f76be45635 fix crash when someone manages to get to press the exit block when no game is running Fernando Carmona Varo 2015-11-29 11:51:00 +0100
  • 3849c52ba2 cleanup Fernando Carmona Varo 2015-11-29 11:32:06 +0100
  • 42b950af22 Fix rounding issue with the collision detection that could cause problems with the portals Fernando Carmona Varo 2015-11-29 11:28:25 +0100
  • 8665345932 Nathan fixed a texture issue Chnaged description of mario from Reset to Mario DonBatman 2015-11-18 06:38:55 -0800
  • 9fbf8a87f4 made blocks not pointable DonBatman 2015-11-16 20:32:01 -0800
  • ac479f81aa removed items from creative inventory DonBatman 2015-11-12 16:59:36 -0800
  • 881e4c1e00 Reduced the hear distance of some of the sounds Fernando Carmona Varo 2015-11-11 00:28:54 +0100
  • c62d9b9a3d Fixed turtles going through portals, fly/noclip/fast priviledges will be temporarily disabled during the game, and increased a bit ghost radius Fernando Carmona Varo 2015-11-11 00:26:01 +0100
  • c9a814a173 Added green mushroom to mario, it'll spawn when there are only 10 coins left Fernando Carmona Varo 2015-11-08 14:06:09 +0100
  • e57a87c264 Remove nibbles and pong from master branch Fernando Carmona Varo 2015-11-07 11:13:47 +0100
  • 2c3229eb83 Added README Fernando Carmona Varo 2015-11-07 11:00:01 +0100
  • aeaca5d749 Some refactoring for the on_player_collision Fernando Carmona Varo 2015-11-07 10:27:05 +0100
  • 234cac868e Improved portal detection, using the already existing collision detection logic instead of abms Fernando Carmona Varo 2015-11-07 09:57:35 +0100
  • 6b5cbd4939 Added game selection interface for myhighscores Fernando Carmona Varo 2015-11-07 09:56:53 +0100
  • 4c03a0e588 Merge branch 'master' of https://github.com/DonBatman/myarcade Fernando Carmona Varo 2015-10-28 00:03:28 +0100
  • 3eb0d44c20 Integrated Mario gamestate logic, some fixes and tweaks Fernando Carmona Varo 2015-10-27 23:26:30 +0100
  • 55ba621652 added mario2.mts DonBatman 2015-10-27 14:47:18 -0700
  • 8a008da2b1 Merge branch 'master' of https://github.com/DonBatman/myarcade DonBatman 2015-10-27 12:37:27 -0700
  • 4b80f2d4e4 Fixes for pacman mini, using the right schematic on next level and reducing ghost number to 2 Fernando Carmona Varo 2015-10-27 20:36:29 +0100
  • 3214807265 Stared work on gamestate and hud for mario DonBatman 2015-10-27 12:35:55 -0700
  • 3ddfbbc093 Added points for ghosts and removed cherry reward DonBatman 2015-10-27 10:00:28 -0700
  • 7f5e002990 Added 8 more levels to nibbles DonBatman 2015-10-27 09:51:05 -0700
  • 55ef5e6230 added nibbles map DonBatman 2015-10-27 05:36:41 -0700
  • 3837307e5b added the schem I forgot last time DonBatman 2015-10-26 19:59:28 -0700
  • 97cebf0502 Merge branch 'master' of https://github.com/DonBatman/myarcade Fernando Carmona Varo 2015-10-27 01:02:12 +0100
  • 087713746b Added turtle movement Fernando Carmona Varo 2015-10-27 00:58:36 +0100
  • ff0c1eef4b added sound files to mario fixed portal issue updated schematic started on turtles and gamestate DonBatman 2015-10-26 16:33:48 -0700
  • 551b77b9dc updated schem and some textures DonBatman 2015-10-26 14:08:55 -0700
  • a9b9c4a94d new pacmine schems added mario DonBatman 2015-10-26 12:48:12 -0700
  • a593cc5432 Added game logic to the mini board Fernando Carmona Varo 2015-10-26 20:20:11 +0100
  • 23814830b0 Added pong ball Fernando Carmona Varo 2015-10-25 22:04:22 +0100
  • d931770bef Merge branch 'master' of https://github.com/DonBatman/myarcade need to update DonBatman 2015-10-24 21:35:09 -0700
  • cb94946e1e alligned score board added pacmini board DonBatman 2015-10-24 21:34:06 -0700
  • 77e68e591f Merge branch 'master' of https://github.com/DonBatman/myarcade Fernando Carmona Varo 2015-10-25 03:00:20 +0100
  • dddc5a616a cleanup Fernando Carmona Varo 2015-10-25 03:00:12 +0100
  • 4a9d35295a Merge branch 'master' of https://github.com/DonBatman/myarcade DonBatman 2015-10-24 18:11:33 -0700
  • 289cacf17a Implemented myhighscores API, and used it in pacmine Fernando Carmona Varo 2015-10-25 02:51:44 +0200
  • f35d70f55d Added pong board DonBatman 2015-10-24 17:50:21 -0700
  • ebde440751 Some refactoring and organization, added api.lua Fernando Carmona Varo 2015-10-24 22:31:23 +0200
  • 65f7603ae3 Merge branch 'master' of https://github.com/DonBatman/myarcade Fernando Carmona Varo 2015-10-24 22:13:27 +0200
  • 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 Fernando Carmona Varo 2015-10-24 22:12:45 +0200
  • 158bc2f2b4 Merge branch 'master' of https://github.com/DonBatman/myarcade DonBatman 2015-10-24 13:00:14 -0700
  • 3db44d8aa7 Added formspecs DonBatman 2015-10-24 12:59:20 -0700
  • 239cc10753 Implemented fruits and extra lifes Fernando Carmona Varo 2015-10-24 19:51:47 +0200
  • b59eefaa97 Added high score. No formspec yet DonBatman 2015-10-24 08:47:22 -0700
  • d2788c63bd fixed portals made new schematic DonBatman 2015-10-24 08:42:19 -0700
  • 3a59f18eb1 Merge branch 'master' into arcade Fernando Carmona Varo 2015-10-24 17:13:09 +0200
  • a538d07395 Moved aliases to its own file Fernando Carmona Varo 2015-10-24 17:10:08 +0200
  • 683316f94c Added pellets left to the hud changed layout of the hud DonBatman 2015-10-23 18:47:12 -0700
  • e996c04e9c Added models for fruit changed portal color to blue DonBatman 2015-10-23 18:23:46 -0700
  • 6a55251a45 Moved and renamed to pacmine Fernando Carmona Varo 2015-10-24 01:19:24 +0200
  • 3ab8a0c3f3 changed color of hud new texture for power pellet renamed craftitems.lua to fruit.lua changed portal to a yellow color DonBatman 2015-10-23 13:54:37 -0700
  • 6b949da2c7 Fix hud not updating after first game Fernando Carmona Varo 2015-10-23 19:46:25 +0200
  • 79e8160a87 Save state to disk on shutdown as well Fernando Carmona Varo 2015-10-23 19:45:31 +0200
  • 6ace1a5e3a Fix sound issue when picking 2 power pellets simultaneously Fernando Carmona Varo 2015-10-23 19:25:20 +0200
  • 611fc24518 Some improvements to the HUD Fernando Carmona Varo 2015-10-23 19:24:49 +0200
  • e024abd751 Update HUD in some other places. Using also the eatghost sound now Fernando Carmona Varo 2015-10-22 22:48:02 +0200
  • 6dc6f28c67 Merge branch 'master' of https://github.com/DonBatman/mypacman textures DonBatman 2015-10-22 13:40:42 -0700
  • 80076022fd Changed a few textures DonBatman 2015-10-22 13:39:42 -0700
  • 2707c8a21c Added score HUD Fernando Carmona Varo 2015-10-22 22:21:35 +0200
  • 9fc6dc36fe improved pellet detection Fernando Carmona Varo 2015-10-22 20:58:05 +0200
  • 1a89f9a8e8 Stop ghosts when the player leaves Fernando Carmona Varo 2015-10-22 20:44:07 +0200
  • c942b65e33 Let the player eat pellets on touch Fernando Carmona Varo 2015-10-22 20:29:35 +0200
  • 1698cd0540 Ghosts should be immortal now, even with bigger collisionbox Fernando Carmona Varo 2015-10-22 20:28:56 +0200
  • f8e7517687 Added score to table. Changed craft items to nodes. Changed sounds. Changed blocks to immortal DonBatman 2015-10-22 09:25:40 -0700
  • 834797777b added 4 sound files DonBatman 2015-10-21 20:18:24 -0700
  • 8340116cd1 Fixed some problems with ghosts from previous game levels or states not getting removed, also added /mypacman_exit chatcommand Fernando Carmona Varo 2015-10-22 00:17:40 +0200
  • 6ea7381e9f Added power pellet state, ghosts will run away from the player and get teleported to the ghost spawn Fernando Carmona Varo 2015-10-21 22:22:58 +0200
  • 6d338337d3 Some cleanup and refactoring, it should be possible now to have multiple pacman games running simultaneously in different boards Fernando Carmona Varo 2015-10-21 20:41:56 +0200
  • 3c9ac0cbc1 First Upload DonBatman 2015-10-21 05:02:33 -0700