Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/openfl/scratch-openfl

Open source version of the Scratch 2.0 project editor. This is the basis for the online and offline versions of Scratch found on the website.
https://github.com/openfl/scratch-openfl

Merge branch 'master' into procedure-editor-overflow

Conflicts:
src/ui/ProcedureSpecEditor.as

134fca7acb394904c7785e487e49e1a64f90518c authored over 10 years ago by Nathan Dinsmore <[email protected]>
Merge pull request #331 from nathan/undelete-save-scripts

Save scripts and update palette when undeleting a block or comment

b0146e0ef0261f37522ec72294ad7d0a4a891358 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #389 from LLK/args-in-vars

Fix args appearing when variable names contain %n, etc.

ec2ace2f0a7858a98c2266ec976e6380e7d2e0e2 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #376 from nathan/show-slider-min-max

Show slider min/max as default values in dialog

0b52cb208c18a137208ae1b41dfa360b2b48014d authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #439 from RGBD/svgutils

Added full arc to Bezier curve conversion support

1879c3f0da9206ccac67412cc48f3da7fee3a794 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #387 from LLK/check-extension-translations

Check built-in extension block spec translations for argument mismatches

356b272adc1bb98a210c726664d4b290c6b7b9dc authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #382 from nathan/bitmap-paste

Fix pasting in bitmap editor

b96a383a4083f4029b088a1843a99faeb9be73e3 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #379 from nathan/bitmap-shape-offset

Fix small offset when adding shapes in bitmap editor

37f33f85d4d62318fa9174c8ca0f8ab28e87f137 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #445 from LLK/color-picker-block-clicks

Block mouse interaction when picking a color

7e66dbfc4b465793a4558f4aafe1452ae5792ec6 authored over 10 years ago by Shane M. Clements <[email protected]>
Fix resizing

a621f3f11c8e5077ab9e619af3e73eea8924735e authored over 10 years ago by Nathan Dinsmore <[email protected]>
Block mouse interaction when picking a color

cc5a4f40d9c68cdab060e64db6fc1e6ede989d71 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Added degrees to radians conversion in svgutils

341adeacec85b420f3dfd7f29d16e3dd6f88f286 authored over 10 years ago by Oleg Zubchenko <[email protected]>
Merge pull request #327 from nathan/scroll-wheel

Send key press events for scroll wheel like Scratch 1.4

053d2b2eaf172ed2889211f5f57621731183f5c1 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #429 from LLK/rename-duplicate-parameters

Rename duplicate parameters in procedure editor

2e39012dbfec1dbeeabcc27e306a8d664378cefa authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #352 from nathan/shift-horizontal-scrolling

Allow holding shift to scroll horizontally with the mouse wheel

9803267edba6b97845d6c3de69d767bc929d9a8b authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #400 from LLK/spec-escapes

Block spec escapes

f7d3a88055e94786aa25b8b44eb58195ba755847 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #424 from LLK/svg-text-italic

Fix a typo (font-weight => font-style)

98bf772807c006e2eed511b3dcd4b80cc9a8dc17 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #427 from LLK/show-auto-created

Update palette when auto-creating variables

0be5523e6d071c4645368c6b3817ed6391fce19a authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #435 from LLK/blocking-bubble

Fix bubbles for blocking reporters

40fe390a5e4973553f8def13d70a8b9500c99496 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #441 from LLK/dialog-cancel-function

Added ability to call a function on dialog cancel

1963c3d208a3c8a72c191407eff5986369181f1b authored over 10 years ago by Shane M. Clements <[email protected]>
Added ability to call a function on dialog cancel

6c099a47c45617688c3bea85b7a9f637fcbe65fb authored over 10 years ago by Chris Willis-Ford <[email protected]>
Make some fields protected in ui.media.MediaLibrary

b9d8218ed9ace87d2762478dee218b45b5bc8bcd authored over 10 years ago by Nathan Dinsmore <[email protected]>
Merge pull request #418 from LLK/revert-406-properly_set_empty_svg

Revert "Use setSVGData() to properly clear a costume that failed to load...

da89a01728afbf2d80f61c17a22fb0dab8bbdacb authored over 10 years ago by Shane M. Clements <[email protected]>
Fixed typo

dab2ca1f6d047b9336efe59f82a2d3fb9a91e20b authored over 10 years ago by Oleg Zubchenko <[email protected]>
Added full arc to Bezier curve conversion support

