summaryrefslogtreecommitdiffstats
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
* Mute button for maps.Patrick Davison2013-03-101-34/+22
|
* Using isCurrentMap for solutionsGiven to display PointsPatrick Davison2013-03-081-5/+6
|
* Fix width issue when displaying mapsBlueRaja2013-03-081-2/+12
|
* 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-073-6/+20
|/ /
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2013-03-072-16/+21
|\ \
| * | Changed pointer on left/right arrows in score page, and made them ↵BlueRaja2013-03-072-16/+21
| | | | | | | | | | | | unselectable (via new global '.unselectable' class, which you can use elsewhere if you want)
* | | Speed TweeksPatrick Davison2013-03-071-5/+6
| | |
* | | Whoops.Patrick Davison2013-03-071-1/+4
| | |
* | | Click and drag for the mapeditor.Patrick Davison2013-03-071-6/+0
|/ /
* | mapeditor Go button fix.Patrick Davison2013-03-061-1/+1
| |
* | Map editor 0.1!Patrick Davison2013-03-051-3/+11
| |
* | Labeled checkpoints and etc in the mapDisplayPatrick Davison2013-02-281-6/+12
| |
* | Fixed ChallengesPatrick Davison2013-02-281-7/+48
| |
* | Fixes for Challenges.Patrick Davison2013-02-281-3/+3
| |
* | Link to a specific solution in scores, and other tweaks.Patrick Davison2013-02-282-22/+27
| |
* | Fixed stuck-yellow issue with flashElement.Patrick Davison2013-02-241-14/+14
| |
* | Small animation adjustment.Patrick Davison2013-02-211-4/+6
| |
* | Preperation for cacheing scores.Patrick Davison2013-02-211-2/+6
|/
* Restyled and fixed some bugs in the scoreboard.Patrick Davison2013-02-201-2/+4
|
* Now using Jquery everywhere.Patrick Davison2013-02-172-5/+25
| | | | | | Moved displayMap to mapSpecs. Using displayMap @ Home. Cleaned up scores page.
* Added insane speed, removed 'slow' hack.Patrick Davison2013-02-141-6/+9
|
* Lots'n Lots of work on the scoreboard...Patrick Davison2013-02-141-46/+21
|
* Code cleanup / deletions.Patrick Davison2013-02-092-109/+25
|
* Huge changes; started deprecation of PHP's displayMap()Patrick Davison2013-02-092-56/+247
| | | | | | | | | 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
|
* Obvious use is the contra code. duh. - But this might be useful for other ↵Patrick Davison2013-01-291-0/+14
| | | | key-commands. For no-mouse play.
* 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
|
* BUGFIX: Clicking the 'mute' button doesn't save across all maps until page ↵BlueRaja2013-01-261-1/+20
| | | | is refreshed
* 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
|
* Quick auto-format jsBlueRaja2013-01-221-146/+164
|
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-082-19/+251
| | | | | 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 colors for dual-path numbers.Patrick Davison2012-12-261-3/+7
|
* Footer, sign-in adjustments to prevent web-crawler cache.Patrick Davison2012-12-261-26/+22
|
* 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.
* mapspecs.js fixes and cleanupsPatrick Davison2012-12-121-52/+48
|
* Bug fixes in mapspecsPatrick Davison2012-12-071-26/+25
| | | | | Fixed bug where leaderboard maps break after pressing test. Fixed bug where multipath's 2nd path didn't animate the first square.
* Image updates and mapspecs fixes.Patrick Davison2012-12-021-35/+9
| | | | | | 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-4/+2
| | | | | | | | 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.
* MinorPatrick Davison2012-11-261-1/+0
|
* Multipath animation support.Patrick Davison2012-11-261-45/+75
| | | | Finally got the colors in the animation consistant and fairly logical.
* Sounds, soundManager2Patrick Davison2012-11-011-7/+24
| | | | | | | | | Created and added "blingb" sound. Added a couple images to the cache Started adding soundManager2 - needs work. More testing on the multi-path animation code. General cleanup on the sounds. Changed the "Improved score 0 to X" to "You scored X"