Ecosyste.ms: OpenCollective

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

github.com/openfl/starling

Known as the "Cross-Platform Game Engine", Starling is a popular Stage3D framework for OpenFL and Haxe
https://github.com/openfl/starling

Fix NaN value in Tween

0896e4cf25ff74830b3e8839fd8bfe5e56c97d9b authored 10 months ago by Joshua Granick <[email protected]>
Fix @:final deprecation warning

d21f710fc0c82c6fc4772435bb762fddf109a85e authored 10 months ago by Joshua Granick <[email protected]>
Hide private from code completion

76918f8e5266386ec0220e31fc03332b44d5f905 authored 11 months ago by Joshua Granick <[email protected]>
actions: use github.workspace instead of platform specific environment variables syntax

2b29918b0b415bd6473fb12d78970c10c3cf67e0 authored 12 months ago by Josh Tynjala <[email protected]>
tests: html5 index.html template

868ba0a7548bf19467117a7d1b9ce4dfcddd598f authored about 1 year ago by Josh Tynjala <[email protected]>
README: Haxelib before npm

6c078c53ec3f53b9b661eda3c67d7b00843498bd authored about 1 year ago by Josh Tynjala <[email protected]>
actions: don't run tests on Neko since it doesn't seem to work on any platform Github Actions provides

Tests run fine locally on my macOS machine, though.

68c8a96254605106f2ff8df0dc2dc59e55d2b502 authored about 1 year ago by Josh Tynjala <[email protected]>
actions: try neko tests on macOS

0674c953506fe26004bda16c8229050d00a111ec authored about 1 year ago by Josh Tynjala <[email protected]>
actions: try neko tests on Windows instead of Ubuntu

Context3D unavailable error on Ubuntu

f16790aa1882c1ced5cb215639b83c916fe623b7 authored about 1 year ago by Josh Tynjala <[email protected]>
AssetManagerTest: longer timeouts on async tests for CI

314b5ded27416c8a15102b1e32c06efe868e522a authored about 1 year ago by Josh Tynjala <[email protected]>
actions: remove Haxe 3 from neko tests due to Lime JNISafety compatibility issue

bbed58716a2b8fbc029e70f7eac38988ec427ca1 authored about 1 year ago by Josh Tynjala <[email protected]>
BitmapFont: safer parsing of Xml by calling hasNext() on elementsNamed iterator before next()

Was crashing in Haxe 4.0.5 when targeting HashLink

Also, fixed ignored kernings element because...

fb557029606065a05e40a761108689d6ffafd7ba authored about 1 year ago by Josh Tynjala <[email protected]>
actions: forgot working directory again

366afa67cc86985a2c8d7a686eb3812a63ddb8c0 authored about 1 year ago by Josh Tynjala <[email protected]>
actions: consistent Haxe 4.3 version for tests

06fc9d9a6b2496c4356caf6f04f5980af9b2ce8f authored about 1 year ago by Josh Tynjala <[email protected]>
actions: neko and hashlink tests

751e871aebea67fa4a29854575de5bce80473946 authored about 1 year ago by Josh Tynjala <[email protected]>
tests: almost there with async timeout

f5b82e78c2c4dc69087368a22fb851480cd183a6 authored about 1 year ago by Josh Tynjala <[email protected]>
tests: keep on increasing that timeout for CI

9af88fa4036f088ef482ddf8527cd511cfbffd68 authored about 1 year ago by Josh Tynjala <[email protected]>
tests: Haxe 3 compat

2d53cdb1226506ba6a013589d3bda0aa36b26af1 authored about 1 year ago by Josh Tynjala <[email protected]>
tests: try even longer timeout 2

75c6c089e77ac7e9d0304299de3719abdce460ba authored about 1 year ago by Josh Tynjala <[email protected]>
tests: try even longer timeout

1c80c0364cfaa18910af082fa7e20ca972f790c7 authored about 1 year ago by Josh Tynjala <[email protected]>
tests: async tweaks

c98822f269191ff6bc5ace62690a3b97620b262c authored about 1 year ago by Josh Tynjala <[email protected]>
tests: use Assert.isOfType

839362e2f3cf6783268adfdcdb4c723e58b23cce authored about 1 year ago by Josh Tynjala <[email protected]>
tests: Haxe 3 compat

9dfd456e876d13ffaeca0208281b59ddc475ad07 authored about 1 year ago by Josh Tynjala <[email protected]>
actions: Adobe AIR haxe-version matrix

0a352c75224a412c812b74a2c54265a102e618fa authored about 1 year ago by Josh Tynjala <[email protected]>
.travis.yml: remove

