| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | let “switch to costume” block accept actual costume objects (in addition ↵ | jmoenig | 2014-03-31 | 1 | -0/+5 |
| | | | | | to names and numbers) | ||||
| * | display costume thumbnails in speech/thought/value bubbles and watcher cells | jmoenig | 2014-03-31 | 1 | -0/+12 |
| | | |||||
| * | experimental “wardrobe” and “jukebox” reporters in dev mode | jmoenig | 2014-03-31 | 1 | -1/+60 |
| | | | | | tentative preparations for first-class costumes and sounds | ||||
| * | Merge pull request #288 from cycomachead/dateblock | Jens Mönig | 2014-02-11 | 1 | -1/+10 |
| |\ | | | | | Create a "Date" Block for Snap | ||||
| | * | 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 | -17/+80 |
| | |\ | |||||
| | * | | Add style tweaks per Nathan's comments. | Michael Ball | 2013-12-28 | 1 | -3/+2 |
| | | | | |||||
| | * | | Add a 'get current DATE' block with various options, add some translations ↵ | Michael Ball | 2013-12-27 | 1 | -2/+12 |
| | | | | | | | | | | | | | to FR and DE | ||||
| * | | | New Feature: Set stage dimensions arbitrarily | jmoenig | 2014-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | new entries to set stage width and height in the settings menu when holding the shift key | ||||
| * | | | One-stop-shopping for stage dimensions | jmoenig | 2014-02-05 | 1 | -3/+3 |
| | |/ |/| | | | | | | | changing the stage dimensions in line 3720 of objects.js takes care of everything | ||||
| * | | integrate Dean's sound fix | jmoenig | 2014-02-04 | 1 | -3/+6 |
| | | | | | | | | | so JSLint doesn’t complain (no functionality changes). Thanks, Dean! | ||||
| * | | Merge pull request #311 from brettle/master | Jens Mönig | 2014-02-04 | 1 | -4/+11 |
| |\ \ | | | | | | | Fixes issue #310 - play note block fails on Firefox | ||||
| | * | | Fixes issue #310 - play note block fails on Firefox due to use of deprecated | Dean Brettle | 2014-01-25 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | WebAudio names. The fix uses the correct names and monkey-patches browsers that use the old ones. | ||||
| * | | | Flat line end option in the settings menu, saved with the project | jmoenig | 2014-02-04 | 1 | -3/+9 |
| |/ / | |||||
| * | | 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 | -9/+46 |
| | | | |||||
| * | | fixed StopOthers blocks and added another option | jmoenig | 2014-01-08 | 1 | -1/+2 |
| | | | | | | | | | also updated the German translation | ||||
| * | | Merge pull request #283 from Hardmath123/master | Jens Mönig | 2014-01-08 | 1 | -0/+6 |
| |\ \ | | | | | | | Initial stop others block | ||||
| | * | | Initial stop others block | Hardmath123 | 2013-12-22 | 1 | -0/+6 |
| | |/ | |||||
| * | | Only shrink-wrap sprite costumes | jmoenig | 2014-01-08 | 1 | -1/+4 |
| | | | | | | | | | thanks, Kartik, for this fix! | ||||
| * | | 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 | ||||
