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

Merge pull request #4 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

a5745ab68f6ca10d1f99cc900fa0d08f5d400f4e authored over 8 years ago by vroad <[email protected]>
Add Gitter badge

e7c49db3e63eeed7de455da72936e73b221ddb04 authored over 8 years ago by The Gitter Badger <[email protected]>
Merge branch 'auto'

2b842145a2c3cda4bd70d4649c9fb79848b9ff0e authored almost 9 years ago by vroad <[email protected]>
Update to 1.8

c4e5662293b52a88dc536a47bc5d5f8095a2f4e5 authored almost 9 years ago by vroad <[email protected]>
Compile fix for latest OpenFL

c1531666ea166c10c123f687f906adbb1a9f877e authored almost 9 years ago by vroad <[email protected]>
Do not use startVertex and numVertices in uploadFromFloat32Array

3513bee57cc9fcbf7fcec290475c3e13b0ec0e3f authored about 9 years ago by vroad <[email protected]>
Minor fix to uploadIndexBufferFromInt16Array

beb7afc44be400349fbcc42b18d06a7a9a6859d9 authored about 9 years ago by vroad <[email protected]>
Do not use Context3DRenderMode on OpenFL for now

956d10cc3fb88d893540e2119e1a0a10b61b8ffb authored about 9 years ago by vroad <[email protected]>
Shared code fixes

ae573998b67cf97f9169de5536e4ff358ebf038e authored about 9 years ago by vroad <[email protected]>
Set RenderAlpha only when tinted

9d506ce3de044fc20ffc2bc530ceef3fbb7e5ec0 authored about 9 years ago by vroad <[email protected]>
Remove isAlphaOnlyTextureFormat for now

3e400025c386708e38fd6b51572e9d62fe8642ce authored about 9 years ago by vroad <[email protected]>
Use software text rendering for all platforms

cb6d367f56048c153537d90fae75a7c743e49a00 authored about 9 years ago by vroad <[email protected]>
Temporary flash fix

708510c6d3048c7789dfa3c78b1367cb4a14e50b authored about 9 years ago by vroad <[email protected]>
Use Vector on all targets

1f9437f97e29e10424b21df2f8594af7f535ef02 authored about 9 years ago by vroad <[email protected]>
backport of QuadBatch forceTinted fixes

8a1a17a8927a12116154b0da24fc6cb725587ad1 authored about 9 years ago by vroad <[email protected]>
Fix MEM of StatsDisplay

156089d271bee92322b4ce7b335d73f0885bd563 authored about 9 years ago by vroad <[email protected]>
Remove workaround for MatrixUtil

2d3f03631d3fcc1f2940d6fc12ab69623ba0f4af authored about 9 years ago by vroad <[email protected]>
Use numVertices and numIndices in VertexBufferUtil

d6acfb371e1c3e3301304d7202cc5ce8cbe45a40 authored about 9 years ago by vroad <[email protected]>
Update README.md

eab1c217dc3b9fbaa9bd0576572885ac0a1e2ced authored about 9 years ago by vroad <[email protected]>
Delay whole asset loading process

c52609ff12324663bcf250e6aacac816f3dc1a29 authored about 9 years ago by vroad <[email protected]>
Fixes for android build - Resize handling, full DCE, disabling stencil buffer, loading without URLLoader, etc

d46e4bfe7823ce180ee9e9b1c355b8a787b9d417 authored about 9 years ago by vroad <[email protected]>
Shared code fix

a4f9b8ca5549fb94fa6db7794b043b42c1096333 authored about 9 years ago by vroad <[email protected]>
Enable Stage3D moving

121f7c41691b73415857b30581179352ce4d990e authored about 9 years ago by vroad <[email protected]>
set statsDisplayFontName by default

6372076b4b0ad7c854b7cc7def253d18b64819b8 authored over 9 years ago by vroad <[email protected]>
Fix FTBFTextureCache to use unscaled texture

bee0d51c218171bb498daae20b3b4714c7526153 authored over 9 years ago by vroad <[email protected]>
Do not use SystemUtil.executeWhenApplicationIsActive

