| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix speech bubbles of dragged nested sprites | jmoenig | 2015-01-21 | 1 | -0/+1 |
| | | |||||
| * | Integrated Korean and Catalan translation updates | jmoenig | 2015-01-21 | 1 | -0/+1 |
| | | |||||
| * | Fix Zoom Dialog’s sample background in “flat” design | jmoenig | 2015-01-21 | 1 | -0/+1 |
| | | |||||
| * | Generate ScriptsPaneTexture programmatically | jmoenig | 2015-01-21 | 1 | -0/+1 |
| | | |||||
| * | Keep layering of nested sprites thru drag & drop | jmoenig | 2015-01-21 | 1 | -0/+4 |
| | | | | | | it used to be that dragging an anchor always brought it to the front, altering the nested sprite’s internal layering order | ||||
| * | fixed #680 | jmoenig | 2015-01-13 | 1 | -0/+5 |
| | | |||||
| * | Force Chrome to show GUI messages | jmoenig | 2015-01-12 | 1 | -0/+1 |
| | | | | | | | | add additional yields to nextSteps() to work around a bug recently introduced to Chrome (other browsers don’t need this kludge). Remember to take those yields out again when and if Chrome (ever) fixes this (which, for all I know, may be never) | ||||
| * | Update history | jmoenig | 2015-01-12 | 1 | -0/+8 |
| | | |||||
| * | 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 | -0/+1 |
| | | |||||
| * | Experimental “processes” count watcher | jmoenig | 2014-12-17 | 1 | -0/+4 |
| | | | | | (hidden in dev mode) | ||||
| * | updated history | jmoenig | 2014-12-15 | 1 | -0/+4 |
| | | |||||
| * | yield after each cycle in the experimental “forEach” primitive | jmoenig | 2014-12-11 | 1 | -0/+4 |
| | | | | | thanks, Bernat, for reporting this bug! | ||||
| * | Fixed #668 | jmoenig | 2014-12-06 | 1 | -0/+4 |
| | | |||||
| * | Avoid auto-scaling artefacts in Safari on retina displays | jmoenig | 2014-12-05 | 1 | -0/+4 |
| | | | | | (resulting in “traces” when dragging items) | ||||
| * | fix typo & update history | jmoenig | 2014-12-04 | 1 | -0/+5 |
| | | |||||
| * | Improve edge-collision detection of default sprite “arrow” shape | jmoenig | 2014-12-03 | 1 | -0/+5 |
| | | |||||
| * | New Kannada Translation, by Vinayakumar R | jmoenig | 2014-12-02 | 1 | -0/+4 |
| | | | | | | Yay! Thanks for this important contribution, Vinayakumar R. Snap is now available in 25 languages! | ||||
| * | updated history | jmoenig | 2014-12-01 | 1 | -0/+2 |
| | | |||||
| * | Don't show hidden elements in the project thumbnail | jmoenig | 2014-12-01 | 1 | -0/+4 |
| | | |||||
| * | Fixed #656 | jmoenig | 2014-11-26 | 1 | -0/+4 |
| | | | | | | | 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 | -0/+1 |
| | | | | | now Snap! really *is* Scheme :-) | ||||
| * | Evaluator optimizations | jmoenig | 2014-11-25 | 1 | -1/+5 |
| | | | | | reducing the stack size for reporters | ||||
| * | tail-call-elimination for reporters - experiment | jmoenig | 2014-11-24 | 1 | -0/+1 |
| | | | | | (commented out, under construction) | ||||
| * | updated history | jmoenig | 2014-11-24 | 1 | -0/+2 |
| | | |||||
| * | fixed #131 | jmoenig | 2014-11-24 | 1 | -0/+1 |
| | | | | | | and display an error if a reporter or a “called” ring is missing a “report” statement | ||||
| * | Fixed #34 | jmoenig | 2014-11-24 | 1 | -0/+1 |
| | | |||||
| * | Fixed #644 | jmoenig | 2014-11-24 | 1 | -0/+1 |
| | | |||||
| * | Fixed #372 | jmoenig | 2014-11-24 | 1 | -1/+1 |
| | | |||||
| * | Fixed #416 | jmoenig | 2014-11-24 | 1 | -0/+1 |
| | | |||||
| * | Fixed #318 | jmoenig | 2014-11-24 | 1 | -0/+5 |
| | | |||||
| * | Fix “stop this block” primitive for tail-call-elimination | jmoenig | 2014-11-23 | 1 | -0/+4 |
| | | |||||
| * | Fix "stop this block"’s lexical awareness | jmoenig | 2014-11-21 | 1 | -0/+4 |
| | | | | | | | | | | “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 | -0/+1 |
| | | |||||
| * | push morphic.js version date | jmoenig | 2014-11-20 | 1 | -0/+1 |
| | | |||||
| * | fix ‘line’ option in ‘split’ block for Windows files | jmoenig | 2014-11-20 | 1 | -0/+1 |
| | | | | | thanks, @brianharvey! | ||||
| * | integrate percent sign fix for JSLint | jmoenig | 2014-11-20 | 1 | -1/+2 |
| | | |||||
| * | Updated the “About” Dialog | jmoenig | 2014-11-20 | 1 | -0/+2 |
| | | | | | with a mention of support from CDG (SAP Labs) | ||||
| * | renamed Process::callback to "onComplete" | jmoenig | 2014-11-20 | 1 | -0/+1 |
| | | |||||
| * | Fixed #364 avoid “freezing” when calling LAUNCH on empty ring | jmoenig | 2014-11-20 | 1 | -1/+2 |
| | | |||||
| * | Fixed #642, avoid “freezing” when calling CONS on non-list/null | jmoenig | 2014-11-20 | 1 | -0/+4 |
| | | | | | thanks, @brianharvey ! | ||||
| * | Treat REPORT blocks inside custom command definitions as STOP THIS BLOCK / ↵ | jmoenig | 2014-11-17 | 1 | -0/+4 |
| | | | | | | | | 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 | -0/+8 |
| | | | | | | | | | | 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. | ||||
| * | fixed #608, #610 | jmoenig | 2014-10-08 | 1 | -0/+4 |
| | | |||||
| * | fixed #604. Thanks, @Gubolin! | jmoenig | 2014-10-06 | 1 | -0/+4 |
| | | |||||
| * | New feature - minimal stage mode (shift-click on small-stage button) | jmoenig | 2014-10-02 | 1 | -2/+6 |
| | | |||||
| * | updated history | jmoenig | 2014-10-01 | 1 | -0/+1 |
| | | |||||
| * | fixed #601 | jmoenig | 2014-10-01 | 1 | -0/+1 |
| | | | | | | correctly display symbol for %obj type input slots in the prototype template | ||||
| * | fixed #599 | jmoenig | 2014-10-01 | 1 | -0/+1 |
| | | | | | disable IDE keyboard shortcuts in presentation mode | ||||
| * | workaround for some REPORT / STOP BLOCK issues | jmoenig | 2014-10-01 | 1 | -0/+3 |
| | | | | | | | 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) | ||||
