Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Edited a few more places where "include_once" was being used within a ↵ | BlueRaja | 2013-05-28 | 1 | -1/+0 |
| | | | | method. Hopefully this doesn't break anything :) | ||||
* | Some code cleanup; fixed a $mydomain missing. | Patrick Davison | 2013-05-21 | 1 | -2/+5 |
| | |||||
* | More PHP warning and notice fixes. | Patrick Davison | 2013-05-16 | 1 | -7/+8 |
| | |||||
* | Many PHP warnings/notices fixes. | Patrick Davison | 2013-05-13 | 1 | -1/+1 |
| | |||||
* | Many bugs and PHP notices & warning fixes. | Patrick Davison | 2013-05-10 | 1 | -5/+5 |
| | |||||
* | Challengesss Challenges... DB Updates. Challenges | Patrick Davison | 2013-05-01 | 1 | -1/+11 |
| | |||||
* | Missing wallOrientation SQL. Changed back to 25 per-notification. | Patrick Davison | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | Finished wallOrientation setting | Patrick Davison | 2013-03-24 | 1 | -7/+11 |
| | |||||
* | Updated champion point achievements with numbers that, uh, look good | BlueRaja | 2013-03-20 | 1 | -4/+4 |
| | |||||
* | Wall orientation achievements - huge commit. | Patrick Davison | 2013-03-18 | 1 | -2/+16 |
| | |||||
* | More achievement cleanups | Patrick Davison | 2013-03-14 | 1 | -16/+13 |
| | |||||
* | Fix 'Perfect Days' SUM not COUNT isTiedForHighScore | Patrick Davison | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | Insane speed achievement front end. | Patrick Davison | 2013-03-13 | 1 | -1/+16 |
| | |||||
* | Achievement back-end for Insane Speed - and any other 'Extra' unlocks like it. | Patrick Davison | 2013-03-13 | 1 | -29/+63 |
| | |||||
* | Using isCurrentMap for solutionsGiven to display Points | Patrick Davison | 2013-03-08 | 1 | -0/+1 |
| | |||||
* | Fixed typo | BlueRaja | 2013-03-08 | 1 | -2/+0 |
| | |||||
* | Refit navigation with the added points column | Patrick Davison | 2013-03-07 | 1 | -2/+1 |
| | |||||
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2013-03-07 | 1 | -1/+3 |
|\ | |||||
| * | ohgodwhathassciencedone | BlueRaja | 2013-03-07 | 1 | -1/+3 |
| |\ | |||||
| | * | Added challenge points to scores | git | 2013-03-07 | 1 | -1/+3 |
| | | | |||||
* | | | Scoreboard bugfixes and improvments, partial implementation of onhashchange. | Patrick Davison | 2013-03-07 | 1 | -1/+2 |
|/ / | |||||
* | | Link to a specific solution in scores, and other tweaks. | Patrick Davison | 2013-02-28 | 1 | -2/+2 |
| | | |||||
* | | Partial-Fix. This needs to be fixed in SQL :(. Reported typo from feedback. ↵ | Patrick Davison | 2013-02-24 | 1 | -1/+3 |
| | | | | | | | | - Whoops... | ||||
* | | Moved isCurrentMap function. | Patrick Davison | 2013-02-21 | 1 | -0/+16 |
|/ | |||||
* | Code cleanup / deletions. | Patrick Davison | 2013-02-09 | 1 | -144/+1 |
| | |||||
* | Huge changes; started deprecation of PHP's displayMap() | Patrick Davison | 2013-02-09 | 1 | -2/+7 |
| | | | | | | | | | 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. | ||||
* | Moved usersData table to users table, added a few more columns to users ↵ | BlueRaja | 2013-01-26 | 1 | -24/+9 |
| | | | | (currently unused) | ||||
* | Merge branch 'doin_shit_on_laptop' | BlueRaja | 2013-01-25 | 1 | -15/+32 |
|\ | | | | | | | | | | | | | Conflicts: includes/datas.php also fixed some stuffs | ||||
| * | Tiers are now unlocked as the user players through challenges; challenges ↵ | BlueRaja | 2013-01-25 | 1 | -14/+29 |
| | | | | | | | | | | | | left to next tier displayed on challengelist page (untested) | ||||
* | | Temporary tutorial hack - could break with a challengemapID 5. | Patrick Davison | 2013-01-25 | 1 | -4/+5 |
| | | |||||
* | | `challengeMaps` table added; start of the required code changes. | Patrick Davison | 2013-01-25 | 1 | -19/+20 |
|/ | |||||
* | Challenges are now displayed in the correct order again. Ay' carumba. | BlueRaja | 2013-01-24 | 1 | -1/+2 |
| | |||||
* | Countdown now shows time to next weekly map as well | BlueRaja | 2013-01-24 | 1 | -4/+15 |
| | |||||
* | NOW the memberlist should correctly display moves for weekly maps (even when ↵ | BlueRaja | 2013-01-24 | 1 | -5/+7 |
| | | | | offset by 12 hours) | ||||
* | Updates to the new Memberlist | Patrick Davison | 2013-01-24 | 1 | -0/+2 |
| | |||||
* | A functional Memberlist again! New and improved! | Patrick Davison | 2013-01-23 | 1 | -7/+18 |
| | |||||
* | Adjusted / added footerlinks. | Patrick Davison | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Added totalMoves and totalMazes to users; and isTiedForHighScore to ↵ | BlueRaja | 2013-01-15 | 1 | -22/+12 |
| | | | | solutions (for convenience) | ||||
* | BUGFIX: Ties not displaying correctly on the achievements page | BlueRaja | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | Small bugfix for not loading disabled challenges | BlueRaja | 2013-01-13 | 1 | -11/+2 |
| | |||||
* | Added totalWins and totalTies columns to the users table. Also, removed all ↵ | BlueRaja | 2013-01-13 | 1 | -77/+5 |
| | | | | references to the 'statistics' table - it's not needed anymore. | ||||
* | Replaced wins with champion points on the achievements page & achievement ↵ | BlueRaja | 2013-01-13 | 1 | -19/+17 |
| | | | | unlocks | ||||
* | 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) | ||||
* | don't mind me; minor cleanup | BlueRaja | 2013-01-13 | 1 | -2/+0 |
| | |||||
* | Challenges, massEmail functions started | Patrick Davison | 2013-01-09 | 1 | -1/+8 |
| | |||||
* | Challenges Implementation. LOTS of stuff | Patrick Davison | 2013-01-08 | 1 | -29/+215 |
| | | | | | 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. | ||||
* | Image updates and mapspecs fixes. | Patrick Davison | 2012-12-02 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | Lots of fixes and changes. | Patrick Davison | 2012-11-29 | 1 | -3/+3 |
| | | | | | | | | 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. | ||||
* | Completed an ugly but functional draft of the challenge-listing page | BlueRaja | 2012-10-01 | 1 | -1/+17 |
| | |||||
* | Added a challenge-listing page, and skeleton code for the listing itself | BlueRaja | 2012-10-01 | 1 | -0/+10 |
| |