new "Animation" library

upd4.1
Jens Mönig 2017-09-28 10:48:32 +02:00
rodzic a5a3d5cf65
commit 2cbc839005
3 zmienionych plików z 70 dodań i 0 usunięć

Wyświetl plik

@ -3670,6 +3670,7 @@ Fixes:
* GUI, Blocks: experimental feature: Download script, thanks, Bernat!
* Blocks: made "import script" undoable
* Objects: make sure inheritance hierarchies are consistently made temporary
* new "Animation" library
v4.1 Features:
@ -3705,6 +3706,7 @@ v4.1 Features:
* "floating" search and make-a-block buttons in the blocks palette
* "Make a block" button in every category
* experimental "download script" feature
* new "Animation" library
Fixes:
* changed keyboard shortcut indicator for “find blocks” to “^”

Wyświetl plik

@ -12,3 +12,4 @@ try-catch.xml Catch errors in a script Run a script; if an error happens, instea
multiline.xml Allow multi-line text input to a block In general, text inputs allow only a single line. The MULTILINE block accepts multi-line text input and can be used in text input slots of other blocks.
Eisenbergification.xml Provide getters and setters for all GUI-controlled global settings Eisenberg's Law: Anything that can be done from the GUI should be doable from the programming language, and vice versa.
bignumbers.xml Infinite precision integers, exact rationals, complex The full Scheme numeric tower. "USE BIGNUMS <True>" to enable.
animation_module.xml Animation glide, grow and rotate using easing functions.

File diff suppressed because one or more lines are too long