Wykres commitów

3102 Commity (d96b234c63131b9859dd2bc1ec2e5e035208f1fb)

Autor SHA1 Wiadomość Data
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
Jens Mönig 07f5e1bcad
Merge pull request #2511 from jguille2/cat520
Updating Catalan locale for 5.2.0
2019-10-25 12:50:46 +02:00
jmoenig aaa3ded7bf more optimizations for collision detection 2019-10-25 12:48:33 +02:00
Joan Guillén i Pelegay 703247f0e9 Updating Catalan locale for 5.2.0 2019-10-25 12:46:30 +02:00
jmoenig 7042567959 prepared patch 2019-10-24 16:38:52 +02:00
jmoenig d4ac843f2d optimized Snap! collision detection
and improved rendering of default turtle sprite
2019-10-24 16:35:22 +02:00
jmoenig f67760f563 optimized Morphic collision detection 2019-10-24 16:32:32 +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 b027b2a35d tweak arrangement of palettes 2019-10-21 12:39:06 +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 bb9d0ebfab tweaked "new sound" label 2019-10-20 23:00:40 +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 5ff93118fb generate stereo sounds
if desired, by passing a 2-dimensional list of samples
2019-10-20 19:59:53 +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 2b18ece5fe updated credits for GUI 2019-10-19 11:08:02 +02:00
jmoenig 2aab0294ba tweaked and optimized reportNewCostume() primitive 2019-10-18 13:26:44 +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 43546f412d Merge branch 'master' of https://github.com/jmoenig/Snap 2019-10-16 23:12:56 +02:00
jmoenig 0c499981e9 assert that dimensions given for STRETCH are finite numbers
avoid crash
2019-10-16 23:12:50 +02:00
Michael Ball 4020353d2f
Do not use the cloud subdomain
Ugh, this should have been changed a few months ago.
2019-10-16 13:03:26 -07: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 3f6a0f668f removed an obsolete "under construction" marker 2019-10-16 16:43:31 +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 b458b1d543 addded "enableLinks" flag to Morphic text elements
off by default this flag lets you specify whether a text might contain a clickable URL or not.
2019-10-16 15:48:18 +02:00
jmoenig e08d5aaccd new dev version 2019-10-16 15:31:34 +02:00
jmoenig ebd8befa74 prepared release 2019-10-15 14:18:33 +02:00
jmoenig 2acfe34f1b display a permanent warning when using IE 2019-10-15 13:37:53 +02:00