42a8ec7c66faf71f26f3277c7b958241f8e86215 authored over 10 years ago by Oleg Zubchenko <[email protected]>
Fix EOFError in scratch::ScratchRuntime/installProjectFromData

https://app.getsentry.com/scratchteam/scratch-flash/group/18498222/

7143bb14f642e13337663e6acba90c9c0d23c41a authored over 10 years ago by Nathan Dinsmore <[email protected]>
Only allow one reporter-bubble thread at a time

2b0c63ac0fb700e52138ba3c455c8b10683a60a3 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Fix bubbles for blocking reporters

f9a8b99a8605addadafeeb0ceadb43bc89ad177c authored over 10 years ago by Nathan Dinsmore <[email protected]>
Allow extensions to use %c

This also allows extensions to use built-in menus if they do not define menus of the same name.

3f74e0688a793a941f12cc9b5b2549e8660152da authored over 10 years ago by Nathan Dinsmore <[email protected]>
Rename duplicate parameters in procedure editor

a03d2217bba51e2624801f1fb569b82613a320ec authored over 10 years ago by Nathan Dinsmore <[email protected]>
Fix whitespace in ui.ProcedureSpecEditor

bb1cb286a368e9d4e2d6924689778ab78e5be886 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Don't trigger video motion hat when sprite is hidden

efa5c7334629dfa29ee9301cd19eb79ed255954d authored over 10 years ago by Nathan Dinsmore <[email protected]>
Update palette when auto-creating variables

cac7540fc64b3f9cf0ae33632b5ec938cf5c70d1 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Merge pull request #425 from LLK/fix-url-fixing

Check for internal extension before fixing URL

b88402987d003a09e96c44e5441a4eb9704c304b authored over 10 years ago by Shane M. Clements <[email protected]>
Add exporting project summaries

852a5e15bed76228af5425bb14170e8ddf4bb0e7 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Check for internal extension before fixing URL

Only internal extensions need their URLs fixed. We should probably find
a better way to do this,...

f48a7a4128f31a1830a89d1dd18b6d10a90c4682 authored over 10 years ago by Chris Willis-Ford <[email protected]>
Fix a typo (font-weight => font-style)

7e53fee098b0b89d3a2f9b83d84e3a0d08584b8a authored over 10 years ago by Nathan Dinsmore <[email protected]>
Merge pull request #422 from LLK/redraw-on-sound-change

Redraw when changing volume or tempo

deeb06dcaccf7c30cc2acfa8cf55c64c9c74c059 authored over 10 years ago by Shane M. Clements <[email protected]>
Redraw when changing volume or tempo

7cc7a66ca91c50535e0976259592f18008f71ed9 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Merge pull request #378 from nathan/media-info-bitmap-resolution

Fix bitmapResolution in ui.media.MediaInfo

d4ade19fce2934d212350d15c594eb9dce3f1814 authored over 10 years ago by Shane M. Clements <[email protected]>
Bumped version to 422

259beaf998ffa668b755dcbfcbe481c3840bb223 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #421 from LLK/refactor_for_extensions

Refactor for extensions

0f0fea4fc9118defda780d3799d50af41ae2b726 authored over 10 years ago by Chris Willis-Ford <[email protected]>
Fixed typo

4f8bfe5828c9f71c8c84744a8d621046503e487d authored over 10 years ago by Shane M. Clements <[email protected]>
Moved BlockColorEditor back

5e1481cf7b76e621a7da1160a049386e8d8b62a6 authored over 10 years ago by Shane M. Clements <[email protected]>
Now checking if there is an extension URL and checking it before trying to open it.

fdd9d4315d8b3f1010778a91a0f44152e6ee4955 authored over 10 years ago by Shane M. Clements <[email protected]>
Now removing Javascript extensions when they are disabled. This lets them get loaded again.

352e34217a150e27305023a7051d5888c933123b authored over 10 years ago by Shane M. Clements <[email protected]>
Fixed immediate reporters with a simple callback since that's how you receive the return value now.

bb3e2de4ce5185947d0ce4705f65babe1b060fbb authored over 10 years ago by Shane M. Clements <[email protected]>
More methods made protected for overriding and other changes to support extension dev on Scratch.

