Jens Mönig
e9e53369c3
Merge pull request #1446 from damiencaselli/patch-lang-fr
...
Update fr lang
2016-10-16 17:30:54 +02:00
Jens Mönig
23c68a72c6
Merge pull request #1434 from brollb/664-stamp-ignores-ghost-effect
...
Update globalAlpha when stamping. Fixes #664
2016-10-16 17:30:27 +02:00
Jens Mönig
9b6449c8f7
Merge pull request #1429 from thomaswp/xml-parse-error-fix
...
Fixed #1428 , an issue with preview the (empty) project placeholder.
2016-10-16 17:30:06 +02:00
Jens Mönig
1e4bb8a3ec
Merge pull request #1417 from brollb/unringify-ring
...
Added check that parent is RingMorph. Fixes #1416
2016-10-16 17:29:31 +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
jmoenig
7769bffd63
autoscrolling tweaks
2016-10-15 10:56:05 +02:00
bromagosa
f91af8b056
text edition improvements
2016-10-14 10:00:07 +02:00
brianharvey
521044b7b5
JOIN WORDS treats empty input as empty sentence
...
See https://scratch.mit.edu/discuss/post/2246155/
2016-10-13 15:51:29 -07:00
Brian Broll
4063622e26
Fixed costume editing discrepancies
2016-10-07 11:28:25 -05:00
Brian Broll
3c7aee25a1
Fixed minor typo (anser -> answer)
2016-10-06 14:40:24 -05:00
Brian Broll
d45f84b632
Use userSetSpec for var rename. Fixes #1448
2016-10-06 11:21:22 -05:00
Brian Broll
d6cfc77544
Fixed typo ('gobal' -> 'global')
2016-10-05 10:41:47 -05:00
Damien Caselli
5cdd498712
Update fr lang
...
Add new translations keys and convert tabs to spaces.
2016-10-04 17:14:09 +02:00
Brian Broll
ee3442ca16
Update globalAlpha when stamping. Fixes #664
...
WIP #664 Record the originalAlpha and reset
2016-09-28 11:01:05 -05:00
thomaswp
06c7ad89a7
Fixed #1428 , an issue with preview the (empty) project placeholder.
...
The code treats this placeholder the same as any other proejct and attempts to open it, leading to a parse error.
2016-09-26 14:27:44 -04:00
Brian Broll
47fe8e5d50
Added check that parent is RingMorph. Fixes #1416
...
When providing the "unringify" option, it was checking that
the given block has a parent that is a RingMorph. However,
`parentThatIsA` will return the given block if it is the given
type when, in this context, we don't want to check the target of
the ringification.
Also fixed TypeError when unringify-ing an empty RingMorph caused
by a similar issue w/ getting the containing ring of an empty RingMorph
2016-09-22 12:37:18 -05:00
Manuel Menezes de Sequeira
8ec307f192
Merge remote-tracking branch 'jmoenig/master'
2016-09-05 09:46:46 +01:00
Brian Harvey
60942484e6
Add BookOwl's geolocation block to httpBlocks library
2016-08-16 17:06:09 -07: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
Brian Harvey
67f7c0012c
Merge pull request #1168 from stevensona/master
...
Fixed typo in animals example project notes
2016-07-21 23:10:45 -07: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
b270058cf6
fixed a fix
2016-07-19 14:44:39 +02:00
Jens Mönig
8ba7c180c9
Merge pull request #1330 from cycomachead/issue-1322
...
Fix a few Integer 0 vs String Errors.
2016-07-19 14:39:51 +02:00
Jens Mönig
ee0765db3e
enable broadcasts to be sent to specific sprites (experimental)
2016-07-19 14:38:27 +02:00
Jens Mönig
36f6a86c8b
fixed #1329 - color collision detection for retina mode
2016-07-19 14:36:52 +02:00
Jens Mönig
601720a463
fixed 3D corners for buttons in Firefox for Windows
...
Firefox needs color stops to be added in the correct order, groan…
2016-07-19 14:35:32 +02:00
Jens Mönig
023132431c
avoid blitting artifacts for non-integer devicePixelRatios in Firefox
2016-07-19 14:34:18 +02:00
Michael Ball
c643a09615
Handle 0 ints as strings in split by block
2016-07-19 03:09:29 -07:00
Michael Ball
78a627df27
Fix a int 0 bug in green length of block
2016-07-19 02:54:52 -07:00
Michael Ball
04b4c6678d
Fix #1322 , length of (int) 0 inputs
...
I also renamed the internal variables to be slightly more generic, but
now the function reads better. (IMO)
2016-07-19 02:34:08 -07: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
220b3ea760
update release version of locale.js
2016-07-14 12:22:54 +02:00
Jens Mönig
cd03fb3028
finalizing v4.0.8
2016-07-14 12:18:23 +02:00
Jens Mönig
e6ddb5421d
fixed #1308
2016-07-14 08:06:47 +02:00
Jens Mönig
b6e7254a9e
normalize project thumbnails (when saving in retina mode)
2016-07-12 15:41:49 +02:00
Jens Mönig
97a6c61dd4
updated German translation
...
for new graphic effects
2016-07-12 10:05:07 +02:00
Jens Mönig
480b090132
updated credits for graphic effects
2016-07-11 18:05:41 +02:00
Jens Mönig
d352180b01
fixed #1289
2016-07-07 14:59:55 +02:00
Jens Mönig
fb145bea90
fixed #1225
2016-07-07 11:19:35 +02:00
Jens Mönig
6e22558cc5
double click on pane resizers to slide them back to normal
2016-07-07 08:24:04 +02:00
Jens Mönig
bcc51018fe
update translators information
2016-07-07 07:20:10 +02:00
Jens Mönig
f69bc99b06
Merge pull request #1288 from jguille2/catalanUpdate
...
Updating catalan translation
2016-07-07 07:15:50 +02:00
Joan Guillén i Pelegay
bd636cc35b
Updating catalan translation
2016-07-07 02:37:21 +02:00
Jens Mönig
23c8ad2208
fixed #1277
2016-07-06 23:25:46 +02:00