Wykres commitów

1407 Commity (dev-2.0)

Autor SHA1 Wiadomość Data
jmoenig f720fa7629 updated versions for pending release v4.0.9 2016-10-28 19:09:28 +02:00
jmoenig da51393424 preparing minor release v4.0.9
to be deployed live later tonight
2016-10-28 18:31:18 +02:00
jmoenig 9a726654c7 added notice to get in touch if afraid of agpl license 2016-10-26 09:47:14 +02:00
jmoenig 5875900450 tweaked "fresh edit" behavior for input slots 2016-10-24 20:47:06 +02:00
jmoenig 070636228a tweaked continuations 2016-10-24 20:37:39 +02:00
jmoenig 6606ed2ed8 updated credits tab 2016-10-24 17:44:28 +02:00
Jens Mönig 5c40994f5a Merge pull request #1473 from brollb/misleading-comment
Updated comment to match code behavior
2016-10-24 17:42:51 +02:00
Brian Broll 4111903158 Updated comment to match code behavior 2016-10-24 09:57:14 -05:00
jmoenig 2c98012fcf fixed #1472 2016-10-24 14:12:48 +02:00
jmoenig d2d096deff select all on fresh input slot edit 2016-10-24 12:27:02 +02:00
jmoenig 5ec7ad4f36 slightly tweak text editing code 2016-10-24 10:21:59 +02:00
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