summaryrefslogtreecommitdiffstats
path: root/js/mapspecs.js
Commit message (Collapse)AuthorAgeFilesLines
* Scoreboard dynamic map width.Patrick Davison2013-03-121-7/+2
|
* Chat mute-button click sound.Patrick Davison2013-03-101-2/+8
|
* Mute button for maps.Patrick Davison2013-03-101-34/+22
|
* Fix width issue when displaying mapsBlueRaja2013-03-081-2/+12
|
* Scoreboard bugfixes and improvments, partial implementation of onhashchange.Patrick Davison2013-03-071-1/+5
|
* 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-281-4/+2
|
* Fixed stuck-yellow issue with flashElement.Patrick Davison2013-02-241-14/+14
|
* Small animation adjustment.Patrick Davison2013-02-211-4/+6
|
* Restyled and fixed some bugs in the scoreboard.Patrick Davison2013-02-201-2/+4
|
* Now using Jquery everywhere.Patrick Davison2013-02-171-3/+24
| | | | | | Moved displayMap to mapSpecs. Using displayMap @ Home. Cleaned up scores page.
* Added insane speed, removed 'slow' hack.Patrick Davison2013-02-141-6/+9
|
* Code cleanup / deletions.Patrick Davison2013-02-091-106/+25
|
* Huge changes; started deprecation of PHP's displayMap()Patrick Davison2013-02-091-54/+228
| | | | | | | | | 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.
* BUGFIX: Clicking the 'mute' button doesn't save across all maps until page ↵BlueRaja2013-01-261-1/+20
| | | | is refreshed
* Quick auto-format jsBlueRaja2013-01-221-146/+164
|
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-081-13/+33
| | | | | 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
|
* 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.
* 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"
* Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2012-10-111-0/+11
|\
| * Challenges now update automatically upon completion (without needing to refresh)BlueRaja2012-10-011-0/+11
| |
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2012-09-301-3/+4
|\|
| * Did some more work on the challenges, to have them added to the DB when the ↵BlueRaja2012-09-301-3/+4
| | | | | | | | user actually completes them. No idea if it actually works yet :)
* | Irrelevent fiddling.Patrick Davison2012-09-301-19/+1
|/
* Fixing various javascript warnings, as well as renaming all //!! comments to ↵BlueRaja2012-08-251-8/+9
| | | | //TODO
* Multipath support for UIPatrick Davison2012-08-211-56/+148
|
* The start on Multi-day maps and Dual Path mechanicPatrick Davison2012-08-181-1/+3
| | | | Halfway started both.
* Everything related to the scoreboard.Patrick Davison2012-07-311-66/+10
| | | | | | | New feedback page. Changed the speed of the pauses on checkpoints during a path animation. Changed how notifications are recieved.
* Added tracking for response time.Patrick Davison2012-07-171-26/+30
|
* add tutorial and map difficulty trackingraylu2012-04-251-5/+6
|
* upgrade mixpanel lib to v2raylu2012-04-251-1/+1
|
* Score updatesPatrick Davison2012-04-131-2/+25
|
* achievements.php debug data and some fixes.Patrick Davison2012-03-191-11/+36
|
* Support for dual-layer animation & achievements.Patrick Davison2012-02-021-64/+116
| | | | | | | | | | | | These changes specific to mapspecs.js alone. Changed: the speeds slightly for slow, normal, fast, ultra. Add: support for challenges/tutorials in the request with do.php to check and add achievements. Add: Dual layer animation creates transparency which strenthens the users view that the start & end tiles are pathable. Add: Support for notifications. Add: Support for JSON mapdata w/o use of a div. Add: Support for changing wall-color and emblems. Fix: Where starting location square was not animated. Add: Support for checking and recieving achievements.
* Fix for JSON "MapData" div issue for search engines.Patrick Davison2012-02-021-2/+7
|
* Slight changes to the score notifications and sounds. Reduced sounds.Patrick Davison2011-12-151-3/+5
|
* Admin page now shows memberlist. Sound volume reduced to 50%. Social ↵Patrick Davison2011-12-121-30/+12
| | | | networks added to about. Minor adjustments.
* fix ready functionraylu2011-11-101-8/+17
| | | | | | basically, reproduce jQuery.ready more closely there was a race condition where the document was already ready also, for some reason, it's necessary to bind (on)load