| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch issue_405 | Gubolin | 2014-12-07 | 4 | -10/+231 |
| |\ | |||||
| | * | fix yet another note pause bug | Gubolin | 2014-08-08 | 1 | -1/+4 |
| | | | |||||
| | * | fix another strange Note bug | Gubolin | 2014-08-06 | 2 | -2/+2 |
| | | | |||||
| | * | fix another sound pause bug | Gubolin | 2014-08-05 | 1 | -0/+6 |
| | | | |||||
| | * | Pause bug (fix #440) | Gubolin | 2014-08-05 | 1 | -1/+8 |
| | | | |||||
| | * | mute Notes immediately | Gubolin | 2014-08-05 | 2 | -7/+21 |
| | | | |||||
| | * | mute notes | Gubolin | 2014-08-04 | 1 | -0/+6 |
| | | | |||||
| | * | allow changing the volume of notes | Gubolin | 2014-08-04 | 2 | -3/+5 |
| | | | |||||
| | * | stay muted after volume change | Gubolin | 2014-08-03 | 1 | -1/+5 |
| | | | |||||
| | * | add mute functions | Gubolin | 2014-08-03 | 2 | -4/+38 |
| | | | |||||
| | * | adjust indentation | Gubolin | 2014-08-03 | 2 | -11/+10 |
| | | | |||||
| | * | Update blocks.js | John | 2014-08-03 | 1 | -0/+34 |
| | | | |||||
| | * | Update gui.js | John | 2014-08-03 | 1 | -1/+46 |
| | | | |||||
| | * | add volume out of bounds check | Gubolin | 2014-08-03 | 1 | -2/+2 |
| | | | |||||
| | * | volume blocks: user sprite's volume, apply previous changes to stage | Gubolin | 2014-08-02 | 1 | -11/+22 |
| | | | |||||
| | * | add block to change volume | Gubolin | 2014-08-02 | 1 | -2/+14 |
| | | | |||||
| | * | volume blocks: add a gap | Gubolin | 2014-08-02 | 1 | -0/+1 |
| | | | |||||
| | * | volume reporter: show percent sign, add watcher | Gubolin | 2014-08-02 | 1 | -1/+2 |
| | | | |||||
| | * | change volume of active sounds | Gubolin | 2014-08-02 | 1 | -6/+5 |
| | | | |||||
| | * | typo - error bugfix | Gubolin | 2014-08-01 | 1 | -1/+1 |
| | | | |||||
| | * | fix #405 | Gubolin | 2014-07-31 | 1 | -3/+46 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/issue_557' into development | Gubolin | 2014-12-07 | 1 | -0/+6 |
| |\ \ | |||||
| | * | | correct 5a2067 (pasted code at the wrong positionissue_557 | Gubolin | 2014-08-08 | 1 | -6/+6 |
| | | | | |||||
| | * | | don't drop custom block definitions when changing the language (fix #557) | Gubolin | 2014-08-08 | 1 | -0/+6 |
| | |/ | |||||
| * | | Merge branch issue_460 | Gubolin | 2014-12-07 | 2 | -1/+267 |
| |\ \ | |||||
| | * | | improve camera block error handling | Gubolin | 2014-08-17 | 1 | -1/+8 |
| | | | | |||||
| | * | | add camera streaming predicate | Gubolin | 2014-08-17 | 1 | -0/+9 |
| | | | | |||||
| | * | | add camera streaming predicate | Gubolin | 2014-08-17 | 1 | -14/+25 |
| | | | | |||||
| | * | | add IE camera block support | Gubolin | 2014-08-17 | 1 | -13/+9 |
| | | | | |||||
| | * | | camera block bugfixes | Gubolin | 2014-08-17 | 1 | -6/+4 |
| | | | | |||||
| | * | | tidy up the camera block code | Gubolin | 2014-08-17 | 1 | -45/+63 |
| | | | | |||||
| | * | | add motion reporters | Gubolin | 2014-08-13 | 3 | -19/+78 |
| | | | | |||||
| | * | | add simple motion detection | Gubolin | 2014-08-12 | 3 | -1/+83 |
| | | | | |||||
| | * | | add camera streaming blocks (fix #460) | Gubolin | 2014-08-10 | 2 | -1/+83 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/location' into development | Gubolin | 2014-12-07 | 4 | -1/+109 |
| |\ \ | |||||
| | * | | add geolocation blocklocation | Gubolin | 2014-08-18 | 3 | -0/+87 |
| | | | | |||||
| | * | | add language blocks | Gubolin | 2014-08-17 | 3 | -1/+22 |
| | | | | |||||
| * | | | Merge branch 'issue_458' into development | Gubolin | 2014-12-07 | 1 | -1/+11 |
| |\ \ \ | |||||
| | * | | | allow only numbers to be reported as number (fix #458)issue_458 | Gubolin | 2014-10-04 | 1 | -1/+11 |
| | | | | | |||||
| * | | | | Merge branch 'issue_190' into development | Gubolin | 2014-12-07 | 1 | -1/+2 |
| |\ \ \ \ | |||||
| | * | | | | show an error message if project cannot be loaded (fix #190)issue_190 | Gubolin | 2014-10-04 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Merge branch 'issue_209' into development | Gubolin | 2014-12-07 | 1 | -3/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | don't leave a mark on pen down but on MOVE 0issue_209 | Gubolin | 2014-10-04 | 2 | -4/+1 |
| | | | | | | | |||||
| | * | | | | | leave a mark on pen down (fix #209) | Gubolin | 2014-10-04 | 1 | -0/+1 |
| | |/ / / / | |||||
| * | | | | | Merge branch 'anykey_issue387' into development | Gubolin | 2014-12-07 | 2 | -3/+44 |
| |\ \ \ \ \ | |||||
| | * | | | | | fix typo | Gubolin | 2014-11-04 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | remove global LAST KEY and add a sensing reporter instead | Gubolin | 2014-11-04 | 1 | -16/+16 |
| | | | | | | | |||||
| | * | | | | | add global LAST KEY PRESSED variable | Gubolin | 2014-11-03 | 1 | -1/+28 |
| | | | | | | | |||||
| | * | | | | | add NUMBER KEY to key hat block | Gubolin | 2014-11-03 | 2 | -0/+5 |
| | | | | | | | |||||
| | * | | | | | add ANY KEY to key hat block (fix #387) | Gubolin | 2014-11-03 | 2 | -1/+10 |
| | | | | | | | |||||