fd94d2efdce756205e357fe924161a90abf6b199 authored about 1 year ago by Josh Tynjala <[email protected]>
actions: fix missing openfl and wrong cwd

898837ca9df313199fefc15d2977e248b03cb4d7 authored about 1 year ago by Josh Tynjala <[email protected]>
actions: try running tests on AIR

bbd788964b0dc595f15913f4bab456a2c53448df authored about 1 year ago by Josh Tynjala <[email protected]>
ported tests from AS3

1776333fe2c020ed6d0d42effdcd9d668a7ce26d authored about 1 year ago by Josh Tynjala <[email protected]>
DisplayObject: __is3D should default to false to avoid null

505a0ed5d71008d26f0af7a78387359bbdf037fa authored about 1 year ago by Josh Tynjala <[email protected]>
VertexData: _tinted should default to false to avoid null

6f6876d69867ced69cb1b22b298a67dec5eed65a authored about 1 year ago by Josh Tynjala <[email protected]>
VertexDataFormat.fromString: handle null the same as AS3

78b58fb2bf5f832ca2d2156d5d2605cc96e8bf4c authored about 1 year ago by Josh Tynjala <[email protected]>
FilterChain: constructor arguments should be null

eacc37d5fb472b82139d4198237105fd35d1ff7f authored about 1 year ago by Josh Tynjala <[email protected]>
Polygon: fix null exception when no vertices are passed to constructor

20bff8db6daa02c8e4f185e2418600d063614e53 authored about 1 year ago by Josh Tynjala <[email protected]>
BitmapFont: fix null exceptions from optional XML elements that were incorrectly treated as required

79f6cb3ffc1cf5de2b95633cab742172b8dee7cd authored about 1 year ago by Josh Tynjala <[email protected]>
AssetManagers: use Lib.getQualifiedClassName() instead of Type.getClassName()

Lib.getQualifiedClassName() covers more cases

5bed0e49fbf0f2854050e27905b7f37f968be587 authored about 1 year ago by Josh Tynjala <[email protected]>
add catch blocks for thrown Dynamic values because not all APIs throw openfl.errors.Error

Keeps a separate catch block for Error where appropriate, but replaces Error with Dynamic when t...

ddc4fef3c7ab103140d07a07283737e18e7764b4 authored about 1 year ago by Josh Tynjala <[email protected]>
DelayedCall: fix null exception when args are omitted by using an empty array

dd9776d09f2bb4bea1616aea070320b7ed3b0e03 authored about 1 year ago by Josh Tynjala <[email protected]>
StringUtil: add missing parseBoolean() method

e1c80805f1aec122c8432047e092887c95d3de1d authored about 1 year ago by Josh Tynjala <[email protected]>
actions: bad copy/paste from Away3D actions

e3cdf78e32a2fcd0f3e0763e63b34fbc2114308d authored about 1 year ago by Josh Tynjala <[email protected]>
actions: don't build HashLink with Haxe 3.4.7

8c7fbb32fb0117fc55eb788d07cd23ccd29019f2 authored about 1 year ago by Josh Tynjala <[email protected]>
actions: samples haxe-version matrix

a2cb7ff7cc9949c0b02a0e7a34e287e052a54f5d authored about 1 year ago by Josh Tynjala <[email protected]>
added code for maxNumArgs on HashLink target

2f997b542917c22f1867ec7ebc64718f83209c20 authored about 1 year ago by Mathieu Sénidre <[email protected]>
no need to use the getter here (typo ?)

a8c2c5a9ba42d64dfe0d2d71c357868756126950 authored about 1 year ago by Mathieu Sénidre <[email protected]>
RenderUtil: remove #if hl when handling String profiles

It's better for the Haxe compiler to know that the value is a String instead of Dynamic when ass...

1f0d0b96fea45218ef6727d9ddefa4c384c7bfb6 authored about 1 year ago by Josh Tynjala <[email protected]>
removed unused import

615d792d74969f3536500c58fd7a56d081656b4d authored about 1 year ago by Mathieu Sénidre <[email protected]>
RenderUtil: put back a comment about string profiles

d613d7c125a2990275e4cc0ab5cb9f3a4774bbc7 authored about 1 year ago by Josh Tynjala <[email protected]>
refined fix for HashLink with Josh's help

768ea1ace8cd13ab9d86c28c7ea51d8cd14e2eaa authored about 1 year ago by Mathieu Sénidre <[email protected]>
fix for know issues on HashLink target

47d541c4eb93b280a4dcb728ffaf03d08b7cbdb2 authored about 1 year ago by Mathieu Sénidre <[email protected]>
updated version to 2.7.1

