summaryrefslogtreecommitdiff
path: root/objects.js
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | add camera blocks (#562)Gubolin2014-11-011-0/+39
| |\ \ \
| * | | | add file blocksGubolin2014-09-091-0/+44
| | | | |
| * | | | add notification blocksGubolin2014-09-081-0/+9
| | | | |
| * | | | Merge branch 'location' into mobileappGubolin2014-09-071-0/+16
| |\ \ \ \
| * | | | | add vibration blocks to spritesGubolin2014-09-071-0/+2
| | | | | |
| * | | | | add compass heading and acceleration blocksGubolin2014-09-071-0/+34
| | | | | |
| * | | | | add vibrate blockGubolin2014-09-061-0/+7
| | | | | |
* | | | | | merge upstreamGubolin2015-01-021-2/+25
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Experimental “processes” count watcherjmoenig2014-12-171-2/+25
| | |_|_|/ | |/| | | | | | | | | | | | | (hidden in dev mode)
* | | | | Merge remote-tracking branch 'origin/issue_71' into developmentGubolin2014-12-071-2/+5
|\ \ \ \ \
| * | | | | don't allow sprites to be called mouse-pointer (fix #71)issue_71Gubolin2014-08-031-2/+5
| | |/ / / | |/| | |
* | | | | Merge branch issue_405Gubolin2014-12-071-7/+116
|\ \ \ \ \
| * | | | | fix another strange Note bugGubolin2014-08-061-1/+1
| | | | | |
| * | | | | Pause bug (fix #440)Gubolin2014-08-051-1/+8
| | | | | |
| * | | | | mute Notes immediatelyGubolin2014-08-051-3/+10
| | | | | |
| * | | | | allow changing the volume of notesGubolin2014-08-041-2/+3
| | | | | |
| * | | | | stay muted after volume changeGubolin2014-08-031-1/+5
| | | | | |
| * | | | | add mute functionsGubolin2014-08-031-0/+23
| | | | | |
| * | | | | add volume out of bounds checkGubolin2014-08-031-2/+2
| | | | | |
| * | | | | volume blocks: user sprite's volume, apply previous changes to stageGubolin2014-08-021-11/+22
| | | | | |
| * | | | | add block to change volumeGubolin2014-08-021-2/+14
| | | | | |
| * | | | | volume blocks: add a gapGubolin2014-08-021-0/+1
| | | | | |
| * | | | | volume reporter: show percent sign, add watcherGubolin2014-08-021-1/+2
| | | | | |
| * | | | | change volume of active soundsGubolin2014-08-021-6/+5
| | | | | |
| * | | | | typo - error bugfixGubolin2014-08-011-1/+1
| | | | | |
| * | | | | fix #405Gubolin2014-07-311-3/+46
| |/ / / /
* | | | | Merge branch issue_460Gubolin2014-12-071-0/+39
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | add camera streaming predicateGubolin2014-08-171-0/+9
| | | | |
| * | | | add motion reportersGubolin2014-08-131-0/+16
| | | | |
| * | | | add simple motion detectionGubolin2014-08-121-0/+1
| | | | |
| * | | | add camera streaming blocks (fix #460)Gubolin2014-08-101-0/+13
| |/ / /
* | | | Merge remote-tracking branch 'origin/location' into developmentGubolin2014-12-071-0/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | add geolocation blocklocationGubolin2014-08-181-0/+7
| | | |
| * | | add language blocksGubolin2014-08-171-0/+9
| |/ /
* | | Merge branch 'issue_209' into developmentGubolin2014-12-071-3/+1
|\ \ \
| * | | don't leave a mark on pen down but on MOVE 0issue_209Gubolin2014-10-041-3/+1
| | | |
* | | | Merge branch 'anykey_issue387' into developmentGubolin2014-12-071-3/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix typoGubolin2014-11-041-1/+1
| | | |
| * | | remove global LAST KEY and add a sensing reporter insteadGubolin2014-11-041-16/+16
| | | |
| * | | add global LAST KEY PRESSED variableGubolin2014-11-031-1/+28
| | | |
| * | | add NUMBER KEY to key hat blockGubolin2014-11-031-0/+4
| | | |
| * | | add ANY KEY to key hat block (fix #387)Gubolin2014-11-031-1/+9
| | | |
* | | | 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
| | | |
* | | | Fixed #416jmoenig2014-11-241-19/+31
|/ / /
* | | fixed #608, #610jmoenig2014-10-081-18/+30
| | |
* | | fixed #604. Thanks, @Gubolin!jmoenig2014-10-061-3/+7
|/ /
* | fixed #599jmoenig2014-10-011-6/+12
| | | | | | | | disable IDE keyboard shortcuts in presentation mode