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

Reducing vertex buffer transfers in favor of using shader constants to pass effect data.

46596effd9dbd2938083c01f323911ccac611087 authored over 9 years ago by Shane M. Clements <[email protected]>
Honor resolution setting if present in JSON

The backdrop JSON can optionally specify the bitmap resolution to use
for a given backdrop. Prev...

6d2ad4c45636aefd68508e317c2140f8bf9552ac authored over 9 years ago by Chris Willis-Ford <[email protected]>
version 437

3ec5460798e7e11069b4a360e1bdf36ebb730f9e authored over 9 years ago by Shane M. Clements <[email protected]>
Now only altering String values. Optimized.

f018d86ebf7df5787f351e519a83079077a22899 authored over 9 years ago by Shane M. Clements <[email protected]>
Avoid AS3 class properties when using the Dictionary to cache lower case strings

65adc06cfd2c1f5bb1ef292f6a7978ee8a667134 authored over 9 years ago by Shane M. Clements <[email protected]>
Merge pull request #753 from cpseager/fix_delete_internal_extensions

Do not permanently delete internal extensions

be5fff1fa5d3c26428145d75c84f244d97f69301 authored over 9 years ago by Chris Willis-Ford <[email protected]>
Merge pull request #754 from cpseager/move_extension_LED

Move extension LED left

47d8a8ad41daedacc505e4bf22aa81363cdf872a authored over 9 years ago by Shane M. Clements <[email protected]>
Merge pull request #774 from LLK/better_ieee_support

Added mono and double precision support.

4856b775b5afc4f8ad02dd8d2270e37896298d96 authored over 9 years ago by Chris Willis-Ford <[email protected]>
Added mono and double precision support.

eb8980e71db05398af519ae5549ddcc4c9261666 authored over 9 years ago by Shane M. Clements <[email protected]>
Bumped to version 436.1

246b5293e99cc3c701d89738cb36d0066e6e9ec6 authored over 9 years ago by Shane M. Clements <[email protected]>
Merge pull request #768 from LLK/IEEE_WAV_decoding

IEEE WAV audio file decoding

7a990de9db10bbc91f966276bcf8ada2612a5ec4 authored over 9 years ago by Chris Willis-Ford <[email protected]>
Tweaked the floating point conversion for WAV files

7aef625a0fab585da8b264392a445020c6377496 authored over 9 years ago by Shane M. Clements <[email protected]>
Merge pull request #732 from AndersBillLinden/issue727

Fixing issue 727

b0e8d9457e8c67dd2be5c4c23811d2b5b9ed6516 authored over 9 years ago by Chris Willis-Ford <[email protected]>
Removed unused channels property

be0c0304ac4cf66e2aad9c2221c8ce3b08f8a1bb authored over 9 years ago by Shane M. Clements <[email protected]>
Now converting floating point samples ourselves.

988d2b203d8ceb7e2ad55c0628ad16897f71a09e authored over 9 years ago by Shane M. Clements <[email protected]>
Trying to workaround the bug in loadPCMFromByteArray

5ccb92f8d71af763d8ee7d9d0303aedacd761d43 authored over 9 years ago by Shane M. Clements <[email protected]>
Attempting to use loadPCMFromByteArray() but the sound has zero length.

ce8a90d004753595c3bbd6a3260ee0513816318d authored over 9 years ago by Shane M. Clements <[email protected]>
A little code to investigate (begin implementing?) support for WAV files that can't be imported.

b90b838eecfd0a108414d38885ff6566d12ba620 authored over 9 years ago by Shane M. Clements <[email protected]>
v436

c32f3b82ad0b9744541cf32b277b98ba1a84566a authored over 9 years ago by Chris Willis-Ford <[email protected]>
Merge pull request #761 from LLK/fix_3d_exception

Always check the buffers when rendering an individual child.

17b00b224a433742538771d00e1248d8882372d4 authored over 9 years ago by Chris Willis-Ford <[email protected]>
Always check the buffers when rendering an individual child.

f80002a10f7fa71b667b7e87e91eb0e37aa6908f authored over 9 years ago by Shane M. Clements <[email protected]>
Bumped version to 435.3

7577b910fb7895ea31f7e1666d8ac4cacfd3fee0 authored over 9 years ago by Shane M. Clements <[email protected]>
Move extension LED left

Shift extension LED left so not partly obscured by vertical scrollbar with extensions with many ...

7c52627444245ab63c0210cc545bb7bbd2e54f72 authored over 9 years ago by scraxe <[email protected]>
Do not permanently delete internal extensions

Internal extensions should only hide/show blocks, not be permanently deleted, as this stops add-...

a794f8d6b08f21a4e904accb9d42d9161177cf2c authored over 9 years ago by scraxe <[email protected]>
Merge pull request #752 from LLK/fix_wedo

