summaryrefslogtreecommitdiffstats
path: root/pages
Commit message (Collapse)AuthorAgeFilesLines
...
| * A functional Memberlist again! New and improved!Patrick Davison2013-01-231-65/+20
| |
* | Added a 'mapExpireTime' column to mapOfTheDay table, to simply a lot of SQLBlueRaja2013-01-242-30/+26
|/
* Playing around with ChatPatrick Davison2013-01-171-22/+57
|
* Adjusted / added footerlinks.Patrick Davison2013-01-171-1/+1
|
* Updated the About Us page.Patrick Davison2013-01-161-20/+31
|
* Added totalMoves and totalMazes to users; and isTiedForHighScore to ↵BlueRaja2013-01-152-4/+4
| | | | solutions (for convenience)
* Chat cleanupPatrick Davison2013-01-151-17/+23
|
* This is the chat app* whoops.Patrick Davison2013-01-151-0/+220
|
* Replaced bullet-points with challenge images on challenge pageBlueRaja2013-01-131-5/+3
|
* Added totalWins and totalTies columns to the users table. Also, removed all ↵BlueRaja2013-01-133-9/+8
| | | | references to the 'statistics' table - it's not needed anymore.
* Fixed champion points not showing up correctly in leaderboards ↵BlueRaja2013-01-131-2/+4
| | | | weekly/monthly view
* Updated CSS of leaderboard page to not get ridiculously large with long ↵BlueRaja2013-01-131-6/+6
| | | | names, and not make the points-string off-center
* Replaced wins with champion points on the achievements page & achievement ↵BlueRaja2013-01-131-2/+2
| | | | unlocks
* Fixed minor CSS issue with leaderboard pageBlueRaja2013-01-131-1/+1
|
* Added a championpoints image to all the pages. You're definitely going to ↵BlueRaja2013-01-132-3/+3
| | | | want to change it before releasing, though :)
* Added champion points to the FAQBlueRaja2013-01-131-1/+23
|
* Added champion points to leaderboard pageBlueRaja2013-01-131-3/+12
|
* db.inc.php now only contains the database login info; the actual connection ↵BlueRaja2013-01-1313-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 ↵BlueRaja2013-01-131-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 Davison2013-01-111-12/+14
|
* Challenges, massEmail functions startedPatrick Davison2013-01-092-12/+263
|
* Map class and ChallengesPatrick Davison2013-01-082-5/+50
| | | | | The mapclass should eventually replace the current mapmatrix array w/ headers. Work on challenges progresses nicely
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-086-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 LeaderboardPatrick Davison2013-01-081-37/+66
|
* Some work on a new MemberslistPatrick Davison2013-01-081-2/+58
|
* 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-261-35/+5
|
* Overhauled the FAQ with Demo'sPatrick Davison2012-12-262-2/+81
| | | | Fixed a bug with PHP 5.4 number_format change
* FAQ update and cache adjustmentsPatrick Davison2012-12-121-3/+31
|
* Bug fixes:Patrick Davison2012-12-123-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 Davison2012-12-121-24/+69
|
* Tutorial progress saved for users not-logged-in.Patrick Davison2012-12-022-1/+10
| | | | Completion notice, and "sign in to save progress" added.
* Lots of fixes and changes.Patrick Davison2012-11-293-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.
* MinorPatrick Davison2012-11-261-0/+4
|
* 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-261-12/+12
|
* Sounds, soundManager2Patrick Davison2012-11-011-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 peopleraylu2012-10-262-3/+6
| | | | https://mixpanel.com/docs/people-analytics
* Completed an ugly but functional draft of the challenge-listing pageBlueRaja2012-10-011-1/+41
|
* Added a challenge-listing page, and skeleton code for the listing itselfBlueRaja2012-10-012-4/+73
|
* Fixed a few JS errors on challenge pageBlueRaja2012-10-011-1/+6
|
* Fixed a few bugs with challenges, and added some debugging code (which still ↵BlueRaja2012-10-011-4/+5
| | | | needs to be removed)
* Did some more work on the challenges, to have them added to the DB when the ↵BlueRaja2012-09-302-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 doBlueRaja2012-09-101-2/+2
|
* Created remanants of a challenge page (loaded completely from the database). ↵BlueRaja2012-08-273-338/+550
| | | | Kept the old challenge page, because Snap will probably want to reuse the Javascript.
* Challenge page fixPatrick Davison2012-08-261-1/+1
|
* Found a few more TODO commentsBlueRaja2012-08-251-1/+1
|
* Fixing various javascript warnings, as well as renaming all //!! comments to ↵BlueRaja2012-08-257-24/+26
| | | | //TODO
* Added single-path blocking towers functionality to routePathBlueRaja2012-08-252-7/+7
|
* Multipath support for UIPatrick Davison2012-08-211-24/+49
|