| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | |
| | | | | ||||||
| * | | | Fixed #364 avoid “freezing” when calling LAUNCH on empty ring | jmoenig | 2014-11-20 | 1 | -3/+7 | |
| |/ / | ||||||
| * | | Treat REPORT blocks inside custom command definitions as STOP THIS BLOCK / ↵ | jmoenig | 2014-11-17 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | IGNORE INPUTS this also enables all existing FINCH blocks and other hardware extensions again, which used the REPORT (HTTP://) pattern | |||||
| * | | Fix reporting out of nested custom C-shaped blocks | jmoenig | 2014-11-14 | 1 | -103/+67 | |
| |/ | | | | | | | | | REPORT now reports to the nearest lexical element expecting an input (which may not be the block holding the REPORT statement, this lets you REPORT out of nested FOR loops). STOP THIS BLOCK behaves as it used to. If you’ve been using REPORT instead of STOP THIS BLOCK, you should migrate. | |||||
| * | workaround for some REPORT / STOP BLOCK issues | jmoenig | 2014-10-01 | 1 | -2/+4 | |
| | | | | | | | enables reporting and stopping a bock from within a C-shaped slot in a custom block, but not (yet) out of nested C-shaped custom blocks (but that’s coming up, too) | |||||
| * | fixed #591 | jmoenig | 2014-09-29 | 1 | -3/+6 | |
| | | | | | | fully copy local variables for sprite duplicates and (Scratch-like) clones | |||||
| * | fixed #174, eliminate UpvarReferences in evaluator | jmoenig | 2014-09-18 | 1 | -107/+12 | |
| | | | | | | replace UpvarReferences with references to Variable objects, fixes upvar scope issues | |||||
| * | Refactor variables handling | jmoenig | 2014-09-17 | 1 | -22/+24 | |
| | | | | | | introducing Variable objects, all functionality stays the same at this time | |||||
| * | enable Zombiefication of JS-Functions | jmoenig | 2014-08-13 | 1 | -2/+2 | |
| | | | | | | you can now redirect “this” in a JS function by binding it to another sprite using the OF block | |||||
| * | export script pic with result bubble | jmoenig | 2014-07-30 | 1 | -6/+20 | |
| | | | | | hidden option in the shift-context-menu of reporter scripts | |||||
| * | enable “JS function” block to create custom control structures and HOFs | jmoenig | 2014-07-28 | 1 | -3/+6 | |
| | | ||||||
| * | JS function tweak, thank, @nathan! | jmoenig | 2014-07-27 | 1 | -2/+2 | |
| | | ||||||
| * | new “JavaScript function” primitive | jmoenig | 2014-07-25 | 1 | -1/+11 | |
| | | | | | Go figure… | |||||
| * | Display “empty” Contexts as empty rings | jmoenig | 2014-07-24 | 1 | -2/+13 | |
| | | | | | | (e.g. continuations). Brian was complaining about empty continuations “sucking” up the watchers and value bubbles. | |||||
| * | fixed #521 | jmoenig | 2014-07-22 | 1 | -2/+7 | |
| | | | | | | deleting variable watchers by dropping them on the palette resulted in wrong ones to be created when showing them again | |||||
| * | fixed #518 | jmoenig | 2014-07-21 | 1 | -3/+5 | |
| | | ||||||
| * | rename "character" to "letter" in delimiter list | jmoenig | 2014-07-18 | 1 | -2/+2 | |
| | | | | | of “split” block | |||||
| * | Lint: fix missing semicolon | Michael Ball | 2014-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | Split Block: Add a character option for clarity | Michael Ball | 2014-07-17 | 1 | -0/+3 | |
| | | | | | This also allows the split block to be used more easily in a HOF | |||||
| * | fixed #506, thanks @haritop! | jmoenig | 2014-07-11 | 1 | -5/+5 | |
| | | | | | | thanks @haritop, for both the report and for also providing the fix for it!! | |||||
| * | revert changes made for JSLint’s sake | jmoenig | 2014-07-08 | 1 | -11/+5 | |
| | | | | | after the issue was fixed in JSLint | |||||
| * | show error messages for custom blocks (sorta) | jmoenig | 2014-07-08 | 1 | -8/+15 | |
| | | | | | | | (propagating to the script’s top block) Also adjust to Doug Crockford’s latest infuriating nitpickings (“unexpected ‘[‘) in JSLint | |||||
| * | initialize new variables with zero (instead of null) | jmoenig | 2014-06-05 | 1 | -2/+2 | |
| | | ||||||
| * | Threads: new Variable data structure | jmoenig | 2014-05-20 | 1 | -1/+15 | |
| | | | | | for refactoring upvar references, not yet used anywhere | |||||
| * | checkpoint - release | jmoenig | 2014-05-02 | 1 | -1/+1 | |
| | | ||||||
| * | checkpoint | jmoenig | 2014-04-30 | 1 | -1/+1 | |
| | | ||||||
| * | style fix for bool | Michael Ball | 2014-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | fix set turbo mode block | Michael Ball | 2014-04-22 | 1 | -3/+3 | |
| | | ||||||
| * | jslint style fixes | Michael Ball | 2014-02-10 | 1 | -7/+7 | |
| | | ||||||
| * | use inputOption for dateblock update file date | Michael Ball | 2014-02-10 | 1 | -4/+6 | |
| | | ||||||
| * | resolve merge conflicts; date problems only | Michael Ball | 2014-02-04 | 1 | -22/+84 | |
| |\ | ||||||
| | * | Fixed #313 | jmoenig | 2014-02-03 | 1 | -15/+20 | |
| | | | | | | | | | | | “Block OF sprite” now works for interpolated (“timed”) blocks and for reporters (i.e. SAY FOR, THINK FOR, GLIDE, ASK etc.) | |||||
| | * | Revert pull request #295 (xhr-headers) | jmoenig | 2014-01-10 | 1 | -6/+1 | |
| | | | | | | | | | breaks existing installations | |||||
| | * | validated all source files against the latest JSLint version | jmoenig | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | | | | and pushed to this date | |||||
| | * | Collapse STOP primitives into a single block with a dropdown of options | jmoenig | 2014-01-09 | 1 | -2/+17 | |
| | | | ||||||
| | * | fixed StopOthers blocks and added another option | jmoenig | 2014-01-08 | 1 | -18/+26 | |
| | | | | | | | | | also updated the German translation | |||||
| | * | Merge pull request #283 from Hardmath123/master | Jens Mönig | 2014-01-08 | 1 | -0/+21 | |
| | |\ | | | | | | | Initial stop others block | |||||
| | | * | Initial stop others block | Hardmath123 | 2013-12-22 | 1 | -0/+21 | |
| | | | | ||||||
| | * | | Merge pull request #295 from blob8108/xhr-headers | Jens Mönig | 2014-01-08 | 1 | -0/+3 | |
| | |\ \ | | | | | | | | | Add useful headers to HTTP block | |||||
| | | * | | Add useful headers to HTTP block | blob8108 | 2014-01-06 | 1 | -0/+3 | |
| | | |/ | ||||||
| | * / | support for TELL and ASK | jmoenig | 2014-01-08 | 1 | -1/+16 | |
| | |/ | | | | | | | | | | | | | The FOR reporter’s first input now also accepts blocks and scripts („rings“), and reports a copy that is bound to the sprite indicated by the second input. This lets you „zombify“ (or remote-control) sprites (and create custom TELL and ASK blocks) | |||||
| * | | adjust block to no longer use strings, and remove unneeded code | Michael Ball | 2014-01-26 | 1 | -38/+12 | |
| | | | ||||||
| * | | date block work | Michael Ball | 2014-01-22 | 1 | -5/+3 | |
| | | | ||||||
| * | | Add style tweaks per Nathan's comments. | Michael Ball | 2013-12-28 | 1 | -20/+17 | |
| | | | ||||||
| * | | Add a 'get current DATE' block with various options, add some translations ↵ | Michael Ball | 2013-12-27 | 1 | -0/+58 | |
| |/ | | | | to FR and DE | |||||
| * | accept lists as inputs to the green (text) LENGTH OF reporter | jmoenig | 2013-12-11 | 1 | -1/+4 | |
| | | ||||||
| * | fixed literal-to-non-literal zero-value comparison bug | jmoenig | 2013-12-05 | 1 | -2/+2 | |
| | | ||||||
| * | fixed type error in equality test | jmoenig | 2013-12-04 | 1 | -1/+1 | |
| | | ||||||
