Ecosyste.ms: OpenCollective

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

github.com/openfl/openfl-native

[deprecated] OpenFL native backend
https://github.com/openfl/openfl-native

Update version (releasing with updated binaries)

fc8fda8f270f2ec93925e79e592d2c9cc557b9e7 authored over 11 years ago by Joshua Granick <[email protected]>
Merge branch 'master' of github.com:openfl/openfl-native

51a7d3192dc32ae8802ca9be96402b12d043e102 authored over 11 years ago by Joshua Granick <[email protected]>
Better null fix

d46638da0185f5a7d3e40f035e66332d11fe7095 authored over 11 years ago by Joshua Granick <[email protected]>
Update README.md

0f3bc5f64f963fb6cbb69418a074b46d588eef0e authored over 11 years ago by Joshua Granick <[email protected]>
Add default case to ApplicationMain.getAsset (though use of this method is still not encouraged)

1662ce1949c0f2a48f260471ea97249a0e89bdfc authored over 11 years ago by Joshua Granick <[email protected]>
Clean-up ApplicationMain when running "display"

57aebd62a03f888a3d16b889535528735b0f06cf authored over 11 years ago by Joshua Granick <[email protected]>
Update version

cd1e1888e4077087825b89cf288a327584aef2d6 authored over 11 years ago by Joshua Granick <[email protected]>
Add missing curly brace

b1a5bfc38f2efb91b7c4ed94bccd6ccdf3f7485b authored over 11 years ago by Joshua Granick <[email protected]>
Merge branch 'master' of github.com:pazudev/pazu-native

31410f471099f425ca198669929be1c4ee1ef31a authored over 11 years ago by Joshua Granick <[email protected]>
Fix Lib.load, update version

dbecdcd7539ef0e278ce5d7fb8fb4e3fb83a35e5 authored over 11 years ago by Joshua Granick <[email protected]>
Update README.md

f14023e7a0cff0b9ea6dba6eb04b64b10a198f02 authored over 11 years ago by Joshua Granick <[email protected]>
Merge branch 'master' of github.com:pazudev/pazu-native

f9b71d96a51d8ebfad5e57825ba992b501e42172 authored over 11 years ago by Joshua Granick <[email protected]>
Add Tilesheet.TILE_BLEND_MULTIPLY and Tilesheet.TILE_BLEND_SCREEN

bbe26801109242e01a801f62e4710fd9ed66818a authored over 11 years ago by Joshua Granick <[email protected]>
Update README.md

55c7fcb81ffe929e35f1c050cf45eaa09d44f4a6 authored over 11 years ago by Joshua Granick <[email protected]>
Update README.md

54d3268e6709b95480f79f4f458aa80e4752856d authored over 11 years ago by Joshua Granick <[email protected]>
Compile fix

5ac62476d96c49278b4f754a45ae3ac1ac390334 authored over 11 years ago by Joshua Granick <[email protected]>
Fix name

807453fe9a1ea522853c15fcd6b069747b1c8423 authored over 11 years ago by Joshua Granick <[email protected]>
Merge branch 'master' of github.com:pazudev/pazu-native

0d8ddd628fc75efc28eafd3fc6cacc4bbd56317a authored over 11 years ago by Joshua Granick <[email protected]>
Update

9bc404af8b3131a05f7763c133e0a911e63b6ed5 authored over 11 years ago by Joshua Granick <[email protected]>
Default to keep screen on for Android

fae207bef02d04f5f56a348eddbaa19457c63f2e authored over 11 years ago by Joshua Granick <[email protected]>
Integrated priority fix for event dispatching

4a79201cb868e967bccf60f72699c2a5a0b556da authored over 11 years ago by Joshua Granick <[email protected]>
Use black when a default BitmapData fill has no alpha (similar to Flash)

1d59284f9ea4307e74bb8a76b6c2e1b714809e05 authored over 11 years ago by Joshua Granick <[email protected]>
Patch to make .getObjectsUnderPoint() pass when not on stage

be315d69651c0ee8d65dcb6364ccb7f882293175 authored over 11 years ago by Joshua Granick <[email protected]>
Minor enum change

344864736ea842bba9b7ada31ebcf65326f2b92d authored over 11 years ago by Joshua Granick <[email protected]>
Use private constructor for DisplayObjectContainer

1d87ac7a962b6269d23e0cad82d90540f00fccdc authored over 11 years ago by Joshua Granick <[email protected]>
Minor rectangle fixes

ee886d07aae8bd352b55a69b44c5580f033bf516 authored over 11 years ago by Joshua Granick <[email protected]>
Conform to Flash in rectangle.containsRect() behavior

e11fa123be322d6feea438ff38ccb134005302bf authored over 11 years ago by Joshua Granick <[email protected]>
Fix mouse range on portrait for BlackBerry

a4ca7401a801e1e8be8a738207a294f58bf39ebb authored over 11 years ago by Joshua Granick <[email protected]>
Improve code completion when parsing files directly

473a1ecddc617f28dac07b866575f142bde79179 authored over 11 years ago by jgranick <[email protected]>
Last attempt to be more conservative on stack use

737afa473ac379defca2d33c8a32fd38e6c0c1e2 authored over 11 years ago by jgranick <[email protected]>
More stack improvements

44a24838e1a8ead4ac0720fa5058947026f215cf authored over 11 years ago by jgranick <[email protected]>
Reduce stack allocation

0eaeb5eae9b31c08ec8ad6b80f57b55f4cac0f0a authored over 11 years ago by Joshua Granick <[email protected]>
Fix small error in array buffers

ff2718a4f32e55c3907ed395b0f4c01c13ec1791 authored over 11 years ago by Joshua Granick <[email protected]>
Compile fix

6bb7521826e917eba6a69258a66a726c72438716 authored over 11 years ago by Joshua Granick <[email protected]>
Use the same ApplicationMain.hx for iOS as other native targets

8d29194f763de8f68d7f0c281a7fe93be317acf1 authored over 11 years ago by Joshua Granick <[email protected]>
Fix include.xml

2f156c36bcb81a6000c27830a16047fa7356e9bd authored over 11 years ago by Joshua Granick <[email protected]>
Remove accidental change

e691a43a10385823f811df61ac880020360f1043 authored over 11 years ago by Joshua Granick <[email protected]>
Disable inlining on Memory for C++, for now

57d7011d9644f7239ec2178d9a95f481fff8a814 authored over 11 years ago by Joshua Granick <[email protected]>
Improved for code completion, some cleanup

e0a76f14dc056a0965811fecd603e2d2445ee5dd authored over 11 years ago by Joshua Granick <[email protected]>
Initial commit

b0bb7b0786db11e9ab7f04eccce0351d338c65cb authored over 11 years ago by Joshua Granick <[email protected]>
Initial commit

1225ecb0f4d6e0f70a4928feb8eed6cd77648c0d authored over 11 years ago by Joshua Granick <[email protected]>