summaryrefslogtreecommitdiffstats
path: root/includes/datas.php
Commit message (Collapse)AuthorAgeFilesLines
* Edited a few more places where "include_once" was being used within a ↵BlueRaja2013-05-281-1/+0
| | | | method. Hopefully this doesn't break anything :)
* Some code cleanup; fixed a $mydomain missing.Patrick Davison2013-05-211-2/+5
|
* More PHP warning and notice fixes.Patrick Davison2013-05-161-7/+8
|
* Many PHP warnings/notices fixes.Patrick Davison2013-05-131-1/+1
|
* Many bugs and PHP notices & warning fixes.Patrick Davison2013-05-101-5/+5
|
* Challengesss Challenges... DB Updates. ChallengesPatrick Davison2013-05-011-1/+11
|
* Missing wallOrientation SQL. Changed back to 25 per-notification.Patrick Davison2013-03-241-1/+1
|
* Finished wallOrientation settingPatrick Davison2013-03-241-7/+11
|
* Updated champion point achievements with numbers that, uh, look goodBlueRaja2013-03-201-4/+4
|
* Wall orientation achievements - huge commit.Patrick Davison2013-03-181-2/+16
|
* More achievement cleanupsPatrick Davison2013-03-141-16/+13
|
* Fix 'Perfect Days' SUM not COUNT isTiedForHighScorePatrick Davison2013-03-131-1/+1
|
* Insane speed achievement front end.Patrick Davison2013-03-131-1/+16
|
* Achievement back-end for Insane Speed - and any other 'Extra' unlocks like it.Patrick Davison2013-03-131-29/+63
|
* Using isCurrentMap for solutionsGiven to display PointsPatrick Davison2013-03-081-0/+1
|
* Fixed typoBlueRaja2013-03-081-2/+0
|
* Refit navigation with the added points columnPatrick Davison2013-03-071-2/+1
|
* Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2013-03-071-1/+3
|\
| * ohgodwhathassciencedoneBlueRaja2013-03-071-1/+3
| |\
| | * Added challenge points to scoresgit2013-03-071-1/+3
| | |
* | | Scoreboard bugfixes and improvments, partial implementation of onhashchange.Patrick Davison2013-03-071-1/+2
|/ /
* | Link to a specific solution in scores, and other tweaks.Patrick Davison2013-02-281-2/+2
| |
* | Partial-Fix. This needs to be fixed in SQL :(. Reported typo from feedback. ↵Patrick Davison2013-02-241-1/+3
| | | | | | | | - Whoops...
* | Moved isCurrentMap function.Patrick Davison2013-02-211-0/+16
|/
* Code cleanup / deletions.Patrick Davison2013-02-091-144/+1
|
* Huge changes; started deprecation of PHP's displayMap()Patrick Davison2013-02-091-2/+7
| | | | | | | | | New JS function 'mapAsHTML(mapAsObject)' getScores() will now return solutions if the map has expired. Homepage now uses mapAsHTML. Removed some padding on scoreboard. scoresFormatPage() supports solutions if available. (This can be row-specific) And tons of CSS - deprecating old CSS.
* Moved usersData table to users table, added a few more columns to users ↵BlueRaja2013-01-261-24/+9
| | | | (currently unused)
* Merge branch 'doin_shit_on_laptop'BlueRaja2013-01-251-15/+32
|\ | | | | | | | | | | | | Conflicts: includes/datas.php also fixed some stuffs
| * Tiers are now unlocked as the user players through challenges; challenges ↵BlueRaja2013-01-251-14/+29
| | | | | | | | | | | | left to next tier displayed on challengelist page (untested)
* | Temporary tutorial hack - could break with a challengemapID 5.Patrick Davison2013-01-251-4/+5
| |
* | `challengeMaps` table added; start of the required code changes.Patrick Davison2013-01-251-19/+20
|/
* Challenges are now displayed in the correct order again. Ay' carumba.BlueRaja2013-01-241-1/+2
|
* Countdown now shows time to next weekly map as wellBlueRaja2013-01-241-4/+15
|
* NOW the memberlist should correctly display moves for weekly maps (even when ↵BlueRaja2013-01-241-5/+7
| | | | offset by 12 hours)
* Updates to the new MemberlistPatrick Davison2013-01-241-0/+2
|
* A functional Memberlist again! New and improved!Patrick Davison2013-01-231-7/+18
|
* Adjusted / added footerlinks.Patrick Davison2013-01-171-1/+1
|
* Added totalMoves and totalMazes to users; and isTiedForHighScore to ↵BlueRaja2013-01-151-22/+12
| | | | solutions (for convenience)
* BUGFIX: Ties not displaying correctly on the achievements pageBlueRaja2013-01-151-1/+1
|
* Small bugfix for not loading disabled challengesBlueRaja2013-01-131-11/+2
|
* Added totalWins and totalTies columns to the users table. Also, removed all ↵BlueRaja2013-01-131-77/+5
| | | | references to the 'statistics' table - it's not needed anymore.
* Replaced wins with champion points on the achievements page & achievement ↵BlueRaja2013-01-131-19/+17
| | | | unlocks
* db.inc.php now only contains the database login info; the actual connection ↵BlueRaja2013-01-131-2/+2
| | | | 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
|
* Challenges, massEmail functions startedPatrick Davison2013-01-091-1/+8
|
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-081-29/+215
| | | | | 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.
* Image updates and mapspecs fixes.Patrick Davison2012-12-021-3/+3
| | | | | | 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-291-3/+3
| | | | | | | | 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.
* Completed an ugly but functional draft of the challenge-listing pageBlueRaja2012-10-011-1/+17
|
* Added a challenge-listing page, and skeleton code for the listing itselfBlueRaja2012-10-011-0/+10
|