2122459ec9d8e1df3878505c099b307f05a0e43d authored about 1 year ago by Mathieu Sénidre <[email protected]>
replaced unnecessary safe casts with simple casts

ee39899b079a8c768767a8f4c7a684db853ae228 authored about 1 year ago by Mathieu Sénidre <[email protected]>
README: wrong branch for build status

should have been master

87aefa10cfd5632eaca7d12aade801a1c888ae4a authored about 1 year ago by Josh Tynjala <[email protected]>
README: build status to Github Actions

4fc679dcd172be647f29fe1a6f28cc848dcf02d2 authored about 1 year ago by Josh Tynjala <[email protected]>
demo_npm: use openfl 9.3.1 and starling-framework 2.7.0

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

6eb0bb4848208abb08778e3ac7c39dc392328fc0 authored about 1 year ago by Josh Tynjala <[email protected]>
ButtonBehavior: fix bad reference to StatsDisplay in commonjs block

4e2c8d346f0c7b8dcd98c1a59d0120c638a1dda3 authored about 1 year ago by Josh Tynjala <[email protected]>
package.json: openfl 9.3.0

eecfaacdd24e19c8d011e4fd8f141a27666f497e authored about 1 year ago by Josh Tynjala <[email protected]>
actions: package npm

08293ff49756e3cf83dd00bc2122d7034d18a127 authored about 1 year ago by Josh Tynjala <[email protected]>
Add AS3 Mention to Readme NPM Section

f9aea262d6e1a21fb6c32331f5d495c08b2da8a1 authored about 1 year ago by Fancy2209 <[email protected]>
haxe: haxeDependencies

9e23b30afc557507995e1c7ecf3a2c8b84db49f1 authored about 1 year ago by Josh Tynjala <[email protected]>
actions: fix indent

4834fb217c9bd454f87518dfa0ff2acc5a8b4e6f authored about 1 year ago by Josh Tynjala <[email protected]>
actions: needs setup-node action

998bd65f1a205ce6a46b7dd7d75772de70483562 authored about 1 year ago by Josh Tynjala <[email protected]>
demo_npm/haxe: make github actions happy by using same Haxe version

0b2af13a8bdb055d533f2a1da29bc90b2ee600ea authored about 1 year ago by Josh Tynjala <[email protected]>
actions: build npm samples

50abf3c78959b15a61f10c5232a7fdf43e2ae7ba authored about 1 year ago by Josh Tynjala <[email protected]>
update demo_npm with new dependencies

8659867f4f838111936c55b5bcfab87c34e37100 authored about 1 year ago by Josh Tynjala <[email protected]>
action: switch from macos-latest to ubuntu-latest

7fb4ad58fd4c27af83ef88475f80b4d9873e0b80 authored about 1 year ago by Josh Tynjala <[email protected]>
docs don't need cffi

e87ef9219b125f5f257a4399e2803b3f0d6f7e2f authored about 1 year ago by Josh Tynjala <[email protected]>
actions: try docs build with 4.2.5

b6a6d7f73bc3e390256b7038f5613795413e406e authored about 1 year ago by Josh Tynjala <[email protected]>
actions: can build docs with latest Lime again

b42ca5c1fed4ce2c953dbe1356a7c35fce5a5cf1 authored about 1 year ago by Josh Tynjala <[email protected]>
More platforms in docs

5abcf4b433f74506d88a341c3a93ddb5ffa26411 authored about 1 year ago by Josh Tynjala <[email protected]>
docs: no longer needs ImportAll

2c61ab25c47253b17aa4ebfe806e8e96b6b8ea6b authored about 1 year ago by Josh Tynjala <[email protected]>
restore ImportAll for docs

d06e08175e799a2278b0039f748b84165786a172 authored about 1 year ago by Josh Tynjala <[email protected]>
update build to prepare for openfl-js 9.3.0 update

2af8d3b9fbe0c10ee254eb6950f9b2636c9dcc55 authored about 1 year ago by Josh Tynjala <[email protected]>
remove circleci

1c54509e886c06d70d8304f8e3d779c1dffa5508 authored about 1 year ago by Josh Tynjala <[email protected]>
ChildAccess: __children is not available on DisplayObject

41dad4e60decb553f1cd8c7dee0ad7b0d3a4c52a authored about 1 year ago by Josh Tynjala <[email protected]>
untyped code for maxNumArgs on html5 target

db25209cab2873a59a54a23ecc0c18a84a3babff authored almost 2 years ago by Mathieu Sénidre <[email protected]>
fixed BlendMode.isRegistered function error

