summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch issue_405Gubolin2014-12-074-10/+231
|\
| * fix yet another note pause bugGubolin2014-08-081-1/+4
| * fix another strange Note bugGubolin2014-08-062-2/+2
| * fix another sound pause bugGubolin2014-08-051-0/+6
| * Pause bug (fix #440)Gubolin2014-08-051-1/+8
| * mute Notes immediatelyGubolin2014-08-052-7/+21
| * mute notesGubolin2014-08-041-0/+6
| * allow changing the volume of notesGubolin2014-08-042-3/+5
| * stay muted after volume changeGubolin2014-08-031-1/+5
| * add mute functionsGubolin2014-08-032-4/+38
| * adjust indentationGubolin2014-08-032-11/+10
| * Update blocks.jsJohn2014-08-031-0/+34
| * Update gui.jsJohn2014-08-031-1/+46
| * 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 remote-tracking branch 'origin/issue_557' into developmentGubolin2014-12-071-0/+6
|\ \
| * | correct 5a2067 (pasted code at the wrong positionissue_557Gubolin2014-08-081-6/+6
| * | don't drop custom block definitions when changing the language (fix #557)Gubolin2014-08-081-0/+6
| |/
* | Merge branch issue_460Gubolin2014-12-072-1/+267
|\ \
| * | improve camera block error handlingGubolin2014-08-171-1/+8
| * | add camera streaming predicateGubolin2014-08-171-0/+9
| * | add camera streaming predicateGubolin2014-08-171-14/+25
| * | add IE camera block supportGubolin2014-08-171-13/+9
| * | camera block bugfixesGubolin2014-08-171-6/+4
| * | tidy up the camera block codeGubolin2014-08-171-45/+63
| * | add motion reportersGubolin2014-08-133-19/+78
| * | add simple motion detectionGubolin2014-08-123-1/+83
| * | add camera streaming blocks (fix #460)Gubolin2014-08-102-1/+83
| |/
* | Merge remote-tracking branch 'origin/location' into developmentGubolin2014-12-074-1/+109
|\ \
| * | add geolocation blocklocationGubolin2014-08-183-0/+87
| * | add language blocksGubolin2014-08-173-1/+22
* | | Merge branch 'issue_458' into developmentGubolin2014-12-071-1/+11
|\ \ \
| * | | allow only numbers to be reported as number (fix #458)issue_458Gubolin2014-10-041-1/+11
* | | | Merge branch 'issue_190' into developmentGubolin2014-12-071-1/+2
|\ \ \ \
| * | | | show an error message if project cannot be loaded (fix #190)issue_190Gubolin2014-10-041-1/+2
* | | | | Merge branch 'issue_209' into developmentGubolin2014-12-071-3/+1
|\ \ \ \ \
| * | | | | don't leave a mark on pen down but on MOVE 0issue_209Gubolin2014-10-042-4/+1
| * | | | | leave a mark on pen down (fix #209)Gubolin2014-10-041-0/+1
| |/ / / /
* | | | | Merge branch 'anykey_issue387' into developmentGubolin2014-12-072-3/+44
|\ \ \ \ \
| * | | | | 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-032-0/+5
| * | | | | add ANY KEY to key hat block (fix #387)Gubolin2014-11-032-1/+10