Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | | | 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 | -34/+167 |
| | | | | user actually completes them. No idea if it actually works yet :) | ||||
* | Created remanants of a challenge page (loaded completely from the database). ↵ | BlueRaja | 2012-08-27 | 1 | -1/+56 |
| | | | | Kept the old challenge page, because Snap will probably want to reuse the Javascript. | ||||
* | 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 |
| | | | | //TODO | ||||
* | A couple of achievements points set. | Patrick Davison | 2012-08-18 | 1 | -1/+2 |
| | |||||
* | Everything related to the scoreboard. | Patrick Davison | 2012-07-31 | 1 | -1/+135 |
| | | | | | | | 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 | -2/+2 |
| | |||||
* | Couple achievements appended | Patrick Davison | 2012-07-04 | 1 | -1/+7 |
| | |||||
* | Pronoun adjustment, and other minor fixes. | Patrick Davison | 2012-05-15 | 1 | -2/+3 |
| | |||||
* | Champion Achievement change. | Patrick Davison | 2012-04-25 | 1 | -3/+4 |
| | |||||
* | Scoreboard colors. & Blank Emblem fix | Patrick Davison | 2012-04-21 | 1 | -4/+10 |
| | |||||
* | Score Update time and Achievement name fixes | Patrick Davison | 2012-04-13 | 1 | -6/+8 |
| | |||||
* | Brought back Special-map-names | Patrick Davison | 2012-04-06 | 1 | -2/+0 |
| | |||||
* | Some achievements set, and notifications adjusted. | Patrick Davison | 2012-03-19 | 1 | -113/+278 |
| | |||||
* | Stat tracking. | Patrick Davison | 2012-02-04 | 1 | -11/+91 |
| | | | | | | Added support for tracking when a user ranks #1, and when a user ties #1. Added "Next level at X" to achievement notifications. Modified some achievement values, but nothing set in stone. | ||||
* | Achievement functions added to datas.php | Patrick Davison | 2012-02-02 | 1 | -4/+284 |
| | |||||
* | Countdown timer, Radivel/Splax added, Time taken => Time. | Patrick Davison | 2011-12-07 | 1 | -4/+7 |
| | |||||
* | new layout | raylu | 2011-11-05 | 1 | -1/+52 |
| | |||||
* | Initial import from Dropbox | raylu | 2011-04-07 | 1 | -0/+1 |