summaryrefslogtreecommitdiff
path: root/history.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Flat line end option in the settings menu, saved with the projectjmoenig2014-02-041-0/+1
|
* Import sounds from the project menujmoenig2014-02-041-1/+2
| | | | Thanks, Brian, for the changeset!
* Import costumes and backgrounds from the project menujmoenig2014-02-041-0/+4
| | | | thanks, Brian, for the changeset!
* Morphic: Replaced deprecated DOM “body” references with ↵jmoenig2014-02-031-0/+1
| | | | “documentElement”
* Fixed #313jmoenig2014-02-031-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)jmoenig2014-01-101-0/+1
|
* Fixed #292 (pulldowns loose lines when exported as library)jmoenig2014-01-101-0/+1
|
* Revert pull request #295 (xhr-headers)jmoenig2014-01-101-0/+4
| | | | breaks existing installations
* validated all source files against the latest JSLint versionjmoenig2014-01-091-1/+2
| | | | and pushed to this date
* XML.js: resolved unexpected assignment expressionsjmoenig2014-01-091-0/+1
| | | | conform to the latest JSLint quibbles
* Fixed Morphic updateReferences()jmoenig2014-01-091-0/+1
| | | | how could this go undetected so long? :-)
* German translation update for new (migrated) STOP blockjmoenig2014-01-091-0/+1
|
* Collapse STOP primitives into a single block with a dropdown of optionsjmoenig2014-01-091-0/+5
|
* updated historyjmoenig2014-01-081-0/+4
|
* Only shrink-wrap sprite costumesjmoenig2014-01-081-0/+1
| | | | thanks, Kartik, for this fix!
* add mouseLeaveDragging() behavior to the paint editor, thanks, Kartik!jmoenig2014-01-081-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 definitionsjmoenig2014-01-081-0/+1
| | | | commented out for now
* support for TELL and ASKjmoenig2014-01-081-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 watchersjmoenig2013-12-191-0/+5
|
* fixed #277, #279 (blitting null-canvasses fails)jmoenig2013-12-121-0/+4
| | | | Thanks, Nathan, for the pointer to this!
* accept lists as inputs to the green (text) LENGTH OF reporterjmoenig2013-12-111-1/+5
|
* fixed #264 (mapped <ctrl-enter> to green-flag instead of <enter>)jmoenig2013-12-051-0/+1
|
* fixed literal-to-non-literal zero-value comparison bugjmoenig2013-12-051-0/+4
|
* fixed #261 (less tolerant null-value-to-number-coercion)jmoenig2013-12-041-0/+1
|
* French translation integrationjmoenig2013-12-041-0/+1
|
* harmonize equality testing and List CONTAINS testingjmoenig2013-12-041-1/+1
|
* handle text comparisons case-insensitive (again)jmoenig2013-12-041-1/+7
|
* Threads: fixed #133 - preserve edge-cased argument typesjmoenig2013-11-261-0/+1
| | | | (empty string, Boolean false)
* fixed #249 - preserve variable value types with edge casesjmoenig2013-11-261-1/+2
| | | | (empty string, Boolean false)
* fixed # 179jmoenig2013-11-261-0/+1
| | | | don’t identify primitive (static) C-Slots as implicit formal parameters
* fixed #175 - Text comparisons are now case sensitivejmoenig2013-11-261-0/+1
|
* Catalan translation update - Thanks, Bernat!jmoenig2013-11-261-0/+1
|
* Localization updatejmoenig2013-11-261-0/+1
|
* fixed #245 (consistently auto-convert empty strings to zeroes)jmoenig2013-11-261-0/+1
|
* fixed #207 (stricter comparison of strings vs. numbers)jmoenig2013-11-261-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)jmoenig2013-11-261-0/+4
| | | | thanks, Nathan!
* Catalan translation, thanks, Bernat Romagosa Carrasquer!jmoenig2013-11-221-0/+1
|
* Prevent „hide“ menu option for non-palette template blocksjmoenig2013-11-221-0/+1
| | | | thanks, Brian, for reporting this glitch!
* fixed #238 - don’t trigger events for eclipsed morphsjmoenig2013-11-221-0/+4
| | | | (whose parent-chain contains a hidden morph)
* fixed #231 (watcher-display of Booleans)jmoenig2013-11-151-0/+1
|
* fixed read-only input slot coloring glitchjmoenig2013-11-151-0/+1
| | | | thanks Bernat, for reporting it!
* „read-only“ option for editable custom block input slotsjmoenig2013-11-151-0/+5
| | | | | also custom block input slots reverting to default now show their default value (useful in combination with the new "read-only" option
* Portuguese translation updatejmoenig2013-11-121-0/+1
| | | | thanks, Manuel!
* left-align multi-line text in value-bubblesjmoenig2013-11-121-0/+1
|
* fixed wrong NaN display for variable watchersjmoenig2013-11-121-0/+1
| | | | Thanks, Brian, for catching this glitch!
* customizable drop-down menus for input slotsjmoenig2013-11-121-3/+7
|
* cloud project saving transmission integrity checkjmoenig2013-11-071-0/+4
| | | | | | includes the sizes of the sent project components in the transmision, so the cloud backend can check if the whole of them have been transmitted before comitting to the database
* customizable drop-down menus for input slotsjmoenig2013-11-041-0/+1
| | | | | still experimental and incomplete and therefore commented out (inactive) for now
* only show symbol menu for label fragmentsjmoenig2013-11-041-0/+1
| | | | in InputSlotDialog
* filter quotation marks from project namesjmoenig2013-11-041-0/+4
| | | | (for backend index)