summaryrefslogtreecommitdiffstats
path: root/pages/challenge.php
Commit message (Collapse)AuthorAgeFilesLines
* Sticky Footer! moved <body> tag, renamed $Links $headerLinks.Patrick Davison2013-05-281-2/+1
|
* Fixes for Challenges.Patrick Davison2013-02-281-1/+9
|
* Merge branch 'master' of git.raylu.net:patheryBlueRaja2013-01-261-1/+1
|\
| * updated URL login to the showSignin(); popup.Patrick Davison2013-01-261-1/+1
| |
* | Moved usersData table to users table, added a few more columns to users ↵BlueRaja2013-01-261-4/+4
|/ | | | (currently unused)
* Merge branch 'doin_shit_on_laptop'BlueRaja2013-01-251-7/+7
|\ | | | | | | | | | | | | Conflicts: includes/datas.php also fixed some stuffs
| * Tiers are now unlocked as the user players through challenges; challenges ↵BlueRaja2013-01-251-7/+7
| | | | | | | | | | | | left to next tier displayed on challengelist page (untested)
* | `challengeMaps` table added; start of the required code changes.Patrick Davison2013-01-251-8/+9
|/
* Replaced bullet-points with challenge images on challenge pageBlueRaja2013-01-131-5/+3
|
* db.inc.php now only contains the database login info; the actual connection ↵BlueRaja2013-01-131-1/+1
| | | | 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)
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-081-8/+9
| | | | | 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.
* Added a challenge-listing page, and skeleton code for the listing itselfBlueRaja2012-10-011-4/+10
|
* 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-301-13/+21
| | | | user actually completes them. No idea if it actually works yet :)
* Created remanants of a challenge page (loaded completely from the database). ↵BlueRaja2012-08-271-326/+187
| | | | Kept the old challenge page, because Snap will probably want to reuse the Javascript.
* Challenge page fixPatrick Davison2012-08-261-1/+1
|
* Fixing various javascript warnings, as well as renaming all //!! comments to ↵BlueRaja2012-08-251-4/+5
| | | | //TODO
* achievements page & challenge.phpPatrick Davison2012-02-021-0/+361