index
:
myArcade
master
origin/HEAD
origin/develop
origin/master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mario
/
gamestate.lua
Age
Commit message (
Expand
)
Author
2015-11-29
some logging to keep track on which players started/ended a game from the ser...
HEAD
origin/master
origin/HEAD
master
Fernando Carmona Varo
2015-11-29
Fix rounding issue with the collision detection that could cause problems wit...
Fernando Carmona Varo
2015-11-11
Reduced the hear distance of some of the sounds
Fernando Carmona Varo
2015-11-11
Fixed turtles going through portals, fly/noclip/fast priviledges will be temp...
Fernando Carmona Varo
2015-11-08
Added green mushroom to mario, it'll spawn when there are only 10 coins left
Fernando Carmona Varo
2015-11-07
Some refactoring for the on_player_collision
Fernando Carmona Varo
2015-11-07
Improved portal detection, using the already existing collision detection log...
Fernando Carmona Varo
2015-10-28
Merge branch 'master' of https://github.com/DonBatman/myarcade
Fernando Carmona Varo
2015-10-27
Integrated Mario gamestate logic, some fixes and tweaks
Fernando Carmona Varo
2015-10-27
Stared work on gamestate and hud for mario
DonBatman
2015-10-26
added sound files to mario
DonBatman