summaryrefslogtreecommitdiffstats
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
* Partial multiple channels for chat implementationSnap2015-05-051-0/+5
|
* Fixed chat bug.Snap2015-05-031-0/+1
|
* Minor fixes and adjustments.Snap2015-05-013-28/+460
| | | | | Moved Javascript in chat to: js/chat.js re-ordered script loading so Jquery loads first. Fixed cookie login issue.
* A partial commit of the auth stuff, in case my upcoming changes break anythingBlueRaja2013-06-011-16/+0
|
* Many bugs and PHP notices & warning fixes.Patrick Davison2013-05-101-7/+11
|
* FIX: Blocks/Used walls are now stored in the client-side mapdata.Patrick Davison2013-04-251-11/+8
|
* Map thumbnail, partial animation of blocked path.Patrick Davison2013-04-231-9/+17
|
* Blocked shows last Target.Patrick Davison2013-04-181-1/+8
|
* Cross-selection for speed.Patrick Davison2013-04-091-1/+5
|
* BUGFIX: No response from tutorial's GO, and Walls without color.Patrick Davison2013-04-011-0/+1
|
* Finished wallOrientation settingPatrick Davison2013-03-242-29/+21
|
* Wall orientation achievements - huge commit.Patrick Davison2013-03-182-7/+25
|
* Insane speed achievement front end.Patrick Davison2013-03-131-1/+1
|
* Scoreboard dynamic map width.Patrick Davison2013-03-121-7/+2
|
* Chat mute-button click sound.Patrick Davison2013-03-101-2/+8
|
* For future use. - I believe I'm already calling to this file O_o..Patrick Davison2013-03-101-0/+0
|
* 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