c04fbd5e937543238c48955ccac5e788f86074e6 authored over 9 years ago by vroad <[email protected]>
Workaround for cpp typedarray issues

a4eb13fc4d9b75eb7db511fdb59aaa2a9d948584 authored over 9 years ago by vroad <[email protected]>
Remove startup.jpg and startupHD.jpg

e58ac74c84b82adf5e9168bc8caf9d082d75f570 authored over 9 years ago by vroad <[email protected]>
Dead code elimination fix

1eecc2a6c09bf83e60b2de10d8e1251052b8fcc9 authored over 9 years ago by vroad <[email protected]>
Update README.md

1d02a16d2a483d3443cb047495fab1ec4bf12edc authored over 9 years ago by vroad <[email protected]>
Merge branch 'auto'

Conflicts:
samples/demo/assets/textures/1x/atlas.png
samples/demo/assets/textures/1x/atlas.xml...

21c9f57aa549065591a95e2676af8c5f9f57e340 authored over 9 years ago by vroad <[email protected]>
Convert samples

77855695b8af617a37b4e506c194cd1f69040d63 authored over 9 years ago by vroad <[email protected]>
Add 1.7 sample

bf7c2680641632e5583ed24b62ce897de4f2eacd authored over 9 years ago by vroad <[email protected]>
Enable depth and stencil for now

a4a87da6acb5cc7b0781c014fb5699826909e443 authored over 9 years ago by vroad <[email protected]>
Fix Canvas constructor

ec5251424231ff3ff8476af6d9bf93afd7449ca8 authored over 9 years ago by vroad <[email protected]>
Use ArrayUtil.resize and clear instead of splice where possible

cce074b94c83fe390e8ba0b909513c80b8a25ba6 authored over 9 years ago by vroad <[email protected]>
Fix Sprite3D constructor

c63831f4dab30c17ccc4552b79f7942c04467986 authored over 9 years ago by vroad <[email protected]>
Improve TextRenderer

- Try to reduce unnecessary matrix calculation in RenderSupport
- Use premultiplied alpha instead

8da14fac1c8452e982e65d181f5641070247d049 authored over 9 years ago by vroad <[email protected]>
Add getTextRenderer

9e9e125d573771d6d4902bb5a30e0354b0800392 authored over 9 years ago by vroad <[email protected]>
Reuse TextField texture when possible

f56d55f17aca26af7b6bf61f9e205c226a3c8f8d authored over 9 years ago by vroad <[email protected]>
Fix SystemUtil.supportsRelaxedTargetClearRequirement

10d98c4f6ed39ce6e82c77fbe31eed16b925f65d authored over 9 years ago by vroad <[email protected]>
Fix unnecessary cast

956a365768be8e2e9fa51439f69f272d3cc508ff authored over 9 years ago by vroad <[email protected]>
Fix Canvas and Sprite3D

