summaryrefslogtreecommitdiff
path: root/objects.js
Commit message (Expand)AuthorAgeFilesLines
* speech bubble error hotfixCode WvS2015-03-271-0/+4
* move shape size calculation to coreCode WvS2015-03-251-0/+16
* let each sprite manage its own pen trail partsCode WvS2015-03-251-29/+32
* short noteCode WvS2015-03-231-0/+1
* on pen up, do not draw multiple polygons from the same lineCode WvS2015-03-221-1/+4
* add distanceFromTo blockCode WvS2015-03-221-0/+6
* doAsk is not implemented yetCode WvS2015-03-221-8/+8
* hide doStamp as it is not implementedCode WvS2015-03-221-2/+2
* move the decision whether to draw a line or a shape to pen upCode WvS2015-03-221-36/+32
* support sprite distances/touchingCode WvS2015-03-221-7/+8
* allow drawing lines and shapes; use a different approach to close polygonsCode WvS2015-03-221-37/+39
* splice, not slice lines to polygonsCode WvS2015-03-211-1/+6
* fix polygon drawingCode WvS2015-03-211-3/+7
* update translation and fix a typoCode WvS2015-03-211-3/+3
* cherry-pick compass and acceleration blocksGubolin2015-03-211-0/+34
* add vibration blocks to spritesCode WvS2015-03-211-0/+2
* cherry-pick vibration blockGubolin2015-03-211-0/+7
* Merge branch 'p2p' of ../Snap--Build-Your-Own-Blocks into gh-pagesCode WvS2015-03-201-32/+1
|\
| * create one peer per IDEGubolin2015-03-201-32/+1
* | Merge branch 'p2p' into gh-pagesCode WvS2015-03-081-10/+4
|\|
| * solve connection issuesGubolin2015-03-081-10/+4
* | Merge branch 'p2p' into gh-pagesCode WvS2015-03-081-9/+4
|\|
| * another attempt to fix disconnect issuesGubolin2015-03-081-9/+4
* | Merge branch 'p2p' into gh-pagesCode WvS2015-03-081-5/+3
|\|
| * destroy old peers properlyGubolin2015-03-081-5/+3
* | 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
| * Add user-interaction choices to the “When I am ...” hat blockjmoenig2015-02-231-11/+63
* | 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