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
Jens Mönig
d995f173e7
move CamSnapshotDialogMorph code from objects to gui
2017-09-08 19:39:10 +02:00
Jens Mönig
47264f10b0
little tweaks to camera snapshot code
...
mostly to satisfy JSHint ;-)
2017-09-08 19:03:28 +02:00
Jens Mönig
2c361bc9a1
Merge pull request #1851 from bromagosa/webcam-dialog
...
Webcam dialog
2017-09-08 18:43:10 +02:00
Jens Mönig
37dbcad27f
Renamed “http” block to “url”, use location.protocol (support https)
2017-09-05 11:24:57 +02:00
Jens Mönig
01c22843f9
German translation update
2017-09-05 08:34:46 +02:00
Jens Mönig
8f44dbcae7
fixed #1339
2017-09-04 16:27:48 +02:00
Bernat Romagosa
edb384dd23
Disable cam button if not using HTTPS
2017-09-04 14:01:24 +02:00
Bernat Romagosa
85ba23bd32
merged with master
2017-09-04 13:41:10 +02:00
Michael Ball
07d31797eb
merge dev updates
2017-09-01 16:06:50 -07:00
Jens Mönig
1d174626a3
small tweaks, updated history & versions
2017-09-01 14:36:52 +02:00
Jens Mönig
b633844894
make sure to convert detected pixel alpha values to fraction
...
fixes. #1843 for good, I hope
2017-08-30 09:47:19 +02:00
Jens Mönig
7dd9ecb755
fixed #1843
...
fixed “fill” block crash when applying the same color twice
2017-08-30 08:58:05 +02:00
Jens Mönig
c7542642f7
enable exporting costumes and variable-data
...
in the newest Chrome version, which disables opening tabs on dataURLs
(did I miss any more isntances of this?)
2017-08-29 10:33:02 +02:00
Michael Ball
e8c0385719
Remove remaing code for opening exports in a new window
2017-08-26 18:05:37 -07:00
Michael Ball
63598c3994
more fixes to prevent opening in new windows
...
- remove some project XMLs
- remove a few from exporting sprite and stage pics
- remove the false parameter (since it is the default)
'
2017-08-26 02:33:41 -07:00
Jens Mönig
1cecb672d5
added “instruments”: sine, square, sawtooth, triangle waves
2017-07-31 20:09:46 +02:00
Jens Mönig
566c29fd66
fixed PianoMenu to work with block zoom etc.
2017-07-31 17:51:29 +02:00
Bernat Romagosa
cf29bec85b
Merge commit 'refs/pull/1007/head' of https://github.com/jmoenig/Snap--Build-Your-Own-Blocks into dev
2017-07-28 13:11:18 +02:00
Jens Mönig
4ef3b64aa4
fold two "stop" commands into one
...
… the one with the flat bottom. The reasoning behind this is that even
when you’ll want the script to continue afterwards, you’ll probably use
it inside a conditional statement, but this way we only have a single
“stop” block
2017-07-27 10:06:51 +02:00
Jens Mönig
a0fe652116
remodelled context menu for inheritance to use check-boxes
2017-07-27 08:33:08 +02:00
Jens Mönig
4744e97275
don't shadow costume # when editing a costume
2017-07-27 07:54:26 +02:00
Jens Mönig
f7ff3074d2
enable type-assertion for list elements (costumes, sounds)
2017-07-26 17:07:18 +02:00
Jens Mönig
e10ed49bb5
added "pen trails" reporter primitive and stage context menu entry
2017-07-26 15:54:39 +02:00
Jens Mönig
08b5947c43
fixed rotation-bug when flipping costumes in "only turn left/right" mode"
2017-07-25 10:13:02 +02:00
Jens Mönig
653864362b
renamed “delete” primitive to “inherit”
2017-07-12 22:06:17 +02:00
Jens Mönig
b44caed4b6
only refresh certain propagated inherited attributes on being dropped
2017-07-12 10:03:38 +02:00
Jens Mönig
a0cbf2993c
“new clone of ...” primitive
...
also made TELL, ASK primitives offiical
2017-07-12 09:43:35 +02:00
Jens Mönig
c78099ada5
optimized deleting traditional Scratch-like cones
2017-07-11 11:54:57 +02:00
Jens Mönig
070017bde3
fixed custom block inheritance for traditional Scratch-like clones
2017-07-11 09:42:48 +02:00
Jens Mönig
ac708fca42
tweaked inheritance indication for stage watchers
2017-07-11 09:21:51 +02:00
Jens Mönig
dce0f5e871
fixed variable inheritance for traditional Scratch-like clones
2017-07-11 08:55:37 +02:00
Jens Mönig
b9f1f66ddc
fixed an inheritance glitch for clones
2017-07-11 07:50:24 +02:00
Jens Mönig
4e33d65cd5
(oops!) :-)
2017-07-09 18:18:38 +02:00
Jens Mönig
2133f1a8f0
added experimental “tell ... to ..." and “ask ... for ...” primitives
...
(hidden in dev mode)
2017-07-09 17:44:28 +02:00
Jens Mönig
8022d5ccbb
tweak clone removal
2017-07-07 17:22:18 +02:00
Jens Mönig
de29bffe15
confine turtle direction readout to 0-360 degrees
...
addresses a bug report from Cynthia Solomon
2017-07-07 16:06:46 +02:00