summary refs log tree commit diff stats
path: root/Classes/HighscoreListController.m
Commit message (Collapse)AuthorAgeFilesLines
* Fixed rotation bug with iOS 6 and made highscores landscape v0.4.9Starla Insigna2012-12-251-11/+11
|
* Made general memory fixesStarla Insigna2011-09-051-3/+7
| | | | | | This revision should also hopefully fix the undefined behavior GameOverScene bug--if it, I'll reopen the ticket and continue investigating. Fixes #215
* Fixed display of Jump mode highscoresStarla Insigna2011-09-041-2/+2
| | | | Refs #204
* Added Jump lists to highscore viewer v0.4Starla Insigna2011-09-041-12/+43
| | | | Refs #204
* Added support for multiple local highscore listsStarla Insigna2011-08-241-36/+1
| | | | | | This revision increments the database version to 2. Also fixed a small problem with GameModeSelection that aligned the highscore text incorrectly.
* Abstracted a lot of GameLayer's functionality outStarla Insigna2011-08-091-4/+9
| | | | | | | | In order to prepare for tutorial mode (and eventually, the other game modes), a lot of GameLayer's functionality (reading the accelerometer, moving the cart, moving falling objects, reacting to collisions…) has been abstracted out to FallingObject and subclasses of FallingObject, as well as a new Cart class, and GameMode, a new superclass of GameLayer. The only things that were not abstracted out that probably will be in the future are the pause functionality and the tutorial bubble functionality (which will in fact be moved to the tutorial mode class). A lot of work was also done to cut down on compiler warnings and a lot of #imports were moved from header files to implementation files because I realized THAT'S HOW YOU'RE SUPPOSED TO DO IT. Refs #193
* Fixed highscore viewer bugStarla Insigna2011-08-011-1/+2
| | | | | | For some reason, the cocos2d controller doesn't like being set as the root view controller, it just likes having its view added to the window as a subview, so that is now what is done. Fixes #191
* Initial commit (version 0.2.1)Starla Insigna2011-07-301-0/+371