| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix "stop this block"’s lexical awareness | jmoenig | 2014-11-21 | 1 | -15/+25 |
| | | | | | | | | | | “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. | ||||
| * | Treat REPORT blocks inside custom command definitions as STOP THIS BLOCK / ↵ | jmoenig | 2014-11-17 | 1 | -8/+25 |
| | | | | | | | | IGNORE INPUTS this also enables all existing FINCH blocks and other hardware extensions again, which used the REPORT (HTTP://) pattern | ||||
| * | fixed #601 | jmoenig | 2014-10-01 | 1 | -2/+11 |
| | | | | | | correctly display symbol for %obj type input slots in the prototype template | ||||
| * | fixed #584 | jmoenig | 2014-09-30 | 1 | -2/+9 |
| | | |||||
| * | Mutable upvars | jmoenig | 2014-09-22 | 1 | -25/+20 |
| | | | | | allow upvars to be SET and CHANGEd | ||||
| * | enable Zombiefication of JS-Functions | jmoenig | 2014-08-13 | 1 | -3/+4 |
| | | | | | | 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 | -2/+52 |
| | | | | | hidden option in the shift-context-menu of reporter scripts | ||||
| * | keep reporter-result-bubbles within the enclosing scripting pane | jmoenig | 2014-07-29 | 1 | -0/+4 |
| | | |||||
| * | fixed #526 | jmoenig | 2014-07-29 | 1 | -2/+10 |
| | | | | | thanks, @bromagosa, for reporting it! | ||||
| * | rename "character" to "letter" in delimiter list | jmoenig | 2014-07-18 | 1 | -2/+2 |
| | | | | | of “split” block | ||||
| * | Merge pull request #516 from cycomachead/split | Jens Mönig | 2014-07-18 | 1 | -0/+1 |
| |\ | | | | | Split Block: Add a character option for clarity | ||||
| | * | Split Block: Add a character option for clarity | Michael Ball | 2014-07-17 | 1 | -0/+1 |
| | | | | | | | | | This also allows the split block to be used more easily in a HOF | ||||
| * | | list op fixes, thanks, Brian! | jmoenig | 2014-07-18 | 1 | -1/+1 |
| | | | |||||
| * | | minor format tweaks to "Screenshot" feature | jmoenig | 2014-07-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #340 from cs10/extensions | Jens Mönig | 2014-07-17 | 1 | -0/+12 |
| |\ \ | |/ |/| | Save stage/pentrails as costume (for animations) | ||||
| | * | Merge branch 'master' into extensions | Viraj Mahesh | 2014-07-13 | 1 | -15/+43 |
| | |\ | | | | | | | | | | | | | Conflicts: objects.js | ||||
| | * | | Removed part.canBeEmpty = false; for consistency | Viraj Mahesh | 2014-03-12 | 1 | -1/+0 |
| | | | | |||||
| | * | | Added ability to save pen trails | Viraj Mahesh | 2014-03-10 | 1 | -0/+13 |
| | | | | | | | | | | | | | Added dropdown menu to choose what to save | ||||
| * | | | make the color of the %pause symbol more yellowish | jmoenig | 2014-07-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | fixed #490 | jmoenig | 2014-07-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | change “delete” behavior in context menus | jmoenig | 2014-07-08 | 1 | -3/+40 |
| | | | | | | | | | | | | | | | | to only delete this particular blocks (and reconnect the next block to the previous one) | ||||
| * | | | add "ringify" to every "unringify" menu option | jmoenig | 2014-07-06 | 1 | -1/+2 |
| | |/ |/| | |||||
| * | | relabelling custom blocks (experimental) | jmoenig | 2014-06-06 | 1 | -0/+9 |
| | | | |||||
| * | | show zebra-coloring when previewing cross-category relabels | jmoenig | 2014-06-06 | 1 | -0/+1 |
| | | | |||||
| * | | tweaks | jmoenig | 2014-06-06 | 1 | -2/+1 |
| | | | |||||
| * | | enable relabelling blocks across categories | jmoenig | 2014-06-06 | 1 | -0/+1 |
| | | | |||||
| * | | enable relabelling blocks with C-Slots | jmoenig | 2014-06-06 | 1 | -2/+10 |
| | | | |||||
| * | | Merge pull request #459 from galaticalmonkies/graphiceffects | Jens Mönig | 2014-06-04 | 1 | -11/+7 |
| |\ \ | | | | | | | Graphic effects | ||||
| | * | | JSLinted | yuan | 2014-06-02 | 1 | -2/+2 |
| | | | | |||||
| | * | | added graphics effects that work for all redraws; incorporated most recent ↵ | yuan | 2014-05-27 | 1 | -10/+6 |
| | | | | | | | | | | | | | updates to Snap! | ||||
| * | | | Blocks: refactor “script pics” feature | jmoenig | 2014-06-04 | 1 | -2/+10 |
| |/ / | |||||
| * | | checkpoint - release | jmoenig | 2014-05-02 | 1 | -1/+1 |
| | | | |||||
| * | | checkpoint | jmoenig | 2014-04-30 | 1 | -1/+1 |
| | | | |||||
| * | | display costume thumbnails in speech/thought/value bubbles and watcher cells | jmoenig | 2014-03-31 | 1 | -1/+7 |
| |/ | |||||
| * | integrate Date block, thanks, Michael | jmoenig | 2014-02-11 | 1 | -2/+2 |
| | | |||||
| * | remove lang file and incorporate fixes in blocks, opbjects | Michael Ball | 2014-02-06 | 1 | -1/+1 |
| | | |||||
| * | resolve merge conflicts; date problems only | Michael Ball | 2014-02-04 | 1 | -3/+38 |
| |\ | |||||
| | * | 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 | -1/+16 |
| | | | |||||
| | * | fixed StopOthers blocks and added another option | jmoenig | 2014-01-08 | 1 | -0/+13 |
| | | | | | | | | | also updated the German translation | ||||
| | * | initial support for „sensing“ sprite-only custom block definitions | jmoenig | 2014-01-08 | 1 | -0/+7 |
| | | | | | | | | | commented out for now | ||||
| | * | support for TELL and ASK | jmoenig | 2014-01-08 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | 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) | ||||
| * | | Remove unecessary items and reorder dropdown | Michael Ball | 2014-01-26 | 1 | -5/+2 |
| | | | |||||
| * | | Add style tweaks per Nathan's comments. | Michael Ball | 2013-12-28 | 1 | -12/+12 |
| | | | |||||
| * | | Add a 'get current DATE' block with various options, add some translations ↵ | Michael Ball | 2013-12-27 | 1 | -3/+23 |
| |/ | | | | to FR and DE | ||||
| * | comment on relabelling issue | jmoenig | 2013-11-26 | 1 | -0/+3 |
| | | | | | save old code for future reference in case we introduced a bug here | ||||
| * | Fixed issue #244 (relabelling now preserves empty input slots) | Nathan Dinsmore | 2013-11-26 | 1 | -1/+1 |
| | | |||||
| * | fixed # 179 | jmoenig | 2013-11-26 | 1 | -1/+1 |
| | | | | | don’t identify primitive (static) C-Slots as implicit formal parameters | ||||
| * | Localization update | jmoenig | 2013-11-26 | 1 | -2/+2 |
| | | |||||
| * | Make menu item text similar to other picture generating itens. | Manuel Menezes de Sequeira | 2013-11-23 | 1 | -1/+1 |
| | | |||||
