Ecosyste.ms: OpenCollective

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

github.com/openfl/openfl

The Open Flash Library for creative expression on the web, desktop, mobile and consoles.
https://github.com/openfl/openfl

Shader fix

656be9c6fcfb3274ca14061583c8edc006f2d53c authored over 8 years ago
Update CHANGELOG

004c55e2acd77490c01136ec2229861333d67242 authored over 8 years ago
Update to 4.3.1

05b9eefcd953e39065b0c7b3b1ae065cb65cde13 authored over 8 years ago
Try and avoid infinite loop

91a72cf41e53725cc423c43fe5fad24a05c77869 authored over 8 years ago
Source cleanup

052f1a952288212e4622ba1cf2578af918f64744 authored over 8 years ago
Compile fix

5562157a8cf9358b94c30613e24d084956022578 authored over 8 years ago
Implement basic Perlin noise

9b394df3bcb425d10f22420d15b41713bed7ff54 authored over 8 years ago
Avoid conversion for HTML5 Image BitmapData in some cases

0c7195c167bdb15a00126efd117ff05ffe74cde4 authored over 8 years ago
Improve premultiplied alpha behavior on HTML5

029ef80dd1ea0c0db420b811d2bac014a9c58fa4 authored over 8 years ago
Sampler state fix

ad3bdc4e8cbdd89665d41a0a1e28b33b72aa2966 authored over 8 years ago
Improvements to htmlText

6ee276cdc16f8571901bf4a7839cbf6161239e96 authored over 8 years ago
Update CHANGELOG.md

3f1c46dfdb7db5308701fc948eae68ba559dedcb authored over 8 years ago
Minor edit

4959a0db1ae98490bd707fee32a75e979591d26b authored over 8 years ago
Merge pull request #1306 from Laerdal/optimization/re-add-noop

Don’t remove and add when child is already in place

4a30a87e50f535a43a0865669ddf2edab8f6d814 authored over 8 years ago
Quick patch for 'eating' of text with different format

d2c98111bd6c400b8757b288834eac869c8144cc authored over 8 years ago
Fix parsing of htmlText font with single quote

b247cdab4fe0a28cddff651797c8dcd51f44aa9b authored over 8 years ago
Don’t remove and add when child is already in place

d33859a5452cb858554a7f660ba93013e9a4ba86 authored over 8 years ago
Clear Context3D scissor rect when the render target changes

61be82c10d668dea00b0d328e2ee87ab59069f9b authored over 8 years ago
Minor fix

d30dcf92f24bb7c4d7b5e0fac4d7fede97e3e86a authored over 8 years ago
Update CHANGELOG

453d9c7c5fdf2d18678218cb4cae695c017d40b3 authored over 8 years ago
Update to 4.3.0

49a303436070eb991b782a51f824543f3c6cb1c6 authored over 8 years ago
Improvements to custom shaders

