Ecosyste.ms: OpenCollective

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

OpenFL

OpenFL
Collective - Host: opensource - https://opencollective.com/openfl - Website: https://www.openfl.org - Code: https://github.com/openfl

replaced unnecessary safe casts with simple casts

github.com/openfl/starling - ee39899b079a8c768767a8f4c7a684db853ae228 authored about 1 year ago by Mathieu Sénidre <[email protected]>
updated version to 2.7.1

github.com/openfl/starling - 2122459ec9d8e1df3878505c099b307f05a0e43d authored about 1 year ago by Mathieu Sénidre <[email protected]>
refined fix for HashLink with Josh's help

github.com/openfl/starling - 768ea1ace8cd13ab9d86c28c7ea51d8cd14e2eaa authored about 1 year ago by Mathieu Sénidre <[email protected]>
RenderUtil: put back a comment about string profiles

github.com/openfl/starling - d613d7c125a2990275e4cc0ab5cb9f3a4774bbc7 authored about 1 year ago by Josh Tynjala <[email protected]>
tests: scrollH and scrollV minimum and maximum tests (references #2674)

github.com/openfl/openfl - 6a4f3672b70d68b4012ffe9664363767a3a8a15e authored about 1 year ago by Josh Tynjala <[email protected]>
TextField: enforce scrollV minimum

github.com/openfl/openfl - 2fac7d0326c36ee53e7efe88f8d5a3bae377288b authored about 1 year ago by Josh Tynjala <[email protected]>
fix scrollV

github.com/openfl/openfl - 2f0886958557b9b76c81e1837acbf11361bef1c4 authored about 1 year ago by win11 <[email protected]>
README: actions build status

github.com/openfl/away3d - ab270ec22b90d28d73ccfb1dad1c1eb2d94e8f8d authored about 1 year ago by Josh Tynjala <[email protected]>
README: wrong branch for build status

should have been master

github.com/openfl/starling - 87aefa10cfd5632eaca7d12aade801a1c888ae4a authored about 1 year ago by Josh Tynjala <[email protected]>
README: build status to Github Actions

github.com/openfl/starling - 4fc679dcd172be647f29fe1a6f28cc848dcf02d2 authored about 1 year ago by Josh Tynjala <[email protected]>
flash => openfl package

github.com/openfl/away3d - d8974947bc29bdedfa96048f6833c56e9ed74c66 authored about 1 year ago by Josh Tynjala <[email protected]>
PathExtrude: initialize variable

github.com/openfl/away3d - 3048269498e2596e9f32a8aae9c5e807e49cd484 authored about 1 year ago by Josh Tynjala <[email protected]>
Github Actions

github.com/openfl/away3d - 117bb6b8c4eb46647a645d2c7524ee1fe9628d83 authored about 1 year ago by Josh Tynjala <[email protected]>
haxelib.json: add bowlerhat and Dimensionscape to contributors

Will still require at least one release from previous contributors, of course

github.com/openfl/away3d - 9248d64ae8fb8dd765c2c4aa862e6db6427640bd authored about 1 year ago by Josh Tynjala <[email protected]>
OpenFL 9.3.2 and Lime 8.1.1

github.com/openfl/api.openfl.org - be08321debdd9d4469eb9f50a5bcfe3ccf1960c7 authored about 1 year ago by Josh Tynjala <[email protected]>
Lime 8.1.1

github.com/openfl/lime.openfl.org - 7dacfe7cf93b9a4825d913df3667f726d796cdf1 authored about 1 year ago by Josh Tynjala <[email protected]>
prepare for 9.3.2

github.com/openfl/openfl-js - 36584d967cdc0013c9838b4873cb7e9c1841bc88 authored about 1 year ago by Josh Tynjala <[email protected]>
Prepare for 9.3.2

github.com/openfl/openfl - fa58a56119415e180e5f9c5e3ab05bfc355d11d5 authored about 1 year ago by Josh Tynjala <[email protected]>
prepare for Lime 8.1.1

github.com/openfl/lime - d05f10b15fecd6c39294da7eb5eef56e5f0ff898 authored about 1 year ago by Josh Tynjala <[email protected]>
Sound: minor refactor

github.com/openfl/openfl - 86ee38f28387953feb6e8959dc49a2278b1801d2 authored about 1 year ago by Josh Tynjala <[email protected]>
SoundChannel: ensure that Event.SOUND_COMPLETE is dispatched if sampleData never returns any samplees

github.com/openfl/openfl - 0f01c482aab040e30fcb0b21af79c81e2eebe0b0 authored about 1 year ago by Josh Tynjala <[email protected]>
SoundChannel: when sampleData listeners no longer populate samples, dispatch Event.SOUND_COMPLETE

It was previously stopping playback, but didn't dispatch the event yet

github.com/openfl/openfl - a7b51a90b0dbd020bc306effed2a1388fd5c05b5 authored about 1 year ago by Josh Tynjala <[email protected]>
SoundChannel: fix stop() for sampleData event

github.com/openfl/openfl - 0bafacb27dd5d9e7bba87ad22e48b220d6df2d36 authored about 1 year ago by Josh Tynjala <[email protected]>
Refactor: Move sampleData event implementation from Sound to SoundChannel

This will allow a future commit to make stop() work

github.com/openfl/openfl - 811227413969dd80c2c48f3994d2991e62a32c8c authored about 1 year ago by Josh Tynjala <[email protected]>
Sound: refactor imports

github.com/openfl/openfl - a838795a7f2a595d19b8d5b9f4ca966332b63a5f authored about 1 year ago by Josh Tynjala <[email protected]>
Sound: instead of checking if the sampleData event listener is removed, check if the length of the new data is greater than 0 before automatically stopping

Flash will automatically stop if a listener is still added, but provides data of length 0

github.com/openfl/openfl - 85f579a499b3cd1dee52753a8530ae8279bb3ef5 authored about 1 year ago by Josh Tynjala <[email protected]>
Sound, SoundChannel: refactoring the names of internal variables and removing :privateAccess meta

github.com/openfl/openfl - eec48a6f15289fa1130356e743730a701c9b3e7f authored about 1 year ago by Josh Tynjala <[email protected]>
FileReferenceList: dispatch Event.CANCEL if files.length == 0 on html5 (closes #2672)

Same as FileReference. This catches a specific case where no files are selected, but it there ar...

github.com/openfl/openfl - 08693a78f5c6b01650ff9fb11c0445f2537acc25 authored about 1 year ago by Josh Tynjala <[email protected]>
Sound: if the initial result of the sampleData event is empty, don't ask for more data

Matches Flash's behavior

The SoundChannel should probably also dispatch soundComplete too, but ...

github.com/openfl/openfl - dfcb9b4152f6525e597987faa60ae9f82061652d authored about 1 year ago by Josh Tynjala <[email protected]>
SampleDataEvent: don't throw error if number of samples is 0 on native targets

This check already existed for html5, and it must have been overlooked for native

github.com/openfl/openfl - dc1692929031c35e991c46afa27c984e645d065a authored about 1 year ago by Josh Tynjala <[email protected]>
Sound: fix no playback if play() is called after load() but before Event.COMPLETE

In Flash, you can call play() immediately after load, and it will play once it has enough data t...

github.com/openfl/openfl - 73f3cc1e05d2ec1c8c1d08a8cdbfa69b69d16ab5 authored about 1 year ago by Josh Tynjala <[email protected]>
Sound: if a URL is currently loading, don't try to generate sound with sampleData events if play() is called

Flash doesn't do that. Instead it starts playing after the sound is loaded. OpenFL will need to ...

github.com/openfl/openfl - 5ae332c14006099b595ed56755490672c58e11aa authored about 1 year ago by Josh Tynjala <[email protected]>
Sound: throw error from Sound.fromFile() if AudioBuffer.fromFile() returns null

Otherwise, the sound will have a null buffer, which will make it think that it is meant to dispa...

github.com/openfl/openfl - b882e629a1f5569b6983b39da25e788f624394b0 authored about 1 year ago by Josh Tynjala <[email protected]>
BitmapData: in draw(), set __pixelRatio on OpenGLRenderer (closes #2671)

Ensures that it draws at the correct scale

github.com/openfl/openfl - 5aa54827514dce80d93f532af7dc8a5ccf3e4b41 authored about 1 year ago by Josh Tynjala <[email protected]>
OpenGLRenderer: use __pixelRatio instead of __stage.window.scale (references #2671)

because __stage might be null

github.com/openfl/openfl - 323939b5fd35fdb751998f7f98acf56614529d5f authored about 1 year ago by Josh Tynjala <[email protected]>
Merge pull request #1721 from player-03/escaped-characters

Only escape backslashes in Android SDK/NDK paths. The others don't need to be escaped in .proper...

github.com/openfl/lime - a6aad10e921f04d5db6a97bce38991fd4b15bfb7 authored about 1 year ago by player-03 <[email protected]>
Avoid integer overflow when calculating sound length.

Multiplying `data.length * 8` produces a high number, which in the case of very long audio files...

github.com/openfl/openfl - 7a2f32813722424409aa8324af1ef34711acaf93 authored about 1 year ago by player-03 <[email protected]>
Only escape backslashes in Android paths.

Neither .properties nor .gradle files require anything else to be escaped. And at least in .grad...

github.com/openfl/lime - d931869dcf2a3c5017b93dd4234a3dd63491d9cd authored about 1 year ago by Joseph Cloutier <[email protected]>
Avoid integer overflow for long sounds.

Multiplying `dataLength * 8` produces a high number, which in the case of very long audio files ...

github.com/openfl/lime - 1a3a9bd5c54bfd52cd9a690296c243ccd044f940 authored about 1 year ago by player-03 <[email protected]>
get-involved: more contributor formatting

github.com/openfl/openfl.org - 6b04dc189faad161f75bae256edcdb11b84c7a0a authored about 1 year ago by Josh Tynjala <[email protected]>
get-involved: contributor image sizing

github.com/openfl/openfl.org - 077e66d3d3ce4d879d8c699443bde9e75677f460 authored about 1 year ago by Josh Tynjala <[email protected]>
get-involved: contributor images

github.com/openfl/openfl.org - 4d1af40cf0eabb9086d7c9c9db7ae449d4302dfa authored about 1 year ago by Josh Tynjala <[email protected]>
fix wrench icon

github.com/openfl/openfl.org - 3e357dcad176b2882b967890b3dc24ec46b07310 authored about 1 year ago by Josh Tynjala <[email protected]>
get-involved: formatting

github.com/openfl/openfl.org - bb64ee3c29ef51a5411edd8fd7d0b6a2211fccf5 authored about 1 year ago by Josh Tynjala <[email protected]>
get-involved: link for this website on GitHub

github.com/openfl/openfl.org - e4262b1f2e8015c9196dd68ba6e9141f5b124bfc authored about 1 year ago by Josh Tynjala <[email protected]>
get-involved: add Github Sponsors links

header and footer: tweak get involved icon and links

github.com/openfl/openfl.org - d0633eaadc84f1391735e84bfdc7312867c8a6cb authored about 1 year ago by Josh Tynjala <[email protected]>
get-involved: fix patreon button

github.com/openfl/openfl.org - f33238ebfa9618ed56939d70731ae424e22e41bc authored about 1 year ago by Josh Tynjala <[email protected]>
openfl 9.3.1

github.com/openfl/openfl-samples-as3 - 1f24de058a06d98e1cd7cf46e89bbd4c31e7656e authored about 1 year ago by Josh Tynjala <[email protected]>
config: git address points to lime repo

github.com/openfl/lime.openfl.org - ec3fbc8da66a685ad276d0eb0c00841bb80d83f0 authored about 1 year ago by Josh Tynjala <[email protected]>
Footer: update copyright and add openfl link

github.com/openfl/lime.openfl.org - d1b9ae427225b7913c56ac2e3564a3784aac5602 authored about 1 year ago by Josh Tynjala <[email protected]>
FUNDING: add joshtynjala

github.com/openfl/lime - 51273fb25879f6a99542da52a2bde79404744f42 authored about 1 year ago by Josh Tynjala <[email protected]>
FUNDING: add joshtynjala

github.com/openfl/openfl - 9bb3fe4c2389a15a84807630840ed2b3f60f519b authored about 1 year ago by Josh Tynjala <[email protected]>
Assets: fix loadLibrary() (closes openfl/lime#1718)

Fixes [lime.utils.Assets] ERROR: <asset_type> asset "<library>:<asset_id>" exists, but only asyn...

github.com/openfl/openfl - 09057af4a91c0a9e641f0750f99041392d594f8a authored about 1 year ago by Josh Tynjala <[email protected]>
openfl 9.3.1 and Haxe 4.0.5

github.com/openfl/openfl-samples-haxe - 724185a1fc0a361f276c1e244e442a10d69b6837 authored about 1 year ago by Josh Tynjala <[email protected]>
Vector: fix __js__ warning in Haxe 4

github.com/openfl/openfl-js - e5595ed3fd6273fe01ac80cea7803be3b405eb06 authored about 1 year ago by Josh Tynjala <[email protected]>
fix :enum abstract warning on Haxe 4.3

github.com/openfl/openfl-js - 138b012a3c09c10ed10ed9d0baf440a990cd0e3c authored about 1 year ago by Josh Tynjala <[email protected]>
openfl 9.3.1

github.com/openfl/api.openfl.org - 8a7a60dd2cd98383f48f2bfe0364dd0f3f0c394d authored about 1 year ago by Josh Tynjala <[email protected]>
openfl 9.3.1

github.com/openfl/openfl-samples-es5 - c9cbbcd9d4b5ce2f8fa4d87273d015feeec23327 authored about 1 year ago by Josh Tynjala <[email protected]>
openfl 9.3.1

github.com/openfl/openfl-samples-es6 - 0478440856a400775301d9c41ec9f8f2ac168678 authored about 1 year ago by Josh Tynjala <[email protected]>
openfl 9.3.1

github.com/openfl/openfl-samples-ts - 2070be094c441c54fbacc4868195c5ba19469125 authored about 1 year ago by Josh Tynjala <[email protected]>
openfl 9.3.1 and starling-framework 2.7.0

github.com/openfl/generator-starling-framework - 3a946c5205a4b4cd896329e17df9e141a5bf7924 authored about 1 year ago by Josh Tynjala <[email protected]>
missed as3 openfl 9.3.1

github.com/openfl/generator-openfl - 26e32ae5b2ff4eaddfc103b6a5c412065e55ee5a authored about 1 year ago by Josh Tynjala <[email protected]>
OpenFL 9.3.1

github.com/openfl/generator-openfl - 678728cf9320a15af3c017889bcb410055968bff authored about 1 year ago by Josh Tynjala <[email protected]>
demo_npm: use openfl 9.3.1 and starling-framework 2.7.0

github.com/openfl/starling - 0bc0ee50da3540e606ba877f64ab7a55389de25e authored about 1 year ago by Josh Tynjala <[email protected]>
package.json: openfl 9.3.1

github.com/openfl/starling - 6eb0bb4848208abb08778e3ac7c39dc392328fc0 authored about 1 year ago by Josh Tynjala <[email protected]>
CHANGELOG and haxelib.json

github.com/openfl/openfl - b93ed01c6efa927b4aecea3142de91fe469b52fa authored about 1 year ago by Josh Tynjala <[email protected]>
Update formatting and wording.

github.com/openfl/lime.openfl.org - 2ab23d90876b38979fd36be052292eb66674af0d authored about 1 year ago by player-03 <[email protected]>
Consistently use italics for file names.

github.com/openfl/lime.openfl.org - dca3c81722c07da8ab423d442e4547f032d99c04 authored about 1 year ago by player-03 <[email protected]>
Merge pull request #18 from player-03/project.xml-8.1.0

Improve project.xml documentation, including information about new features in Lime 8.1.0.

github.com/openfl/lime.openfl.org - 680eafe2b205b9b2f755fcf72779587a2a22c560 authored about 1 year ago by player-03 <[email protected]>
Clarify that template syntax doesn't apply to Haxe code.

github.com/openfl/lime.openfl.org - 4f876b1c1d9c4345c8ef9ef4c04f9fe8e92521d8 authored about 1 year ago by player-03 <[email protected]>
ButtonBehavior: fix bad reference to StatsDisplay in commonjs block

github.com/openfl/starling - 4e2c8d346f0c7b8dcd98c1a59d0120c638a1dda3 authored about 1 year ago by Josh Tynjala <[email protected]>
EventDispatcher: Haxe 4.0.x compat

This version of Haxe adds parentheses around js.Syntax.code() output, but 3.4.7 and newer 4.x ve...

github.com/openfl/openfl - 47a7c8f11a68b223d4b6b5e9c0437117c5135546 authored about 1 year ago by Josh Tynjala <[email protected]>
EventDispatcher: Haxe 3 compat

github.com/openfl/openfl - 9d2a16b66ea2ccfe5632a4361df031d1a732a8db authored about 1 year ago by Josh Tynjala <[email protected]>
DateTimeFormatter: Haxe 3 compat

github.com/openfl/openfl - c2dcd3ac8e2ef37a83bac51a6df62e68e0880108 authored about 1 year ago by Josh Tynjala <[email protected]>
FileReferenceList: Haxe 3 compat

github.com/openfl/openfl - 4b98c46d6bff41e96f161e01c07ed4093376a0a3 authored about 1 year ago by Josh Tynjala <[email protected]>
SampleDataEvent: Haxe 3 compatibility

github.com/openfl/openfl - 6033af07ed6cfa99de6759cc9d39099f26a4cf66 authored about 1 year ago by Josh Tynjala <[email protected]>
README: update build status

github.com/openfl/openfl-js - 6e9ff710b073949095a0e1295a843bb7977fdbf6 authored about 1 year ago by Josh Tynjala <[email protected]>
package.json: openfl 9.3.0

github.com/openfl/starling - eecfaacdd24e19c8d011e4fd8f141a27666f497e authored about 1 year ago by Josh Tynjala <[email protected]>
actions: cp on macOS and Ubuntu works differently

github.com/openfl/lime.openfl.org - a405ca7c69f861a6acc3b79493712d63d00e65d5 authored about 1 year ago by Josh Tynjala <[email protected]>
actions: fix copying of docs

github.com/openfl/lime.openfl.org - db7dc8631953054f9f0d2e1a352a0a4b5b0aca9e authored about 1 year ago by Josh Tynjala <[email protected]>
automatically build API docs from tag

github.com/openfl/lime.openfl.org - 2ec453e10d630d0f4da0a7ce602d2024f27edf6d authored about 1 year ago by Josh Tynjala <[email protected]>
Lime 8.1.0 and OpenFL 9.3.0

github.com/openfl/api.openfl.org - 9e88cf4d4f7fccb9e74b1d0f4d76839a4349ef32 authored about 1 year ago by Josh Tynjala <[email protected]>
actions: package npm

github.com/openfl/starling - 08293ff49756e3cf83dd00bc2122d7034d18a127 authored about 1 year ago by Josh Tynjala <[email protected]>
use openfl and lime tags

github.com/openfl/openfl-js - b27555e631f3dcd1e5df071613ad0108b4c86a88 authored about 1 year ago by Josh Tynjala <[email protected]>
CHANGELOG and releasenote

github.com/openfl/openfl - 4a4069c7366186039a5aeabd99bbe068befd563e authored about 1 year ago by Josh Tynjala <[email protected]>
CHANGELOG and releasenote

github.com/openfl/lime - 6d36d6f8740a8215fd1e535016a076c28b893b37 authored about 1 year ago by Josh Tynjala <[email protected]>
SampleDataEvent: clone() should include data and position properties

github.com/openfl/openfl - 71f94efb7b891883ea7645b5d114ceb854d90870 authored about 1 year ago by Josh Tynjala <[email protected]>
SampleDataEvent: needs :keep on public vars that are set in constructor

github.com/openfl/openfl - aacb50c2bb00c5155377502dea74e344a62627ef authored about 1 year ago by Josh Tynjala <[email protected]>
updated CHANGELOG

github.com/openfl/openfl - 1392df3f2df02568dc8a9197a9ace8f8c2c23c6a authored about 1 year ago by Josh Tynjala <[email protected]>
navigation: forgot npm Haxe samples link

github.com/openfl/openfl.org - 66782f307b9d161341082d5a611e30c698687c2c authored about 1 year ago by Josh Tynjala <[email protected]>
navigation: add samples links

github.com/openfl/openfl.org - eddfe45e34cf47e6de290481e7809cc1e48316b3 authored about 1 year ago by Josh Tynjala <[email protected]>
WorldClock: dead code

github.com/openfl/openfl-samples - 825d0dc560a84e10c3e1597dd24223b5d1ff2c89 authored about 1 year ago by Josh Tynjala <[email protected]>
New Sample: Tic-Tac-Toe

github.com/openfl/openfl-samples - 00f16809ebb8fae4b6e345dc8aa5d6b68b6cfe68 authored about 1 year ago by Josh Tynjala <[email protected]>
WorldClock: fix package id

github.com/openfl/openfl-samples - 20a3428229fa9125b37aaed018e7444a7ee1d1d3 authored about 1 year ago by Josh Tynjala <[email protected]>
.circleci: removed

github.com/openfl/openfl-samples - 2c03eb75c7520913e26e7182541da122b6b2e56e authored about 1 year ago by Josh Tynjala <[email protected]>
New Sample: World Clock

github.com/openfl/openfl-samples - 61170eb7b9c2dc6c1e18a03f3ccad69aa4f2840b authored about 1 year ago by Josh Tynjala <[email protected]>
.gitignore: .DS_Store for macOS

github.com/openfl/generator-openfl - 0d0d194eff1934622c7ce3b4254110b7ba01976e authored about 1 year ago by Josh Tynjala <[email protected]>
README: consistency with generator-openfl on copyright

github.com/openfl/generator-openfl - 9cc3997937247b3cd1879f8fe311d5ef882ab290 authored about 1 year ago by Josh Tynjala <[email protected]>
.gitignore: .DS_Store for macOS

github.com/openfl/generator-starling-framework - a5aa462907c5daaf37b17b5b84580acf97d50958 authored about 1 year ago by Josh Tynjala <[email protected]>