| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge mobileapp | Gubolin | 2015-01-11 | 1 | -4/+122 |
| |\ | |||||
| | * | Merge branch 'master' into mobileapp | Gubolin | 2015-01-08 | 1 | -2/+3 |
| | |\ | |||||
| | * \ | merge upstream | Gubolin | 2015-01-03 | 1 | -298/+287 |
| | |\ \ | |||||
| | * | | | remove file blocks | Gubolin | 2015-01-03 | 1 | -215/+0 |
| | * | | | add camera blocks (#562) | Gubolin | 2014-11-01 | 1 | -1/+224 |
| | |\ \ \ | |||||
| | * | | | | improve file block error handling | Gubolin | 2014-09-09 | 1 | -26/+58 |
| | * | | | | add file blocks | Gubolin | 2014-09-09 | 1 | -0/+183 |
| | * | | | | add notification blocks | Gubolin | 2014-09-08 | 1 | -0/+14 |
| | * | | | | Merge branch 'location' into mobileapp | Gubolin | 2014-09-07 | 1 | -0/+72 |
| | |\ \ \ \ | |||||
| | * | | | | | add compass heading and acceleration blocks | Gubolin | 2014-09-07 | 1 | -0/+102 |
| | * | | | | | add vibrate block | Gubolin | 2014-09-06 | 1 | -0/+6 |
| * | | | | | | merge upstream | Gubolin | 2015-01-02 | 1 | -2/+3 |
| |\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | | Let “zombifying” scripts access receivers’ local vars | jmoenig | 2014-12-17 | 1 | -0/+1 |
| | * | | | | | Remove terminated processes from expired clones | jmoenig | 2014-12-17 | 1 | -2/+2 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge branch 'master' into development | Gubolin | 2014-12-14 | 1 | -1/+2 |
| |\| | | | | |||||
| | * | | | | yield after each cycle in the experimental “forEach” primitive | jmoenig | 2014-12-11 | 1 | -1/+2 |
| * | | | | | Merge branch issue_405 | Gubolin | 2014-12-07 | 1 | -2/+25 |
| |\ \ \ \ \ | |||||
| | * | | | | | fix yet another note pause bug | Gubolin | 2014-08-08 | 1 | -1/+4 |
| | * | | | | | fix another strange Note bug | Gubolin | 2014-08-06 | 1 | -1/+1 |
| | * | | | | | fix another sound pause bug | Gubolin | 2014-08-05 | 1 | -0/+6 |
| | * | | | | | mute Notes immediately | Gubolin | 2014-08-05 | 1 | -4/+11 |
| | * | | | | | mute notes | Gubolin | 2014-08-04 | 1 | -0/+6 |
| | * | | | | | allow changing the volume of notes | Gubolin | 2014-08-04 | 1 | -1/+2 |
| * | | | | | | Merge branch issue_460 | Gubolin | 2014-12-07 | 1 | -1/+228 |
| |\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | | improve camera block error handling | Gubolin | 2014-08-17 | 1 | -1/+8 |
| | * | | | | | 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 | 1 | -18/+62 |
| | * | | | | | add simple motion detection | Gubolin | 2014-08-12 | 1 | -1/+81 |
| | * | | | | | add camera streaming blocks (fix #460) | Gubolin | 2014-08-10 | 1 | -1/+70 |
| | |/ / / / | |||||
| * | | | | | Merge remote-tracking branch 'origin/location' into development | Gubolin | 2014-12-07 | 1 | -0/+72 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | add geolocation blocklocation | Gubolin | 2014-08-18 | 1 | -0/+61 |
| | * | | | | add language blocks | Gubolin | 2014-08-17 | 1 | -0/+11 |
| | | |_|/ | |/| | | |||||
| * | | | | 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 'errorHandling_issue533' into development | Gubolin | 2014-12-07 | 1 | -0/+21 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | don't throw an error if a list is not a ListerrorHandling_issue533 | Gubolin | 2014-11-04 | 1 | -2/+0 |
| | * | | | | throw an non-js error if "list" is not List (fix #533) | Gubolin | 2014-11-03 | 1 | -0/+23 |
| * | | | | | Experimental “ForEach” primitive (hidden in dev mode) | jmoenig | 2014-12-04 | 1 | -1/+21 |
| * | | | | | Improve edge-collision detection of default sprite “arrow” shape | jmoenig | 2014-12-03 | 1 | -4/+10 |
| * | | | | | Fixed #656 | jmoenig | 2014-11-26 | 1 | -17/+20 |
| * | | | | | Full TCO (tail-call-elimination) | jmoenig | 2014-11-25 | 1 | -53/+47 |
| * | | | | | Evaluator optimizations | jmoenig | 2014-11-25 | 1 | -65/+62 |
| * | | | | | tail-call-elimination for reporters - experiment | jmoenig | 2014-11-24 | 1 | -0/+28 |
| * | | | | | allow recursive reporters to be stopped by user | jmoenig | 2014-11-24 | 1 | -1/+0 |
| * | | | | | Merge pull request #619 from cycomachead/split | Jens Mönig | 2014-11-24 | 1 | -4/+8 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge in recent changes (split block improvements #619) | Michael Ball | 2014-11-21 | 1 | -135/+118 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Improvements to Split block for whitespace and lines: | Michael Ball | 2014-10-18 | 1 | -4/+8 |
| | | |/ / / / | |/| | | | | |||||
