summaryrefslogtreecommitdiffstats
path: root/includes
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for DB before releasing to productionreleaseBlueRaja2013-03-241-1/+1
|
* Missing wallOrientation SQL. Changed back to 25 per-notification.Patrick Davison2013-03-241-1/+1
|
* Finished wallOrientation settingPatrick Davison2013-03-241-7/+11
|
* BUGFIX: champion points not being summed correctlyBlueRaja2013-03-221-19/+5
|
* Changed start-date for statsBlueRaja2013-03-221-1/+1
|
* Updated champion point achievements with numbers that, uh, look goodBlueRaja2013-03-201-4/+4
|
* A ton of optimizations to the queries, along with the ability to run DB ↵BlueRaja2013-03-201-45/+90
| | | | updates in chunks of 1 month
* Wall orientation achievements - huge commit.Patrick Davison2013-03-184-8/+24
|
* Sign In fixPatrick Davison2013-03-141-14/+21
|
* More achievement cleanupsPatrick Davison2013-03-141-16/+13
|
* Fix 'Perfect Days' SUM not COUNT isTiedForHighScorePatrick Davison2013-03-131-1/+1
|
* Whoops that file isn't always there :)Patrick Davison2013-03-131-0/+1
|
* Insane speed achievement front end.Patrick Davison2013-03-132-4/+28
|
* Achievement back-end for Insane Speed - and any other 'Extra' unlocks like it.Patrick Davison2013-03-132-29/+91
|
* Couple htaccess deny-from-all to hide files.Patrick Davison2013-03-121-0/+1
|
* Using isCurrentMap for solutionsGiven to display PointsPatrick Davison2013-03-081-0/+1
|
* Thirty Too map additionPatrick Davison2013-03-081-1/+1
|
* Um, fixed earning points for trying, for real this time.BlueRaja2013-03-081-1/+1
|
* Fix for attempted maps not earning champion points - whoops!BlueRaja2013-03-081-1/+1
|
* Fixing weekly maps not setting champion points correctly..BlueRaja2013-03-082-3/+3
|
* 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
|/ /
* | Changed pointer on left/right arrows in score page, and made them ↵BlueRaja2013-03-071-2/+1
| | | | | | | | unselectable (via new global '.unselectable' class, which you can use elsewhere if you want)
* | Merge branch 'master' of git.raylu.net:patheryBlueRaja2013-03-072-4/+79
|\ \ | | | | | | | | | | | | Conflicts: includes/db.inc.php
| * | mapeditor Go button fix.Patrick Davison2013-03-061-0/+68
| | |
| * | Image for links to facebook and etc.Patrick Davison2013-03-051-0/+1
| | |
| * | Map editor 0.1!Patrick Davison2013-03-051-4/+10
| | |
| * | !! db.inc.php change !! Don't write over your own!Patrick Davison2013-03-051-6/+1
| | | | | | | | | | | | This is the way the file should look.
* | | Supposedly this is supposed to delete it from the cache but not locally.....BlueRaja2013-03-071-11/+0
| | |
* | | Adding db.inc.phpBlueRaja2013-03-071-0/+1
|/ /
* | Link to a specific solution in scores, and other tweaks.Patrick Davison2013-02-281-2/+2
| |
* | Increased size of top-right badge.Patrick Davison2013-02-261-6/+3
| |
* | Partial-Fix. This needs to be fixed in SQL :(. Reported typo from feedback. ↵Patrick Davison2013-02-241-1/+3
| | | | | | | | - Whoops...
* | More logically set up the top-bar. Switching this to a Fixed header is now a ↵Patrick Davison2013-02-211-2/+2
| | | | | | | | 2 line change.
* | Moved isCurrentMap function.Patrick Davison2013-02-211-0/+16
| |
* | Moved sqli connection to sqlEmbeded.phpPatrick Davison2013-02-214-6/+5
|/
* Added the mapcode to the map-object - temporarly at least.Patrick Davison2013-02-201-2/+2
|
* Fixed position header.Patrick Davison2013-02-201-1/+1
|
* More chat fixesPatrick Davison2013-02-181-1/+11
|
* Chat updates. Commands /say to speak as server. Notification of new maps in ↵Patrick Davison2013-02-182-11/+6
| | | | chat.
* BUGFIX: Player stats not workingBlueRaja2013-02-171-9/+10
|
* BUGFIX: Some of the map-types contain special characters!BlueRaja2013-02-171-1/+1
|
* Whoops.Patrick Davison2013-02-171-1/+1
|
* Added Untested code to insert the names into the DB initially.Patrick Davison2013-02-171-1/+1
|
* Simple Normal Complex Map names added in generation.Patrick Davison2013-02-171-1/+1
|
* Now using Jquery everywhere.Patrick Davison2013-02-171-3/+5
| | | | | | Moved displayMap to mapSpecs. Using displayMap @ Home. Cleaned up scores page.