Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Challenges | Patrick Davison | 2013-02-28 | 1 | -5/+11 |
| | |||||
* | Merge branch 'doin_shit_on_laptop' | BlueRaja | 2013-01-25 | 1 | -2/+64 |
|\ | | | | | | | | | | | | | Conflicts: includes/datas.php also fixed some stuffs | ||||
| * | whoops, switching between languages too quickly.. | BlueRaja | 2013-01-25 | 1 | -2/+4 |
| | | |||||
| * | Tiers are now unlocked as the user players through challenges; challenges ↵ | BlueRaja | 2013-01-25 | 1 | -2/+51 |
| | | | | | | | | | | | | left to next tier displayed on challengelist page (untested) | ||||
* | | `challengeMaps` table added; start of the required code changes. | Patrick Davison | 2013-01-25 | 1 | -3/+4 |
|/ | |||||
* | Challenges are now displayed in the correct order again. Ay' carumba. | BlueRaja | 2013-01-24 | 1 | -8/+10 |
| | |||||
* | Adjusted / added footerlinks. | Patrick Davison | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | 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) | ||||
* | changed ChallengeList to return rather than echo. | Patrick Davison | 2013-01-11 | 1 | -12/+14 |
| | |||||
* | Challenges, massEmail functions started | Patrick Davison | 2013-01-09 | 1 | -12/+54 |
| | |||||
* | Map class and Challenges | Patrick Davison | 2013-01-08 | 1 | -5/+24 |
| | | | | | 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 | 1 | -6/+1 |
| | | | | | 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. | ||||
* | 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 | 1 | -0/+63 |