jmoenig
aa64ba9149
revert changes to pixels library
...
because they are apparently not needed after all
2018-06-12 16:44:27 +02:00
jmoenig
58ceaab309
"Pixels" library: Enabled multiple references to the same pixel (variable)
2018-06-12 16:15:30 +02:00
jmoenig
77bf7bca68
removed renamed vectorPaint.js
2018-06-12 15:48:44 +02:00
jmoenig
6cecd4b8fa
enamed vectorPaint.js to sketch.js
...
and updated credits for Carles Paredes
2018-06-12 15:45:05 +02:00
Joan Guillén i Pelegay
b11493321f
Updating letter block translations ( #2121 )
2018-06-12 11:16:04 +02:00
jmoenig
bf3e65d680
German translation update
2018-06-11 23:34:45 +02:00
jmoenig
990ecc1eb5
fixed #2108 (added drop-down menu to "letter _ of _ ")
2018-06-11 14:44:53 +02:00
jmoenig
7478f6039f
trigger "When I am stopped" when programmatically calling "stop all"
2018-06-09 00:26:11 +02:00
jmoenig
57f3a849b6
Prevent terminated threads from forking new ones and from cloning
2018-06-08 19:21:11 +02:00
jmoenig
129723ba3d
prevent unstoppable tail-recursive broadcasts
2018-06-08 18:54:46 +02:00
jmoenig
d11ba70ac6
new experimental "When I am stopped" event option
...
scripts attached to this hat block will run when the user physically clicks on the red stop button or hits the esc-key on the keyboard for exactly one single atomic step ("frame") and then terminate. This means that e.g. only the first pass of a loop gets run. You can, however, use a WARP around the loop to force more iterations. any broadcasts or forked threads will likewise run for exactly a single step within the main one (i.e. the whole operation lasts exactly one global atom) This is experimental and might not make it into the release after all.
2018-06-08 16:52:42 +02:00
jmoenig
0731192941
fixed support for numerical custom block input names
2018-06-06 18:13:36 +02:00
jmoenig
05fed02018
updated German translation
2018-06-06 09:52:30 +02:00
jmoenig
3b9299fbb3
updated history, minor LINT-related reformatting
2018-06-06 09:24:43 +02:00
Bernat Romagosa
f3ffe66a2b
Backups ( #2110 )
...
* added backups menu
* project recovery dialog
* only show recover button in Cloud tab
* Human-readable time diffs for recovery dialog
* reverted project list context menu, ca and es translations
2018-06-06 09:06:34 +02:00
jmoenig
976a964200
added Jadga to translators credits
2018-06-06 08:59:51 +02:00
Jens Mönig
66ab8aee8d
Merge pull request #2094 from MMSequeira/master
...
Small updates to the Portuguese (pt) translation.
2018-06-06 08:53:44 +02:00
Jens Mönig
c7cc4613ea
Merge pull request #2092 from jadga-h/master
...
updated German translation
2018-06-06 08:45:28 +02:00
jmoenig
404da65d39
fixed 'polygon' symbol rendering
...
used in the vector editor
2018-06-05 17:25:59 +02:00
jmoenig
a37dbfeb35
updated GUI version
2018-06-05 17:25:14 +02:00
jmoenig
b2604ca2c5
prepare for v.4.2
2018-06-05 17:24:06 +02:00
jmoenig
31248c2d30
reformatted vectorPaint.js
...
mostly for readability and to please silly LINTers
2018-06-05 16:06:12 +02:00
jmoenig
7bf5bf9ff7
VectorPaint: fixed initial rendering
...
so costumes can be re-opened after saving / exporting and re-loading the project
2018-06-05 15:05:32 +02:00
jmoenig
9dde6a4fd8
VectorPaint: fixed rotation center editing for existing costumes
2018-06-05 12:04:23 +02:00
jmoenig
b93ef8eac6
tweaked layout of variadic C-shaped input slots
2018-06-04 07:49:08 +02:00
jmoenig
cdf851f25d
fixed rendering and layout of variadic C-shaped input slots
2018-05-24 09:25:35 -07:00
Manuel Menezes de Sequeira
c127705c65
Small updates to the Portuguese (pt) translation.
2018-05-20 19:59:26 +00:00
jadga-h
fc467a00d7
Updated German Translation
...
Settings and File menu mouse overs
Library dialog
2018-05-10 19:37:59 +02:00
jadga-h
8d605a6188
Updated German translation
2018-05-10 16:11:57 +02:00
jadga-h
69584fe359
Updated German Translation for Costume Editor
2018-05-10 00:21:06 +02:00
Brian Harvey
2fd4794a99
Add "visible palette" setting to Eisenbergification
...
(for Paul)
2018-05-09 16:46:17 -04:00
jadga-h
0d43442371
updated German translation
2018-05-09 18:59:59 +02:00
jmoenig
d95c7b4696
tweaked JS-Compiler to better handle process related ops
2018-05-08 07:08:54 +02:00
jmoenig
47fd2fd934
(again) randomize pen color when creating a new sprite
2018-05-03 09:13:21 +02:00
jmoenig
2a85ed4902
added options for sprite attributes to the SET block
2018-05-02 13:34:49 +02:00
jmoenig
bac76a4b10
disabled keyboard shortcuts for green-flag (cmd-enter) and stop (esc) in presentation mode
2018-05-02 10:23:45 +02:00
jmoenig
0ec6c3493f
updated German translation
2018-05-02 10:15:46 +02:00
jmoenig
1f4602844e
added "center" to drop-down options of location blocks
...
(GO TO, POINT TOWARDS, DISTANCE TO and DIRECTION TO)
2018-05-02 10:08:41 +02:00
brianharvey
562ec48883
fix make-variables library bug
...
by checking for empty-string name.
2018-05-01 21:20:15 -04:00
Brian Harvey
a35528f282
oops fix LIBRARIES
2018-05-01 20:51:09 -04:00
Brian Harvey
61a374e873
declare global or sprite-local variables
...
new library with GLOBAL VARIABLES and SPRITE-LOCAL VARIABLES blocks
2018-05-01 20:48:22 -04:00
jmoenig
3ab922ea99
when creating a new sprite only randomize color and direction when shift-clicking
2018-04-27 08:57:22 +02:00
jmoenig
05aeeb3b79
only randomize position when shift-clicking on new turtle-sprite button
2018-04-25 16:46:27 +02:00
jmoenig
01cfb6fa50
fixed scrolling for the jukebox
...
(updating the sounds list version)
2018-04-25 12:34:44 +02:00
jmoenig
c84e2bd777
fixed rearranging sound icons in the jukebox
2018-04-25 12:19:13 +02:00
jmoenig
3abc58bd6e
added 'name' selector to pixel library
2018-04-24 08:15:31 +02:00
jmoenig
e3743028c0
minor tweaks
...
for Linting
2018-04-16 11:52:59 +02:00
jmoenig
f5ebed11db
only preserve filled rings when collapsing ring-typed multi-arg-slots
2018-04-16 09:42:57 +02:00
jmoenig
fef9539a1d
added implicit parameter count to experimental JIT compile reporter
2018-04-13 13:13:42 +02:00
Moenig
b432da2dfe
disable detecting collision with hidden sprites
2018-04-12 12:58:40 +02:00