jmoenig
64efff58cf
“Undrop / Redrop” support for sticky comments
2016-11-23 10:38:59 +01:00
jmoenig
dae8e7a7bb
tweak "undrop / redrop" animation
2016-11-22 14:23:53 +01:00
jmoenig
f37977f320
Block editing improvements - in development
...
* auto-wrapping for C-shaped slots (around top-level command stacks)
* settings option for auto-wrapping around inner nested stacks
* unlimited “undrop / redrop”, incl. keyboard shortcuts ctrl-z
ctrl-shift-z
* “undrop” also brings back blocks and scripts deleted via context menus
* … or via backspace / delete in keyboard entry mode
* Note: “undrop” is meant to be a temporary solution until
VanderbiltEdu’s synching / undo mechanism is ready for prime time
2016-11-22 10:47:47 +01:00
jmoenig
1a6aff47dd
updated version number
2016-11-10 09:36:14 +01:00
jmoenig
da51393424
preparing minor release v4.0.9
...
to be deployed live later tonight
2016-10-28 18:31:18 +02:00
jmoenig
070636228a
tweaked continuations
2016-10-24 20:37:39 +02:00
jmoenig
2c98012fcf
fixed #1472
2016-10-24 14:12:48 +02:00
jmoenig
d2d096deff
select all on fresh input slot edit
2016-10-24 12:27:02 +02:00
jmoenig
7c2d505df9
fixed #1422
2016-10-21 16:29:04 +02:00
jmoenig
9c62da95bf
tweaked keyboard-entry for blocks
2016-10-20 16:08:35 +02:00
jmoenig
ff5f9a7601
Visible Stepping, and more
...
* Visible Stepping with flashing blocks + slider for stepping speed
* user-controlled visible stepping with “step forward” button
* speed-up: removed unnecessary yields when running custom blocks
* you can now force a single yield with “wait 0” block
* tweaked keyboard entry: if inserted block has inputs go to first one
* only autoscroll panes where it makes sense (not the palette etc.)
* populate messages drop-down with all msgs, including ones from custom
block definition
2016-10-15 11:15:01 +02:00
Jens Mönig
21abf24cba
v4.0.8.7
2016-08-12 12:05:49 +02:00
Jens Mönig
8f4e5122cf
replace deprecated KeyboardEvent.keyIdentifier with .key
2016-08-12 11:59:17 +02:00
Jens Mönig
0b1a100498
for hidden sprites display ASK questions in the input box
...
reported by NZ teacher @gmacmanus on Twitter:
https://twitter.com/gmacmanus/status/764023230747123712
2016-08-12 11:48:56 +02:00
Jens Mönig
d55e309bf1
restore implicit formal parameters for serialized lambdas
2016-08-03 05:42:36 -04:00
Jens Mönig
3f1a507f0a
fixed #1348
2016-07-31 08:34:20 +02:00
Jens Mönig
0ada891866
fixed #1333 - paint new costume not working in retina mode in FF and Edge
2016-07-20 10:14:00 +02:00
Jens Mönig
62fe1bb86f
prepare minor release 4.0.8.3
2016-07-19 14:49:25 +02:00
Jens Mönig
0974c750ad
fixed #1312
...
fixed collision detection for non-integer devicePixelRatios
2016-07-17 08:00:54 +02:00
Jens Mönig
8d0a7f19b5
activate generic hat blocks inserted via keyboard editing
2016-07-15 13:42:02 +02:00
Jens Mönig
cd03fb3028
finalizing v4.0.8
2016-07-14 12:18:23 +02:00
Jens Mönig
f86a414343
Interactive Toggle Switches for Boolean Slots and Literals
...
in progress…
2016-06-01 13:35:54 +02:00
Jens Mönig
179d93f103
support for retina displays, integrates #1063 - IN PROGRESS
...
This has bee designed and written by the amazing Bartosz Leper
(@bl-nero). Since I totally suck at Git and find myself incompetent to
resolve merge conflicts, I’ve decided to manually copy Bartosz’s
changes mostly verbatim over, tweaking them only ever so slightly in
ways that don’t alter their functionality, except for introducing a
tiny test so current Safari still loads Snap, albeit not in retina
mode. THIS IT NOT READY FOR RELEASE YET, IT’S WORK IN PROGRESS. Get it?
Thanks!
2016-05-10 20:33:44 +02:00
Jens Mönig
a8fb572f4a
update history
2016-05-09 13:19:15 +02:00
Jens Mönig
71333021d4
cloning speedup
...
significantly speed up sprite cloning through partial shallow-copying
of scripts and costumes instead of deep-duplication
2016-05-04 16:37:46 +02:00
Jens Mönig
ed3b56a610
first-class sprites
2016-05-02 12:53:08 +02:00
Jens Mönig
bbb5106879
towards v4.0.6
...
* fixed #99 (saving linked lists)
* fixed #1163
* added web api / https reporter library
* new “transient variable” feature
* German translation update
2016-03-16 13:00:31 +01:00
Jens Mönig
345f635fac
Reenable custom hat blocks when dropping a sprite
2016-03-06 21:45:31 -06:00
Jens Mönig
df0269f5cc
support for viewing 2D lists as tables
2016-02-24 11:35:18 +01:00
Jens Mönig
e4ea35132d
Fixed a rendering glitch when deleting reporters
...
via the context menu
2016-01-22 09:23:23 +01:00
Jens Mönig
825c5f5568
Throw an error for “obsolete” blocks
...
instead of (forever) doing nothing (and thus often freezing and
crashing). Thanks, Paul, for helping identify this!
2016-01-19 00:03:17 +01:00
Jens Mönig
291555d9e1
fixed a zebra coloring glitch in the block editor
2016-01-18 17:39:44 +01:00
Jens Mönig
91095af36f
avoid pixel collision detection in PaintCanvas (optimization)
...
improves paint editor responsiveness on low-powered hardware
2016-01-18 08:47:56 +01:00
Jens Mönig
8001845706
preserve custom block instances’ block var values when editing their definition
2016-01-17 23:44:30 +01:00
Jens Mönig
833a6c3a96
fixed a multi-line input slot layout glitch
2016-01-16 00:04:36 +01:00
Jens Mönig
29b7a31f84
fixed #1107
2016-01-11 14:05:37 +01:00
Jens Mönig
d5e937991e
updated translation history
2016-01-08 16:30:13 +01:00
Jens Mönig
a0307a240f
updated version history
2016-01-08 16:23:23 +01:00
Jens Mönig
25bfecc079
remove a redundant yield from the fork primitive
2016-01-08 14:31:22 +01:00
Jens Mönig
30ca6e8121
fixed #1098
2016-01-08 14:24:45 +01:00
Jens Mönig
4fd33f7de9
fixed #1083
2015-12-23 11:32:28 +01:00
Jens Mönig
f50c6fc2d3
updated version history
2015-12-22 08:18:00 +01:00
Jens Mönig
300a6dff7a
fixed #1082 - revert to ’any key’ in the key-pressed menu
2015-12-22 08:00:57 +01:00
Jens Mönig
e27db7d960
updated version history
2015-12-21 16:17:42 +01:00
Jens Mönig
7934f4cd03
Optimization: Don’t redraw unrotateable sprites on TURN
2015-12-18 18:24:25 +01:00
Jens Mönig
d5b3883ca1
Arabic translation, contributed by Tarek Galal
2015-12-17 23:31:25 +01:00
Jens Mönig
2984a4d683
fixed #1071
2015-12-17 08:13:48 +01:00
Jens Mönig
c56f5f6d0d
little tweaks
2015-12-15 13:07:47 +01:00
Jens Mönig
c07c16134b
10 MB limit for media embedded in cloud projects
2015-12-15 11:54:38 +01:00
Jens Mönig
2bad75b407
updated history
2015-12-15 10:59:22 +01:00