| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Threads: new Variable data structure | jmoenig | 2014-05-20 | 1 | -1/+15 |
| | | | | | for refactoring upvar references, not yet used anywhere | ||||
| * | checkpoint - release | jmoenig | 2014-05-02 | 1 | -1/+1 |
| | | |||||
| * | checkpoint | jmoenig | 2014-04-30 | 1 | -1/+1 |
| | | |||||
| * | style fix for bool | Michael Ball | 2014-04-27 | 1 | -1/+1 |
| | | |||||
| * | fix set turbo mode block | Michael Ball | 2014-04-22 | 1 | -3/+3 |
| | | |||||
| * | jslint style fixes | Michael Ball | 2014-02-10 | 1 | -7/+7 |
| | | |||||
| * | use inputOption for dateblock update file date | Michael Ball | 2014-02-10 | 1 | -4/+6 |
| | | |||||
| * | resolve merge conflicts; date problems only | Michael Ball | 2014-02-04 | 1 | -22/+84 |
| |\ | |||||
| | * | Fixed #313 | jmoenig | 2014-02-03 | 1 | -15/+20 |
| | | | | | | | | | | | “Block OF sprite” now works for interpolated (“timed”) blocks and for reporters (i.e. SAY FOR, THINK FOR, GLIDE, ASK etc.) | ||||
| | * | Revert pull request #295 (xhr-headers) | jmoenig | 2014-01-10 | 1 | -6/+1 |
| | | | | | | | | | breaks existing installations | ||||
| | * | 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 | -2/+17 |
| | | | |||||
| | * | fixed StopOthers blocks and added another option | jmoenig | 2014-01-08 | 1 | -18/+26 |
| | | | | | | | | | also updated the German translation | ||||
| | * | Merge pull request #283 from Hardmath123/master | Jens Mönig | 2014-01-08 | 1 | -0/+21 |
| | |\ | | | | | | | Initial stop others block | ||||
| | | * | Initial stop others block | Hardmath123 | 2013-12-22 | 1 | -0/+21 |
| | | | | |||||
| | * | | 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 |
| | | |/ | |||||
| | * / | support for TELL and ASK | jmoenig | 2014-01-08 | 1 | -1/+16 |
| | |/ | | | | | | | | | | | | | 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) | ||||
| * | | adjust block to no longer use strings, and remove unneeded code | Michael Ball | 2014-01-26 | 1 | -38/+12 |
| | | | |||||
| * | | date block work | Michael Ball | 2014-01-22 | 1 | -5/+3 |
| | | | |||||
| * | | Add style tweaks per Nathan's comments. | Michael Ball | 2013-12-28 | 1 | -20/+17 |
| | | | |||||
| * | | Add a 'get current DATE' block with various options, add some translations ↵ | Michael Ball | 2013-12-27 | 1 | -0/+58 |
| |/ | | | | to FR and DE | ||||
| * | accept lists as inputs to the green (text) LENGTH OF reporter | jmoenig | 2013-12-11 | 1 | -1/+4 |
| | | |||||
| * | fixed literal-to-non-literal zero-value comparison bug | jmoenig | 2013-12-05 | 1 | -2/+2 |
| | | |||||
| * | 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 | 1 | -2/+8 |
| | | |||||
| * | handle text comparisons case-insensitive (again) | jmoenig | 2013-12-04 | 1 | -6/+4 |
| | | |||||
| * | Threads: fixed #133 - preserve edge-cased argument types | jmoenig | 2013-11-26 | 1 | -3/+3 |
| | | | | | (empty string, Boolean false) | ||||
| * | fixed #249 - preserve variable value types with edge cases | jmoenig | 2013-11-26 | 1 | -1/+3 |
| | | | | | (empty string, Boolean false) | ||||
| * | fixed #175 - Text comparisons are now case sensitive | jmoenig | 2013-11-26 | 1 | -0/+5 |
| | | |||||
| * | fixed #245 (consistently auto-convert empty strings to zeroes) | jmoenig | 2013-11-26 | 1 | -17/+19 |
| | | |||||
| * | fixed #207 (stricter comparison of strings vs. numbers) | jmoenig | 2013-11-26 | 1 | -3/+3 |
| | | | | | | | | 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 #213 - Empty else block breaks return to caller | jmoenig | 2013-10-17 | 1 | -1/+3 |
| | | | | | Thanks, Art, for reporting this bug! | ||||
| * | MAP primitive variant for linked lists | jmoenig | 2013-10-09 | 1 | -9/+55 |
| | | |||||
| * | experimental MAP primitive reporter | jmoenig | 2013-10-08 | 1 | -2/+14 |
| | | | | | in lists category, visible in dev mode for now | ||||
| * | Type-check the SPLIT block's input before eval'ing it | jmoenig | 2013-10-04 | 1 | -2/+12 |
| | | |||||
| * | Custom Block Evaluation Scope fix | jmoenig | 2013-09-16 | 1 | -2/+3 |
| | | | | | minor glitch which affected "VEE" | ||||
| * | Nestable Sprites Collision Detection & fixes | jmoenig | 2013-08-12 | 1 | -22/+56 |
| | | |||||
| * | German translation update | jmoenig | 2013-08-02 | 1 | -1/+1 |
| | | | | | (for Undrop feature) | ||||
| * | "whitespace" & other options in SPLIT reporter's dropdown | jmoenig | 2013-08-01 | 1 | -4/+13 |
| | | | | | still hidden in dev mode | ||||
| * | experimental text SPLIT primitive in the operators category | jmoenig | 2013-07-31 | 1 | -1/+13 |
| | | | | | (currently only accessible in dev mode) | ||||
| * | PAUSE primitive command block | jmoenig | 2013-07-30 | 1 | -2/+18 |
| | | |||||
| * | experimental text-function primitive | jmoenig | 2013-07-15 | 1 | -2/+33 |
| | | | | | (hidden, shown only in dev mode in the operators category) | ||||
| * | preserve nested reporters in "kicked out" variadic inputs | jmoenig | 2013-07-11 | 1 | -1/+4 |
| | | | | | | | instead of "swallowing" them. also new: floor() function in monadic math reporter's drop-down | ||||
| * | Codification changes, Boolean slot bug fix | jmoenig | 2013-07-09 | 1 | -1/+13 |
| | | | | | | | * Collapsed codification primitives (code, header) into a single block * Added isEmptySlot() to BooleanArgMorph (thanks, Brian, for the bug report!) | ||||
| * | Codification (blocks to text) support complete | jmoenig | 2013-07-04 | 1 | -1/+9 |
| | | | | | | text code mapping and block header support, both via GUI and primitives, for built-in blocks and for custom ones. | ||||
| * | Code mapping | jmoenig | 2013-06-18 | 1 | -1/+48 |
| | | | | | generating text code from blocks, first experimental iteration | ||||
| * | Broadcast & Message enhancements, fixed #93 | jmoenig | 2013-05-14 | 1 | -6/+15 |
| | | | | | | * When I receive <any msg> option * getLastMessage reporter + watcher | ||||
| * | German translation update | jmoenig | 2013-04-19 | 1 | -1/+1 |
| | | | | | | | | for new "scripts pic..." feature on the scripting area's context menu. Also pushed up version dates for new beta release, and added SnapManual.pdf to the help folder | ||||
| * | Fixed #47 | Nathan Dinsmore | 2013-04-15 | 1 | -5/+5 |
| | | |||||
