| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cleaned up my comments | yuan | 2014-05-28 | 1 | -6/+6 |
| | | |||||
| * | good to go for stagemorph | yuan | 2014-05-28 | 1 | -9/+16 |
| | | |||||
| * | changed graphicsChanged boolean to a function | yuan | 2014-05-28 | 1 | -14/+33 |
| | | |||||
| * | added graphics effects that work for all redraws; incorporated most recent ↵ | yuan | 2014-05-27 | 1 | -4/+132 |
| | | | | | updates to Snap! | ||||
| * | Fixed #445 (minor search + zoom issues) | jmoenig | 2014-05-26 | 1 | -4/+2 |
| | | |||||
| * | Search Blocks feature, keyboard shortcuts | jmoenig | 2014-05-20 | 1 | -1/+201 |
| | | | | | Thanks, Kyle, for designing and architecting the search blocks feature!! | ||||
| * | integrate #394 | jmoenig | 2014-05-02 | 1 | -8/+19 |
| | | |||||
| * | Merge pull request #394 from xtitter/varimport | Jens Mönig | 2014-05-02 | 1 | -5/+5 |
| |\ | | | | | better error message when importing (into a variable) | ||||
| | * | give error message when attempting to import (into a variable) with a ↵ | Nathaniel Titterton | 2014-04-17 | 1 | -5/+5 |
| | | | | | | | | | non-text file; don't read every file in multifile import | ||||
| * | | enable storage of first-class costumes | jmoenig | 2014-04-30 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #400 from blob8108/utf8-data | Jens Mönig | 2014-04-30 | 1 | -1/+1 |
| |\ \ | |/ |/| | Specify an encoding for variable export | ||||
| | * | Add charset to variable export | blob8108 | 2014-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | 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 | ||||
