Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sticky Footer! moved <body> tag, renamed $Links $headerLinks. | Patrick Davison | 2013-05-28 | 1 | -2/+1 |
| | |||||
* | Fixes for Challenges. | Patrick Davison | 2013-02-28 | 1 | -1/+9 |
| | |||||
* | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2013-01-26 | 1 | -1/+1 |
|\ | |||||
| * | updated URL login to the showSignin(); popup. | Patrick Davison | 2013-01-26 | 1 | -1/+1 |
| | | |||||
* | | Moved usersData table to users table, added a few more columns to users ↵ | BlueRaja | 2013-01-26 | 1 | -4/+4 |
|/ | | | | (currently unused) | ||||
* | Merge branch 'doin_shit_on_laptop' | BlueRaja | 2013-01-25 | 1 | -7/+7 |
|\ | | | | | | | | | | | | | Conflicts: includes/datas.php also fixed some stuffs | ||||
| * | Tiers are now unlocked as the user players through challenges; challenges ↵ | BlueRaja | 2013-01-25 | 1 | -7/+7 |
| | | | | | | | | | | | | left to next tier displayed on challengelist page (untested) | ||||
* | | `challengeMaps` table added; start of the required code changes. | Patrick Davison | 2013-01-25 | 1 | -8/+9 |
|/ | |||||
* | Replaced bullet-points with challenge images on challenge page | BlueRaja | 2013-01-13 | 1 | -5/+3 |
| | |||||
* | db.inc.php now only contains the database login info; the actual connection ↵ | BlueRaja | 2013-01-13 | 1 | -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 stuff | Patrick Davison | 2013-01-08 | 1 | -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 itself | BlueRaja | 2012-10-01 | 1 | -4/+10 |
| | |||||
* | 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 | 1 | -13/+21 |
| | | | | user actually completes them. No idea if it actually works yet :) | ||||
* | Created remanants of a challenge page (loaded completely from the database). ↵ | BlueRaja | 2012-08-27 | 1 | -326/+187 |
| | | | | 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 |
| | |||||
* | Fixing various javascript warnings, as well as renaming all //!! comments to ↵ | BlueRaja | 2012-08-25 | 1 | -4/+5 |
| | | | | //TODO | ||||
* | achievements page & challenge.php | Patrick Davison | 2012-02-02 | 1 | -0/+361 |