| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | |
| | | ||||||
| * | fixed type error in equality test | jmoenig | 2013-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | fixed #261 (less tolerant null-value-to-number-coercion) | jmoenig | 2013-12-04 | 2 | -2/+9 | |
| | | ||||||
| * | French translation integration | jmoenig | 2013-12-04 | 3 | -5/+6 | |
| | | ||||||
| * | Merge pull request #259 from mquinson/master | Jens Mönig | 2013-12-04 | 1 | -14/+76 | |
| |\ | | | | | update french translation | |||||
| | * | update french translation | Martin Quinson | 2013-11-27 | 1 | -14/+76 | |
| | | | ||||||
| * | | harmonize equality testing and List CONTAINS testing | jmoenig | 2013-12-04 | 2 | -18/+6 | |
| | | | ||||||
| * | | handle text comparisons case-insensitive (again) | jmoenig | 2013-12-04 | 2 | -7/+11 | |
| |/ | ||||||
| * | comment on relabelling issue | jmoenig | 2013-11-26 | 1 | -0/+3 | |
| | | | | | save old code for future reference in case we introduced a bug here | |||||
| * | Merge pull request #253 from nathandinsmore/issue-244 | Jens Mönig | 2013-11-26 | 1 | -1/+1 | |
| |\ | | | | | Fixed issue #244 (relabelling now preserves empty input slots) | |||||
| | * | Fixed issue #244 (relabelling now preserves empty input slots) | Nathan Dinsmore | 2013-11-26 | 1 | -1/+1 | |
| |/ | ||||||
| * | Threads: fixed #133 - preserve edge-cased argument types | jmoenig | 2013-11-26 | 2 | -3/+4 | |
| | | | | | (empty string, Boolean false) | |||||
| * | fixed #249 - preserve variable value types with edge cases | jmoenig | 2013-11-26 | 2 | -2/+5 | |
| | | | | | (empty string, Boolean false) | |||||
| * | fixed # 179 | jmoenig | 2013-11-26 | 2 | -1/+2 | |
| | | | | | don’t identify primitive (static) C-Slots as implicit formal parameters | |||||
| * | fixed #175 - Text comparisons are now case sensitive | jmoenig | 2013-11-26 | 2 | -0/+6 | |
| | | ||||||
| * | Catalan translation update - Thanks, Bernat! | jmoenig | 2013-11-26 | 3 | -7/+127 | |
| | | ||||||
| * | Localization update | jmoenig | 2013-11-26 | 4 | -15/+18 | |
| | | ||||||
| * | Merge pull request #241 from MMSequeira/master | Jens Mönig | 2013-11-26 | 4 | -17/+125 | |
| |\ | | | | | Added localize() calls to a bunch of missing strings and added also a bunch of Portuguese translations to 'unofficially' localized strings. | |||||
| | * | Add a few new strings to Portuguese translations. | Manuel Menezes de Sequeira | 2013-11-23 | 1 | -1/+13 | |
| | | | ||||||
| | * | Make menu item text similar to other picture generating itens. | Manuel Menezes de Sequeira | 2013-11-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update last_changed value. | Manuel Menezes de Sequeira | 2013-11-22 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add localize calls to a bunch of strings. | Manuel Menezes de Sequeira | 2013-11-22 | 1 | -10/+10 | |
| | | | ||||||
| | * | Correct typo and add a few Portuguese translations for 'unofficial' strings. | Manuel Menezes de Sequeira | 2013-11-22 | 1 | -3/+99 | |
| | | | ||||||
| | * | Add localization to Edit Slot Options text. | Manuel Menezes de Sequeira | 2013-11-22 | 1 | -2/+2 | |
| | | | ||||||
| * | | fixed #245 (consistently auto-convert empty strings to zeroes) | jmoenig | 2013-11-26 | 2 | -17/+20 | |
| | | | ||||||
| * | | fixed #207 (stricter comparison of strings vs. numbers) | jmoenig | 2013-11-26 | 2 | -3/+4 | |
| | | | | | | | | | | | | | | | 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 | 2 | -2/+6 | |
| |/ | | | | thanks, Nathan! | |||||
| * | Disallow "ringify" option for inline-template blocks | jmoenig | 2013-11-22 | 1 | -17/+19 | |
| | | ||||||
| * | Catalan translation, thanks, Bernat Romagosa Carrasquer! | jmoenig | 2013-11-22 | 3 | -1/+1137 | |
| | | ||||||
| * | Prevent „hide“ menu option for non-palette template blocks | jmoenig | 2013-11-22 | 2 | -2/+3 | |
| | | | | | thanks, Brian, for reporting this glitch! | |||||
| * | fixed #238 - don’t trigger events for eclipsed morphs | jmoenig | 2013-11-22 | 2 | -2/+9 | |
| | | | | | (whose parent-chain contains a hidden morph) | |||||
| * | fixed #231 (watcher-display of Booleans) | jmoenig | 2013-11-15 | 2 | -2/+3 | |
| | | ||||||
| * | fixed read-only input slot coloring glitch | jmoenig | 2013-11-15 | 2 | -1/+1 | |
| | | | | | thanks Bernat, for reporting it! | |||||
| * | „read-only“ option for editable custom block input slots | jmoenig | 2013-11-15 | 4 | -18/+83 | |
| | | | | | | also custom block input slots reverting to default now show their default value (useful in combination with the new "read-only" option | |||||
| * | Portuguese translation update | jmoenig | 2013-11-12 | 2 | -2/+3 | |
| | | | | | thanks, Manuel! | |||||
