| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | German translation update | jmoenig | 2014-02-13 | 1 | -0/+1 |
| | | | | | for the new stage resizing feature | ||||
| * | GUI: Use new vector prompter for stage dimensions | jmoenig | 2014-02-13 | 1 | -0/+1 |
| | | | | | | also take out previous experimental code and make this new feature an official one | ||||
| * | Widgets: new “promptVector” dialog box feature | jmoenig | 2014-02-13 | 1 | -0/+1 |
| | | | | | | lets you edit a Point object (numerical x and y), such as dimensions, positions, min/max etc. | ||||
| * | Fixed #322, #324 | jmoenig | 2014-02-13 | 1 | -0/+1 |
| | | |||||
| * | Constrain minimum stage size to 480 x 180 | jmoenig | 2014-02-13 | 1 | -0/+4 |
| | | |||||
| * | integrate Date block, thanks, Michael | jmoenig | 2014-02-11 | 1 | -0/+1 |
| | | |||||
| * | Saving & Loading for arbitrary stage dimensions in the project data | jmoenig | 2014-02-11 | 1 | -0/+1 |
| | | |||||
| * | New Feature: Set stage dimensions arbitrarily | jmoenig | 2014-02-11 | 1 | -0/+4 |
| | | | | | | 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 | -0/+4 |
| | | | | | | changing the stage dimensions in line 3720 of objects.js takes care of everything | ||||
| * | Integrate Portuguese and French translation updates | jmoenig | 2014-02-04 | 1 | -0/+2 |
| | | |||||
| * | integrate Dean's sound fix | jmoenig | 2014-02-04 | 1 | -0/+1 |
| | | | | | so JSLint doesn’t complain (no functionality changes). Thanks, Dean! | ||||
| * | German translation update | jmoenig | 2014-02-04 | 1 | -0/+1 |
| | | |||||
| * | Flat line end option in the settings menu, saved with the project | jmoenig | 2014-02-04 | 1 | -0/+1 |
| | | |||||
| * | Import sounds from the project menu | jmoenig | 2014-02-04 | 1 | -1/+2 |
| | | | | | Thanks, Brian, for the changeset! | ||||
| * | Import costumes and backgrounds from the project menu | jmoenig | 2014-02-04 | 1 | -0/+4 |
| | | | | | thanks, Brian, for the changeset! | ||||
| * | Morphic: Replaced deprecated DOM “body” references with ↵ | jmoenig | 2014-02-03 | 1 | -0/+1 |
| | | | | | “documentElement” | ||||
| * | Fixed #313 | jmoenig | 2014-02-03 | 1 | -0/+4 |
| | | | | | | “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 | 1 | -0/+1 |
| | | |||||
| * | Fixed #292 (pulldowns loose lines when exported as library) | jmoenig | 2014-01-10 | 1 | -0/+1 |
| | | |||||
| * | Revert pull request #295 (xhr-headers) | jmoenig | 2014-01-10 | 1 | -0/+4 |
| | | | | | breaks existing installations | ||||
| * | validated all source files against the latest JSLint version | jmoenig | 2014-01-09 | 1 | -1/+2 |
| | | | | | and pushed to this date | ||||
| * | XML.js: resolved unexpected assignment expressions | jmoenig | 2014-01-09 | 1 | -0/+1 |
| | | | | | conform to the latest JSLint quibbles | ||||
| * | Fixed Morphic updateReferences() | jmoenig | 2014-01-09 | 1 | -0/+1 |
| | | | | | how could this go undetected so long? :-) | ||||
| * | German translation update for new (migrated) STOP block | jmoenig | 2014-01-09 | 1 | -0/+1 |
| | | |||||
| * | Collapse STOP primitives into a single block with a dropdown of options | jmoenig | 2014-01-09 | 1 | -0/+5 |
| | | |||||
| * | updated history | jmoenig | 2014-01-08 | 1 | -0/+4 |
| | | |||||
| * | Only shrink-wrap sprite costumes | jmoenig | 2014-01-08 | 1 | -0/+1 |
| | | | | | thanks, Kartik, for this fix! | ||||
| * | add mouseLeaveDragging() behavior to the paint editor, thanks, Kartik! | jmoenig | 2014-01-08 | 1 | -0/+1 |
| | | | | | | | | 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 | 1 | -0/+1 |
| | | | | | commented out for now | ||||
| * | support for TELL and ASK | jmoenig | 2014-01-08 | 1 | -0/+4 |
| | | | | | | | | 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 | -0/+5 |
| | | |||||
| * | fixed #277, #279 (blitting null-canvasses fails) | jmoenig | 2013-12-12 | 1 | -0/+4 |
| | | | | | Thanks, Nathan, for the pointer to this! | ||||
| * | accept lists as inputs to the green (text) LENGTH OF reporter | jmoenig | 2013-12-11 | 1 | -1/+5 |
| | | |||||
| * | fixed #264 (mapped <ctrl-enter> to green-flag instead of <enter>) | jmoenig | 2013-12-05 | 1 | -0/+1 |
| | | |||||
| * | fixed literal-to-non-literal zero-value comparison bug | jmoenig | 2013-12-05 | 1 | -0/+4 |
| | | |||||
| * | fixed #261 (less tolerant null-value-to-number-coercion) | jmoenig | 2013-12-04 | 1 | -0/+1 |
| | | |||||
| * | French translation integration | jmoenig | 2013-12-04 | 1 | -0/+1 |
| | | |||||
| * | harmonize equality testing and List CONTAINS testing | jmoenig | 2013-12-04 | 1 | -1/+1 |
| | | |||||
| * | handle text comparisons case-insensitive (again) | jmoenig | 2013-12-04 | 1 | -1/+7 |
| | | |||||
| * | Threads: fixed #133 - preserve edge-cased argument types | jmoenig | 2013-11-26 | 1 | -0/+1 |
| | | | | | (empty string, Boolean false) | ||||
| * | fixed #249 - preserve variable value types with edge cases | jmoenig | 2013-11-26 | 1 | -1/+2 |
| | | | | | (empty string, Boolean false) | ||||
| * | fixed # 179 | jmoenig | 2013-11-26 | 1 | -0/+1 |
| | | | | | don’t identify primitive (static) C-Slots as implicit formal parameters | ||||
| * | fixed #175 - Text comparisons are now case sensitive | jmoenig | 2013-11-26 | 1 | -0/+1 |
| | | |||||
| * | Catalan translation update - Thanks, Bernat! | jmoenig | 2013-11-26 | 1 | -0/+1 |
| | | |||||
| * | Localization update | jmoenig | 2013-11-26 | 1 | -0/+1 |
| | | |||||
| * | fixed #245 (consistently auto-convert empty strings to zeroes) | jmoenig | 2013-11-26 | 1 | -0/+1 |
| | | |||||
| * | fixed #207 (stricter comparison of strings vs. numbers) | jmoenig | 2013-11-26 | 1 | -0/+1 |
| | | | | | | | | Some intentional edge cases remain, such as empty string equals zero and disregarding trailing / leading blanks. Please don’t nitpick and spare me the fundamentalism, plus discussing whether discussing the discussing qualifies as fundamentalism :-) | ||||
| * | fixed #125 (encode email address when signing up) | jmoenig | 2013-11-26 | 1 | -0/+4 |
| | | | | | thanks, Nathan! | ||||
| * | Catalan translation, thanks, Bernat Romagosa Carrasquer! | jmoenig | 2013-11-22 | 1 | -0/+1 |
| | | |||||
| * | Prevent „hide“ menu option for non-palette template blocks | jmoenig | 2013-11-22 | 1 | -0/+1 |
| | | | | | thanks, Brian, for reporting this glitch! | ||||
