summaryrefslogtreecommitdiff
path: root/history.txt
Commit message (Collapse)AuthorAgeFilesLines
* Keep watchers onstage when hiding/showing them, fixes #195jmoenig2013-10-041-0/+1
|
* Prevent watcher cells from growing wider as their contents becomes tallerjmoenig2013-10-041-0/+1
|
* Type-check the SPLIT block's input before eval'ing itjmoenig2013-10-041-0/+4
|
* smooth numerical values displayed in watchersjmoenig2013-10-011-0/+4
|
* fixed #186 (can't duplicate blocks with anchored comments)jmoenig2013-09-301-0/+4
|
* fixed #172, IF ON EDGE, BOUNCEjmoenig2013-09-201-0/+4
| | | | Morphic: Rectangle.amountToTranslateWithin()
* fixed #146jmoenig2013-09-191-0/+1
| | | | filter out empty costumes
* fixed #169jmoenig2013-09-191-0/+3
|
* Prevent local custom blocks in global custom block definitionsjmoenig2013-09-181-0/+1
| | | | fixes #167 for future projects
* prevent costumes with imported CORS-tainted canvasesjmoenig2013-09-181-0/+4
| | | | expected to fix #155, #154, #151, #148, #147, #127 for future projects
* fixed part of #154 - prevent costumes from being drawn while they are loadingjmoenig2013-09-171-0/+2
| | | | | | prevents an occasional DOM error saying "an attempt was made to use an object that is not, or is no longer, usable" when loading a project that has costumes
* fixed #119, #149jmoenig2013-09-171-0/+5
| | | | | accessing a shared projects requires lowercasing the username - this is now automatically taken care of
* fixed #115jmoenig2013-09-161-0/+1
| | | | prevent loading several instances of the same block definition
* Updated revision historyjmoenig2013-09-161-0/+15
|
* "Dynamic" library listjmoenig2013-08-171-0/+1
| | | | thanks, Brian
* Norwegian translation by Olav Marschalljmoenig2013-08-171-0/+4
| | | | thanks, Olav for contributing this!
* Traditional Chinese translationjmoenig2013-08-141-0/+4
| | | | thanks, Chu-Ching-Huang, for the contribution!
* Dutch translation updatejmoenig2013-08-121-0/+1
|
* Nestable Sprites Collision Detection & fixesjmoenig2013-08-121-0/+4
|
* German translation updatejmoenig2013-08-101-0/+1
| | | | and release adjustments
* Nestable Sprites fixesjmoenig2013-08-101-0/+4
|
* Nested Sprite saving / loadingjmoenig2013-08-091-0/+1
|
* Nested Sprite Rotation style buttons on corral iconsjmoenig2013-08-091-0/+4
|
* Dutch translation updatejmoenig2013-08-081-0/+1
|
* Nested Sprite synchronous / independent rotationjmoenig2013-08-081-0/+1
|
* Nested Sprite Rotationjmoenig2013-08-081-0/+1
|
* Nested Sprite Scalingjmoenig2013-08-081-0/+4
| | | | first rough pass
* Nested Sprite Motionjmoenig2013-08-071-0/+1
|
* Sprite Nesting GUIjmoenig2013-08-071-0/+1
| | | | (still hidden and disabled at this time)
* Fixed stage costume scaling & misplacing bugjmoenig2013-08-071-0/+1
| | | | Thanks, Josh, for the report!
* Sprite Nesting preliminariesjmoenig2013-08-071-0/+4
| | | | not yet functional and disabled
* Morphic: mouseEnterDragging fixjmoenig2013-08-061-0/+1
| | | | and a few cosmetic changes due to JSLint's latest nitpickings
* Polish translation, thanks, Witek Kranas!jmoenig2013-08-061-0/+4
|
* German translation updatejmoenig2013-08-021-0/+1
| | | | (for Undrop feature)
* Undrop Commands featurejmoenig2013-08-021-0/+1
| | | | first iteration
* Undrop Comments featurejmoenig2013-08-021-0/+1
|
* Undrop Reporters feature tweaksjmoenig2013-08-021-0/+4
|
* "Undrop" Reporters feature (in script areas' context menus)jmoenig2013-08-011-0/+1
| | | | first rough pass
* Italicize editable input options (e.g. for the SPLT block)jmoenig2013-08-011-1/+2
|
* "whitespace" & other options in SPLIT reporter's dropdownjmoenig2013-08-011-0/+4
| | | | still hidden in dev mode
* experimental text SPLIT primitive in the operators categoryjmoenig2013-07-311-0/+4
| | | | (currently only accessible in dev mode)
* fixed #104jmoenig2013-07-301-0/+1
|
* PAUSE primitive command blockjmoenig2013-07-301-1/+1
|
* Avoid dropping reporters into variadic inputs unless it touches the arrowsjmoenig2013-07-301-1/+6
|
* * Dutch translation, thanks, Frank Sierens!jmoenig2013-07-241-0/+4
|
* experimental text-function primitivejmoenig2013-07-151-0/+1
| | | | (hidden, shown only in dev mode in the operators category)
* increased palette's vertical growth by scrollBarSizejmoenig2013-07-151-0/+4
|
* Paint: fixed pipette tool for floodfilljmoenig2013-07-131-0/+4
| | | | thanks, Kartik, for your help!
* Paint Editor: Pipette tooljmoenig2013-07-121-0/+5
| | | | and code formatting adjustments for JSLint
* preserve nested reporters in "kicked out" variadic inputsjmoenig2013-07-111-0/+2
| | | | | | instead of "swallowing" them. also new: floor() function in monadic math reporter's drop-down