summary refs log tree commit diff stats
path: root/titlestate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Title of window changes to match levelStarla Insigna2013-08-281-3/+3
|
* Added how to playStarla Insigna2013-08-281-2/+90
|
* Added highscore list viewingStarla Insigna2013-08-281-1/+2
|
* Added gameplayStarla Insigna2013-08-271-6/+7
| | | | Player cannot yet end their game
* Started rewriting game from scratch with SDL2Starla Insigna2013-08-271-46/+38
| | | | Only the title screen is currently implemented
* Moved to an autoconf-based build systemStarla Insigna2013-08-251-2/+2
|
* Replaced internal resources with external ones for compatibilityStarla Insigna2013-08-251-2/+2
|
* Added global highscore listKelly Rauchenberger2009-11-081-2/+0
| | | | | | | | | | | 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 listKelly Rauchenberger2009-10-181-4/+4
| | | | | | | | 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
* Added Choose Highscore List stateKelly Rauchenberger2009-06-221-3/+5
| | | | Refs #104
* Added cross compiliationKelly Rauchenberger2009-06-221-5/+2
|
* Embedded images into executable fileKelly Rauchenberger2009-06-201-2/+6
|
* Added BMPs backKelly Rauchenberger2009-06-201-2/+2
|
* Replaced bitmaps with PNGsKelly Rauchenberger2009-06-201-2/+2
|
* Fixed solver wrapping issueKelly Rauchenberger2009-06-191-0/+2
| | | | Previously, the generated mazes didn't wrap and it would be very difficult to wrap. This has been fixed. Plus, titles have been added to all states and the "gameSleep" variable has been removed due to it's not-usefulness.
* Added How To PlayKelly Rauchenberger2009-06-191-1/+3
| | | | Closes #103
* Added title screenKelly Rauchenberger2009-06-191-0/+47
Refs #103