a5c1e0f84389a9979b9a657f062b11bef51529a0 authored over 8 years ago
Set stageX/stageY on MouseEvent on traditional dispatch (resolve #1305)

a1f2c6829100503a2170b85ee2e625b12ab8b51b authored over 8 years ago
Scale fix (close #1303)

767dbd6f54844ad0a2bb76176831ac4b19a68334 authored over 8 years ago
Minor cleanup

20b5a391e3bc17b9bc211ec17a8f7f201052ed59 authored over 8 years ago
add null check

6fa64b5b242bd88025c335c168f2be6a3f66440c authored over 8 years ago
Update README.md

0099ead18f8997094ccb4b5c1a655b0bc3ab353f authored over 8 years ago
Minor clean

08ba29ed865a08a816861c830221407cd83effb7 authored over 8 years ago
Improve behavior of tile rotation

ea194f909d233148dc519e4b989cbc6c0d79bc4e authored over 8 years ago
Implement hitTestPoint with shapeFlag

9796630ad81c9c30624425da26f1c1998f53e1f4 authored over 8 years ago
Set supportsTouchEvents to false on Mac (resolve #1300)

e94753864a5c4105dfc8d0f09290cd948628c51e authored over 8 years ago
Tilemap compile fix

6e42835e4d6c6808380ab17d58abc926b6e45712 authored over 8 years ago
Restore ConvolutionFilter, improve behavior (close #1281)

966627ca14e0c4389329aca9b5b94d2f81f25622 authored over 8 years ago
Update ColorMatrixFilter

5f151d4705adef15fd88b544e2beb63f2a5fa741 authored over 8 years ago
Rely upon the custom shader system more for core rendering

d60ea255e9fc10fb4cd227d56f7df4dd08649d06 authored over 8 years ago
Minor fix (close #1288)

0193fb123578d682f5923f9a591d4cf1b0694f74 authored over 8 years ago
Fix TextField auto-sizing remaining too small and cropping text.

Before this patch, sometimes one would need to actually set the width
to textWidth to get a prop...

9d4dcaed3632d69bfb64a1b2c5e439465fa03567 authored over 8 years ago
Improve handling of touch events

20d7b37a5f0337fddfd6df4127d86ea5f4e65e56 authored over 8 years ago
Fix Tilemap.smoothing on Flash

62de51a5a322660acbc07c08d132c68be7d9a55f authored over 8 years ago
Rename loadFile -> loadFromFile

d69c2d30277fc38167e4ce1e9a9e27341ca5c8dc authored over 8 years ago
Use AudioBuffer.loadFile

e2b3585b80ae32c0d115ec1f8bbdfbad9a10ba7a authored over 8 years ago
EventDispatcherTest: avoid persistent state, improve naming.

Use local functions and variables versus members, mimicing existing tests.

Test semantics mostl...

4a2852f31d130561857cd70c5a9760d5a06f5b0c authored over 8 years ago
EventDispatcherTest: comment out ineffective `useCapture=true` test.

As it stands, this test defaulted to success (`var correctPhase = true;`) and was succeeding, bu...

c9bb7e28ce8006383de40ab40b27d8661cc912bc authored over 8 years ago
FocusEventTest: re-use listener, vary useCapture and type.

This tests the behavior of addEventListener as documented in EventDispatcher.addEventListener:

...

5ff1e244f0b2485b1929eadc9ec7dfe0e7abc244 authored over 8 years ago
Rely on Lime HTML5 sound preloading

221a05c3cd15df896060d804cc791bd26710f333 authored over 8 years ago
Compile fix

49fd88d639faec127f32f55bf9dfca0963bd6267 authored over 8 years ago
Update LICENSE

0f0dc88cf93df98bd477981a90030f2b7c108e25 authored over 8 years ago
Use Lime AudioSource, remove SoundJS

bb5068c73284951a0bfc725e7d48860ae488b48a authored over 8 years ago
Merge pull request #1294 from Laerdal/optimization/cow-graphics

Make DrawCommandBuffer copy-on-write, to significantly reduce GC pressure

12111c91bf3027410f38c34b795ebb281c2c0ca6 authored over 8 years ago
EventDispatcherTest: add tests for nested behaviors.

The first test succeeds on current `develop` branch; the second fails without #1295 and succeeds...

08ae9e431a294348cd039096a8110b822105bb7a authored over 8 years ago
Make DrawCommandBuffer copy-on-write to significantly reduce GC pressure

This patch optimises `Graphics.copyFrom()` to an
almost zero-allocating O(1) operation.

An opt...

fc44c0c1c8a721dd5a631a8ba6a5a579f94f6e23 authored over 8 years ago
Restore logic for Capabilities.locale

549e6dcfed4d036458e75e51dde02e228cdd85ed authored over 8 years ago
Fix scale behavior for canvas and cairo Tilemap rendering

b30fa0303c05eaf74e1bd55130d5358523374c48 authored over 8 years ago
Tilemap width/height should include scale

3addde7cca485322fa31881253b819e30745cc79 authored over 8 years ago
Fix behavior of -Dopenfl-disable-graphics-upscaling

ac7e7c9f7f551dfd9e520652f8c0791cda35568d authored over 8 years ago
Clean up HTML template for Flash, enable Stage3D support

c55e5337859dad82d1e22a626e4abcfd497ad299 authored over 8 years ago
Fix soundChannel.position on native (resolve #1290)

a35cd5495a32a06ca4d3addc51a7f801fef3f444 authored over 8 years ago
Update template for favicon support

1f276bfcee4707f5ace8dd4fa036790430a0adce authored over 8 years ago
Enable sampler state from AGAL shader (fix openfl/starling#17)

392ade81d8a321283cf2a50d045baa31f62705f9 authored over 8 years ago
Fix support for 'openfl create <lib>'

3a3f5b6a4fab41acebf0ba2f841fb9efe0881d40 authored over 8 years ago
Improve use from HXML builds

018ff5e748997c7178a182797b4c4829a8e2f913 authored over 8 years ago
Null fix

5b77d0bb90999ab6ddcd64d155ba5b0c029c9905 authored over 8 years ago
Merge pull request #1286 from Laerdal/fix/asset-future

Ensure a working future is returned when no handler is passed.

50f13dbe272b8ae23f0ab09c78e80985ebf0fca6 authored over 8 years ago
Merge pull request #1287 from Laerdal/fix/mirror-transform

Don't make negative dimensions. Fixes rendering of mirrored shapes.

21a501b31d248958843fbe6252f87d7bbd1d446e authored over 8 years ago
Ensure a working future is returned when no handler is passed.

a816c53864e56a0f714c65c5761d0c2bf886b19e authored over 8 years ago
Don't make negative dimensions. Fixes rendering of mirrored shapes.

c5805cfdb3e798b9f5e43e76b47b57fc00275e2d authored over 8 years ago
Merge pull request #1284 from mayakwd/draw-triangles-fix

HTML5 drawTriangles fix #1253

a50748be71ec13ee10ff1b922a7e84d0ccf597da authored over 8 years ago
Merge pull request #1283 from mayakwd/textfield-clear-fix

HTML5 TextField clearing fix #1206

bf9ee8cc6296236d3ea9d703305615282368ce20 authored over 8 years ago
HTML5 drawTriangles fix #1253

a38a666ed6b19f3d3c5320f3774f0bbddb16d9e2 authored over 8 years ago
HTML5 TextField clearing fix #1206

bee07e1f670d0aa473bb6b1b89a84c18fffb5482 authored over 8 years ago
Render fix

233c44a71a1bea499157e2aff395ffcb95266b48 authored over 8 years ago
Remove unneeded shader source (will inherit)

0cc66d2c9c1b602d1c9442c0ce051b14a4d7d3d5 authored over 8 years ago
Clean-up behavior of shaders

cc1656dc67593ad8eb02331760a1b99c73fe5f3c authored over 8 years ago
Shader improvements

3d224d1f5a880d0dd82b8dbe269fae9ae40e75d9 authored over 8 years ago
C# fix

5be08a76769673d35b9f63625a7a5fabc315f921 authored over 8 years ago
Improve Shader macro (use meta glVertexSource/glFragmentSource instead of static)

3feb07aef0a5e13092f4c198f92e2b60e7c8a591 authored over 8 years ago
First pass at making the Shader API completely typed (close #1276)

70b3e2fa221c1cc91669375114584125b2f3e5b2 authored over 8 years ago
Improve custom shader support, implement ColorMatrixFilter again

da5c43db5f7dec5752840c05afb2d218860ede06 authored over 8 years ago
Minor text change

b2d7f0b19ed8d9a16699db7f0bf7dc954cfcfd99 authored over 8 years ago
Revert changes to external API for ShaderInput and ShaderParameter

a5beeb0db1e176fe5e7fc36e9f147121fb7f0f47 authored over 8 years ago
Improve Shader, allow setting uniform values, generate data before GL context is available

4c63bcf6e0707faeb9bcd6de78eb453fefc4d3a5 authored over 8 years ago
Improve ByteArray null conversion, add ByteArray.fromFile

81ae8ac307a551c39eb5024726de10edfb91d09e authored over 8 years ago
Merge pull request #1277 from er453r/mouse_wheel_not_firing

Fixing mouse wheel event

9d104bd3f2f17171c46bb96da44525a0c5405df2 authored over 8 years ago
fixing mouse wheel event

bbf8f2ba40dbd59befc0c3441acf479467632045 authored over 8 years ago
Improve the behavior of displayAsPassword (need to re-evaluate how -Ddom mode text is implemented)

03a092b6ec48dbad78ac0fded25fd3ddcf7ca56c authored over 8 years ago
Fix caret on Cairo and Canvas (not sure how to resolve DOM) with empty input field

f49508560ac3d30d2b806459739d48cf455ef80a authored over 8 years ago
Unregister sound channel on complete (fix #1275)

3ce802411189b612809439012985c58955874a61 authored over 8 years ago
Fix retained references after stage.focus (resolve #1274)

0132f6c2e9fc5f21c9308881ca8d34399b66c44d authored over 8 years ago
Minor update

6d6088cd884619991c312e226ac8aa038c7c5536 authored over 8 years ago
Enable displayAsPassword for Cairo, update unit test

2e26a32de9c1634b25c45319cf3e546089d77e00 authored over 8 years ago
Respect renderSession.roundPixels on GL as well

031463c0b4c127e9447d5d492cffc85b365916ce authored over 8 years ago
Update CHANGELOG

e6f03c1e809c5c2ac14d7f5f82f703e2ddcb764b authored over 8 years ago
Correctly detect at compile time if main class has static main function, constructor or neither

6c619506e85697419dab3e2c69e52de55eb4922d authored over 8 years ago
Don't crash if main class doesn't have an entry point, closes #1269

66b9f80b236a217b985a6e135f4bb3cb888948c1 authored over 8 years ago
Update CHANGELOG

b85830836467359f2069f08253a404fbc10f7d46 authored over 8 years ago
Update to 4.2.0

d133746b09aaf3d0efe7e6d8a3511a60f9ff5d88 authored over 8 years ago
Fix behavior of globalToLocal/localToGlobal with scrollRect

36a1aed7581ee094a43e2471f8834d37a3b7dd4c authored over 8 years ago
Improve behavior of sprite.startDrag

9d6f757724e7466b9b627a8698cc71b202277845 authored over 8 years ago
Fix GL scissor calculation, improve behavior of stage resize

77ef32dee3ca904702d04da300dea72417470684 authored over 8 years ago
Make sure reflected properties are integers. Partial fix for #1225 (#1266)

3ae62cfe07cc26132d36db18331eaa777d058404 authored over 8 years ago