| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |||||
| * | Paint editor fixes | jmoenig | 2013-05-14 | 1 | -1/+1 | |
| | | ||||||
| * | Paint editor integration | jmoenig | 2013-05-14 | 1 | -4/+34 | |
| | | ||||||
| * | Costume shrink-wrapping | jmoenig | 2013-04-30 | 1 | -1/+87 | |
| | | ||||||
| * | Hide Primitives feature | jmoenig | 2013-04-25 | 1 | -1/+108 | |
| | | | | | | | | | | Primitive blocks in the palette can now be hidden in the project via their context menu. Each palette's context menu further lets you hide or show all its primitives depending on whether any primitives are left to hide or show. Hidden primitives are stored in the project data. This lets instructors create "simplified" examples and problem sets. | |||||
| * | Merge pull request #74 from queryselector/issue-23 | Jens Mönig | 2013-04-23 | 1 | -5/+1 | |
| |\ | | | | | Fixed #23 | |||||
| | * | Fixed #23 | Nathan Dinsmore | 2013-04-21 | 1 | -5/+1 | |
| | | | | | | | | | | | | | Only one of each kind of dialog can now be open at any given time. You can still open multiple dialogs for editing a costume and editing a block. | |||||
| * | | Merge pull request #57 from queryselector/issue-55 | Jens Mönig | 2013-04-23 | 1 | -2/+2 | |
| |\ \ | | | | | | | Fixed #55 | |||||
| | * | | Fixed #55 | Nathan Dinsmore | 2013-04-19 | 1 | -2/+2 | |
| | |/ | | | | | | | Creating a variable which already exists no longer performs any action. | |||||
| * / | Fixed #44 | jmoenig | 2013-04-23 | 1 | -6/+33 | |
| |/ | | | | Circularity no longer breaks watchers | |||||
| * | German translation update | jmoenig | 2013-04-19 | 1 | -1/+1 | |
| | | | | | | | | for new "scripts pic..." feature on the scripting area's context menu. Also pushed up version dates for new beta release, and added SnapManual.pdf to the help folder | |||||
| * | Fixed #22 | Nathan Dinsmore | 2013-04-13 | 1 | -0/+15 | |
| | | | | | Added a "help..." item to the context menus of the "Make a variable," "Delete a variable," and "Make a block" buttons which displays the appropriate help screen | |||||
| * | Load shared projects from different formats | jmoenig | 2013-04-10 | 1 | -1/+1 | |
| | | | | | cloud data and plain project format | |||||
