summary refs log tree commit diff stats
path: root/htpstate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
| | | | Refs #104
* Added cross compiliationKelly Rauchenberger2009-06-221-8/+3
|
* Embedded images into executable fileKelly Rauchenberger2009-06-201-3/+9
|
* Added BMPs backKelly Rauchenberger2009-06-201-3/+3
|
* Replaced bitmaps with PNGsKelly Rauchenberger2009-06-201-3/+3
|
* 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-0/+56
Closes #103