| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge upstreamdevelopment | Gubolin | 2015-07-23 | 1 | -0/+22 |
| |\ | |||||
| | * | update version history | jmoenig | 2015-06-26 | 1 | -1/+5 |
| | | | |||||
| | * | Revert to "new" for object creation | jmoenig | 2015-06-25 | 1 | -0/+7 |
| | | | | | | | | | and prepare for new release | ||||
| | * | fixed #820 | Jens Mönig | 2015-06-08 | 1 | -0/+4 |
| | | | |||||
| | * | fix block library export encoding glitch | Jens Mönig | 2015-05-23 | 1 | -0/+4 |
| | | | |||||
| | * | Fix encoding for exported libraries of global blocks | Jens Mönig | 2015-05-21 | 1 | -0/+4 |
| | | | |||||
| | * | updated localization timestamp and history | Jens Mönig | 2015-05-18 | 1 | -0/+1 |
| | | | |||||
| | * | Fix encoding for exported sprites (esp. comments) | Jens Mönig | 2015-05-18 | 1 | -0/+6 |
| | | | |||||
| | * | Release! | Jens Mönig | 2015-05-01 | 1 | -0/+8 |
| | | | |||||
| | * | fixed #784 | Jens Mönig | 2015-04-26 | 1 | -0/+4 |
| | | | |||||
| | * | fixed #770 | Jens Mönig | 2015-04-15 | 1 | -0/+1 |
| | | | |||||
| | * | flush Stage>>keysPressed when prompting the user | Jens Mönig | 2015-04-15 | 1 | -0/+4 |
| | | | |||||
| | * | fixed #752 and #745 | Jens Mönig | 2015-03-25 | 1 | -0/+4 |
| | | | |||||
| * | | fixed #820 | Jens Mönig | 2015-06-08 | 1 | -0/+4 |
| | | | |||||
| * | | fix block library export encoding glitch | Jens Mönig | 2015-05-23 | 1 | -0/+4 |
| | | | |||||
| * | | Fix encoding for exported libraries of global blocks | Jens Mönig | 2015-05-21 | 1 | -0/+4 |
| | | | |||||
| * | | Fix encoding for exported sprites (esp. comments) | Jens Mönig | 2015-05-18 | 1 | -0/+4 |
| | | | |||||
| * | | update history | Jens Mönig | 2015-05-01 | 1 | -0/+8 |
| | | | |||||
| * | | OOP: Prototypal inheritance of sprite-local custom blocks (palette only) | Jens Mönig | 2015-04-17 | 1 | -0/+4 |
| | | | |||||
| * | | fixed #770 | Jens Mönig | 2015-04-15 | 1 | -1/+1 |
| | | | |||||
| * | | flush Stage>>keysPressed when prompting the user | Jens Mönig | 2015-04-15 | 1 | -0/+5 |
| | | | |||||
| * | | OOP: integrated and adjusted fix for #752 and #745 | Jens Mönig | 2015-03-25 | 1 | -0/+5 |
| | | | |||||
| * | | tweak inherited variable watcher slider deserialization | Jens Mönig | 2015-03-24 | 1 | -1/+5 |
| | | | |||||
| * | | OOP: Tweaks for scope conflicts when adding / removing vars | Jens Mönig | 2015-03-23 | 1 | -0/+4 |
| | | | |||||
| * | | Prototypal inheritance of sprite-local variables | Jens Mönig | 2015-03-21 | 1 | -0/+4 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (experimental) slotwise inheritance à la Henry Lieberman for sprite-local variables. see http://web.media.mit.edu/~lieber/Lieberary/OOP/Delegation/Delegation.htm l Let a sprite inherit another sprite’s local variables by making it the “parent” in the sprite-icon’s context menu (the button icon in the sprite corral underneath the stage). The child not only inherits the variable slot but also - dynamically - the parent variable’s value. Changing the parent’s variable value also changes it for every child. If a child uses SET or CHANGE on an inherited variable it automatically “shadows” it with its own value, thereby stopping dynamic participation in the parent slot’s value (in effect dis-inheriting that slot). Deleting a shadowed variable slot once again reinstates its inheritance status. inherited variables are shown as “ghosted” both in the child’s variables palette and in such stage watchers. “Shadowing” them un-ghosts both the variable blob template in the palette and the watcher onstage (if any). Deleting a shadowed variable once again ghosts the watcher and the palette block template. Delete a (shadowed) variable either via the “Delete a variable” button in the IDE or using the new “Delete” block in the variables category | ||||
| * | switch from beta to release candidate | Jens Mönig | 2015-03-15 | 1 | -0/+1 |
| | | |||||
| * | fixed #743 | Jens Mönig | 2015-03-15 | 1 | -0/+5 |
| | | |||||
| * | fixed #738 | Jens Mönig | 2015-03-09 | 1 | -0/+4 |
| | | |||||
| * | fixed #736 | Jens Mönig | 2015-03-06 | 1 | -0/+4 |
| | | | | | | caching really *is* evil :-) (if it weren’t for performance…) | ||||
| * | fixed #730 | Jens Mönig | 2015-03-02 | 1 | -0/+4 |
| | | | | | caching is evil, haha! | ||||
| * | fixed #716 | Jens Mönig | 2015-02-28 | 1 | -0/+1 |
| | | |||||
| * | fixed #715 | Jens Mönig | 2015-02-28 | 1 | -1/+2 |
| | | |||||
| * | slightly optimize warped / turbo execution | Jens Mönig | 2015-02-28 | 1 | -0/+1 |
| | | |||||
| * | Cache inputs - accelerate recursive reporters | Jens Mönig | 2015-02-28 | 1 | -0/+4 |
| | | | | | and warped / turbo recursive commands by up to 40% | ||||
| * | fixed #725 | Jens Mönig | 2015-02-24 | 1 | -0/+4 |
| | | |||||
| * | Avoid incompatibility warning for very old (pre-earmarked) projects | jmoenig | 2015-02-23 | 1 | -0/+1 |
| | | |||||
| * | Update German translation | jmoenig | 2015-02-23 | 1 | -0/+5 |
| | | |||||
| * | Make “project data in URLs” a hidden dev option | jmoenig | 2015-02-20 | 1 | -0/+1 |
| | | | | | (prevent long urls per default) | ||||
| * | Update German translation | jmoenig | 2015-02-20 | 1 | -0/+2 |
| | | |||||
| * | Malayam, Tamil and Telagu translations, thanks, Vinay Kumar!! | jmoenig | 2015-02-20 | 1 | -0/+3 |
| | | |||||
| * | Added url switch #cloud: to open a shared project in edit mode | jmoenig | 2015-02-06 | 1 | -0/+5 |
| | | |||||
| * | Fixed #710 | jmoenig | 2015-01-28 | 1 | -0/+4 |
| | | |||||
| * | Fix speech bubbles of dragged nested sprites | jmoenig | 2015-01-21 | 1 | -0/+1 |
| | | |||||
| * | Integrated Korean and Catalan translation updates | jmoenig | 2015-01-21 | 1 | -0/+1 |
| | | |||||
| * | Fix Zoom Dialog’s sample background in “flat” design | jmoenig | 2015-01-21 | 1 | -0/+1 |
| | | |||||
| * | Generate ScriptsPaneTexture programmatically | jmoenig | 2015-01-21 | 1 | -0/+1 |
| | | |||||
| * | Keep layering of nested sprites thru drag & drop | jmoenig | 2015-01-21 | 1 | -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 #680 | jmoenig | 2015-01-13 | 1 | -0/+5 |
| | | |||||
| * | Force Chrome to show GUI messages | jmoenig | 2015-01-12 | 1 | -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 history | jmoenig | 2015-01-12 | 1 | -0/+8 |
| | | |||||