ef989f10721a111cf826cbc236d6aa6fc322fe1d authored over 10 years ago by Shane M. Clements <[email protected]>
Retaining the ID during the extension load process.

16b87026716d52e977f083c6d2ffdc7b4d53a702 authored over 10 years ago by Shane M. Clements <[email protected]>
More work to allow the online version to override parts of the UI. Now all creations of MediaLibrary happen through Scratch.

c697cede6cf19f05e73db3ad6cbbfa2bf8a84d9f authored over 10 years ago by Shane M. Clements <[email protected]>
This didn't need to be here

ace26a4c43b28e5b8996c6e389c38eb70a7fef1f authored over 10 years ago by Shane M. Clements <[email protected]>
Refactored single file loads to use a utility function.

8d884d1190757cab40833d99985b4840ee3debe6 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #336 from LLK/extension-poll-wait

Allow only one HTTP poll at a time per extension

d6f73cccf5a4d64d212972512165c47f484b8613 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #401 from LLK/sprite-info-small

Fix layout for show button in small stage mode

648c3dc31f432babe475a7532034f59d780c012d authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #405 from LLK/conditional-add-extension-button

Conditionally add or skip the extension add button

f9374dc58f9fc450a171ee7f6b8b80b72453264f authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #407 from LLK/fix-renaming-sounds

Fix renaming sounds in nested blocks

8402cd4b06c5e5faab8776107c1ea651716bbff4 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #413 from LLK/fix_mic_exception

Now checking mic for null before starting recording mode.

22bcb02e603ba878041d3dd7efef3cb07fed7a70 authored over 10 years ago by Shane M. Clements <[email protected]>
Revert "Use setSVGData() to properly clear a costume that failed to load"

561e8f72e9b09ac7d7850f008c4553c989159bf2 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Merge pull request #406 from LLK/properly_set_empty_svg

Use setSVGData() to properly clear a costume that failed to load

62bf15edc36cff4eb8b3544e87e8510659158334 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #416 from MrSprite/procedureFocus

Fix for parameter focusing

97c2804d2eaf023001b0a6dc2399d4589f937bf5 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #393 from LLK/block-color-editor

Add block color editor to the Edit menu

49c957b5f1dd0cea41fc625c68facf45ba71bff4 authored over 10 years ago by Shane M. Clements <[email protected]>
Consolidated code

Still fixes #414

c371c1c9a20b8f88acb428e7d09081ecc2e53a97 authored over 10 years ago by MrSprite <[email protected]>
Fix for parameter focusing.

Fixes #414

de0fd7e89a74739d4e9499a4426ed683ccc31751 authored over 10 years ago by MrSprite <[email protected]>
Now checking mic for null before starting recording mode.

f247bb81e03058d8ec5607413dadc3a85af81056 authored over 10 years ago by Shane M. Clements <[email protected]>
Update README.md

52386600ccd09c530ca547d02ff80ee1b4953f02 authored over 10 years ago by Amos Blanton <[email protected]>
Merge tag 'v421'

641a149e943257a9ec188fd905c66f50d6001814 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Merge pull request #402 from LLK/camera-zoom-100

Set zoom to 100% after creating a costume from the camera

a8b01ad6da4368f14022950172bfa7cf0e619dce authored over 10 years ago by Shane M. Clements <[email protected]>
Fix renaming sounds in nested blocks

89bcfa29663386eac7cda1a37ff9cd801268c8bf authored over 10 years ago by Nathan Dinsmore <[email protected]>
Now using setSVGData() to properly clear a costume that failed to load.

072160a93c218cb5babc805f94bbe16044a67988 authored over 10 years ago by Shane M. Clements <[email protected]>
Conditionally add or skip the extension add button

8e1e25a1e626d5e5837710162269f61587c31c31 authored over 10 years ago by Chris Willis-Ford <[email protected]>
Set zoom to 100% after creating a costume from the camera

48405a2d3fe051abd215c2ed92c9925d8fad3206 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Fix layout for show button in small stage mode

e4bfaf9f7713b2a960f13bd7886b5a35600df221 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Fix label field widths for multi-word labels

65af11e60b35b1469051fb9daabb9718c8019f9d authored over 10 years ago by Nathan Dinsmore <[email protected]>
Escape % and @ signs in specs

f7f995ed151aab2f19e252e560882cf5d98f6c01 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Update README.md

