summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* db.inc.php now only contains the database login info; the actual connection ↵BlueRaja2013-01-1322-35/+34
| | | | 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 cleanupBlueRaja2013-01-131-2/+0
|
* Added code for generating and using champion points, and for recalculating ↵BlueRaja2013-01-133-8/+200
| | | | 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 Davison2013-01-111-12/+14
|
* QueueEmail functionPatrick Davison2013-01-111-0/+148
|
* Social buttonsPatrick Davison2013-01-114-11/+37
|
* Challenges, massEmail functions startedPatrick Davison2013-01-096-22/+312
|
* Map class and ChallengesPatrick Davison2013-01-085-8/+197
| | | | | 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 Davison2013-01-086-0/+218
| | | | Also some nice buttons :)
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-0815-119/+769
| | | | | 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 LeaderboardPatrick Davison2013-01-081-37/+66
|
* Some work on a new MemberslistPatrick Davison2013-01-081-2/+58
|
* Map addition & ChangesPatrick Davison2012-12-271-1/+1
|
* PHP's 5.4 depreciation of eregi_replace.Patrick Davison2012-12-263-15/+20
| | | | Adjustments for the new htmlFooter
* SoundManager1/2 moved to a function in Globe.Patrick Davison2012-12-262-41/+44
|
* Links for footerPatrick Davison2012-12-261-9/+24
|
* Added colors for dual-path numbers.Patrick Davison2012-12-261-3/+7
|
* Overhauled the FAQ with Demo'sPatrick Davison2012-12-263-3/+82
| | | | Fixed a bug with PHP 5.4 number_format change
* Footer, sign-in adjustments to prevent web-crawler cache.Patrick Davison2012-12-264-34/+112
|
* FAQ update and cache adjustmentsPatrick Davison2012-12-122-6/+34
|
* Bug fixes:Patrick Davison2012-12-126-23/+34
| | | | | | 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.
* mapspecs.js fixes and cleanupsPatrick Davison2012-12-121-52/+48
|
* RouteMultiPath() function added for cleaner code.Patrick Davison2012-12-123-19/+29
| | | | Added validation support for RouteMultiPath() for a single 2nd-start location path.
* New images, modified image caching.Patrick Davison2012-12-1215-37/+128
|
* Bug fixes in mapspecsPatrick Davison2012-12-071-26/+25
| | | | | Fixed bug where leaderboard maps break after pressing test. Fixed bug where multipath's 2nd path didn't animate the first square.
* Tutorial progress saved for users not-logged-in.Patrick Davison2012-12-023-11/+48
| | | | Completion notice, and "sign in to save progress" added.
* Image updates and mapspecs fixes.Patrick Davison2012-12-0216-41/+16
| | | | | | 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 Davison2012-11-298-52/+44
| | | | | | | | 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.
* Fixes and changes. Commented out firePHP; Added some debug code.Patrick Davison2012-11-261-49/+62
|
* Cache changesPatrick Davison2012-11-261-3/+3
|
* MinorPatrick Davison2012-11-262-1/+4
|
* Multipath animation support.Patrick Davison2012-11-261-45/+75
| | | | Finally got the colors in the animation consistant and fairly logical.
* Prep for push to the main server.Patrick Davison2012-11-261-37/+39
| | | | Some future proofing changes, and some changes for the sake of change.
* Added badge near username.Patrick Davison2012-11-262-31/+56
|
* Sounds, soundManager2Patrick Davison2012-11-0113-13/+5697
| | | | | | | | | 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"
* UI: Sign in bug fix.Patrick Davison2012-11-011-0/+2
| | | | Fixed a bug where the Sign In box would show up in some crappy browsers because I was stupid.
* Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2012-10-274-11/+27
|\
| * integrate mixpanel peopleraylu2012-10-264-10/+26
| | | | | | | | https://mixpanel.com/docs/people-analytics
* | Newline charPatrick Davison2012-10-271-1/+1
| |
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2012-10-1114-23/+3940
|\|
| * Completed an ugly but functional draft of the challenge-listing pageBlueRaja2012-10-015-2/+82
| |
| * Added a challenge-listing page, and skeleton code for the listing itselfBlueRaja2012-10-014-4/+87
| |
| * Fixed a few JS errors on challenge pageBlueRaja2012-10-011-1/+6
| |
| * Fixing tutorialBlueRaja2012-10-011-2/+2
| |
| * Challenges now update automatically upon completion (without needing to refresh)BlueRaja2012-10-011-0/+11
| |
| * Fixed a few bugs with challenges, and added some debugging code (which still ↵BlueRaja2012-10-013-19/+85
| | | | | | | | needs to be removed)
| * Added the lightweight FirePHPCore debugging library for debugging AJAX queriesBlueRaja2012-10-015-0/+3672
| |
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2012-09-307-57/+208
|\|
| * Did some more work on the challenges, to have them added to the DB when the ↵BlueRaja2012-09-307-57/+208
| | | | | | | | user actually completes them. No idea if it actually works yet :)
* | Irrelevent fiddling.Patrick Davison2012-09-301-19/+1
|/