Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Old code. | Patrick Davison | 2013-03-14 | 1 | -42/+7 |
| | |||||
* | Bugfix forever wall-notifications. | Patrick Davison | 2013-03-14 | 1 | -2/+1 |
| | |||||
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2013-02-21 | 1 | -1/+1 |
|\ | |||||
| * | Fixing a quick injection | git | 2013-02-21 | 1 | -1/+1 |
| | | |||||
* | | Moved isCurrentMap function. | Patrick Davison | 2013-02-21 | 1 | -13/+0 |
| | | |||||
* | | Preperation for cacheing scores. | Patrick Davison | 2013-02-21 | 1 | -0/+2 |
|/ | |||||
* | Code cleanup / deletions. | Patrick Davison | 2013-02-09 | 1 | -13/+2 |
| | |||||
* | Sending emails in GO, - also closing the session. | Patrick Davison | 2013-02-09 | 1 | -0/+7 |
| | |||||
* | Huge changes; started deprecation of PHP's displayMap() | Patrick Davison | 2013-02-09 | 1 | -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 Davison | 2013-01-25 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2013-01-24 | 1 | -11/+10 |
|\ | | | | | | | | | Conflicts: db updates.sql | ||||
| * | Updates to the new Memberlist | Patrick Davison | 2013-01-24 | 1 | -1/+4 |
| | | |||||
| * | A functional Memberlist again! New and improved! | Patrick Davison | 2013-01-23 | 1 | -11/+7 |
| | | |||||
* | | Added a 'mapExpireTime' column to mapOfTheDay table, to simply a lot of SQL | BlueRaja | 2013-01-24 | 1 | -20/+6 |
|/ | |||||
* | db.inc.php now only contains the database login info; the actual connection ↵ | BlueRaja | 2013-01-13 | 1 | -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 stuff | Patrick Davison | 2013-01-08 | 1 | -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 Davison | 2012-12-12 | 1 | -16/+2 |
| | | | | Added validation support for RouteMultiPath() for a single 2nd-start location path. | ||||
* | Tutorial progress saved for users not-logged-in. | Patrick Davison | 2012-12-02 | 1 | -10/+38 |
| | | | | Completion notice, and "sign in to save progress" added. | ||||
* | Lots of fixes and changes. | Patrick Davison | 2012-11-29 | 1 | -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 Davison | 2012-11-26 | 1 | -49/+62 |
| | |||||
* | Fixed a few bugs with challenges, and added some debugging code (which still ↵ | BlueRaja | 2012-10-01 | 1 | -10/+28 |
| | | | | needs to be removed) | ||||
* | Did some more work on the challenges, to have them added to the DB when the ↵ | BlueRaja | 2012-09-30 | 1 | -3/+2 |
| | | | | user actually completes them. No idea if it actually works yet :) | ||||
* | Fixed score determination, blocking with multiple paths | BlueRaja | 2012-08-25 | 1 | -15/+17 |
| | |||||
* | Fixing various javascript warnings, as well as renaming all //!! comments to ↵ | BlueRaja | 2012-08-25 | 1 | -5/+5 |
| | | | | //TODO | ||||
* | Added single-path blocking towers functionality to routePath | BlueRaja | 2012-08-25 | 1 | -2/+2 |
| | |||||
* | Multipath support for UI | Patrick Davison | 2012-08-21 | 1 | -2/+2 |
| | |||||
* | The start on Multi-day maps and Dual Path mechanic | Patrick Davison | 2012-08-18 | 1 | -6/+31 |
| | | | | Halfway started both. | ||||
* | Fix; Tutorial bandaid. | Patrick Davison | 2012-08-01 | 1 | -1/+1 |
| | | | | | Fix; Scoreboard alignment issue. Update; About page. | ||||
* | Everything related to the scoreboard. | Patrick Davison | 2012-07-31 | 1 | -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, whitespace | raylu | 2012-07-18 | 1 | -42/+41 |
| | |||||
* | Hopefully fixing a rare chance to delay the first moveCount achievement. | Patrick Davison | 2012-07-17 | 1 | -0/+1 |
| | |||||
* | Auto login in background requests. | Patrick Davison | 2012-04-21 | 1 | -1/+7 |
| | |||||
* | Needed for score update | Patrick Davison | 2012-04-17 | 1 | -0/+1 |
| | |||||
* | Improvements to do.php | Patrick Davison | 2012-03-19 | 1 | -52/+36 |
| | |||||
* | Massive update to do.php | Patrick Davison | 2012-02-02 | 1 | -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 Davison | 2011-12-28 | 1 | -0/+9 |
| | |||||
* | Initial import from Dropbox | raylu | 2011-04-07 | 1 | -0/+255 |