| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | thanks, Bernat, for reporting this bug! | |||||
| * | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | jmoenig | 2014-11-25 | 1 | -53/+47 | |
| | | | | | | | | | | | | | | | | | | | | | now Snap! really *is* Scheme :-) | |||||
| * | | | | | Evaluator optimizations | jmoenig | 2014-11-25 | 1 | -65/+62 | |
| | | | | | | | | | | | | | | | | | | | | | reducing the stack size for reporters | |||||
| * | | | | | tail-call-elimination for reporters - experiment | jmoenig | 2014-11-24 | 1 | -0/+28 | |
| | | | | | | | | | | | | | | | | | | | | | (commented out, under construction) | |||||
| * | | | | | 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 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Improvements to Split block for whitespace and line options | |||||
| | * \ \ \ \ | 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 | |
| | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | |||||
| * | | | | | | fixed #131 | jmoenig | 2014-11-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and display an error if a reporter or a “called” ring is missing a “report” statement | |||||
| * | | | | | | Fixed #644 | jmoenig | 2014-11-24 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fixed #318 | jmoenig | 2014-11-24 | 1 | -2/+12 | |
| | | | | | | | ||||||
| * | | | | | | Fix “stop this block” primitive for tail-call-elimination | jmoenig | 2014-11-23 | 1 | -6/+12 | |
| | | | | | | | ||||||
| * | | | | | | Fix "stop this block"’s lexical awareness | jmoenig | 2014-11-21 | 1 | -20/+45 | |
| | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | “stop this block” when used inside a custom block definition now always returns out of the lexically enclosing script (the definition), even if it is used inside other nested, C-shaped custom blocks in the definition code. Previously it only stopped the nearest encompassing “for” block, now it always stops the block whose definition it is in. I don’t expect this fix to break any existing projects. | |||||
| * | | | | | integrate translation update | jmoenig | 2014-11-20 | 1 | -5/+7 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #614 from MMSequeira/master | Jens Mönig | 2014-11-20 | 1 | -9/+9 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Add missing localizations and add Portuguese translations | |||||
| | * | | | | | Add localization to number of arguments error and temporary watchers | Manuel Menezes de Sequeira | 2014-11-18 | 1 | -5/+5 | |
| | | | | | | | ||||||
| | * | | | | | add localization to unknown variable error | Manuel Menezes de Sequeira | 2014-10-14 | 1 | -4/+4 | |
| | |/ / / / | ||||||
| * | | | | | fix ‘line’ option in ‘split’ block for Windows files | jmoenig | 2014-11-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | thanks, @brianharvey! | |||||
| * | | | | | renamed Process::callback to "onComplete" | jmoenig | 2014-11-20 | 1 | -12/+14 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #641 from bromagosa/contribution | Jens Mönig | 2014-11-20 | 1 | -18/+23 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Added callback to Process | |||||
| | * | | | | | callback is only executed when the outmost block returns a value | Bernat Romagosa | 2014-11-19 | 1 | -18/+20 | |
| | | | | | | | ||||||
| | * | | | | | Added callback to Process | Bernat Romagosa | 2014-11-17 | 1 | -7/+10 | |
| | | | | | | | ||||||
