Wykres commitów

556 Commity (6adb4e95182d546d873f4fd30ef88d8f2932df91)

Autor SHA1 Wiadomość Data
jmoenig 6adb4e9518 new dev version 2019-11-13 08:59:19 +01:00
jmoenig e7188ca773 updated history 2019-11-12 17:03:15 +01:00
jmoenig 2a41489fa2 prepared release 2019-11-12 17:00:45 +01:00
jmoenig d3986f811c updated history 2019-11-12 16:49:05 +01:00
jmoenig 4a1094e7c5 added translation control for submenus in dropdowns
and simplified the translation mechanism slightly
2019-11-12 16:37:17 +01:00
Jens Mönig 49c9aba84e
Merge pull request #2519 from jguille2/fixingDropdownTranlation
Fixing dropdown tranlation
2019-11-12 15:29:05 +01:00
jmoenig 392647a54d new dev version 2019-11-12 12:07:53 +01:00
Joan Guillén i Pelegay 4c598f5496 Updating PR with last master changes to be directly mergeable 2019-11-08 14:39:04 +01:00
jmoenig 9882d3dad7 don't translate items in dropdowns 2019-11-06 03:29:42 +01:00
jmoenig eec606fa18 prepared release 2019-11-06 02:10:07 +01:00
jmoenig 34f289b6d6 don't translate names in dropdowns 2019-11-06 01:57:32 +01:00
jmoenig 2ce07f5ee7 don't translate message names in drow-down menus 2019-11-06 01:44:48 +01:00
jmoenig 5ce04426e9 fixed dropdown menu generation for untranslated items 2019-11-06 01:41:21 +01:00
jmoenig 8d55cee5ef don't translate variable names in "inherit" block menu 2019-11-06 01:37:38 +01:00
jmoenig 734a384e50 don't translate variable names in "delete a variable" button menu 2019-11-06 01:31:41 +01:00
jmoenig 79482f4f08 don't translate variable names in drop-down menus 2019-11-06 01:19:37 +01:00
jmoenig a0261c52f1 added support for "verbatim" (untranslated) menu items 2019-11-06 01:17:07 +01:00
jmoenig 6f54bc0ede reverted recent changes to tranlation mechanism 2019-11-06 00:35:09 +01:00
jmoenig 4541be1321 new dev version 2019-11-06 00:25:51 +01:00
jmoenig acec36e23e prepared release 2019-11-05 12:37:51 +01:00
jmoenig a5f5d71901 updated version history 2019-11-05 12:22:27 +01:00
jmoenig 912f31c538 updated history 2019-11-04 23:05:02 +01:00
jmoenig d7ed865270 translate "my" submenu label in "set" block 2019-11-04 23:03:36 +01:00
jmoenig c9b06bcb0c limit translation of menu items to specially marked ones
fixes the bug that variable names for which translations exist are shown in their translation in drop-down menus
2019-11-04 23:01:22 +01:00
jmoenig ed34510aa0 new dev version 2019-11-04 22:52:24 +01:00
jmoenig efad5af67f fixed the initial scale of new clones when the stage has been resized 2019-11-02 18:28:30 +01:00
jmoenig 1db2ba3f36 prepared release 2019-11-02 17:37:15 +01:00
jmoenig fdd0ac1f86 updated German translation for "value" 2019-11-02 17:22:53 +01:00
jmoenig 965f4bf587 renamed default special HOF parameter "item" to "value" 2019-11-02 17:19:09 +01:00
jmoenig a6346c3f97 treat empty an empty reporter ring as the identity function
calling an empty reporter-ring with no formal parameters passing a single argument treats it as the identity function of that argument
2019-11-02 17:08:03 +01:00
jmoenig 197a7cee1b dropping a ring parameter inside a reporter-ring no longer replaces the ring 2019-11-02 13:14:19 +01:00
jmoenig ca64d528af updated German translation 2019-11-02 13:02:12 +01:00
jmoenig 74bab927a4 renamed default special HOF parameters to "item, index, list"
and took out some commented-out code
2019-11-02 12:59:00 +01:00
jmoenig a5d10fcf0f limit expanding rings in special HOFs to 2 parameters 2019-11-02 12:54:39 +01:00
jmoenig 4c8f03547f German translation update for "idx" and "data" 2019-11-01 19:37:23 +01:00
jmoenig e332ceac7d expanding the rings in "map", "keep" and "find" shows 3 inputs named "item", "idx" and "data" 2019-11-01 18:55:40 +01:00
jmoenig 925343e450 new dev version 2019-11-01 18:48:24 +01:00
jmoenig 5cf62d5219 resume AudioContext on every request 2019-10-30 16:14:12 +01:00
jmoenig 11da64f870 prepared release 2019-10-30 11:49:20 +01:00
jmoenig 0dec0fa076 documented new canvas architecture for sprites 2019-10-30 11:19:47 +01:00
jmoenig cd0452f20c optimized HOF primitives to only assert input types once 2019-10-30 10:58:18 +01:00
jmoenig 40c416a121 fixed FOR so it can take numbers entered as text
bug report by Kathy from Piazza
2019-10-29 18:01:03 +01:00
jmoenig d96b234c63 optimized performance for sprite rendering and rotation 2019-10-29 17:36:45 +01:00
jmoenig 4ac02f9873 improved morphic canvas recycling 2019-10-29 17:27:01 +01:00
jmoenig c359d345cb added support for counting down using the "numbers" reporter 2019-10-29 07:48:22 +01:00
jmoenig df18d667fd removed "current" option from "switch to costume" block's drop-down menu 2019-10-28 18:53:25 +01:00
jmoenig 20a9b7ab3f recycle Stage layers
optimizes backgrounds and pen trails frame rate
2019-10-28 18:44:54 +01:00
jmoenig da724b66f8 enable recycling and deep copying canvas elements 2019-10-28 18:40:24 +01:00
jmoenig dc4b55374d new dev version 2019-10-28 18:35:24 +01:00
jmoenig 7c96c5d76a added sprite dimension selectors to the OF reporter's dropdown menu
which is what I was about to work on when disaster struck with Chrome v78 forcing me to optimize collision detection instead ;-)
2019-10-25 15:01:28 +02:00