ebf85cf78f0fcbfba378f32c485b1030f9c7149f authored over 9 years ago by vroad <[email protected]>
Try to support flash (still doesn't work)

9ce2113a46aa7ef31e4e736ae974e834951183fe authored over 9 years ago by vroad <[email protected]>
Add TextFormatAlign.START and TextFormatAlign.END to matching patterns

a80678130e5cbe57302eb5d51188a674f2c52c73 authored over 9 years ago by vroad <[email protected]>
Remove unused TextField.getBounds call

677b572da7e1cd0cba55c70066c9dc6ad9c7cab6 authored over 9 years ago by vroad <[email protected]>
Fix problems with flattening cached texture (Cached filter texture gets disposed too early)

e440b23948d87b8330c5d598abd28e5b1d065294 authored over 9 years ago by vroad <[email protected]>
Restore use of dynamicDraw property

55a462d9dc0bb4cb9c98294a0ec9ca961972e353 authored over 9 years ago by vroad <[email protected]>
Fix rendering of alpha-only textures

98e35d1f529e30b3f2e737108fb074483c0b3986 authored over 9 years ago by vroad <[email protected]>
Use previous RenderSupport instance for restoring previous clipRect

7e9ef8bcc43c86a0f7c9728f13ace2f670ab3f9f authored over 9 years ago by vroad <[email protected]>
Fix a problem that Starling.contextValid always becomes false on OpenFL

81cbe1272fdfff493b2f40cd586e54c0ab84cd09 authored over 9 years ago by vroad <[email protected]>
Merge branch 'auto'

Conflicts:
starling/animation/Juggler.hx
starling/animation/Tween.hx
starling/core/RenderSupp...

4a8ff0ba195dc392fb09edf824e2323311a7d207 authored over 9 years ago by vroad <[email protected]>
Update to 1.7

fd9ae606cb4b688d9c326523689f16ce9e98b7f0 authored over 9 years ago by vroad <[email protected]>
Update .gitignore

1f2b234c70f61a3e519038b7cac5c09ab9a1812b authored over 9 years ago by vroad <[email protected]>
Store some context-specific data in Starling.contextData

882eb577d398e22cbe666702f06f82d3818b9df5 authored over 9 years ago by vroad <[email protected]>
Update TextRenderer to support OpenFL 3.3.0

b7d55fe5ad5e2b1e928557e124e3f40239bb8e80 authored over 9 years ago by vroad <[email protected]>
Fix safe_cast

ed672b652166a120200a2919409655d1e7d9824d authored over 9 years ago by vroad <[email protected]>
Fix sTmpWeights

c75fd450dfad8c9a7589cbf059dc2fd26f01f5c0 authored over 9 years ago by vroad <[email protected]>
Use premultiplied alpha

b8bf8fccc6f5d88ddf4573e40b7aab7f4d5eba5f authored over 9 years ago by vroad <[email protected]>
Fix render state issue with TextRenderer

2f79416f87d9a96f8e0d6c4306c9b7342fcb779a authored over 9 years ago by vroad <[email protected]>
Fix EventDispatcher constructor

f5a473d5f0a6f8099c9e8798fac769a5023c753b authored over 9 years ago by vroad <[email protected]>
Optimize BlendMode.getBlendFactors

189aecb16f72bcb1f89204b24aca8c50f6336047 authored over 9 years ago by vroad <[email protected]>
Comment out TextFieldGraphics.update, as it causes OpenFL TextField to render glyphs

65232853e48f72c106ba49b606735ffa0012c564 authored over 9 years ago by vroad <[email protected]>
openfl 3.1.1 fix

03cdeb5b8df9c6af80563b66045edf1f97d75005 authored over 9 years ago by vroad <[email protected]>
Statically link nodejs lib again

21e5d265b96c26d764a13e37b2c872ffe18d9b78 authored over 9 years ago by vroad <[email protected]>
Add package.json

059473382f23f198549e30faaea1ed535f690fd4 authored over 9 years ago by vroad <[email protected]>
Shared code support

c383356de098a650467a61ca02cdd32e87251266 authored over 9 years ago by vroad <[email protected]>
Remove use of OpenFLStage3D

a98ed5a48f2ecb7bc87d154ab353e838f1fdb182 authored over 9 years ago by vroad <[email protected]>
Remove cast to Float in Tween

a2735081ca1914f4cad0489a58487d0f81727c79 authored over 9 years ago by vroad <[email protected]>
Fix compile error with latest OpenFL

502a75c3c00e015c74adf4f8a85b9a1a2a280979 authored over 9 years ago by vroad <[email protected]>
Minor fixes

fdfdb90197db319818b0dabfd433035e438079f9 authored over 9 years ago by vroad <[email protected]>
Various fixes

146721ccd244ef212fa895ade9c0ba73cd997b75 authored over 9 years ago by vroad <[email protected]>
Merge commit '7d58af33cb5223f020a575be6c0695a8d54c03f9'

168dea37c83508c26dab6c018ef370e8ae2c2303 authored over 9 years ago by vroad <[email protected]>
TextRenderer fixes

8bd3daa3f999f263b5512f43aa7a0734f187a36e authored over 9 years ago by vroad <[email protected]>
Merge commit 'f45606ba581f9bb10e25ce73023746e2f318463f'

Conflicts:
starling/core/Starling.hx
starling/text/TextField.hx

7d58af33cb5223f020a575be6c0695a8d54c03f9 authored over 9 years ago by vroad <[email protected]>
Use Context3DRenderMode instead of String

Conflicts:
samples/demo_web/src/Demo_Web.hx

538bf65b3cd0999469c17183e4a455e7c0ff584f authored over 9 years ago by vroad <[email protected]>
Minor fix

865d53eddb4ada2fea34ac91d8773061e60cb4ef authored over 9 years ago by vroad <[email protected]>
Workaround typed arrays issue with haxe 3.2

f10074af87b0272682f1872a564c62931cdd77d9 authored over 9 years ago by vroad <[email protected]>
Initial implementation of TextRenderer that supports OpenFL TextField

c43ec73de8a6b5009b56588d27d2483bd4d7bc91 authored over 9 years ago by vroad <[email protected]>
Update to latest OpenFL

9229afa927839da6a24173c670a8496064e5890c authored almost 10 years ago by vroad <[email protected]>
Merge branch 'auto'

Conflicts:
com/adobe/utils/AGALMiniAssembler.hx
starling/animation/Juggler.hx
starling/animat...

f45606ba581f9bb10e25ce73023746e2f318463f authored almost 10 years ago by vroad <[email protected]>
Update to 1.6

9f5cc247145f334c449c1af678c4329b58850cb1 authored almost 10 years ago by vroad <[email protected]>
Remove app xml

2ea0c8ea3072d5bff65217e4b3f0452383dcfcc9 authored almost 10 years ago by vroad <[email protected]>
Remove .actionScriptProperties and .project

0b2a6c3ec3e14b5cca99884d33db66f931c6915d authored almost 10 years ago by vroad <[email protected]>
Fix redundant safe casts

075ec336fb1c53f9681d7a74415b39bf60c3dad4 authored almost 10 years ago by vroad <[email protected]>
Add resize handling (currently broken though)

7aea7a6e31bef26cd84547caf7f05c30d9b585f6 authored almost 10 years ago by vroad <[email protected]>
Specify window dimensions on mobile platforms

dc91899f9d8f117746fa3cd1f4e42aea79db7d6f authored almost 10 years ago by vroad <[email protected]>
Fix not to use try cast

4975c65b4709dbabc2521a221154a9acbd00ba8b authored almost 10 years ago by vroad <[email protected]>
Fix alpha-only Texture rendering on QuadBatch

bd725ddb5a81197e5566a39beecff84d23ae934f authored almost 10 years ago by vroad <[email protected]>
Fix array shifting bug with juggler

148ff036d1fa0d2cd9370d3d88aa5e78485f21cd authored almost 10 years ago by vroad <[email protected]>
Fix requestContext3D to use Timer.delay

Disabled catching Error on non-flash target

8f2c7576be7e4bd43742baf559cc582971992f9a authored almost 10 years ago by vroad <[email protected]>
Use Array instead of Vector in EventDispatcher

0d599ad1d82fa0e88a9f7d460758665caa6968c3 authored almost 10 years ago by vroad <[email protected]>
Fix error message of ArgumentError exception

174d9336757080f508d09355691c3d8299455481 authored almost 10 years ago by vroad <[email protected]>
Update README.md

310dde438d3d075e4ced00ed888d25db767943bb authored almost 10 years ago by vroad <[email protected]>
Update README.md

f4d333e31d8388ef76eb6eada33cbd17a7521904 authored almost 10 years ago by vroad <[email protected]>
Fix right padding

eeb9859281f536e7ccf9fc0c1d1427d65b21ba46 authored almost 10 years ago by vroad <[email protected]>
Adjust padding

3f451e730375e0b02531942201b2179df1d2d390 authored almost 10 years ago by vroad <[email protected]>
Do manual garbage collection on nodejs if available

447ab00d2d71eeff0b30aedf23a971719863fc2e authored almost 10 years ago by vroad <[email protected]>
Fix label of AnimationScene

a9d3a4c93a71fffe61a9c6e3cb28027a53d47312 authored almost 10 years ago by vroad <[email protected]>
Update README.md

3bb1f1fd08aa174b0aac5c3b5b45e71ae5318fd2 authored almost 10 years ago by vroad <[email protected]>