Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced bullet-points with challenge images on challenge page | BlueRaja | 2013-01-13 | 1 | -5/+3 |
| | |||||
* | Added totalWins and totalTies columns to the users table. Also, removed all ↵ | BlueRaja | 2013-01-13 | 3 | -9/+8 |
| | | | | references to the 'statistics' table - it's not needed anymore. | ||||
* | Fixed champion points not showing up correctly in leaderboards ↵ | BlueRaja | 2013-01-13 | 1 | -2/+4 |
| | | | | weekly/monthly view | ||||
* | Updated CSS of leaderboard page to not get ridiculously large with long ↵ | BlueRaja | 2013-01-13 | 1 | -6/+6 |
| | | | | names, and not make the points-string off-center | ||||
* | Replaced wins with champion points on the achievements page & achievement ↵ | BlueRaja | 2013-01-13 | 1 | -2/+2 |
| | | | | unlocks | ||||
* | Fixed minor CSS issue with leaderboard page | BlueRaja | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | Added a championpoints image to all the pages. You're definitely going to ↵ | BlueRaja | 2013-01-13 | 2 | -3/+3 |
| | | | | want to change it before releasing, though :) | ||||
* | Added champion points to the FAQ | BlueRaja | 2013-01-13 | 1 | -1/+23 |
| | |||||
* | Added champion points to leaderboard page | BlueRaja | 2013-01-13 | 1 | -3/+12 |
| | |||||
* | db.inc.php now only contains the database login info; the actual connection ↵ | BlueRaja | 2013-01-13 | 13 | -14/+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) | ||||
* | Added code for generating and using champion points, and for recalculating ↵ | BlueRaja | 2013-01-13 | 1 | -7/+19 |
| | | | | them from scratch in the admin panel. Now just need to add them to the scoreboard and the leadboard pages... | ||||
* | changed ChallengeList to return rather than echo. | Patrick Davison | 2013-01-11 | 1 | -12/+14 |
| | |||||
* | Challenges, massEmail functions started | Patrick Davison | 2013-01-09 | 2 | -12/+263 |
| | |||||
* | Map class and Challenges | Patrick Davison | 2013-01-08 | 2 | -5/+50 |
| | | | | | The mapclass should eventually replace the current mapmatrix array w/ headers. Work on challenges progresses nicely | ||||
* | Challenges Implementation. LOTS of stuff | Patrick Davison | 2013-01-08 | 6 | -39/+189 |
| | | | | | 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. | ||||
* | Fixes/adjustments for the Leaderboard | Patrick Davison | 2013-01-08 | 1 | -37/+66 |
| | |||||
* | Some work on a new Memberslist | Patrick Davison | 2013-01-08 | 1 | -2/+58 |
| | |||||
* | PHP's 5.4 depreciation of eregi_replace. | Patrick Davison | 2012-12-26 | 3 | -15/+20 |
| | | | | Adjustments for the new htmlFooter | ||||
* | SoundManager1/2 moved to a function in Globe. | Patrick Davison | 2012-12-26 | 1 | -35/+5 |
| | |||||
* | Overhauled the FAQ with Demo's | Patrick Davison | 2012-12-26 | 2 | -2/+81 |
| | | | | Fixed a bug with PHP 5.4 number_format change | ||||
* | FAQ update and cache adjustments | Patrick Davison | 2012-12-12 | 1 | -3/+31 |
| | |||||
* | Bug fixes: | Patrick Davison | 2012-12-12 | 3 | -21/+30 |
| | | | | | | Fixed bug where scores were being loaded twice. Moved GZIP Compression to index.php Updated login.php to call an error on empty email addresses. | ||||
* | New images, modified image caching. | Patrick Davison | 2012-12-12 | 1 | -24/+69 |
| | |||||
* | Tutorial progress saved for users not-logged-in. | Patrick Davison | 2012-12-02 | 2 | -1/+10 |
| | | | | Completion notice, and "sign in to save progress" added. | ||||
* | Lots of fixes and changes. | Patrick Davison | 2012-11-29 | 3 | -22/+14 |
| | | | | | | | | 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. | ||||
* | Minor | Patrick Davison | 2012-11-26 | 1 | -0/+4 |
| | |||||
* | Prep for push to the main server. | Patrick Davison | 2012-11-26 | 1 | -37/+39 |
| | | | | Some future proofing changes, and some changes for the sake of change. | ||||
* | Added badge near username. | Patrick Davison | 2012-11-26 | 1 | -12/+12 |
| | |||||
* | Sounds, soundManager2 | Patrick Davison | 2012-11-01 | 1 | -4/+59 |
| | | | | | | | | | Created and added "blingb" sound. Added a couple images to the cache Started adding soundManager2 - needs work. More testing on the multi-path animation code. General cleanup on the sounds. Changed the "Improved score 0 to X" to "You scored X" | ||||
* | integrate mixpanel people | raylu | 2012-10-26 | 2 | -3/+6 |
| | | | | https://mixpanel.com/docs/people-analytics | ||||
* | Completed an ugly but functional draft of the challenge-listing page | BlueRaja | 2012-10-01 | 1 | -1/+41 |
| | |||||
* | Added a challenge-listing page, and skeleton code for the listing itself | BlueRaja | 2012-10-01 | 2 | -4/+73 |
| | |||||
* | Fixed a few JS errors on challenge page | BlueRaja | 2012-10-01 | 1 | -1/+6 |
| | |||||
* | Fixed a few bugs with challenges, and added some debugging code (which still ↵ | BlueRaja | 2012-10-01 | 1 | -4/+5 |
| | | | | needs to be removed) | ||||
* | Did some more work on the challenges, to have them added to the DB when the ↵ | BlueRaja | 2012-09-30 | 2 | -17/+21 |
| | | | | user actually completes them. No idea if it actually works yet :) | ||||
* | Doesn't make sense that some of the items don't count today's and others do | BlueRaja | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | Created remanants of a challenge page (loaded completely from the database). ↵ | BlueRaja | 2012-08-27 | 3 | -338/+550 |
| | | | | Kept the old challenge page, because Snap will probably want to reuse the Javascript. | ||||
* | Challenge page fix | Patrick Davison | 2012-08-26 | 1 | -1/+1 |
| | |||||
* | 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 | 7 | -24/+26 |
| | | | | //TODO | ||||
* | Added single-path blocking towers functionality to routePath | BlueRaja | 2012-08-25 | 2 | -7/+7 |
| | |||||
* | Multipath support for UI | Patrick Davison | 2012-08-21 | 1 | -24/+49 |
| | |||||
* | Gallery Update to test dual path. | Patrick Davison | 2012-08-18 | 1 | -191/+161 |
| | |||||
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2012-08-18 | 1 | -2/+2 |
|\ | |||||
| * | Changing wording on memberlist (also, trying out new git/dropbox setup!) | BlueRaja | 2012-08-18 | 1 | -2/+2 |
| | | |||||
* | | The start on Multi-day maps and Dual Path mechanic | Patrick Davison | 2012-08-18 | 1 | -1/+12 |
|/ | | | | Halfway started both. | ||||
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2012-08-18 | 1 | -2/+2 |
|\ | |||||
| * | Ignore the move-count from today - Memberslist Page | BlueRaja | 2012-08-17 | 1 | -2/+2 |
| | | | | | | | | In order to not show "0 moves" for an entire day, "This Week" now shows scores from the past 7 days rather than the current week. They can still view "this week's" scores on the scoreboard page - not sure if we'd want to change that for consistency or not. | ||||
* | | Bugs, timezone. | Patrick Davison | 2012-08-18 | 2 | -35/+3 |
| | | | | | | | | | | | | This server should remain using the New_York timezone. Maps start at 9, not 12! Fixed a bug where default displaycolor was not being used. Fixed a bug where the user would not be logged in instantly. | ||||
* | | Feedback page adjustments. | Patrick Davison | 2012-08-18 | 1 | -4/+21 |
| | |