Wykres commitów

4434 Commity (d95c123f66f2fdc84fe20edbbe3ebfd574543f70)

Autor SHA1 Wiadomość Data
jmoenig d95c123f66 10% speed-up for reporters, WARP and TURBO
optimized frame stepper, reduced frames for input evaluation by taking a shortcut
2021-01-04 18:44:19 +01:00
jmoenig f3ddeb0a93 new dev version 2021-01-04 18:36:02 +01:00
jmoenig 189e8b867a updated manual, thanks, Brian! 2020-12-23 00:06:17 +01:00
jmoenig 0f9c24a72d updated release notes 2020-12-22 17:43:26 +01:00
jmoenig 17a7ca0967 prepared release 2020-12-22 17:42:00 +01:00
jmoenig a494c660fe Russian translation update, thanks, Pavel! 2020-12-22 17:38:00 +01:00
jmoenig 7f61527763 record unsaved changes when using the direction dial 2020-12-22 16:42:24 +01:00
jmoenig c28bebf7f7 record unsaved changes when expanding or collapsing variadic inputs 2020-12-22 16:34:26 +01:00
jmoenig 15a47ace9a record unsaved changes when toggling a Boolean input slot 2020-12-22 16:18:45 +01:00
jmoenig 36742405f4 record unsaved changes when editing input slots 2020-12-22 16:10:21 +01:00
jmoenig 9245248deb record unsaved changes when editing project notes 2020-12-22 15:59:52 +01:00
jmoenig 004e1e4c35 record unsaved changes when perpetuating / releasing a clone in the IDE 2020-12-22 15:56:23 +01:00
jmoenig 986def0cff record unsaved changes for ringify and unringify 2020-12-22 15:45:27 +01:00
jmoenig c075cff8f0 record unsaved changes when relabelling a block 2020-12-22 15:41:59 +01:00
jmoenig a2645683f1 record unsaved changes when making / deleting / duplicate custom block definitions 2020-12-22 15:02:33 +01:00
jmoenig 6597d640c7 record unsaved changes when deleting a variable 2020-12-22 14:49:32 +01:00
jmoenig f2cf853ff9 record unsaved changes when making a new variable 2020-12-22 14:45:39 +01:00
jmoenig 51dd86a8ea record unsaved changes in keyboard entry mode 2020-12-22 14:31:25 +01:00
jmoenig 2a7b98b7ba record changes made in the sprite bar 2020-12-22 14:26:53 +01:00
jmoenig 859b604c5f visual indication of unsaved changes in the IDE's project label 2020-12-22 13:12:02 +01:00
jmoenig ec2fc7c059 fixed a typo in the api 2020-12-22 12:10:51 +01:00
jmoenig 65efa0e316 added unsavedChanges() method and documentation to the Snap! API 2020-12-22 00:35:29 +01:00
jmoenig 79d022acf2 updated feature log 2020-12-22 00:17:44 +01:00
Jens Mönig 222a1aa35f
Merge pull request #2752 from jguille2/Catalan65
Updating Catalan translation for 6.5
2020-12-22 00:14:12 +01:00
jmoenig e25165d32c speed up "new costume from list" reporter primitive
up to 40x for literal inputs
2020-12-22 00:09:58 +01:00
Joan Guillén i Pelegay 24f702d80d Updating Catalan translation for 6.5 2020-12-21 20:58:00 +01:00
jmoenig 4bd0a990c9 German translation update 2020-12-21 17:43:04 +01:00
jmoenig c7cc58cab8 tweaked backup / restore some more 2020-12-21 17:28:39 +01:00
jmoenig 523202cbd5 new Manual for v6.5, thanks, Brian! 2020-12-21 14:50:01 +01:00
jmoenig a8d617e471 added notice when backup fails 2020-12-21 00:25:42 +01:00
jmoenig 0699b8b76e tweaked backup / restore 2020-12-21 00:15:02 +01:00
jmoenig ba4edecaa4 fixed marking restored backups as unsaved 2020-12-20 15:03:22 +01:00
jmoenig 387c96f421 set "unsavedEdits" flag to true when restoring a backup 2020-12-20 14:49:01 +01:00
jmoenig c43aee639e warn about unsaved changes
and only backup those projects with unsaved changes
2020-12-20 13:44:44 +01:00
jmoenig 5a3be048f5 keep track of unsaved edits 2020-12-20 12:26:14 +01:00
jmoenig 7e9faf1577 added auto-backup when opening a project from the cloud 2020-12-19 19:25:37 +01:00
jmoenig 201aab7e07 fixed initialization of auto-backup 2020-12-19 19:12:28 +01:00
jmoenig bf2d9a9626 added auto-backup when opening a project from the cloud 2020-12-19 18:51:09 +01:00
jmoenig 587d4f52d8 increment minor version number for dev
because of the new "Restore backup" feature
2020-12-19 18:42:30 +01:00
jmoenig 63d8530e88 new auto-backup to localstore feature 2020-12-19 18:40:05 +01:00
jmoenig 0cecfe61fd added code-documentation for the WARP/timestamp optimization 2020-12-19 13:53:04 +01:00
jmoenig 10d57ea8c2 fixed a typo / bug in hyperDyadic() 2020-12-18 20:26:39 +01:00
jmoenig 3bc7f5270a optimized scheduler, reduced system calls to Date.now()
25 % speed-up for reporters, WARP and TURBO
2020-12-18 18:28:15 +01:00
jmoenig 8052149707 reverted variadic input caching experiment 2020-12-17 17:14:52 +01:00
jmoenig fbc5da9e9d refactored blockSequence() non-recursively 2020-12-17 15:26:05 +01:00
jmoenig fc95262732 added hook for caching variadic inputs 2020-12-17 10:47:58 +01:00
jmoenig 07a1d2abf6 added dev debugging hook for counting yields 2020-12-16 13:13:16 +01:00
jmoenig 1f32ed178d re-enabled reporter drops in "key _ pressed?" input slot 2020-12-15 10:53:35 +01:00
jmoenig 7daaf29f32 fixed keyboard formula entry for subtraction 2020-12-15 10:48:08 +01:00
jmoenig 5cf7328a5d new dev version 2020-12-15 10:28:53 +01:00