Wykres commitów

529 Commity (fdd0ac1f86eabffc8d07b36705f29ab0d5af971b)

Autor SHA1 Wiadomość Data
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
jmoenig 088a5a8eca prepared release 2019-10-25 12:54:54 +02:00
jmoenig aaa3ded7bf more optimizations for collision detection 2019-10-25 12:48:33 +02:00
jmoenig 7042567959 prepared patch 2019-10-24 16:38:52 +02:00
jmoenig 5112e67925 prepared release 2019-10-24 08:42:11 +02:00
jmoenig 3fb5e880cc fixed #2510 (disabled direct editing of list watchers for non-literal typed lists)
such as costumes, avoids unloadable projects
2019-10-23 08:40:39 +02:00
jmoenig 334a83706a fixed pixel-manipulation distortions on newly imported hi-res images
by normalizing (de-retinizing) costume thumbnails
2019-10-22 17:40:16 +02:00
jmoenig 816d81dc48 pushed dev version to release-candidate status 2019-10-22 08:18:20 +02:00
jmoenig 76eb311727 url-clicking fix by @brollb, morphic documentation update 2019-10-22 08:02:01 +02:00
jmoenig 53b69677c0 rearranged "looks" and "sound" palettes for new media creation primitives 2019-10-21 12:12:03 +02:00
jmoenig 0a06725dd2 updated German translation for new media creation primitives 2019-10-21 11:53:38 +02:00
jmoenig c8ea9e10c5 updated English and German translations for "__shout__go__" 2019-10-21 11:28:06 +02:00
jmoenig dac5bfa6bb new experimental entry for "green flag pressed" in the BROADCAST block's dropdown
when the shift key is pressed
2019-10-21 11:11:11 +02:00
jmoenig 8e4167e40b delegate (quasi-inherit) Stage>>newSoundName() from Sprite 2019-10-20 20:54:25 +02:00
jmoenig 6e3a36ac2b tweaked labels for "new costume" and "new sound" primitives 2019-10-20 20:19:35 +02:00
jmoenig d56b8de386 added list type assertion for samples to "new sound" primitive 2019-10-20 20:14:26 +02:00
jmoenig 8d71867d96 changed default name for new costumes created with STRETCH etc. to localized 'costume' 2019-10-20 17:09:30 +02:00
jmoenig 371769ae40 added sampling rate input to "new sound" primitive 2019-10-20 14:07:55 +02:00
jmoenig 6306bcc279 added "new sound" from list of samples primitive reporter to "sound" category 2019-10-20 13:15:54 +02:00
jmoenig 14822fb957 added "new costume" primitive reporter to "looks" category 2019-10-18 11:48:11 +02:00
jmoenig 8e0c9fe0c2 German translation update
left, right, top, bottom selectors in MY
2019-10-18 08:14:25 +02:00
jmoenig f20d1d27b1 added dimension getters for the stage 2019-10-18 07:55:26 +02:00
jmoenig e4fd60f6cc added selectors for sprites' bounding box (left, right, top, bottom) to MY dropdown 2019-10-17 18:07:59 +02:00
jmoenig 0c499981e9 assert that dimensions given for STRETCH are finite numbers
avoid crash
2019-10-16 23:12:50 +02:00
jmoenig 73bace690b removed a conflicting thread from STOP ALL
loading a project that fires STOP ALL from a WHEN hat block no longer "hangs" Snap
2019-10-16 17:12:12 +02:00
jmoenig aff8e67069 running STOP ALL now also toggles all generic WHEN hat blocks
just like pressing the red STOP sign button
2019-10-16 16:42:25 +02:00
jmoenig bc80df6322 made only URLs inside dialog boxes' bodies clickable 2019-10-16 15:51:22 +02:00
jmoenig e08d5aaccd new dev version 2019-10-16 15:31:34 +02:00