Call resetPlugin before installing project or loading extensions.

b978ae201636f85a85b3a32c88c1596ff9e4c091 authored over 9 years ago by Chris Willis-Ford <[email protected]>
Call resetPlugin before installing project or loading extensions.

c82a035d8cc0e2744c4eb153ac8ce01263ea6d87 authored over 9 years ago by Shane M. Clements <[email protected]>
Moving up inner functions of ScriptsPane.updateFeedbackFor().

ac214954c3add0050e2a63a3bb9cd9fd6110f6c7 authored over 9 years ago by AndersBillLinden <[email protected]>
When dragging a block from the scripts palette to the scripts panel, insertion/wrapping previews will only occur when the mouse is inside the scripts panel.

1be8f5cdc444b05af93c2da64c6af48b51b2948e authored over 9 years ago by AndersBillLinden <[email protected]>
Removing getters Block.isBroadcastSender and Block.isBroadcastReceiver, instead checking the value of Block.op.

c9c18882dc7a33ccd78f0aa975c6393fe31e3140 authored over 9 years ago by AndersBillLinden <[email protected]>
Renaming broadcasts (using right click menu)

749554136899f6faf330a41b35a3675654161427 authored over 9 years ago by AndersBillLinden <[email protected]>
Aborting block drag operations by pressing ESC.

606889827a54a4a782a7cdd148e4d0b8dc78313c authored over 9 years ago by AndersBillLinden <[email protected]>
Merge pull request #747 from LLK/fix_exc_pres

Add null check and improve load handling

a97973c1a02a71ea63b8daa2ca6bc3d40fbc820b authored over 9 years ago by Chris Willis-Ford <[email protected]>
Add null check and improve load handling

e51439da7704fd941792bdb2798de8926d809a63 authored over 9 years ago by Shane M. Clements <[email protected]>
Merge pull request #743 from LLK/fix_null_stage

Fix null stage refs in paint editor by adding a static var for the stage

cde0431b45183257cf379656a6f57c54664ce917 authored over 9 years ago by Chris Willis-Ford <[email protected]>
Fix null stage refs in paint editor by adding a static var for the stage.

95df4967c74403dc2cb17e9e459654fd086bad1d authored over 9 years ago by Shane M. Clements <[email protected]>
Bumped to version 435.2

2c7c0fce49bc82fe3a5d3765d15886c94ea62ba7 authored over 9 years ago by Shane M. Clements <[email protected]>
Merge pull request #740 from LLK/stop_dragging_while_loading

Don't allow drags to start while a project is loading.

fe232f753d8c462b96e4b477b1f4480c5fcf5476 authored over 9 years ago by Chris Willis-Ford <[email protected]>
Don't allow drags to start while a project is loading.

2dffbe2e44d0b6b3323ee47173e62835715908ef authored over 9 years ago by Shane M. Clements <[email protected]>
Merge pull request #739 from LLK/remove_backpack_logic

Removed logic for handling items from the backpack

8caf20d98027672d9f6a3ad927c78b096d433c52 authored over 9 years ago by Chris Willis-Ford <[email protected]>
Removed logic for handling items from the backpack

cb1d5ec72a4ae851d132a6eec9af5ad89fedd580 authored over 9 years ago by Shane M. Clements <[email protected]>
Merge pull request #736 from LLK/fix_pen_alpha

Added support for pen alpha

c9bb191a68e2ece59ffd390468c731767ab3f55e authored over 9 years ago by Shane M. Clements <[email protected]>
Now supporting pen alpha when the pen color format is ARGB and alpha is greater than zero.

9a0a73345bfff36f16b0ea62d849ed46244faaac authored over 9 years ago by Shane M. Clements <[email protected]>
v435.1

07fd87dc336f447951486188c276e68217a66a4b authored over 9 years ago by Chris Willis-Ford <[email protected]>
Merge pull request #713 from LLK/fix_int_fix

Added type check for random block

a0be4e27766a243fcad6d8113f60cda529f1e6ac authored over 9 years ago by Chris Willis-Ford <[email protected]>
Re-added support for generating integer random numbers when two reporters are the arguments to the random block and they both return integers.

22d498b8340e57ae402e5d67bbb44ada7d439f24 authored over 9 years ago by Shane M. Clements <[email protected]>
Added type check for random block

20718f1ce0b6aa8638d8a712644d3cd214015c13 authored over 9 years ago by Shane M. Clements <[email protected]>
Bumped to v435

fa70358b006f2431d937823d3faa65c8c1801fce authored over 9 years ago by Shane M. Clements <[email protected]>
Merge pull request #699 from LLK/fix_3d_video_trans

Fix video transparency in 3D mode

