Wykres commitów

1396 Commity (1c168981aa8396993a9cd36f60d44d000d60bcc5)

Autor SHA1 Wiadomość Data
Jens Mönig 31aed55227 Merge pull request #1457 from bromagosa/edition-improvements
text editing improvements
2016-10-24 09:24:59 +02:00
Jens Mönig daf2107a8f Merge pull request #1464 from brollb/1463-import-sprite-name-collision
Added unique sprite name check on import. Fixes #1463
2016-10-24 09:18:43 +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
Brian Broll 7063487d34 Added unique sprite name check on import. Fixes #1463 2016-10-19 13:27:32 -05:00
Bernat Romagosa d652c8d761 Code review 2016-10-17 10:06:27 +02:00
Jens Mönig 54a3c4bc8b Merge pull request #1453 from brollb/costume-editing
Fixed minor costume editing discrepancy
2016-10-16 17:32:33 +02:00
Jens Mönig 97975e47aa Merge pull request #1450 from brollb/fixed-typo
Fixed minor typo (anser -> answer)
2016-10-16 17:32:15 +02:00
Jens Mönig 261e8da9d9 Merge pull request #1449 from brollb/1448-rename-var-block-size
Use userSetSpec for var rename. Fixes #1448
2016-10-16 17:31:56 +02:00
Jens Mönig 574804d304 Merge pull request #1447 from brollb/fixed-global-typo
Fixed typo ('gobal' -> 'global')
2016-10-16 17:31:21 +02:00
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