| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | support for TELL and ASK | jmoenig | 2014-01-08 | 1 | -1/+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) | ||||
| * | fixed saving/loading of new mouse coordinate watchers | jmoenig | 2013-12-19 | 1 | -3/+3 |
| | | |||||
| * | fix #275 #237; implements watchers for mouse x and mouse y | Michael Ball | 2013-12-18 | 1 | -2/+43 |
| | | |||||
| * | null-canvas blitting bug follow-up | jmoenig | 2013-12-12 | 1 | -3/+5 |
| | | |||||
| * | fixed #277, #279 (blitting null-canvasses fails) | jmoenig | 2013-12-12 | 1 | -12/+16 |
| | | | | | Thanks, Nathan, for the pointer to this! | ||||
| * | fixed #264 (mapped <ctrl-enter> to green-flag instead of <enter>) | jmoenig | 2013-12-05 | 1 | -2/+5 |
| | | |||||
| * | fixed #231 (watcher-display of Booleans) | jmoenig | 2013-11-15 | 1 | -2/+2 |
| | | |||||
| * | fixed wrong NaN display for variable watchers | jmoenig | 2013-11-12 | 1 | -2/+2 |
| | | | | | Thanks, Brian, for catching this glitch! | ||||
| * | Increase maximum clone count from 128 to 300 | jmoenig | 2013-10-14 | 1 | -2/+2 |
| | | |||||
| * | experimental MAP primitive reporter | jmoenig | 2013-10-08 | 1 | -1/+40 |
| | | | | | in lists category, visible in dev mode for now | ||||
| * | Keep watchers onstage when hiding/showing them, fixes #195 | jmoenig | 2013-10-04 | 1 | -0/+4 |
| | | |||||
| * | Prevent watcher cells from growing wider as their contents becomes taller | jmoenig | 2013-10-04 | 1 | -2/+3 |
| | | |||||
| * | smooth numerical values displayed in watchers | jmoenig | 2013-10-01 | 1 | -4/+7 |
| | | |||||
| * | fixed #146 | jmoenig | 2013-09-19 | 1 | -0/+1 |
| | | | | | filter out empty costumes | ||||
| * | fixed #169 | jmoenig | 2013-09-19 | 1 | -4/+6 |
| | | |||||
| * | prevent costumes with imported CORS-tainted canvases | jmoenig | 2013-09-18 | 1 | -1/+19 |
| | | | | | expected to fix #155, #154, #151, #148, #147, #127 for future projects | ||||
| * | fixed part of #154 - prevent costumes from being drawn while they are loading | jmoenig | 2013-09-17 | 1 | -3/+17 |
| | | | | | | | prevents an occasional DOM error saying "an attempt was made to use an object that is not, or is no longer, usable" when loading a project that has costumes | ||||
| * | New SPLIT primitive reporter activated | jmoenig | 2013-09-16 | 1 | -9/+9 |
| | | | | | | this should come in handy when importing text files that should be converted to lists, as in the hangman lab | ||||
| * | Nestable Sprites Collision Detection & fixes | jmoenig | 2013-08-12 | 1 | -8/+50 |
| | | |||||
| * | Nestable Sprites fixes | jmoenig | 2013-08-10 | 1 | -12/+16 |
| | | |||||
| * | Nested Sprite saving / loading | jmoenig | 2013-08-09 | 1 | -7/+7 |
| | | |||||
| * | Nested Sprites - Stage scaling adjustment | jmoenig | 2013-08-09 | 1 | -1/+4 |
| | | |||||
| * | Nested Sprite Rotation style buttons on corral icons | jmoenig | 2013-08-09 | 1 | -1/+1 |
| | | |||||
| * | Nested Sprite synchronous / independent rotation | jmoenig | 2013-08-08 | 1 | -4/+8 |
| | | |||||
| * | Nested Sprite Rotation | jmoenig | 2013-08-08 | 1 | -2/+13 |
| | | |||||
| * | Nested Sprite Scaling | jmoenig | 2013-08-08 | 1 | -14/+58 |
| | | | | | first rough pass | ||||
| * | Nested Sprite Motion | jmoenig | 2013-08-07 | 1 | -0/+8 |
| | | |||||
| * | Sprite Nesting GUI | jmoenig | 2013-08-07 | 1 | -9/+77 |
| | | | | | (still hidden and disabled at this time) | ||||
| * | Fixed stage costume scaling & misplacing bug | jmoenig | 2013-08-07 | 1 | -6/+2 |
| | | | | | Thanks, Josh, for the report! | ||||
| * | Sprite Nesting preliminaries | jmoenig | 2013-08-07 | 1 | -2/+207 |
| | | | | | not yet functional and disabled | ||||
| * | Polish translation, thanks, Witek Kranas! | jmoenig | 2013-08-06 | 1 | -1/+4 |
| | | |||||
| * | experimental text SPLIT primitive in the operators category | jmoenig | 2013-07-31 | 1 | -1/+9 |
| | | | | | (currently only accessible in dev mode) | ||||
| * | PAUSE primitive command block | jmoenig | 2013-07-30 | 1 | -2/+17 |
| | | |||||
| * | experimental text-function primitive | jmoenig | 2013-07-15 | 1 | -0/+9 |
| | | | | | (hidden, shown only in dev mode in the operators category) | ||||
| * | increased palette's vertical growth by scrollBarSize | jmoenig | 2013-07-15 | 1 | -1/+2 |
| | | |||||
| * | Codification changes, Boolean slot bug fix | jmoenig | 2013-07-09 | 1 | -12/+5 |
| | | | | | | | * Collapsed codification primitives (code, header) into a single block * Added isEmptySlot() to BooleanArgMorph (thanks, Brian, for the bug report!) | ||||
| * | Codification (blocks to text) support complete | jmoenig | 2013-07-04 | 1 | -1/+9 |
| | | | | | | text code mapping and block header support, both via GUI and primitives, for built-in blocks and for custom ones. | ||||
| * | removed tolerance margin in Costume's shrinkWrap() | jmoenig | 2013-07-02 | 1 | -9/+5 |
| | | | | | | Chrome no longer needs this kludge. Removing it also fixes an "empty costume" bug when drawing over the edges of the paint editor | ||||
| * | fixed speech bubble scaling when sprite is not onstage | jmoenig | 2013-06-27 | 1 | -2/+3 |
| | | | | | (reported in the Scratch forums) | ||||
| * | pretty printing support for mapped code | jmoenig | 2013-06-24 | 1 | -2/+2 |
| | | | | | better formatting capabilites now support Python mappings | ||||
| * | %code input slot | jmoenig | 2013-06-21 | 1 | -4/+4 |
| | | | | | multi-line, monospaced, type-in slot for code mappings | ||||
| * | "flat" design: No rounded corners for watchers | jmoenig | 2013-06-20 | 1 | -5/+1 |
| | | |||||
| * | Objects: doMapCode() primitive now uses a multi-line input slot | jmoenig | 2013-06-20 | 1 | -1/+1 |
| | | |||||
| * | "flat" design enhancements for cells | jmoenig | 2013-06-20 | 1 | -4/+2 |
| | | |||||
| * | "flat" design enhancements for blocks and watchers | jmoenig | 2013-06-20 | 1 | -5/+11 |
| | | |||||
| * | Code mapping | jmoenig | 2013-06-18 | 1 | -1/+44 |
| | | | | | generating text code from blocks, first experimental iteration | ||||
| * | Objects: fix for hiding 'getLastAnswer' and 'getTimer' primitives | jmoenig | 2013-06-05 | 1 | -11/+11 |
| | | |||||
| * | "Flat" GUI design preference | jmoenig | 2013-05-16 | 1 | -8/+12 |
| | | | | | in the IDE's settings menu | ||||
| * | Costume shrinkWrapping adjustments | jmoenig | 2013-05-15 | 1 | -18/+22 |
| | | |||||
| * | Broadcast & Message enhancements, fixed #93 | jmoenig | 2013-05-14 | 1 | -3/+34 |
| | | | | | | * When I receive <any msg> option * getLastMessage reporter + watcher | ||||