43a9507153bc4638df2fd8145c8201a8de18636b authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Simplified ghost activation logic.

6bec3f19d31c5ca41a68fa474842a606fd3c9931 authored almost 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #702 from LLK/refactor-imagespart-scriptspart

Refactor imagespart scriptspart

86c1ffe7ecf6f71351356c5d174d5f92774bf8b4 authored almost 10 years ago by Shane M. Clements <[email protected]>
Make ScratchStage initialization overridable.

565810a7d085522da6b0ff8b6b0504fc81606cb9 authored almost 10 years ago by Sayamindu Dasgupta <[email protected]>
Merge pull request #698 from LLK/fix_integer_processing

Fix integer processing

d0fdaa101f88c4c0d3bc956d94cc5c6733845db2 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Removed old numeric value processing code.

9bec728860215cef384af9ab067143cc3557f4d7 authored almost 10 years ago by Shane M. Clements <[email protected]>
Fixed faulty INTEGER logic / Scratch definition.

8f6d8c6bb5c441a14ba3b0af31cf7fb76da546c5 authored almost 10 years ago by Shane M. Clements <[email protected]>
Fixed logic for requesting random integers.

c76111a13dc4bbcb9bcad5c2ed0b4a95bdfc95a6 authored almost 10 years ago by Shane M. Clements <[email protected]>
Removed redundant check. Fixed NaN handling.

fc96cb9c0aa07c6e0618062a9be034220f02adfd authored almost 10 years ago by Shane M. Clements <[email protected]>
Refactor ImagesPart and ScriptsPart.

This makes it easier to inherit from these classes in derivatives.

5965e4b4e6c9071c2538e333ea6ca6157a32e8e5 authored almost 10 years ago by Sayamindu Dasgupta <[email protected]>
Merge pull request #618 from AndersBillLinden/only-one-filefilter

Only have one FileFilter containing both suffixes (.sb and .sb2)

d364d76bda9dff2883695fd0846e9deefb551ba9 authored almost 10 years ago by Shane M. Clements <[email protected]>
Fix video transparency in 3D mode

aad2dc53d5683c6f0f423a6c7dd5c88bf97ac709 authored almost 10 years ago by Shane M. Clements <[email protected]>
Fix integer processing

f28ab601701d6c15794400a55b50e116a7fc99c5 authored almost 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #693 from LLK/fix_offscreen_centerbutton

The top-right image editing buttons are now anchored.

3218bcd5f83f071d862d18b8ff65e3fd056b1169 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Merge pull request #690 from LLK/fix_large_backdrops

Now detecting high resolution bitmap backdrops

9d3f509893e0cf035cd20a0a08669d6a76a1aa6d authored almost 10 years ago by Chris Willis-Ford <[email protected]>
The top-right image editing buttons are now anchored.

51fafe434bae43955209a167714f4fd876b39257 authored almost 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #692 from LLK/disable_crop_button

Disabled crop button unless there is a selection in the bitmap editor.

eee1236c93f8b39828e8d80a087f5dbf55b05177 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Disabled crop button unless there is a selection in the bitmap editor.

a254a22b131c390534efe706c96e19962a4fe6b7 authored almost 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #691 from LLK/fix_pen_dots

Fix pen touches

40cc5e1dbb42154977d615b5887359d6c486f876 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Merge pull request #687 from LLK/3d_cleanup

Removed unused methods in interface. Cleaned up and optimized stamping.

bc13eb3e66d73c25e34161a43f931d46215cc6c2 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
When penDown is called, draw a tiny circle instead of a tiny diagonal line.

705f9e50217f86b82e130c3862e83021d80d60f9 authored almost 10 years ago by Shane M. Clements <[email protected]>
Now detecting high resolution bitmap backdrops and setting the bitmapResolution.

a98552ed74a8cf235ad414cf08bd95183ab464db authored almost 10 years ago by Shane M. Clements <[email protected]>
Removed unused methods in interface. Cleaned up and optimized stamping.

e7c22a69b58af7014f3ccaa0dbb17984c6fa2d28 authored almost 10 years ago by Shane M. Clements <[email protected]>
Fix for #685. Fixed blend mode and clearing of filters before rendering.

1394d2b746804125c2906a6ce8050a9ad207cab3 authored almost 10 years ago by Shane M. Clements <[email protected]>
Remove translation metadata from translator map

By convention, a PO file contains a metadata entry that uses the empty
string as its key. Our tr...

f8b34989107ae89a7567d3df43f17d96a92e7fa8 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Merge pull request #681 from LLK/bug/621

#621 Adding ? At the End Of List Contains Block

8ee5300b8445404eda043e9eb8e9554afe3b8792 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Adding ? as per issue 621

