summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | typoCode WvS2015-02-281-1/+1
| |
* | speed up startup; fix weird inactive-tab bugCode WvS2015-02-281-35/+24
| |
* | add motion category; use X/Y positions as lon/latCode WvS2015-02-283-99/+71
| |
* | attempt to fix marker loading problemsCode WvS2015-02-282-8/+13
| |
* | use a canvas as icon; do not rotate sprite twiceCode WvS2015-02-282-43/+35
| |
* | apply graphic effects to markersCode WvS2015-02-281-2/+15
| |
* | add marker click eventCode WvS2015-02-271-0/+7
| |
* | forward keypresses to SnapCode WvS2015-02-271-2/+5
| |
* | add marker movementsCode WvS2015-02-271-37/+22
| |
* | fix loading problemsCode WvS2015-02-271-6/+6
| |
* | fix sprite costume bugsCode WvS2015-02-272-5/+16
| |
* | use OSMBuildings as submoduleCode WvS2015-02-273-50/+3
| |
* | support rotationStyleCode WvS2015-02-271-1/+12
| |
* | typoCode WvS2015-02-271-1/+0
| |
* | add "my location" block and a nominatim search blockCode WvS2015-02-272-0/+39
| |
* | spritify markersCode WvS2015-02-274-84/+137
| |
* | Merge branch 'master'Code WvS2015-02-278-19/+3990
|\|
| * Make “project data in URLs” a hidden dev optionjmoenig2015-02-202-6/+38
| | | | | | | | (prevent long urls per default)
| * Update German translationjmoenig2015-02-203-2/+8
| |
| * Un-hide “Save to disk” featurejmoenig2015-02-201-9/+6
| | | | | | | | (currently supported by both Chrome and Firefox, but not by Safari)
| * Malayam, Tamil and Telagu translations, thanks, Vinay Kumar!!jmoenig2015-02-205-1/+3888
| |
| * Added url switch #cloud: to open a shared project in edit modejmoenig2015-02-062-1/+46
| |
| * Fixed #710jmoenig2015-01-282-2/+6
| |
* | improve initial world loading; prepare conversion of sprites to "persons"Code WvS2015-02-082-18/+42
| |
* | make the redraw code shorterCode WvS2015-02-071-22/+6
| |
* | resize the map properlyCode WvS2015-02-071-4/+3
| |
* | set initial zoom to current positionCode WvS2015-02-071-1/+2
| |
* | add leaflet images; replace motion category by "map" and add blocksCode WvS2015-02-079-12/+97
| |
* | first changesCode WvS2015-02-065-81/+589
|/
* Update README.mdJens Mönig2015-01-211-1/+1
|
* Fix speech bubbles of dragged nested spritesjmoenig2015-01-212-5/+8
|
* Integrated Korean and Catalan translation updatesjmoenig2015-01-214-7/+8
|
* Merge pull request #703 from bromagosa/contribJens Mönig2015-01-211-19/+53
|\ | | | | updated Catalan translation
| * updated Catalan translationBernat Romagosa2015-01-211-6/+6
| |
| * updated Catalan translationBernat Romagosa2015-01-161-25/+59
| |
* | Merge pull request #676 from janggoons/masterJens Mönig2015-01-211-98/+394
|\ \ | | | | | | New Korean Translation
| * | New Korean TranslationYunJae Jang2014-12-231-98/+394
| | | | | | | | | | | | New Korean Translation 2014-11-07 version
* | | Fix Zoom Dialog’s sample background in “flat” designjmoenig2015-01-212-0/+2
| | |
* | | Generate ScriptsPaneTexture programmaticallyjmoenig2015-01-216-10/+26
| | |
* | | Keep layering of nested sprites thru drag & dropjmoenig2015-01-212-1/+30
| |/ |/| | | | | | | it used to be that dragging an anchor always brought it to the front, altering the nested sprite’s internal layering order
* | fixed #680jmoenig2015-01-132-1/+15
| |
* | fixed #702jmoenig2015-01-131-8/+10
| |
* | Force Chrome to show GUI messagesjmoenig2015-01-122-0/+7
| | | | | | | | | | | | | | add additional yields to nextSteps() to work around a bug recently introduced to Chrome (other browsers don’t need this kludge). Remember to take those yields out again when and if Chrome (ever) fixes this (which, for all I know, may be never)
* | correct threads.js versionjmoenig2015-01-121-1/+1
| | | | | | | | happy New Year, duh :-)
* | Update historyjmoenig2015-01-121-0/+8
| |
* | Italian translation update, thanks, Alberto Firpo!jmoenig2015-01-122-8/+105
| |
* | Make clones non-editablejmoenig2015-01-121-3/+7
| | | | | | | | Disable clones from being edited via their context menus or double-click
* | Speed up messages received by clonesjmoenig2015-01-121-3/+5
| | | | | | | | | | Don’t highlight scripts running inside clones (boosts performance), Thanks, @aranlunzer, for the hint!
* | Check project for compatibilityjmoenig2015-01-122-23/+49
| | | | | | | | | | notify users of potential incompatibilities when opening projects created in other forks (e.g. BeetleBlocks)
* | Backend load balancing supportjmoenig2015-01-121-639/+642
| | | | | | | | | | | | also: * eliminate now obsolete authentication roundtrip, * Cloud error message tweaks