summaryrefslogtreecommitdiff
path: root/history.txt
Commit message (Collapse)AuthorAgeFilesLines
* update version historyjmoenig2015-06-261-1/+5
|
* Revert to "new" for object creationjmoenig2015-06-251-0/+7
| | | | and prepare for new release
* fixed #820Jens Mönig2015-06-081-0/+4
|
* fix block library export encoding glitchJens Mönig2015-05-231-0/+4
|
* Fix encoding for exported libraries of global blocksJens Mönig2015-05-211-0/+4
|
* updated localization timestamp and historyJens Mönig2015-05-181-0/+1
|
* Fix encoding for exported sprites (esp. comments)Jens Mönig2015-05-181-0/+6
|
* Release!Jens Mönig2015-05-011-0/+8
|
* fixed #784Jens Mönig2015-04-261-0/+4
|
* fixed #770Jens Mönig2015-04-151-0/+1
|
* flush Stage>>keysPressed when prompting the userJens Mönig2015-04-151-0/+4
|
* fixed #752 and #745Jens Mönig2015-03-251-0/+4
|
* switch from beta to release candidateJens Mönig2015-03-151-0/+1
|
* fixed #743Jens Mönig2015-03-151-0/+5
|
* fixed #738Jens Mönig2015-03-091-0/+4
|
* fixed #736Jens Mönig2015-03-061-0/+4
| | | | | caching really *is* evil :-) (if it weren’t for performance…)
* fixed #730Jens Mönig2015-03-021-0/+4
| | | | caching is evil, haha!
* fixed #716Jens Mönig2015-02-281-0/+1
|
* fixed #715Jens Mönig2015-02-281-1/+2
|
* slightly optimize warped / turbo executionJens Mönig2015-02-281-0/+1
|
* Cache inputs - accelerate recursive reportersJens Mönig2015-02-281-0/+4
| | | | and warped / turbo recursive commands by up to 40%
* fixed #725Jens Mönig2015-02-241-0/+4
|
* Avoid incompatibility warning for very old (pre-earmarked) projectsjmoenig2015-02-231-0/+1
|
* Update German translationjmoenig2015-02-231-0/+5
|
* Make “project data in URLs” a hidden dev optionjmoenig2015-02-201-0/+1
| | | | (prevent long urls per default)
* Update German translationjmoenig2015-02-201-0/+2
|
* Malayam, Tamil and Telagu translations, thanks, Vinay Kumar!!jmoenig2015-02-201-0/+3
|
* Added url switch #cloud: to open a shared project in edit modejmoenig2015-02-061-0/+5
|
* Fixed #710jmoenig2015-01-281-0/+4
|
* Fix speech bubbles of dragged nested spritesjmoenig2015-01-211-0/+1
|
* Integrated Korean and Catalan translation updatesjmoenig2015-01-211-0/+1
|
* Fix Zoom Dialog’s sample background in “flat” designjmoenig2015-01-211-0/+1
|
* Generate ScriptsPaneTexture programmaticallyjmoenig2015-01-211-0/+1
|
* Keep layering of nested sprites thru drag & dropjmoenig2015-01-211-0/+4
| | | | | it used to be that dragging an anchor always brought it to the front, altering the nested sprite’s internal layering order
* fixed #680jmoenig2015-01-131-0/+5
|
* Force Chrome to show GUI messagesjmoenig2015-01-121-0/+1
| | | | | | | add additional yields to nextSteps() to work around a bug recently introduced to Chrome (other browsers don’t need this kludge). Remember to take those yields out again when and if Chrome (ever) fixes this (which, for all I know, may be never)
* Update historyjmoenig2015-01-121-0/+8
|
* Let “zombifying” scripts access receivers’ local varsjmoenig2014-12-171-0/+1
|
* Remove terminated processes from expired clonesjmoenig2014-12-171-0/+1
|
* Experimental “processes” count watcherjmoenig2014-12-171-0/+4
| | | | (hidden in dev mode)
* updated historyjmoenig2014-12-151-0/+4
|
* yield after each cycle in the experimental “forEach” primitivejmoenig2014-12-111-0/+4
| | | | thanks, Bernat, for reporting this bug!
* Fixed #668jmoenig2014-12-061-0/+4
|
* Avoid auto-scaling artefacts in Safari on retina displaysjmoenig2014-12-051-0/+4
| | | | (resulting in “traces” when dragging items)
* fix typo & update historyjmoenig2014-12-041-0/+5
|
* Improve edge-collision detection of default sprite “arrow” shapejmoenig2014-12-031-0/+5
|
* New Kannada Translation, by Vinayakumar Rjmoenig2014-12-021-0/+4
| | | | | Yay! Thanks for this important contribution, Vinayakumar R. Snap is now available in 25 languages!
* updated historyjmoenig2014-12-011-0/+2
|
* Don't show hidden elements in the project thumbnailjmoenig2014-12-011-0/+4
|
* Fixed #656jmoenig2014-11-261-0/+4
| | | | | | make sure to always evaluate the “report” block’s input, even if used inside a custom command definition, because hardware extensions (and other reporters with side-effects) rely on it.