summaryrefslogtreecommitdiffstats
path: root/includes/maps.php
Commit message (Collapse)AuthorAgeFilesLines
* Lots'n Lots of work on the scoreboard...Patrick Davison2013-02-141-2/+2
|
* Code cleanup / deletions.Patrick Davison2013-02-091-1/+3
|
* Dynamic resizing of mapThumbnail.Patrick Davison2013-01-301-5/+36
|
* Improved DisplayMapThumbnailPatrick Davison2013-01-261-30/+1
|
* BUGFIX: Clicking the 'mute' button doesn't save across all maps until page ↵BlueRaja2013-01-261-2/+2
| | | | is refreshed
* db.inc.php now only contains the database login info; the actual connection ↵BlueRaja2013-01-131-3/+3
| | | | 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)
* Map class and ChallengesPatrick Davison2013-01-081-0/+55
| | | | | The mapclass should eventually replace the current mapmatrix array w/ headers. Work on challenges progresses nicely
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-081-0/+13
| | | | | Fixed an issue with loading best solution from logged out to logged in state. Commented out a lot of firephp stuff; feel free to uncomment.
* RouteMultiPath() function added for cleaner code.Patrick Davison2012-12-121-2/+26
| | | | Added validation support for RouteMultiPath() for a single 2nd-start location path.
* Image updates and mapspecs fixes.Patrick Davison2012-12-021-1/+2
| | | | | | Fixed a bug where every checkpoint was called "checkpoint A" Fixed a bug where requesting solution during a path would break it. Fixed a bug regarding tutorial success.
* Did some more work on the challenges, to have them added to the DB when the ↵BlueRaja2012-09-301-0/+2
| | | | user actually completes them. No idea if it actually works yet :)
* Fixing various javascript warnings, as well as renaming all //!! comments to ↵BlueRaja2012-08-251-3/+3
| | | | //TODO
* Merge branch 'master' of git.raylu.net:patheryBlueRaja2012-08-251-0/+7
|\ | | | | | | | | Conflicts: pages/gallery.php
| * Rock X and Rock x UI supportPatrick Davison2012-08-251-0/+7
| |
* | Added single-path blocking towers functionality to routePathBlueRaja2012-08-251-19/+25
|/
* Multipath support for UIPatrick Davison2012-08-211-5/+7
|
* Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2012-08-181-16/+2
|\
| * Merge branch 'master' of git.raylu.net:patheryBlueRaja2012-08-181-3/+34
| |\
| * | Preloading of path imagesBlueRaja2012-08-181-15/+1
| | |
* | | Syntax errorPatrick Davison2012-08-181-1/+1
| |/ |/|
* | The start on Multi-day maps and Dual Path mechanicPatrick Davison2012-08-181-3/+34
|/ | | | Halfway started both.
* Bug regarding having no speed cookies for speed options.Patrick Davison2012-07-311-5/+6
|
* fix lots of warnings, whitespaceraylu2012-07-181-15/+19
|
* Cordinates should be X,Y - not Y,X.Patrick Davison2012-04-221-17/+17
|
* Changed to a map-pool.Patrick Davison2012-04-171-7/+17
|
* Fixed some Syntax errorsPatrick Davison2012-03-191-7/+6
|
* Fix for JSON "MapData" div issue for search engines.Patrick Davison2012-02-021-8/+11
|
* Added dual layers to the maptable.Patrick Davison2012-02-021-22/+37
|
* Admin page now shows memberlist. Sound volume reduced to 50%. Social ↵Patrick Davison2011-12-121-11/+19
| | | | networks added to about. Minor adjustments.
* Favicon. Support for multi tele-outs + efficiency improvements.Patrick Davison2011-11-301-26/+31
|
* Fix for broken start location.Patrick Davison2011-11-271-1/+6
| | | | PHP improperly duplicates $v?
* Efficiency improvements to findPathPatrick Davison2011-11-201-6/+20
|
* Leaderboard can now show further back than yesterday.Patrick Davison2011-11-181-0/+1
|
* Tutorial, Map Position:'s, Solver.Patrick Davison2011-11-151-23/+21
|
* Tutorial workPatrick Davison2011-11-071-1/+1
|
* new layoutraylu2011-11-051-1/+1
|
* Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2011-09-151-7/+7
|\
| * fix some validation issues; get rid of div around like buttonraylu2011-09-141-7/+7
| |
* | Tutorial workPatrick Davison2011-09-151-11/+70
|/
* new font: cantarellraylu2011-09-111-2/+2
| | | | also fix some css properties, reorder the header, and other minor fixes
* Minor error regarding plausibly non-existant array.Patrick Davison2011-09-091-2/+4
|
* Improved map validation.Patrick Davison2011-05-021-21/+19
|
* Added map "Seeing Double" to Saturday.Patrick Davison2011-04-221-22/+8
| | | | Fixed an issue with pathing related to multiple checkpoints and a teleport.
* Support for shaped maps.Patrick Davison2011-04-211-38/+238
| | | | 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-69/+69
| | | | | | 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.
* Initial import from Dropboxraylu2011-04-071-0/+743