Wykres commitów

1630 Commity (master)

Autor SHA1 Wiadomość Data
Jens Mönig d37d1bceda prepared v7.1.3 2022-02-08 17:24:20 +01:00
Jens Mönig 8d8c685527 moved bitwise operators into standard extensions 2022-02-08 14:50:08 +01:00
Jens Mönig 0064848aac Update HISTORY.md 2022-02-08 14:09:30 +01:00
Jens Mönig 8056e4c5f1 fixed missing blocks in parallelization library 2022-02-08 13:18:40 +01:00
Jens Mönig bae7af9979 fixed a comment in "remove duplicates" in the list utilities library 2022-02-08 13:10:30 +01:00
Jens Mönig 78657c5a47 fixed missing blocks in iteration composition library 2022-02-08 13:02:57 +01:00
Jens Mönig 1712f578fb fixed missing blocks in frequency distribution analysis library 2022-02-08 12:53:39 +01:00
Jens Mönig 0dedbeda8a fixed missing blocks in bar chars library 2022-02-08 12:33:13 +01:00
Jens Mönig 903171e9fc Update HISTORY.md 2022-02-08 08:11:31 +01:00
Jens Mönig 366cf06e89 fixed #2980, thanks, @DarDoro ! 2022-02-07 17:19:16 +01:00
Jens Mönig 1b8271bb80 fixed static "sound" type for stage backgrounds and sprite duplicates 2022-02-07 09:11:32 +01:00
Jens Mönig 027e0bf1e1 fixed static "costume" type for stage backgrounds 2022-02-07 09:08:01 +01:00
Jens Mönig b7a0af2f47 fixed JSON encoding for nested lists 2022-02-07 08:49:36 +01:00
Jens Mönig 4c6e1c5de4 new dev version 2022-02-04 12:09:48 +01:00
Jens Mönig 999ee71fb8 prepared v7.1.2 2022-01-31 16:58:54 +01:00
Jens Mönig 4419194dca friendlier error messages 2022-01-31 16:27:35 +01:00
Jens Mönig 9a87cd5441 prepared v7.1.1 2022-01-30 23:22:42 +01:00
Jens Mönig d493b8cc59 fixed #2972
thanks, @brianharvey !
2022-01-30 23:14:08 +01:00
Jens Mönig c4f723f02e disabled reporter drops into "When I am ..." hat block (again) 2022-01-30 23:03:34 +01:00
Jens Mönig 82eca7a93b prepared minor release (7.1) 2022-01-28 15:55:19 +01:00
Jens Mönig 589564a36f support exporting atomic tables from table views everywhere when in edit mode 2022-01-28 15:25:24 +01:00
Jens Mönig 5e8bcc6438 support exporting atomic lists from list watchers everywhere when in edit mode 2022-01-28 15:10:25 +01:00
Jens Mönig 52ee2eb6d5 support exporting numbers and text from speech balloons when in edit mode 2022-01-28 14:35:51 +01:00
Jens Mönig b500fbb557 support exporting text and numbers from result bubbles 2022-01-28 14:01:38 +01:00
Jens Mönig 77160ebee9 support exporting sounds and costumes from variable watchers in edit mode 2022-01-28 12:25:38 +01:00
Jens Mönig e2a0e2d09f support exporting sounds and costumes from speech balloons in edit mode 2022-01-28 11:53:10 +01:00
Jens Mönig a69c1b8692 support exporting sounds from result bubbles 2022-01-28 11:22:13 +01:00
Jens Mönig a45f8ce9e0 support exporting costumes from result bubbles 2022-01-28 09:29:54 +01:00
Jens Mönig bd625a5619 support dragging costumes and sounds out from table views 2022-01-28 00:16:02 +01:00
Jens Mönig d7f7efe4b2 support dragging costumes and sounds out from variable watchers 2022-01-27 23:38:10 +01:00
Jens Mönig bc9142c251 support dragging costumes and sounds out from speech balloons 2022-01-27 23:20:49 +01:00
Jens Mönig 890a5e8471 support dragging costumes and sounds out from result bubbles 2022-01-27 18:54:22 +01:00
Jens Mönig 01e1c34e36 updated version history 2022-01-26 17:59:01 +01:00
Jens Mönig b5e812539a Update HISTORY.md 2022-01-26 17:49:02 +01:00
Jens Mönig 89bf75a446 support for deleting and inserting individual rings inside variadic inputs 2022-01-26 16:45:54 +01:00
Jens Mönig 52aa087f9c German translation update 2022-01-26 16:26:27 +01:00
Jens Mönig 2076288f52 support for deleting and inserting individual script vars & ring params 2022-01-26 16:15:12 +01:00
Jens Mönig 1d3d7bc1cc refactored slot context menus 2022-01-26 11:37:39 +01:00
Jens Mönig bc01598ef8 support deleting and inserting individual variadic slots
under construction
2022-01-25 19:00:17 +01:00
Jens Mönig f5c330f404 support dragging blocks out from table views 2022-01-23 11:25:04 +01:00
Jens Mönig 58c1d98a58 updated version log 2022-01-23 11:00:49 +01:00
Jens Mönig 849757db52 Update HISTORY.md 2022-01-22 01:06:00 +01:00
Jens Mönig fd4f396645 only allow dragging block out from balloons and watchers in edit mode
(not in presentation mode)
2022-01-22 01:03:22 +01:00
Jens Mönig 27710d2f79 support dragging blocks out from variable watchers 2022-01-22 00:46:23 +01:00
Jens Mönig a52ada6b24 support dragging blocks out from speech balloons 2022-01-22 00:32:54 +01:00
Jens Mönig 94007283fd support dragging blocks out from result bubbles 2022-01-22 00:21:09 +01:00
Jens Mönig 3f972a04bf fixed layout for scrolling custom categories
thanks, Eckart, for the bug report!
2022-01-21 18:14:05 +01:00
Jens Mönig b020e1be89 new dev version 2022-01-21 17:52:05 +01:00
Jens Mönig 39034b4012 prepared weekly patch 2022-01-21 17:29:48 +01:00
Jens Mönig 43318dd5c2 refactored Context >> image 2022-01-21 10:01:23 +01:00