summary refs log tree commit diff stats
path: root/Classes/JumpGameMode.m
Commit message (Expand)AuthorAgeFilesLines
* Added support for gyroscope-based movement v0.4.8Starla Insigna2011-10-171-7/+7
* Made falling objects on the wave destroy at the ledges v0.4.7Starla Insigna2011-09-111-9/+20
* Jump: Disallowed going offscreen after going below ledge level and then ridin...Starla Insigna2011-09-111-0/+3
* Jump: Allowed cart to be pushed off side of screen when below ledges v0.4.6Starla Insigna2011-09-101-1/+12
* Modified frequency of point multipliers as the player catches themStarla Insigna2011-09-101-4/+5
* Fixed behavior of falling objects as wave endsStarla Insigna2011-09-101-1/+1
* Modified behavior of falling objects in Jump v0.4.5Starla Insigna2011-09-101-2/+35
* Added point multipliersStarla Insigna2011-09-101-21/+25
* Fixed negative lives behaviorStarla Insigna2011-09-091-1/+1
* Jump: Fixed zero-width ledge bugStarla Insigna2011-09-051-1/+5
* Prevented objects from spawning directly above you on the wave in Jump v0.4.4Starla Insigna2011-09-051-3/+65
* Made general memory fixesStarla Insigna2011-09-051-3/+9
* Added default ledges to JumpStarla Insigna2011-09-051-0/+6
* Fixed jumping while paused in Jump modeStarla Insigna2011-09-051-10/+22
* Tweaked difficulty of Jump modeStarla Insigna2011-09-051-41/+9
* Implemented Jump mode (BETA) jumpStarla Insigna2011-09-041-8/+336
* Improved jumping gesture detectionStarla Insigna2011-08-171-6/+5
* Started Jump game modeStarla Insigna2011-08-171-0/+110