summaryrefslogtreecommitdiff
path: root/threads.js
Commit message (Collapse)AuthorAgeFilesLines
* merge mobileappGubolin2015-01-111-4/+122
|\
| * Merge branch 'master' into mobileappGubolin2015-01-081-2/+3
| |\
| * \ merge upstreamGubolin2015-01-031-298/+287
| |\ \
| * | | remove file blocksGubolin2015-01-031-215/+0
| | | |
| * | | add camera blocks (#562)Gubolin2014-11-011-1/+224
| |\ \ \
| * | | | improve file block error handlingGubolin2014-09-091-26/+58
| | | | |
| * | | | add file blocksGubolin2014-09-091-0/+183
| | | | |
| * | | | add notification blocksGubolin2014-09-081-0/+14
| | | | |
| * | | | Merge branch 'location' into mobileappGubolin2014-09-071-0/+72
| |\ \ \ \
| * | | | | add compass heading and acceleration blocksGubolin2014-09-071-0/+102
| | | | | |
| * | | | | add vibrate blockGubolin2014-09-061-0/+6
| | | | | |
* | | | | | merge upstreamGubolin2015-01-021-2/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Let “zombifying” scripts access receivers’ local varsjmoenig2014-12-171-0/+1
| | | | | |
| * | | | | Remove terminated processes from expired clonesjmoenig2014-12-171-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into developmentGubolin2014-12-141-1/+2
|\| | | |
| * | | | yield after each cycle in the experimental “forEach” primitivejmoenig2014-12-111-1/+2
| | | | | | | | | | | | | | | | | | | | thanks, Bernat, for reporting this bug!
* | | | | Merge branch issue_405Gubolin2014-12-071-2/+25
|\ \ \ \ \
| * | | | | fix yet another note pause bugGubolin2014-08-081-1/+4
| | | | | |
| * | | | | fix another strange Note bugGubolin2014-08-061-1/+1
| | | | | |
| * | | | | fix another sound pause bugGubolin2014-08-051-0/+6
| | | | | |
| * | | | | mute Notes immediatelyGubolin2014-08-051-4/+11
| | | | | |
| * | | | | mute notesGubolin2014-08-041-0/+6
| | | | | |
| * | | | | allow changing the volume of notesGubolin2014-08-041-1/+2
| | | | | |
* | | | | | Merge branch issue_460Gubolin2014-12-071-1/+228
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | improve camera block error handlingGubolin2014-08-171-1/+8
| | | | | |
| * | | | | 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-131-18/+62
| | | | | |
| * | | | | add simple motion detectionGubolin2014-08-121-1/+81
| | | | | |
| * | | | | add camera streaming blocks (fix #460)Gubolin2014-08-101-1/+70
| |/ / / /
* | | | | Merge remote-tracking branch 'origin/location' into developmentGubolin2014-12-071-0/+72
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | add geolocation blocklocationGubolin2014-08-181-0/+61
| | | | |
| * | | | add language blocksGubolin2014-08-171-0/+11
| | |_|/ | |/| |
* | | | 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 'errorHandling_issue533' into developmentGubolin2014-12-071-0/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | don't throw an error if a list is not a ListerrorHandling_issue533Gubolin2014-11-041-2/+0
| | | | |
| * | | | throw an non-js error if "list" is not List (fix #533)Gubolin2014-11-031-0/+23
| | | | |
* | | | | Experimental “ForEach” primitive (hidden in dev mode)jmoenig2014-12-041-1/+21
| | | | |
* | | | | Improve edge-collision detection of default sprite “arrow” shapejmoenig2014-12-031-4/+10
| | | | |
* | | | | Fixed #656jmoenig2014-11-261-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure to always evaluate the “report” block’s input, even if used inside a custom command definition, because hardware extensions (and other reporters with side-effects) rely on it.
* | | | | Full TCO (tail-call-elimination)jmoenig2014-11-251-53/+47
| | | | | | | | | | | | | | | | | | | | now Snap! really *is* Scheme :-)
* | | | | Evaluator optimizationsjmoenig2014-11-251-65/+62
| | | | | | | | | | | | | | | | | | | | reducing the stack size for reporters
* | | | | tail-call-elimination for reporters - experimentjmoenig2014-11-241-0/+28
| | | | | | | | | | | | | | | | | | | | (commented out, under construction)
* | | | | allow recursive reporters to be stopped by userjmoenig2014-11-241-1/+0
| | | | |
* | | | | Merge pull request #619 from cycomachead/splitJens Mönig2014-11-241-4/+8
|\ \ \ \ \ | | | | | | | | | | | | Improvements to Split block for whitespace and line options
| * \ \ \ \ Merge in recent changes (split block improvements #619)Michael Ball2014-11-211-135/+118
| |\ \ \ \ \
| * | | | | | Improvements to Split block for whitespace and lines:Michael Ball2014-10-181-4/+8
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Split by whitespace now uses the built-in definition of whitespace \s This catches all characters definted as whitespace, see below: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp * Split a line by all unicode compliant line breaks. The biggest impact here is that OSX and Windows files will now split the same way. The cr option is still around, but ther's no longer a need for it, IMO.