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
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
9dde6a4fd8
VectorPaint: fixed rotation center editing for existing costumes
2018-06-05 12:04:23 +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
fef9539a1d
added implicit parameter count to experimental JIT compile reporter
2018-04-13 13:13:42 +02:00
Jens Mönig
d9edaa7ab6
tweaks - mostly for LINT
2018-03-19 11:54:56 +01:00
Jens Mönig
794d77578a
Merge pull request #2060 from bromagosa/fixed-vectorpaint
...
Vector Editor
2018-03-19 10:21:11 +01:00
Jens Mönig
6bc25c72b3
remove obsolete STOP primitive from the stage's palette
2018-03-19 07:06:52 +01:00
Bernat Romagosa
47f5c8c259
merged with latest Snap!
2018-03-16 15:19:08 +01:00
Jens Mönig
722dbc6103
draw a "dot" pentrail when moving zero steps while the pen is down
2018-03-13 07:41:18 +01:00
Jens Mönig
854e8f3188
tweak "random" options to fit into current drop-down menu scheme
...
so existing translations don’t break
2018-03-09 12:07:45 +01:00
Jens Mönig
c3dcde5bf8
added "random" option for "go to", "point towards" and "point in direction" primitives
2018-03-09 11:47:11 +01:00
Jens Mönig
aede79ccc7
fixed #2053
2018-03-08 16:35:38 +01:00
Jens Mönig
07ce8493b4
support for compiling reporters (experimental)
...
currently “hidden” behind shift-click in the settings menu
2018-02-15 15:03:40 +01:00
Jens Mönig
cd70510232
experimental stuff
2018-02-13 18:45:21 +01:00
Jens Mönig
1574e01a2d
little compilation experiment
...
totally under construction and unusable for now
2018-02-12 17:23:35 +01:00
Jens Mönig
72cb4c02d4
new dial widget
...
* Blocks: added dial widget to POINT IN DIRECTION's drop-down menu
* Objects: added "rotate" option to Sprite context menu
* Threads, Blocks: fixed Joan's fix for #1972 , because it broke HOFs
2018-01-25 08:34:56 +01:00
Jens Mönig
79c43e7bdc
when deleting a temporary clone, detach all its parts and delete the temporary ones
2018-01-23 17:39:48 +01:00
Jens Mönig
b2adf27f9f
updated German translation
2018-01-22 16:50:11 +01:00
Bernat Romagosa
1783596790
added scroll events to receiveInteraction hat block of Stage too
2018-01-22 16:04:30 +01:00
Bernat Romagosa
18750cc0d9
added scroll up and down events to receiveInteraction hat block
2018-01-22 16:00:10 +01:00
Jens Mönig
7e74a345e5
separated global and local variables in the palette, marked local ones with location pin
2018-01-22 14:33:47 +01:00
Jens Mönig
3402a8897e
made keyboard events always be thread safe
2018-01-17 09:42:40 +01:00
Jens Mönig
9fdc303d69
fixed #1979 - make sure to always re-focus the world-canvas
2018-01-05 10:18:01 +01:00
Jens Mönig
c506e23d94
new "direction to..." primitive
...
as variant of "distance to..." in "Sensing"
2018-01-02 11:23:01 +01:00
Jens Mönig
5785e00166
fixed #1963
2017-12-12 08:06:21 +01:00
Bernat Romagosa
5915b0044b
vector editor
2017-12-05 09:56:39 +01:00
Jens Mönig
4693bbe3f2
sped up "turbo" mode frame rate (slowing down "turbo" but making it more generally usable)
2017-10-28 09:20:12 +02:00
Jens Mönig
93d96140ca
double-clicking a corral sprite icon flashes the sprite onstage
...
so it can be identified. Likewise double-clicking a sprite onstage
selects its corral icon (in edit mode)
2017-10-17 11:25:21 +02:00
Jens Mönig
ce75402fc4
made 'myself' default input for "a new clone of" reporter
...
made cloning “myself” a noop for the stage rather than throwing an
error. German translation update for the changed TELL and ASK blocks
2017-10-17 10:56:26 +02:00
Jens Mönig
f2bbff3d54
moved TELL and ASK templates in the palette up underneath RUN CALL
2017-10-17 09:48:41 +02:00
Jens Mönig
da9c293321
added "with inpus" to TELL and ASK prims
...
changed TELL's C-shape to command-style input
2017-10-17 09:19:53 +02:00
Jens Mönig
8f57f534c6
fixed a flood-fill rounding bug.
...
Again, thanks, @Simon-Mong !
2017-10-11 17:53:37 +02:00
Jens Mönig
caa5e3317c
fixed a bounding-box-detection bug in Costumes
...
Thanks, Simon Mong, for finding and fixing this but!
2017-10-11 13:07:22 +02:00
Jens Mönig
982bea19f7
make sure to fully remove parts from their anchor when deleting them
2017-10-11 09:01:50 +02:00
Jens Mönig
385ca6f891
limited sprites' direction and coordinates to finite numbers
2017-10-04 09:02:44 +02:00
Jens Mönig
a5a3d5cf65
make sure inheritance hierarchies are consistently made temporary
2017-09-28 09:59:15 +02:00
Jens Mönig
94fc0c25fa
enable "make block" button for the stage
2017-09-25 20:39:49 +02:00
Jens Mönig
316b89aba2
new "floating" make-a-block button in the palette
...
this may be overdoing it a bit… perhaps we can remove the explicit
“Make a block” button in every palette category now… Hmmm…
2017-09-25 18:33:20 +02:00
Jens Mönig
055142e33a
added "Make a block" button to every category
2017-09-25 15:58:11 +02:00
Jens Mönig
8c7d443b70
added floating search button to search palette to take the user back
2017-09-21 11:46:55 +02:00
Jens Mönig
568ae4029a
tweaked floating tool buttons (undo, redo, search)
2017-09-19 23:21:38 +02:00
Jens Mönig
4ff15d7b32
tweaked floating "search blocks" button slightly
2017-09-19 18:33:29 +02:00
Jens Mönig
209ec3e173
added floating search button to blocks palette
2017-09-19 17:27:33 +02:00
Jens Mönig
c532ac1f02
updated history and version dates
2017-09-19 09:06:06 +02:00
Jens Mönig
643cf9072f
Merge pull request #1841 from cycomachead/fix-downloads
...
Fix Issues for Exporting Files
2017-09-19 08:57:19 +02:00
Jens Mönig
a6fa360bd8
prevent context menu and dragging for stage watchers in presentation mode
2017-09-15 17:47:38 +02:00
Jens Mönig
eea73bae07
added “inherited” toggle option to inheritable variable templates
...
(context menu) in the palette
2017-09-15 13:48:53 +02:00
Michael Ball
06284ae8a2
Merge master / resolve conflicts
2017-09-09 12:18:00 -07:00