summary refs log tree commit diff stats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replaced internal resources with external ones for compatibilityStarla Insigna2013-08-251-6/+6
|
* Added global highscore listKelly Rauchenberger2009-11-081-2/+2
| | | | | | | | | | | 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-2/+2
| | | | | | | | 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
* Moved resources into subdirectoryKelly Rauchenberger2009-10-171-7/+7
| | | | | | | Because Highscore List rendering requires a font and the font has to be included with the executable to work, it will be loaded into the executable like the images are. To make sure that all resources are included, regardless of type, a folder was made for them. Refs #104
* Added tick delayKelly Rauchenberger2009-06-221-7/+8
|
* Added Windows icon resourceKelly Rauchenberger2009-06-221-2/+6
|
* Added cross compiliationKelly Rauchenberger2009-06-221-20/+33
|
* Embedded images into executable fileKelly Rauchenberger2009-06-201-6/+12
|
* Added BMPs backKelly Rauchenberger2009-06-201-2/+2
|
* Replaced bitmaps with PNGsKelly Rauchenberger2009-06-201-2/+2
|
* Added How To PlayKelly Rauchenberger2009-06-191-1/+1
| | | | Closes #103
* Added title screenKelly Rauchenberger2009-06-191-1/+1
| | | | Refs #103
* Added dependency generationKelly Rauchenberger2009-06-191-1/+9
|
* Backed out changeset 9cb52f41967cKelly Rauchenberger2009-06-191-0/+13
| | | | 'Twas a bad idea
* Added GNU configure stuffKelly Rauchenberger2009-06-191-13/+0
|
* Wrote Life solverKelly Rauchenberger2009-06-181-1/+1
|
* Added Level classKelly Rauchenberger2009-06-181-1/+1
|
* Started Board classKelly Rauchenberger2009-06-181-1/+1
|
* Created baseKelly Rauchenberger2009-06-181-0/+13