| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New Feature: Set stage dimensions arbitrarily | jmoenig | 2014-02-11 | 4 | -4/+106 |
| | | | | | | new entries to set stage width and height in the settings menu when holding the shift key | ||||
| * | Merge pull request #316 from snap-school/sounds-library | Jens Mönig | 2014-02-05 | 12 | -0/+0 |
| |\ | | | | | add sound library on git | ||||
| | * | add sound library on git | Claessens Simon | 2014-02-05 | 12 | -0/+0 |
| | | | |||||
| * | | Merge pull request #317 from snap-school/costumes-library | Jens Mönig | 2014-02-05 | 32 | -0/+0 |
| |\ \ | | | | | | | add costumes library to git | ||||
| | * | | add costumes library to git | Claessens Simon | 2014-02-05 | 32 | -0/+0 |
| | |/ | |||||
| * | | Merge pull request #315 from snap-school/backgrounds-library | Jens Mönig | 2014-02-05 | 12 | -0/+0 |
| |\ \ | |/ |/| | add backgrounds library to git | ||||
| | * | add backgrounds library to git | Claessens Simon | 2014-02-05 | 12 | -0/+0 |
| |/ | |||||
| * | One-stop-shopping for stage dimensions | jmoenig | 2014-02-05 | 3 | -11/+18 |
| | | | | | | changing the stage dimensions in line 3720 of objects.js takes care of everything | ||||
| * | Integrate Portuguese and French translation updates | jmoenig | 2014-02-04 | 3 | -3/+5 |
| | | |||||
| * | Merge pull request #312 from gego51/patch-2 | Jens Mönig | 2014-02-04 | 1 | -1/+3 |
| |\ | | | | | Update lang-fr.js | ||||
| | * | Update lang-fr.js | gego51 | 2014-01-26 | 1 | -1/+3 |
| | | | | | | | add the french translation of the block "pause all" | ||||
| * | | Merge pull request #305 from MMSequeira/master | Jens Mönig | 2014-02-04 | 1 | -10/+16 |
| |\ \ | | | | | | | Translate new stop commands. | ||||
| | * | | Translate new stop commands. | Manuel Menezes de Sequeira | 2014-01-13 | 1 | -10/+16 |
| | |/ | |||||
| * | | integrate Dean's sound fix | jmoenig | 2014-02-04 | 2 | -3/+7 |
| | | | | | | | | | 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. | ||||
| * | | German translation update | jmoenig | 2014-02-04 | 3 | -3/+10 |
| | | | |||||
| * | | Flat line end option in the settings menu, saved with the project | jmoenig | 2014-02-04 | 4 | -4/+26 |
| | | | |||||
| * | | Import sounds from the project menu | jmoenig | 2014-02-04 | 2 | -2/+29 |
| | | | | | | | | | Thanks, Brian, for the changeset! | ||||
| * | | Import costumes and backgrounds from the project menu | jmoenig | 2014-02-04 | 2 | -1/+66 |
| | | | | | | | | | thanks, Brian, for the changeset! | ||||
| * | | Morphic: Replaced deprecated DOM “body” references with ↵ | jmoenig | 2014-02-03 | 2 | -4/+6 |
| | | | | | | | | | “documentElement” | ||||
| * | | Fixed #313 | jmoenig | 2014-02-03 | 2 | -15/+24 |
| |/ | | | | | “Block OF sprite” now works for interpolated (“timed”) blocks and for reporters (i.e. SAY FOR, THINK FOR, GLIDE, ASK etc.) | ||||
| * | Fixed #291 (readonly custom menus become non-readonly when block is edited) | jmoenig | 2014-01-10 | 2 | -1/+2 |
| | | |||||
| * | Fixed #292 (pulldowns loose lines when exported as library) | jmoenig | 2014-01-10 | 2 | -3/+4 |
| | | |||||
| * | Revert pull request #295 (xhr-headers) | jmoenig | 2014-01-10 | 2 | -6/+5 |
| | | | | | breaks existing installations | ||||
| * | validated all source files against the latest JSLint version | jmoenig | 2014-01-09 | 14 | -25/+23 |
| | | | | | and pushed to this date | ||||
| * | XML.js: resolved unexpected assignment expressions | jmoenig | 2014-01-09 | 2 | -12/+25 |
| | | | | | conform to the latest JSLint quibbles | ||||
| * | Fixed Morphic updateReferences() | jmoenig | 2014-01-09 | 2 | -3/+4 |
| | | | | | how could this go undetected so long? :-) | ||||
| * | German translation update for new (migrated) STOP block | jmoenig | 2014-01-09 | 3 | -11/+12 |
| | | |||||
| * | Collapse STOP primitives into a single block with a dropdown of options | jmoenig | 2014-01-09 | 4 | -12/+84 |
| | | |||||
| * | Merge pull request #289 from cycomachead/lib | Jens Mönig | 2014-01-09 | 6 | -0/+10 |
| |\ | | | | | adding libraries to the repo | ||||
| | * | adding libraries to the repo | Michael Ball | 2013-12-29 | 6 | -0/+10 |
| | | | |||||
| * | | updated history | jmoenig | 2014-01-08 | 1 | -0/+4 |
| | | | |||||
| * | | fixed StopOthers blocks and added another option | jmoenig | 2014-01-08 | 5 | -22/+50 |
| | | | | | | | | | also updated the German translation | ||||
| * | | Merge pull request #283 from Hardmath123/master | Jens Mönig | 2014-01-08 | 2 | -0/+27 |
| |\ \ | | | | | | | Initial stop others block | ||||
| | * | | Initial stop others block | Hardmath123 | 2013-12-22 | 2 | -0/+27 |
| | |/ | |||||
| * | | Merge pull request #295 from blob8108/xhr-headers | Jens Mönig | 2014-01-08 | 1 | -0/+3 |
| |\ \ | | | | | | | Add useful headers to HTTP block | ||||
| | * | | Add useful headers to HTTP block | blob8108 | 2014-01-06 | 1 | -0/+3 |
| | |/ | |||||
| * | | Only shrink-wrap sprite costumes | jmoenig | 2014-01-08 | 2 | -1/+5 |
| | | | | | | | | | thanks, Kartik, for this fix! | ||||
| * | | add mouseLeaveDragging() behavior to the paint editor, thanks, Kartik! | jmoenig | 2014-01-08 | 2 | -713/+718 |
| | | | | | | | | | | | | | | | All credit for fixing this goes to Kartik. This also seems to change just about every line ending for reasons known only to Xcode. Sorry Kartik, for not pulling your request because of those line endings, they are inevitable! | ||||
| * | | initial support for „sensing“ sprite-only custom block definitions | jmoenig | 2014-01-08 | 2 | -0/+8 |
| | | | | | | | | | commented out for now | ||||
| * | | support for TELL and ASK | jmoenig | 2014-01-08 | 4 | -4/+22 |
| |/ | | | | | | | 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 | 3 | -5/+12 |
| | | |||||
| * | Merge pull request #282 from cycomachead/watcher | Jens Mönig | 2013-12-19 | 1 | -2/+43 |
| |\ | | | | | fix #275 #237; implements watchers for mouse x and mouse y | ||||
| | * | 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 | 2 | -4/+6 |
| | | |||||
| * | fixed #277, #279 (blitting null-canvasses fails) | jmoenig | 2013-12-12 | 3 | -18/+29 |
| | | | | | Thanks, Nathan, for the pointer to this! | ||||
| * | accept lists as inputs to the green (text) LENGTH OF reporter | jmoenig | 2013-12-11 | 2 | -2/+9 |
| | | |||||
| * | fixed #264 (mapped <ctrl-enter> to green-flag instead of <enter>) | jmoenig | 2013-12-05 | 2 | -2/+6 |
| | | |||||
| * | fixed literal-to-non-literal zero-value comparison bug | jmoenig | 2013-12-05 | 2 | -2/+6 |
| | | |||||