6e12322d2e5fa71c298b367084a8dd0affdb3e16 authored almost 10 years ago by Randy Jou <[email protected]>
v434

bbe2e046e45d2611adf5332135041cb61c1a4425 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Merge pull request #670 from LLK/optimize_hat_processing

No longer creating closures with every call to startEdgeTriggeredHats.

6c29f9e66c49883cd8c3658e12ec1cfb643cffae authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Merge pull request #665 from ArturoCastellon/Issue_569_Sound_tab_jumping_after_selection

Fix sound tab list jumping to top when selecting sound

76a32c46294a57a40288277bc64205136bd5ec28 authored almost 10 years ago by Shane M. Clements <[email protected]>
No longer creating closures with every call to startEdgeTriggeredHats.

2a5d2828349606ac0327b631c1f2fe26147e121a authored almost 10 years ago by Shane M. Clements <[email protected]>
v433a

b61225601f410711372226b7896f6b9d4df95732 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Merge pull request #669 from LLK/fix_3d_issues_

Fixed compile warnings.

24159c77bc12e667b5bfd3ae871f927ba2e9cec9 authored almost 10 years ago by Shane M. Clements <[email protected]>
Fixed compile warnings.

51b2a1a5ead94dc362508fffac7f54a51d3666f6 authored almost 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #666 from LLK/fix_3d_issues_

Fix 3d issues

81ae4a07e2fd25b9ce229419bd4b18ff97785c36 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Worked around an issue caused by adding an effect and hidding sprites in the same frame - the vertexData buffer wasn't big enough to upload the data.

76c3ee13e854bae76d63391ec3c5fcfc6a5fbdd7 authored almost 10 years ago by Shane M. Clements <[email protected]>
Fixed exception which occurs when a sprite is created and it is hidden (duplicating a hidden sprite).

49e40f0175c0c125a2eacd15f3d62f487cf37d83 authored almost 10 years ago by Shane M. Clements <[email protected]>
Added missing null checks.

64d266406af3bd4ff255628db79dc078c5bc1414 authored almost 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #664 from LLK/fix-ASstartProject

Prevent crashes in stopEvent() with a null check

b05bad768188a6735bc51d85d7cd4a632529c1f9 authored almost 10 years ago by Shane M. Clements <[email protected]>
Fix sound tab list jumping to top when selecting sound

5da6fddc2772fd43a4cdc23485404d68cc206df6 authored almost 10 years ago by Arturo Castellon <[email protected]>
Prevent crashes in stopEvent() with a null check

49fbec7df3c4f90f5359c0ff89ea5fe3866924ff authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Merge pull request #663 from LLK/fix_sound_typeerror

Added null check for donefunction.

2fb7dfe02e1e080e849e6dd40494a21815ba57a7 authored almost 10 years ago by Shane M. Clements <[email protected]>
Added null check for donefunction.

92ec578a06d4d68fecf31dcaf41fc3e0614c2748 authored almost 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #661 from LLK/fix_watchers_in_3d

Now masking watchers properly in 3D

68b73a1edd63f97439fa8061c76d006964c7183e authored almost 10 years ago by Shane M. Clements <[email protected]>
Now masking watchers moved to the uiContainer just like they are in the normal ScratchStage.

b52eef842f07cb42ec2b410b0eef269fa9368162 authored almost 10 years ago by Shane M. Clements <[email protected]>
v433

323a9528e4d855d3cf71755cabe1e031ce6880a4 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Merge pull request #652 from LLK/new_media_lib_ref

Media library refactor

d85ed7f3ebcb62c681e3b324b3bd89f31f647fe1 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
Added support for importing costume centers and bitmap resolutions from the media library.

b1014ab1fd4ab28e16a6599bfef2c90b6d8861ed authored almost 10 years ago by Shane M. Clements <[email protected]>
Split media library into separate JSON files by type.

328654e17411cae43e83257e97294d144e6ff431 authored almost 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #643 from LLK/fix_distance_nonexistent

The distance to a non-existent sprite is now 10000 (was 0).

f9885de88083f34437b9427c6ae25d60be054b13 authored almost 10 years ago by Chris Willis-Ford <[email protected]>
The distance to a non-existent sprite is now 10000 (was 0).

7f2fba1bd07818cd39b86add5db9dbf00fcddc5c authored almost 10 years ago by Shane M. Clements <[email protected]>
Merge pull request #642 from LLK/convert-to-bitmap-crash-fix

Convert to bitmap crash fix

57dadab245a7ea3564fd41c6fd8b21ce02418487 authored almost 10 years ago by Shane M. Clements <[email protected]>
Use Boolean for ignoreResize

d13974f75d352313993e3b90ed6ea806d45713b6 authored almost 10 years ago by Chris Willis-Ford <[email protected]>