| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |
* | Moved usersData table to users table, added a few more columns to users (curr... | BlueRaja | 2013-01-26 | 1 | -24/+9 |
* | Merge branch 'doin_shit_on_laptop' | BlueRaja | 2013-01-25 | 1 | -15/+32 |
|\ |
|
| * | Tiers are now unlocked as the user players through challenges; challenges lef... | BlueRaja | 2013-01-25 | 1 | -14/+29 |
* | | 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 |
* | 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 solutions... | BlueRaja | 2013-01-15 | 1 | -22/+12 |
* | 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 |
* | Replaced wins with champion points on the achievements page & achievement unl... | BlueRaja | 2013-01-13 | 1 | -19/+17 |
* | db.inc.php now only contains the database login info; the actual connection t... | BlueRaja | 2013-01-13 | 1 | -2/+2 |
* | 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 |
* | Image updates and mapspecs fixes. | Patrick Davison | 2012-12-02 | 1 | -3/+3 |
* | Lots of fixes and changes. | Patrick Davison | 2012-11-29 | 1 | -3/+3 |
* | 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 |
* | Fixing tutorial | BlueRaja | 2012-10-01 | 1 | -2/+2 |
* | Fixed a few bugs with challenges, and added some debugging code (which still ... | BlueRaja | 2012-10-01 | 1 | -5/+52 |
* | Did some more work on the challenges, to have them added to the DB when the u... | BlueRaja | 2012-09-30 | 1 | -34/+167 |
* | Created remanants of a challenge page (loaded completely from the database). ... | BlueRaja | 2012-08-27 | 1 | -1/+56 |
* | Found a few more TODO comments | BlueRaja | 2012-08-25 | 1 | -1/+1 |
* | Fixing various javascript warnings, as well as renaming all //!! comments to ... | BlueRaja | 2012-08-25 | 1 | -2/+2 |