Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ability to add highscores to global highscore list | Starla Insigna | 2013-08-29 | 1 | -0/+35 |
| | |||||
* | Title of window changes to match level | Starla Insigna | 2013-08-28 | 1 | -6/+6 |
| | |||||
* | Added ability to add highscores to local highscore list | Starla Insigna | 2013-08-28 | 1 | -3/+35 |
| | |||||
* | Added highscore list viewing | Starla Insigna | 2013-08-28 | 1 | -0/+25 |
| | |||||
* | Started rewriting game from scratch with SDL2 | Starla Insigna | 2013-08-27 | 1 | -0/+4 |
| | | | | Only the title screen is currently implemented | ||||
* | Added global highscore list | Kelly Rauchenberger | 2009-11-08 | 1 | -0/+12 |
| | | | | | | | | | | | You can now view and submit highscores to the global highscore list. If the connection fails, you are allowed to retry sending it so your score is not lost. The actual global highscore list is a PHP file and MySQL database that will need to be uploaded to Four Island Other for this to work. Some other things were done. Because it was discovered that the frequent window caption changes were making Maze Of Life crash, they were removed and the player is now notified of their score by the level number appearing in 100 point font at the beginning of each level during the doneWorking stage. Also, a cheat was added that allows you to play the game in fullscreen if you press F4 on a supporting platform. The player is now also slightly faster. Closes #104 | ||||
* | Added local highscore list | Kelly Rauchenberger | 2009-10-18 | 1 | -0/+21 |
You can now view and add to a local highscore list. A change to State was necessary due to how the user's name would be entered into the highscore list and thus all states have been modified. Refs #104 |