it happens if you call it immediately after your main Starling class has been added to Starling'...

e67dbc7a8c6172de2947b181b392248553c229f7 authored almost 2 years ago by Mathieu Sénidre <[email protected]>
added note about high-dpi support

c4918dcd8217da647edf73461c47860621cd942c authored almost 2 years ago by Mathieu Sénidre <[email protected]>
haxelib.json: fix version format (closes #168)

72c38d8f1f266070c03a2570ad72f401255b9e8d authored almost 2 years ago by Josh Tynjala <[email protected]>
actions: missed a dep to upgrade

532ede411d1cf9203adf67e43407ed01bc49f074 authored almost 2 years ago by Josh Tynjala <[email protected]>
actions: update deps

ceab9aab21b572dad3b8c4483e8e04b3713f4363 authored almost 2 years ago by Josh Tynjala <[email protected]>
Merge pull request #166 from MatseFR/v2.7

V2.7 fixes/enhancements

2d46494b630519061bd113770ee39855bdde0913 authored almost 2 years ago by Josh Tynjala <[email protected]>
added ChildAccess extension

0aef9e3d8bc79f9ad9a28456fa37ba11c8aceba6 authored almost 2 years ago by Mathieu Sénidre <[email protected]>
handle counting function's arguments using untyped javascript

50f878114b98012bae649811f91fc3d714cd332a authored almost 2 years ago by Mathieu Sénidre <[email protected]>
in as3 Starling createDefaultStyle is public static, so public static it is

3a0dd838c6b223b187b839d8c1cee3cc090748a8 authored almost 2 years ago by Mathieu Sénidre <[email protected]>
Merge branch 'v2.7' of https://github.com/MatseFR/starling into v2.7

04510ae11f9f1470921758c0cc8ad642b80c3330 authored almost 2 years ago by Mathieu Sénidre <[email protected]>
restored static context, juggler and contentScleFactor renamed with "current" prefix

d67063602947b521d3a516f3c5f35e619c064776 authored almost 2 years ago by Mathieu Sénidre <[email protected]>
TouchProcessor: Haxe 3 compat

4de0087e14c3e2e0abf121688cacc37d48a58298 authored over 2 years ago by Josh Tynjala <[email protected]>
Github Actions: build samples

e0f945862acb2908232df30d8103f083b9803f1e authored over 2 years ago by Josh Tynjala <[email protected]>
Github Actions: exclude some files from haxelib

09c4eab37fda885780339bb3e0d2d04220793a83 authored over 2 years ago by Josh Tynjala <[email protected]>
docs: update version and website

c41199bcf2c34ccb9fc3971b746182f85ba21346 authored over 2 years ago by Josh Tynjala <[email protected]>
package.json: update version

a465832cf51a7f93d32486aa8eea2cbd2b173289 authored over 2 years ago by Josh Tynjala <[email protected]>
Merge pull request #164 from MatseFR/v2.7

V2.7

956967f40178287c0e5ae9ded84abd5f6d4aa33f authored over 2 years ago by Josh Tynjala <[email protected]>
Merge branch 'master' into v2.7

a41b236a7b0c8381e18bee883b340bdcfc8a7462 authored over 2 years ago by Josh Tynjala <[email protected]>
added missing constructor param + padding property

dfbe717e7e01302fe78e4ef75ca2ad3915b1211d authored over 2 years ago by Mathieu Sénidre <[email protected]>
fixed "BoolVector" issue - see https://community.openfl.org/t/macos-monteray-app-crashes/13359

757a3afd630b7e5bf6343926f1929ca4fd06509a authored over 2 years ago by Mathieu Sénidre <[email protected]>
Github Actions

ee94b4f71cd714ed60dc51c42c4c3525a473d029 authored over 2 years ago by Josh Tynjala <[email protected]>
haxelib.json: add bowlerhat and Dimensionscape to contributors so that they can do Haxelib releases in the future

c0ce7ba7c5994861f28168a44b80336db9f8caf6 authored over 2 years ago by Josh Tynjala <[email protected]>
Fix Std.is deprecation warnings

f41cce244b78f38ac5c538f922427021ee949545 authored over 2 years ago by Borman2000 <[email protected]>
added missing hsv, hsl, rgbToHsv & rgbToHsl functions

9c7685b19d6afbc4a4cdb720d0702ee3439cb5b7 authored over 2 years ago by Mathieu Sénidre <[email protected]>
fixed Color.interpolate function returning weird values

944cf3a3aa3f0b848172daf0078db1815ebf749e authored over 2 years ago by Mathieu Sénidre <[email protected]>