summaryrefslogtreecommitdiffstats
path: root/do.php
Commit message (Collapse)AuthorAgeFilesLines
* Old code.Patrick Davison2013-03-141-42/+7
|
* Bugfix forever wall-notifications.Patrick Davison2013-03-141-2/+1
|
* Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2013-02-211-1/+1
|\
| * Fixing a quick injectiongit2013-02-211-1/+1
| |
* | Moved isCurrentMap function.Patrick Davison2013-02-211-13/+0
| |
* | Preperation for cacheing scores.Patrick Davison2013-02-211-0/+2
|/
* Code cleanup / deletions.Patrick Davison2013-02-091-13/+2
|
* Sending emails in GO, - also closing the session.Patrick Davison2013-02-091-0/+7
|
* Huge changes; started deprecation of PHP's displayMap()Patrick Davison2013-02-091-1/+0
| | | | | | | | | New JS function 'mapAsHTML(mapAsObject)' getScores() will now return solutions if the map has expired. Homepage now uses mapAsHTML. Removed some padding on scoreboard. scoresFormatPage() supports solutions if available. (This can be row-specific) And tons of CSS - deprecating old CSS.
* `challengeMaps` table added; start of the required code changes.Patrick Davison2013-01-251-0/+1
|
* Merge branch 'master' of git.raylu.net:patheryBlueRaja2013-01-241-11/+10
|\ | | | | | | | | Conflicts: db updates.sql
| * Updates to the new MemberlistPatrick Davison2013-01-241-1/+4
| |
| * A functional Memberlist again! New and improved!Patrick Davison2013-01-231-11/+7
| |
* | Added a 'mapExpireTime' column to mapOfTheDay table, to simply a lot of SQLBlueRaja2013-01-241-20/+6
|/
* db.inc.php now only contains the database login info; the actual connection ↵BlueRaja2013-01-131-2/+2
| | | | 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)
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-081-25/+60
| | | | | 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-16/+2
| | | | Added validation support for RouteMultiPath() for a single 2nd-start location path.
* Tutorial progress saved for users not-logged-in.Patrick Davison2012-12-021-10/+38
| | | | Completion notice, and "sign in to save progress" added.
* Lots of fixes and changes.Patrick Davison2012-11-291-1/+1
| | | | | | | | nofollow on login links. tutorial fix changed how $accepted works changed how $wallColor/Emblem works fixed a bug when multiple players scored at the same momment.
* Fixes and changes. Commented out firePHP; Added some debug code.Patrick Davison2012-11-261-49/+62
|
* Fixed a few bugs with challenges, and added some debugging code (which still ↵BlueRaja2012-10-011-10/+28
| | | | needs to be removed)
* Did some more work on the challenges, to have them added to the DB when the ↵BlueRaja2012-09-301-3/+2
| | | | user actually completes them. No idea if it actually works yet :)
* Fixed score determination, blocking with multiple pathsBlueRaja2012-08-251-15/+17
|
* Fixing various javascript warnings, as well as renaming all //!! comments to ↵BlueRaja2012-08-251-5/+5
| | | | //TODO
* Added single-path blocking towers functionality to routePathBlueRaja2012-08-251-2/+2
|
* Multipath support for UIPatrick Davison2012-08-211-2/+2
|
* The start on Multi-day maps and Dual Path mechanicPatrick Davison2012-08-181-6/+31
| | | | Halfway started both.
* Fix; Tutorial bandaid.Patrick Davison2012-08-011-1/+1
| | | | | Fix; Scoreboard alignment issue. Update; About page.
* Everything related to the scoreboard.Patrick Davison2012-07-311-5/+34
| | | | | | | New feedback page. Changed the speed of the pauses on checkpoints during a path animation. Changed how notifications are recieved.
* fix lots of warnings, whitespaceraylu2012-07-181-42/+41
|
* Hopefully fixing a rare chance to delay the first moveCount achievement.Patrick Davison2012-07-171-0/+1
|
* Auto login in background requests.Patrick Davison2012-04-211-1/+7
|
* Needed for score updatePatrick Davison2012-04-171-0/+1
|
* Improvements to do.phpPatrick Davison2012-03-191-52/+36
|
* Massive update to do.phpPatrick Davison2012-02-021-111/+138
| | | | | | | Add: support for checking achievements. Cleaned: up code regarding getpath. Add: Rushed the sending of the path back, reduced SQL querys. More logical flow.
* Save last-solution.Patrick Davison2011-12-281-0/+9
|
* Initial import from Dropboxraylu2011-04-071-0/+255