summaryrefslogtreecommitdiffstats
path: root/js/scores.js
Commit message (Collapse)AuthorAgeFilesLines
* Finished wallOrientation settingPatrick Davison2013-03-241-2/+2
|
* Wall orientation achievements - huge commit.Patrick Davison2013-03-181-6/+7
|
* Using isCurrentMap for solutionsGiven to display PointsPatrick Davison2013-03-081-5/+6
|
* Only show points column when a solution is givenBlueRaja2013-03-081-4/+11
|
* Refit navigation with the added points columnPatrick Davison2013-03-071-1/+1
|
* Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2013-03-071-3/+6
|\
| * ohgodwhathassciencedoneBlueRaja2013-03-071-3/+6
| |\
| | * Added challenge points to scoresgit2013-03-071-0/+4
| | |
* | | Scoreboard bugfixes and improvments, partial implementation of onhashchange.Patrick Davison2013-03-071-5/+6
|/ /
* | Changed pointer on left/right arrows in score page, and made them ↵BlueRaja2013-03-071-12/+13
| | | | | | | | unselectable (via new global '.unselectable' class, which you can use elsewhere if you want)
* | Link to a specific solution in scores, and other tweaks.Patrick Davison2013-02-281-18/+25
| |
* | Preperation for cacheing scores.Patrick Davison2013-02-211-2/+6
|/
* Now using Jquery everywhere.Patrick Davison2013-02-171-2/+1
| | | | | | Moved displayMap to mapSpecs. Using displayMap @ Home. Cleaned up scores page.
* Lots'n Lots of work on the scoreboard...Patrick Davison2013-02-141-46/+21
|
* Code cleanup / deletions.Patrick Davison2013-02-091-3/+0
|
* Huge changes; started deprecation of PHP's displayMap()Patrick Davison2013-02-091-2/+19
| | | | | | | | | 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.
* Pixel pinching for chat.Patrick Davison2013-01-311-3/+3
|
* ajax stuff for scores.phpPatrick Davison2013-01-291-3/+5
|
* Removed unnecessary blank.png in current scores that was causing me issuesBlueRaja2013-01-261-2/+0
|
* Weekly maps now show the date as well as the time on the homepage scoreboardBlueRaja2013-01-241-2/+6
|
* Added titles back to memberslist headersBlueRaja2013-01-241-10/+11
|
* Updates to the new MemberlistPatrick Davison2013-01-241-21/+43
|
* A functional Memberlist again! New and improved!Patrick Davison2013-01-231-43/+61
|
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-081-6/+218
| | | | | 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.
* Bug fixes:Patrick Davison2012-12-121-0/+1
| | | | | | Fixed bug where scores were being loaded twice. Moved GZIP Compression to index.php Updated login.php to call an error on empty email addresses.
* MinorPatrick Davison2012-11-261-1/+0
|
* Fixing various javascript warnings, as well as renaming all //!! comments to ↵BlueRaja2012-08-251-1/+1
| | | | //TODO
* whitespace overflowPatrick Davison2012-08-251-1/+1
|
* Fix; Tutorial bandaid.Patrick Davison2012-08-011-17/+7
| | | | | Fix; Scoreboard alignment issue. Update; About page.
* Everything related to the scoreboard.Patrick Davison2012-07-311-0/+221
New feedback page. Changed the speed of the pauses on checkpoints during a path animation. Changed how notifications are recieved.