Wykres commitów

605 Commity (d15912b57cc8055fedc2dce2f33f76bbfc412053)

Autor SHA1 Wiadomość Data
jmoenig d15912b57c recycle cached Canvasses in the gui 2020-01-03 13:56:59 +01:00
jmoenig 5103b07977 recycle cached Canvasses in Morphic 2020-01-03 13:51:22 +01:00
jmoenig 6fde4c4781 new dev version 2020-01-03 12:54:44 +01:00
jmoenig cae4d87a5d prepared release 2019-12-19 14:19:49 +01:00
jmoenig 34c8d245c2 refactored inheritance circularity avoidance 2019-12-19 09:00:54 +01:00
jmoenig 735a0551b1 avoid circular inheritance when using blocks to set sprites' parents 2019-12-18 23:28:06 +01:00
jmoenig 66a9ad11ee added Snap! API documentation 2019-12-18 18:43:49 +01:00
jmoenig 8e2fafb9c6 rearranged Snap! API into its own file 2019-12-18 15:57:59 +01:00
jmoenig 639dbf2361 refactored IDE >> addMessageListenerForAll(callback) 2019-12-16 10:28:49 +01:00
jmoenig 9605b6eb73 added IDE >> getMessages() to Snap! API 2019-12-16 08:59:13 +01:00
jmoenig ebc456d5f1 added ability to add general message listeners for "any" message 2019-12-16 08:42:57 +01:00
jmoenig e79e159921 added ability to add message listeners to broadcasts 2019-12-15 23:42:15 +01:00
jmoenig af8480aca2 added global variable access methods to the new Snap! API 2019-12-15 23:06:35 +01:00
jmoenig d519a10f93 new Snap! API: programmatically broadcast messages and optionally wait from outside Snap! 2019-12-15 13:32:10 +01:00
jmoenig c4d55b7b38 added direct relabelling option to pen trails blocks' context menus 2019-12-13 09:56:45 +01:00
jmoenig 03d56d4cc8 NEW Slovak translation, thanks, Peter Lukacovic 2019-12-10 17:46:42 +01:00
jmoenig b2d9856521 save and restore "log pen trails" setting in project file 2019-12-09 15:48:52 +01:00
jmoenig 7aa4f7d965 support null-serialization in list-csv conversions 2019-12-08 23:39:50 +01:00
jmoenig 0047aeb70b turn "log pen trails" off when loading or creating a new project 2019-12-07 10:51:52 +01:00
jmoenig cf725d2e28 set the rotation point of "pen trails" costumes to the position of the sprite that creates them 2019-12-05 23:42:29 +01:00
jmoenig 4e1350837d set the rotation point of "pen vectors" costumes to the position of the sprite that creates them 2019-12-05 23:28:57 +01:00
jmoenig 6d3bc37230 updated German translation 2019-12-03 13:08:13 +01:00
jmoenig 7c37719357 added "log pen vectors" session setting 2019-12-03 09:08:06 +01:00
jmoenig 2539c231e5 cleaned up change markers 2019-12-02 22:13:59 +01:00
jmoenig fe7600d124 German translation update 2019-12-02 22:09:14 +01:00
jmoenig 55a83ad86f enamed "pen trails (SVG)" to "pen vectors" 2019-12-02 18:28:29 +01:00
jmoenig b41ef7077e added "svg" entry to the stage icon's context menu 2019-12-02 18:04:53 +01:00
jmoenig 5709398677 support relabelling "pen trails" to "pen trails (SVG)" and vice-versa 2019-12-02 17:54:51 +01:00
jmoenig b99d32618f catch empty trails log when trying to generate a vector trails costume 2019-12-02 17:00:34 +01:00
jmoenig 6d5ddad06c added aspect racio governance and generator tags to trails SVGs 2019-12-02 16:53:44 +01:00
jmoenig 391be73691 adjusted rotation center of SVG-pen-trails 2019-12-02 15:50:50 +01:00
jmoenig e66046e71e new "pen trails (SVG)" reporter
(experimental, hidden in dev)
2019-12-02 08:55:54 +01:00
jmoenig c27fb90305 export pen trails as SVG
(under construction)
2019-12-02 08:52:32 +01:00
jmoenig a918fd1f94 new dev version 2019-12-02 08:15:43 +01:00
jmoenig b94fad2514 prepared release 2019-11-29 18:39:52 +01:00
jmoenig 2ff0b557ac optimized color collision detection 2019-11-29 18:06:27 +01:00
jmoenig 57010f6894 new dev version 2019-11-29 10:09:18 +01:00
jmoenig 9202603136 prepared release 2019-11-19 15:53:47 +01:00
jmoenig 579ce4552a wait until the camera actually records something when turning video capture "on" 2019-11-19 07:56:45 +01:00
jmoenig 13c9408ee4 only report video capture as "on" when the camera actually records something 2019-11-18 17:37:06 +01:00
jmoenig b18d3c4de5 new dev version 2019-11-18 17:30:59 +01:00
jmoenig f8e94d17fa fixed variadic reporters library 2019-11-15 20:24:45 +01:00
jmoenig c065b3552d make sure list watchers are correctly initiailized 2019-11-15 17:30:20 +01:00
jmoenig 99cc42f511 prepared release 2019-11-15 15:55:03 +01:00
jmoenig 556fbdd2a4 catch sub-pixel sized thumbnails 2019-11-15 15:34:38 +01:00
jmoenig faae55d5b1 prevent costumes from becoming "broken" when pasting video snaps on them while the camera is not yet fully initialized 2019-11-15 09:39:22 +01:00
jmoenig f7639df2b8 preserve the sprite's rotation point when taking a video-snap on it 2019-11-14 17:24:46 +01:00
jmoenig 2f9b080b23 disabled direct editing of list watchers for non-literal typed lists in speech bubbles and prompters 2019-11-14 13:22:55 +01:00
jmoenig 93e011c24d allowed reserved JS object property names as variable names in Snap (e.g. "constructor")
this replaces #2526 and addresses parts of #2525
2019-11-13 09:28:19 +01:00
jmoenig 6adb4e9518 new dev version 2019-11-13 08:59:19 +01:00