689832f729452334a24e4da9bbeacd2f0c5aaa5a authored over 10 years ago by Amos Blanton <[email protected]>
Merge pull request #398 from LLK/update-nested-references

Update references nested in other blocks

5917b6a4d06e6a9e45169f703e9c337fce708801 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #380 from LLK/fix_sprite_pickup_while_drawing

Fix unintended sprite dragging while drawing

94760c7bf1739b102fd21c3417b1af1bc82b15fb authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #397 from LLK/reset-block-scale

Reset scale when restoring block state

942d1f8edfb3d44734b673802eb84a06dc434618 authored over 10 years ago by Shane M. Clements <[email protected]>
Fix build status link in README

4dd4811fb178041295a5edb7773904a177da9d8f authored over 10 years ago by Nathan Dinsmore <[email protected]>
Fix link in README

6ff8aa1d705659e44b3d48fa761765ca87c6a7fa authored over 10 years ago by Nathan Dinsmore <[email protected]>
Merge pull request #299 from LLK/readmeEdits

Changes to link to design principles of scratch, explain about PRs for new features

477c5d8740c87aecb755b4d99ace16603566322f authored over 10 years ago by Amos Blanton <[email protected]>
Update references nested in other blocks

ba11fd3ba502eda0eda5d9533a382e924d5ea909 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Reset scale when restoring block state

1276fef2da38ebb3e15358ac921cfb538af02f93 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Add block color editor

4965f9da7f9d5bb645fa64a203b14660c7808c4c authored over 10 years ago by Nathan Dinsmore <[email protected]>
Merge pull request #390 from LLK/illegal

Fix IllegalOperationError when running scratch-flash

c73cbfe8b77f0aae5b33c7e87d8e8cc052db9654 authored over 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #185 from nathan/implement-username-offline

Added a default implementation for the username block when offline

266f5eeb158444c4302715eb4e26bdd1fdef72aa authored over 10 years ago by Shane M. Clements <[email protected]>
Allow dropping reporters on predicates in text/number slots

ebe20dfe8bdf293c507096d6c7d78b1b889b7e70 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Fix IllegalOperationError when running scratch-flash

60c64b83591830725a66199d2d838ac888a17d43 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Fix args appearing when variable names contain %n, etc.

4e5d1f0bba1bbaf40572a4967765c932fd02d159 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Export extension specs as translatable strings

19c4505dbb6ee1e394e093c8228e45e543b79679 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Fix a typo in translation.TranslatableStrings

34700a91b930ef8df13d7c6cc54de2ed4dce06c6 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Check built-in extension block spec translations for argument mismatches

49dcf11469404788be69aafc2864982ef0d3fae8 authored over 10 years ago by Nathan Dinsmore <[email protected]>
Merge pull request #182 from nathan/procedure-editor-font

Update procedure spec editor label font to match block label font

b615f6a1ee50623d67b9e22d3c76bb9b32e4a67c authored over 10 years ago by Nathan Dinsmore <[email protected]>
Show error messages when importing invalid sprites

33302b03f15b03e203b79ebd9c3954904f903ffe authored over 10 years ago by Nathan Dinsmore <[email protected]>
Call into Scratch.app for JS URL fixup

Previously, ScratchExtension was using the File class to fixup JS extensions' URLs. This only co...

2ec4a748d43412cb8ca40bd2aca3dfa0c9410705 authored over 10 years ago by Chris Willis-Ford <[email protected]>
Fix pasting in bitmap editor

6a305bd5797f7fcc09d7f19055bfb0d57342244d authored over 10 years ago by Nathan Dinsmore <[email protected]>
Merge branch 'master' into abstract_external_interface

a2ec6818cb7b3d0c8a7e5f707cf07ae607b6b5be authored over 10 years ago by Chris Willis-Ford <[email protected]>
No longer allowing the proxied mouse-down event to continue propagating. For some reason the stageX/Y values changed after I redispatched it.

d7e6764bea7c87cff3f460de4911b369bc34290c authored over 10 years ago by Shane M. Clements <[email protected]>
Fix small offset when adding shapes in bitmap editor

69721cbcb3302ab6e1f8e5e6ed0dc0f0bf1de27c authored over 10 years ago by Nathan Dinsmore <[email protected]>
Bumped version to 421

07d8d334fed669163532eab3f36426a45f7fedc1 authored over 10 years ago by Shane M. Clements <[email protected]>