summaryrefslogtreecommitdiffstats
path: root/app.php
Commit message (Collapse)AuthorAgeFilesLines
* Some code relating to testing an API.Patrick Davison2013-01-241-217/+0
|
* db.inc.php now only contains the database login info; the actual connection ↵BlueRaja2013-01-131-1/+1
| | | | to the DB has been moved to includes/sqlEmbedded. This was done so we don't need to have the db info in two separate files (one of which is in the repo, derp)
* make countdown timer a little more accurateraylu2011-12-071-7/+0
|
* Support for shaped maps.Patrick Davison2011-04-211-0/+80
| | | | A lot of additions and changes, specifically regarding how the map is pathed and generated. Removing some assumptions for actual code.
* Findtiles function added.Patrick Davison2011-04-161-0/+42
| | | | | | Now used to; locate start locations and teleport out's. Fixes involving the use of randomly placed start locations. Added tile "q" for blank spaces - for use in oddly shaped maps.
* added app.php for use with the Android app and any other external connections.Patrick Davison2011-04-081-0/+102
Currently outputs map data in XML as defined by 52.