summaryrefslogtreecommitdiff
path: root/objects.js
Commit message (Collapse)AuthorAgeFilesLines
* clone markers correctlyCode WvS2015-03-081-0/+3
|
* differ between shapes and linesCode WvS2015-03-081-2/+4
|
* be less accurate with polygon creationCode WvS2015-03-081-1/+3
|
* make overpass query more usable by returning the list of elementsCode WvS2015-03-081-4/+4
|
* Merge remote branch "p2p"Code WvS2015-03-081-0/+128
|\
| * fix localization bug; accept lists as peer message receiverGubolin2015-03-081-4/+4
| |
| * rewrite peering flow; add peer id blocksGubolin2015-03-081-59/+83
| |
| * add Todo with workaroundGubolin2015-03-071-0/+6
| |
| * send lists and blocks via "send"Gubolin2015-03-071-4/+23
| |
| * first working version of p2p cloud variablesGubolin2015-03-061-0/+79
| |
* | change map size to (nearly) full window size in app modeCode WvS2015-03-041-4/+13
| |
* | (re)move debug blocksCode WvS2015-03-011-13/+3
| |
* | do not abbreviate lon/latCode WvS2015-03-011-11/+11
| |
* | make markers theoretically draggableCode WvS2015-03-011-1/+1
| |
* | comments and code styleCode WvS2015-03-011-5/+8
| |
* | draw pen trails; expand to polygons automaticallyCode WvS2015-03-011-1/+34
| |
* | typoCode WvS2015-03-011-1/+1
| |
* | Merge branch 'master'Code WvS2015-03-011-17/+72
|\|
| * slightly optimize warped / turbo executionJens Mönig2015-02-281-6/+9
| |
| * fix a bug in the automatic block migration mechanismjmoenig2015-02-231-2/+2
| | | | | | | | Thanks, Josh, for telling me!
| * Add user-interaction choices to the “When I am ...” hat blockjmoenig2015-02-231-11/+63
| | | | | | | | “clicked”, “pressed”, “dropped”, “mouse-entered”, “mouse-departed”
* | add overpass API blockCode WvS2015-03-011-1/+10
| |
* | add geocoding blockCode WvS2015-02-281-0/+7
| |
* | add popups as speech bubblesCode WvS2015-02-281-0/+10
| |
* | typoCode WvS2015-02-281-1/+1
| |
* | add motion category; use X/Y positions as lon/latCode WvS2015-02-281-94/+62
| |
* | use a canvas as icon; do not rotate sprite twiceCode WvS2015-02-281-32/+16
| |
* | apply graphic effects to markersCode WvS2015-02-281-2/+15
| |
* | add marker click eventCode WvS2015-02-271-0/+7
| |
* | add marker movementsCode WvS2015-02-271-37/+22
| |
* | fix sprite costume bugsCode WvS2015-02-271-5/+11
| |
* | support rotationStyleCode WvS2015-02-271-1/+12
| |
* | typoCode WvS2015-02-271-1/+0
| |
* | add "my location" block and a nominatim search blockCode WvS2015-02-271-0/+12
| |
* | spritify markersCode WvS2015-02-271-44/+86
| |
* | Merge branch 'master'Code WvS2015-02-271-2/+2
|\|
| * Fixed #710jmoenig2015-01-281-2/+2
| |
* | improve initial world loading; prepare conversion of sprites to "persons"Code WvS2015-02-081-2/+18
| |
* | make the redraw code shorterCode WvS2015-02-071-22/+6
| |
* | resize the map properlyCode WvS2015-02-071-4/+3
| |
* | add leaflet images; replace motion category by "map" and add blocksCode WvS2015-02-071-8/+40
| |
* | first changesCode WvS2015-02-061-48/+7
|/
* Fix speech bubbles of dragged nested spritesjmoenig2015-01-211-5/+7
|
* Keep layering of nested sprites thru drag & dropjmoenig2015-01-211-1/+26
| | | | | it used to be that dragging an anchor always brought it to the front, altering the nested sprite’s internal layering order
* Make clones non-editablejmoenig2015-01-121-3/+7
| | | | Disable clones from being edited via their context menus or double-click
* Experimental “processes” count watcherjmoenig2014-12-171-2/+25
| | | | (hidden in dev mode)
* Experimental “ForEach” primitive (hidden in dev mode)jmoenig2014-12-041-1/+12
|
* Improve edge-collision detection of default sprite “arrow” shapejmoenig2014-12-031-3/+6
|
* Don't show hidden elements in the project thumbnailjmoenig2014-12-011-2/+2
|
* Fixed #372jmoenig2014-11-241-3/+3
|