Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Leaderboard renamed to scores. URL backdating included. | Patrick Davison | 2013-01-29 | 2 | -49/+126 |
| | |||||
* | Some images moved. | Patrick Davison | 2013-01-27 | 5 | -0/+0 |
| | |||||
* | ajax chat moved. loading.gif added - not sure if we'll use it. | Patrick Davison | 2013-01-27 | 2 | -1/+1 |
| | |||||
* | The start of a new scoreboard or "Scores" page. | Patrick Davison | 2013-01-27 | 5 | -198/+325 |
| | | | | - I have the feeling some adjustments made here might propigate to the Home page eventually. | ||||
* | quick fix on missing totalSeconds. | Patrick Davison | 2013-01-26 | 1 | -1/+2 |
| | |||||
* | And the CSS that goes along with it... Whoops | Patrick Davison | 2013-01-26 | 1 | -6/+26 |
| | |||||
* | Improved DisplayMapThumbnail | Patrick Davison | 2013-01-26 | 2 | -30/+3 |
| | |||||
* | Deleting dead code. | Patrick Davison | 2013-01-26 | 1 | -165/+0 |
| | |||||
* | Removed unnecessary blank.png in current scores that was causing me issues | BlueRaja | 2013-01-26 | 2 | -3/+1 |
| | |||||
* | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2013-01-26 | 2 | -9/+96 |
|\ | |||||
| * | Tiny bit of cleanup | Patrick Davison | 2013-01-26 | 1 | -4/+9 |
| | | |||||
| * | New mapcode applied to the Mapclass. | Patrick Davison | 2013-01-26 | 1 | -7/+89 |
| | | |||||
| * | updated URL login to the showSignin(); popup. | Patrick Davison | 2013-01-26 | 1 | -1/+1 |
| | | |||||
* | | BUGFIX: Clicking the 'mute' button doesn't save across all maps until page ↵ | BlueRaja | 2013-01-26 | 3 | -5/+24 |
| | | | | | | | | is refreshed | ||||
* | | Moved usersData table to users table, added a few more columns to users ↵ | BlueRaja | 2013-01-26 | 9 | -79/+60 |
|/ | | | | (currently unused) | ||||
* | Merge branch 'doin_shit_on_laptop' | BlueRaja | 2013-01-25 | 6 | -45/+133 |
|\ | | | | | | | | | | | | | Conflicts: includes/datas.php also fixed some stuffs | ||||
| * | whoops, switching between languages too quickly.. | BlueRaja | 2013-01-25 | 1 | -2/+4 |
| | | |||||
| * | Don't show chat bar if not logged in | BlueRaja | 2013-01-25 | 1 | -4/+5 |
| | | |||||
| * | Tiers are now unlocked as the user players through challenges; challenges ↵ | BlueRaja | 2013-01-25 | 5 | -38/+102 |
| | | | | | | | | | | | | 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 | 5 | -31/+35 |
|/ | |||||
* | URL re-write for tutorial, instead of showing different things@ pathery.com/ | Patrick Davison | 2013-01-25 | 1 | -1/+6 |
| | |||||
* | Added missing files, deleted some old files. | Patrick Davison | 2013-01-25 | 8 | -1589/+56 |
| | |||||
* | HOURS -> HOUR. lol... | Patrick Davison | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | whoops lol | BlueRaja | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Challenges are now displayed in the correct order again. Ay' carumba. | BlueRaja | 2013-01-24 | 4 | -12/+24 |
| | |||||
* | Weekly maps now show the date as well as the time on the homepage scoreboard | BlueRaja | 2013-01-24 | 2 | -3/+7 |
| | |||||
* | Countdown now shows time to next weekly map as well | BlueRaja | 2013-01-24 | 2 | -29/+67 |
| | |||||
* | No time limit when generating maps | BlueRaja | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Added (untested) code to try to correctly add points for weekly maps. Let's ↵ | BlueRaja | 2013-01-24 | 2 | -6/+24 |
| | | | | see what this be like. | ||||
* | Added titles back to memberslist headers | BlueRaja | 2013-01-24 | 1 | -10/+11 |
| | |||||
* | NOW the memberlist should correctly display moves for weekly maps (even when ↵ | BlueRaja | 2013-01-24 | 1 | -5/+7 |
| | | | | offset by 12 hours) | ||||
* | oh wtf, that code isn't even used anymore -_- | BlueRaja | 2013-01-24 | 1 | -138/+0 |
| | |||||
* | 'moves in past week' should correctly include weekly maps, even when offset ↵ | BlueRaja | 2013-01-24 | 1 | -3/+7 |
| | | | | by 12 hours | ||||
* | Using mapExpireTime for basically all playerStats now - champion points for ↵ | BlueRaja | 2013-01-24 | 1 | -53/+52 |
| | | | | weekly map should be about 99% there, just one more thing to do... | ||||
* | Moved constants to constants.php | BlueRaja | 2013-01-24 | 4 | -15/+79 |
| | |||||
* | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2013-01-24 | 11 | -346/+776 |
|\ | | | | | | | | | Conflicts: db updates.sql | ||||
| * | Added additional SQL ALTERs | Patrick Davison | 2013-01-24 | 1 | -2/+10 |
| | | | | | | | | | | This should be the changes needed for Pathery.com (not including the new tables) | ||||
| * | Updates to the new Memberlist | Patrick Davison | 2013-01-24 | 5 | -27/+72 |
| | | |||||
| * | Some code relating to testing an API. | Patrick Davison | 2013-01-24 | 2 | -217/+591 |
| | | |||||
| * | Chat fixes | Patrick Davison | 2013-01-23 | 3 | -2/+10 |
| | | |||||
| * | A functional Memberlist again! New and improved! | Patrick Davison | 2013-01-23 | 5 | -126/+119 |
| | | |||||
* | | Added a 'mapExpireTime' column to mapOfTheDay table, to simply a lot of SQL | BlueRaja | 2013-01-24 | 5 | -53/+50 |
|/ | |||||
* | BUGFIX: Maps sometimes not all being generated.. | BlueRaja | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Quick auto-format js | BlueRaja | 2013-01-22 | 1 | -146/+164 |
| | |||||
* | Playing around with Chat | Patrick Davison | 2013-01-17 | 1 | -22/+57 |
| | |||||
* | Adjusted / added footerlinks. | Patrick Davison | 2013-01-17 | 3 | -4/+17 |
| | |||||
* | Updated the About Us page. | Patrick Davison | 2013-01-16 | 1 | -20/+31 |
| | |||||
* | Added totalMoves and totalMazes to users; and isTiedForHighScore to ↵ | BlueRaja | 2013-01-15 | 6 | -88/+85 |
| | | | | solutions (for convenience) | ||||
* | Chat cleanup | Patrick Davison | 2013-01-15 | 3 | -24/+34 |
| |