summary refs log tree commit diff stats
path: root/Resources/Info.plist
Commit message (Collapse)AuthorAgeFilesLines
* Fixed cart driving wrong direction and made all game modes available for ↵ HEAD v0.4.10 masterStarla Insigna2012-12-251-2/+2
| | | | testing purposes
* Fixed rotation bug with iOS 6 and made highscores landscape v0.4.9Starla Insigna2012-12-251-2/+6
|
* Removed short version string from Info.plistStarla Insigna2011-08-231-2/+0
| | | | From now on, so build releasing isn't so awkward, the short version string should not be contained in source control. Before releasing a build, you must add the short version string to the Info.plist, archive the build and then remove the string from the plist again so it doesn't accidentally get committed.
* Added game quitting safeguard to pause screen (version 0.3.1) v0.3.1Starla Insigna2011-08-231-1/+1
| | | | | | Also replaced instances of the term "Cart Collect" in Tutorial with "Cartographic". Also modified level selection screen to remember your position in the list rather than simply the last mode you'd played. Closes #211
* Pulled in level selection screen (version 0.3) v0.3Starla Insigna2011-08-231-1/+1
| | | | Closes #207
* Added automatic versioningStarla Insigna2011-08-131-0/+2
| | | | | | A shell script that is run before building now automatically sets the build number of the package to the current revision number, plus a value that increments on every build if the code is dirty (a.k.a. has been modified since being committed). Also changed the project to automatically use the correct provisioning profile when codesigning instead of having to change it every time the provisioning profile changed.
* Added tutorial modeStarla Insigna2011-08-121-3/+1
| | | | | | | | GameLayer was also renamed to ClassicGameMode and its pause functionality and score/lives counters were moved out to GameMode. FallingObjectDelegate was created to allow for custom code to be run when items were caught/missed, something that is used extensively by tutorial mode. Important: Cart Collect's bundle identifier was changed in this revision from com.fourisland.Cart-Collect to com.apatheticink.Cart-Collect, so ensure that before attempting to compile/run this build, you clear your build directory and remove the old version of Cart Collect from your device. Closes #193
* Initial commit (version 0.2.1)Starla Insigna2011-07-301-0/+57