Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tiers are now unlocked as the user players through challenges; challenges ↵ | BlueRaja | 2013-01-25 | 2 | -14/+35 |
| | | | | | | left to next tier displayed on challengelist page (untested) | ||||
* | 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 | 1 | -1/+2 |
| | |||||
* | Countdown now shows time to next weekly map as well | BlueRaja | 2013-01-24 | 1 | -4/+15 |
| | |||||
* | 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. | ||||
* | NOW the memberlist should correctly display moves for weekly maps (even when ↵ | BlueRaja | 2013-01-24 | 1 | -5/+7 |
| | | | | offset 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 | 3 | -15/+78 |
| | |||||
* | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2013-01-24 | 1 | -7/+20 |
|\ | | | | | | | | | Conflicts: db updates.sql | ||||
| * | 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 |
| | | |||||
* | | Added a 'mapExpireTime' column to mapOfTheDay table, to simply a lot of SQL | BlueRaja | 2013-01-24 | 1 | -1/+1 |
|/ | |||||
* | BUGFIX: Maps sometimes not all being generated.. | BlueRaja | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Adjusted / added footerlinks. | Patrick Davison | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Added totalMoves and totalMazes to users; and isTiedForHighScore to ↵ | BlueRaja | 2013-01-15 | 2 | -80/+72 |
| | | | | solutions (for convenience) | ||||
* | Chat cleanup | Patrick Davison | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2013-01-15 | 2 | -16/+11 |
|\ | |||||
| * | BUGFIX: Updating high scores going super SUPER slow | BlueRaja | 2013-01-15 | 1 | -15/+10 |
| | | |||||
| * | BUGFIX: Ties not displaying correctly on the achievements page | BlueRaja | 2013-01-15 | 1 | -1/+1 |
| | | |||||
* | | This is the chat app* whoops. | Patrick Davison | 2013-01-15 | 1 | -0/+74 |
| | | |||||
* | | The scary chat-app in working form! | Patrick Davison | 2013-01-15 | 1 | -26/+24 |
| | | |||||
* | | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2013-01-14 | 7 | -137/+320 |
|\| | | | | | | | | | Conflicts: css/challenge.css | ||||
| * | 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 | 3 | -82/+77 |
| | | | | | | | | 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 | ||||
| * | Made some calculations significantly simpler by adding a 'isHighScore' ↵ | BlueRaja | 2013-01-13 | 1 | -16/+39 |
| | | | | | | | | column to the solutions table. | ||||
| * | Updated the copyright! | BlueRaja | 2013-01-13 | 1 | -1/+1 |
| | | |||||
| * | Moved the social-buttons next to the copyright to make the footer a bit more ↵ | BlueRaja | 2013-01-13 | 1 | -13/+11 |
| | | | | | | | | compact | ||||
| * | Added champion points to leaderboard page | BlueRaja | 2013-01-13 | 1 | -3/+4 |
| | | |||||
| * | db.inc.php now only contains the database login info; the actual connection ↵ | BlueRaja | 2013-01-13 | 5 | -15/+14 |
| | | | | | | | | 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 |
| | | |||||
| * | Added code for generating and using champion points, and for recalculating ↵ | BlueRaja | 2013-01-13 | 2 | -1/+181 |
| | | | | | | | | them from scratch in the admin panel. Now just need to add them to the scoreboard and the leadboard pages... | ||||
* | | Missing email lock definition | Patrick Davison | 2013-01-14 | 1 | -0/+4 |
|/ | |||||
* | QueueEmail function | Patrick Davison | 2013-01-11 | 1 | -0/+148 |
| | |||||
* | Social buttons | Patrick Davison | 2013-01-11 | 1 | -2/+11 |
| | |||||
* | Challenges, massEmail functions started | Patrick Davison | 2013-01-09 | 2 | -1/+20 |
| | |||||
* | Map class and Challenges | Patrick Davison | 2013-01-08 | 1 | -0/+55 |
| | | | | | The mapclass should eventually replace the current mapmatrix array w/ headers. Work on challenges progresses nicely | ||||
* | Updating.php for use when making updates to the main server. | Patrick Davison | 2013-01-08 | 1 | -0/+154 |
| | | | | Also some nice buttons :) | ||||
* | Challenges Implementation. LOTS of stuff | Patrick Davison | 2013-01-08 | 3 | -30/+229 |
| | | | | | 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. | ||||
* | Map addition & Changes | Patrick Davison | 2012-12-27 | 1 | -1/+1 |
| | |||||
* | Overhauled the FAQ with Demo's | Patrick Davison | 2012-12-26 | 1 | -1/+1 |
| | | | | Fixed a bug with PHP 5.4 number_format change | ||||
* | Footer, sign-in adjustments to prevent web-crawler cache. | Patrick Davison | 2012-12-26 | 1 | -5/+18 |
| | |||||
* | FAQ update and cache adjustments | Patrick Davison | 2012-12-12 | 1 | -3/+3 |
| | |||||
* | RouteMultiPath() function added for cleaner code. | Patrick Davison | 2012-12-12 | 2 | -3/+27 |
| | | | | Added validation support for RouteMultiPath() for a single 2nd-start location path. | ||||
* | New images, modified image caching. | Patrick Davison | 2012-12-12 | 1 | -4/+21 |
| | |||||
* | Image updates and mapspecs fixes. | Patrick Davison | 2012-12-02 | 2 | -4/+5 |
| | | | | | | 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 | 2 | -22/+6 |
| | | | | | | | | 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. | ||||
* | Cache changes | Patrick Davison | 2012-11-26 | 1 | -3/+3 |
| |