-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
86 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,3 @@ | ||
# Snap! (BYOB) Dev History | ||
|
||
## in development: | ||
* **New Features:** | ||
1. Block instance scripting | ||
* dynamic (scriptable) drop down menus for custom block input slots | ||
* new "scripted" menu option for custom block input slots | ||
* new "When slot (slot) menu clicked" hat block for use inside custom block editors, has to report a list of drop-down menu items | ||
* metaprogramming support for scriptable input slot menus | ||
* custom block instance scripting support | ||
* new "When slot (slot) edited" hat block for use inside custom block editors | ||
* new "set slot (slot) to ..." commmand block for use inside custom block editors in "when (slot) edited" hatted scripts | ||
* new "expand (input) to (n) slots" command block for use inside custom block editors in "when (slot) edited" hatted scripts | ||
2. OOP | ||
* new "Sprite Method API" library for teaching OOP with dot notation | ||
* OOP library: updated "field ... of (obj)" reporter with a new dynamic dropdown and automatic input slot variadicity | ||
3. Block instance variables for sprite-local custom blocks | ||
* **Notable Changes:** | ||
* simplified evaluation of generic "When ..." hat blocks, removed time-slice threshold for predicates | ||
* changed "my (attribute)" primitive to report an empty list instead of an empty (scalar) value in case of no existing block, costumes, etc. | ||
* **Notable Fixes:** | ||
* added the "Outlines and Halos" library to the libraries browser | ||
* **Translation Updates:** | ||
* German | ||
|
||
### 2024-11-08 | ||
* blocks: refactored droppability of custom-block definition specific hat blocks | ||
* blocks, gui: prevent custom-block specific hats to be dropped into non-block-editor scripting panes and on sprite-icons in the corral | ||
|
||
### 2024-11-07 | ||
* threads, objects, blocks: simplified evaluation of generic "When ..." hat blocks, removed time-slice threshold for predicates | ||
* threads: fixed #3414 - accessing global variables in slot scripts | ||
* updated dev version | ||
* added the "outlines and halos" library to the libraries browser | ||
|
||
### 2024-11-06 | ||
* byob, blocks, objects, store: added block (-instance) variables to sprite-local custom blocks ("methods") | ||
* updated dev version | ||
|
||
### 2024-11-05 | ||
* blocks, threads: extended "When (slot) edited" event to variadic inputs, fires when a subslot is edited or when the user changes the arity | ||
* threads: turned "set slot" and "expand (input)" to noop when used outside their domain | ||
* blocks: tweaked internal dropdown menus to avoid bugs in user scripted ones | ||
* OOP library: updated "field ... of (obj)" reporter with a new dynamic dropdown and automatic input slot variadicity | ||
* new "Sprite Method API" library for teaching OOP with dot notation | ||
* updated dev version | ||
|
||
### 2024-11-04 | ||
* threads: added access to global custom block instance variables to "When slot ..." scripts inside definitions | ||
* blocks: slightly refactored dynamicMenu() | ||
* German translation update for the new v10.2 blocks | ||
* updated dev version | ||
|
||
### 2024-11-02 | ||
* objects, blocks, byob: new "When (slot) edited" hat block for use inside custom block editors | ||
* objects, blocks, byob, threads: new "set (slot) slot to ..." commmand block for use inside custom block editors in "when (slot) edited" hatted scripts | ||
* objects: changed wordings for slot-based primitives | ||
* threads: changed "my (attribute)" primitive to report an empty list instead of an empty (scalar) value in case of no existing block, costumes, etc. | ||
* objects, blocks, threads: new "expand (input) to (n) slots" command block for use inside custo block editors in "when (slot) edited" hatted scripts | ||
* updated dev version | ||
|
||
### 2024-10-31 | ||
* objects: changed wording for "when ... menu clicked" hat block | ||
* blocks: fixed skipping evaluation of nested reporters for dynamicMenu() | ||
* byob: enabled visible stepping of input menu scripts inside the block editor | ||
* blocks, threads: fully evaluate the custom block's inputs (including reporters) before running the menu-generator script | ||
* updated dev version | ||
|
||
### 2024-10-30 | ||
* objects: changed wording for "when ... menu" hat block | ||
* byob: changed wording in the ui for dynamic menus to "scripted" | ||
* objects: changed wording for "when ... input menu" hat block | ||
* threads: metaprogramming support for dynamic drop down menus | ||
* updated dev version | ||
* blocks: tweaked menuSelectorsMenu() to scan the block editor's current prototype declarations instead of the (changed) definition | ||
|
||
### 2024-10-29 | ||
* new dev version | ||
* threads: fixed a context-binding glitch in invoke() | ||
* byob: dynamic drop down menu option for custom block input slots | ||
* threads, blocks, objects: new "When ... menu is clicked" hat block for use inside custom block editors | ||
* blocks: support for nested dynamic drop down menus | ||
* objects: changed wording for "when ... menu clicked" hat block |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters