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

File, FileStream: should use ThreadPool instead of BackgroundWorker if lime >= 8.2.0

github.com/openfl/openfl - 3191f4f0ad56f3de3f81b8588f1ef447abe6c025 authored over 1 year ago by Josh Tynjala <[email protected]>
TextField, TextEngine: warning about bugs in the OpenFL text code now suggests reporting an issue on GitHub instead of contacting singmajesty directly

github.com/openfl/openfl - 3867e3d97abf5301dcff386276b853d3fd2de0ed authored over 1 year ago by Josh Tynjala <[email protected]>
FileReference: upload() can include URLVariables as URLRequest.data

If URLRequestMethod.GET, url variables are appended to URL, if POST, url variables are included ...

github.com/openfl/openfl - a2bac0e0c779e9455da9e371aa925aa98e2a194c authored over 1 year ago by Josh Tynjala <[email protected]>
FileReference: implement upload() on sys targets

github.com/openfl/openfl - 7dc3b14cc8f420e1a734200abeee4f6bbae3964a authored over 1 year ago by Josh Tynjala <[email protected]>
Merge branch 'develop' into 9.3.0-Dev

github.com/openfl/openfl - d157ff70762dbefaf0b03fe6719e7a64b5d28b18 authored over 1 year ago by Josh Tynjala <[email protected]>
Fix string conversion in hl_window_alert.

github.com/openfl/lime - 26247f4f4172a4f79c3d938232bc671d38b9e2b4 authored over 1 year ago by Zeta <[email protected]>
BitmapData: clarify some documentation around fromTexture() and the readable property (references #2646)

github.com/openfl/openfl - d59c3504ebfb7996fad52f610ca69570a158e32c authored over 1 year ago by Josh Tynjala <[email protected]>
Graphics: Delegate beginBitmapFill() to beginFill() with hardware-only BitmapData where readable == false (references #2646)

This avoids confusing exceptions being thrown, and it ensures that there's a match for endFill()...

github.com/openfl/openfl - c54052d5fa9049ab4bee54bfa39823fe72c773af authored over 1 year ago by Josh Tynjala <[email protected]>
Merge branch 'develop' into 8.1.0-Dev

github.com/openfl/lime - 2cd1dad5ed7547908a2ccbd5fd7c1250222ea322 authored over 1 year ago by Josh Tynjala <[email protected]>
Clipboard: (windows/mac) fix issue where requesting text from clipboard ignores clipboard contents, if user last modified the clipboard before app startup

github.com/openfl/lime - 01a04c4d480f41973f6f26f501033e70de0d131d authored over 1 year ago by Josh Tynjala <[email protected]>
Disable try_blocking for now (requires HXCPP 4.3+)

github.com/openfl/lime - a46eecc8310d3582bbb9b2f2d8628d5c2ad31449 authored over 1 year ago by Joshua Granick <[email protected]>
Compile fix

github.com/openfl/lime - 06122fe72ae0df84a895beed0dba5f075a241cf6 authored over 1 year ago by Joshua Granick <[email protected]>
Don't call `Map.clear()` in Haxe 3.

github.com/openfl/lime - 71c18547790c4b93c25653a9554d219ddd2aaa58 authored over 1 year ago by player-03 <[email protected]>
Merge branch 'develop' into 8.1.0-Dev

github.com/openfl/lime - 9e2d431e2b51dc60e535dc35efec993cc67fa5b1 authored over 1 year ago by Josh Tynjala <[email protected]>
Fix window show/hide on desktop being incorrectly considered the same as app going into and out of the background/suspend on mobile

The app's Timers should still continue when a window is hidden. Especially since an app could ha...

github.com/openfl/lime - aebf139dc7de2d29dfe7f96a2431ddde2a672943 authored over 1 year ago by Josh Tynjala <[email protected]>
actions: matrix for AIR

github.com/openfl/lime - f6e61b1bac1c49cf51d11537abcb23fb85273023 authored over 1 year ago by Josh Tynjala <[email protected]>
actions: lime config AIR_SDK

github.com/openfl/lime - c8b35c2a09226d295aff2e123930ee247e66e272 authored over 1 year ago by Josh Tynjala <[email protected]>
I don't know why the unload method was empty but now it clears all cached files when calling Assets.unloadLibrary("");

github.com/openfl/lime - 76c76652cc9725d467a6dcad8a2afda172caea03 authored over 1 year ago by Ludovic Bas <[email protected]>
actions: AIR samples

github.com/openfl/lime - de7bf3e5edc3f7928bc54a3bd82b596b86627e31 authored over 1 year ago by Josh Tynjala <[email protected]>
actions: remove Haxe 3.4.7 from AIR tests matrix until Lime 8.0.3

There's an externs issue that is causing failure

github.com/openfl/openfl - 4245dbf056de7f91fcfdf30500aeed33ad1bdb86 authored over 1 year ago by Josh Tynjala <[email protected]>
actions: Haxe 4.3 for AIR

github.com/openfl/openfl - ce7fdd347f4bbda752d081f7c8b36622ecb15b58 authored over 1 year ago by Josh Tynjala <[email protected]>
Better Haxe 4.3 extern enum abstract

Previous attempt tried to use @:extern and @:enum for Haxe 3, but enum is fine for both, which i...

github.com/openfl/lime - 9ca9c2e32cc98094beee831aae7f9dd0357f2d95 authored over 1 year ago by Josh Tynjala <[email protected]>
FileReference: Fixed using download() with binary files

Uses URLLoader, which defaults to text instead of binary. This was causing binary data to be int...

github.com/openfl/openfl - 23e79eee7597d40a4d0957b5dfa010c89ee70fc3 authored over 1 year ago by Josh Tynjala <[email protected]>
Merge branch 'develop' into 8.1.0-Dev

github.com/openfl/lime - f053205b7ed6e11b4b3d9d5983a8837d13860a28 authored over 1 year ago by Josh Tynjala <[email protected]>
SDLApplication: fix inconsistent setting of inBackground flag when dispatching WINDOW_DEACTIVATE and WINDOW_ACTIVATE (closes openfl/openfl#2645)

On SDL_APP_WILLENTERBACKGROUND and SDL_APP_DIDENTERFOREGROUND, inBackground was being toggled, b...

github.com/openfl/lime - 0918ee2381b3faf7167d510383e5d97747ee017c authored over 1 year ago by Josh Tynjala <[email protected]>
Merge branch 'develop' into 8.1.0-Dev

github.com/openfl/lime - 5a87d77897829bc5788019813aef406df97bb801 authored over 1 year ago by Josh Tynjala <[email protected]>
Fix warning

github.com/openfl/hxp - 8edf5570b1fca879a998df4c3f009ecbb947bf6a authored over 1 year ago by Joshua Granick <[email protected]>
8.0.2 API docs

github.com/openfl/lime.openfl.org - 357318c087d1f573942d57620f2c0e9bc2833c37 authored over 1 year ago by Josh Tynjala <[email protected]>
OpenFL 9.2.2 and Lime 8.0.2

github.com/openfl/api.openfl.org - fff28a7a02fd21cad0cf9bebe95ccff529bde007 authored over 1 year ago by Josh Tynjala <[email protected]>
.gitignore

github.com/openfl/api.openfl.org - bd1b25e87c4e2a363b0f80136a6ec4b944d99a54 authored over 1 year ago by Josh Tynjala <[email protected]>
actions: rename to CI

github.com/openfl/openfl-js - 13d08cf3f8502d5eccbc7873eace143b2373baf9 authored over 1 year ago by Josh Tynjala <[email protected]>
actions: needs npm pack to upload npm tgz

github.com/openfl/openfl-js - ac77f4df5d869e50b8f9f8bfafb3a794b80974bf authored over 1 year ago by Josh Tynjala <[email protected]>
actions: rename to main.yml

github.com/openfl/openfl-js - 9f26af1d1586931ebeaf9f0c16062f89904cb24b authored over 1 year ago by Josh Tynjala <[email protected]>
actions: upload npm artifact

github.com/openfl/openfl-js - ac11ca80fc2a3f63a593b2cec6aa055ebb7fe03c authored over 1 year ago by Josh Tynjala <[email protected]>
PiratePig: air target should use mp3

github.com/openfl/openfl-samples - 6599c292229c0bd9246199352ac1b98a3702c98c authored over 1 year ago by Josh Tynjala <[email protected]>
CHANGELOG: 9.2.2

github.com/openfl/openfl - cb059d80a6db503ec827cea1e90f23c2abf3efbb authored over 1 year ago by Josh Tynjala <[email protected]>
CHANGELOG: 8.0.2

github.com/openfl/lime - 5634ad72d2d71f9e910f15a8652eaf15891d7ad7 authored over 1 year ago by Josh Tynjala <[email protected]>
haxelib.json: releasenote

github.com/openfl/lime - 8f1a7df5bbab95e2d98e9aa7f63d0fd05ee231da authored over 1 year ago by Josh Tynjala <[email protected]>
mbedtls v3.3.0

Restores Android NDK r15c compatibility

github.com/openfl/lime - de773dd6b6bdd9560aa9befd3854b06025e59d9a authored over 1 year ago by Josh Tynjala <[email protected]>
update curl and mbedtls submodules

Updated to match 8.2.0-Dev branch

Fixes SSL connect error on macOS

github.com/openfl/lime - 9103be3c98e78099b1a0633df1a0f00b9089f68b authored over 1 year ago by Josh Tynjala <[email protected]>
Revert WebAssembly improvements (moved to 8.1.0-Dev branch)

github.com/openfl/lime - 35d1436dcdbf768de8131b66350eff84357426ba authored over 1 year ago by Joshua Granick <[email protected]>
Use -O0 for now on WebAssembly (haxefoundation/hxcpp#987)

github.com/openfl/lime - 1cb43f0b81e64fe14383d2f4cb88eb7778a25e4c authored over 1 year ago by Joshua Granick <[email protected]>
Minor WebAssembly adjustments

github.com/openfl/lime - 58275329cc2e0158d994fe3950ce6498c4bc0388 authored over 1 year ago by Joshua Granick <[email protected]>
Minor main loop change for Emscripten

github.com/openfl/lime - 79e11e4270914ababe1c4cdcbddd127bf50a0f0d authored over 1 year ago by Joshua Granick <[email protected]>
Revert back to built-in Emscripten OpenAL implementation

github.com/openfl/lime - a05ee5a0092e2fbb6047cfb710c9620f241ffc03 authored over 1 year ago by Joshua Granick <[email protected]>
Improve error log on webassembly

github.com/openfl/lime - 305c788ed70e87561827b2bcc9f1f29801749e9d authored over 1 year ago by Joshua Granick <[email protected]>
Include cURL and MojoAL in WebAssembly/Emscripten build

github.com/openfl/lime - 9ca0531105f6664a111b668fe255d1c945be0fbb authored over 1 year ago by Joshua Granick <[email protected]>
Update cURL

github.com/openfl/lime - 58f8db6843cf8f309c5401c13d8798560df3c800 authored over 1 year ago by Joshua Granick <[email protected]>
Set webassembly, wasm, emscripten in Lime project XML parse

github.com/openfl/lime - 920eb77db47b2ac037a117d53a8a7e41f6e5c2bb authored over 1 year ago by Joshua Granick <[email protected]>
Update cairo

github.com/openfl/lime - 91e840c73beadae4a7400158179977197fd0ba86 authored over 1 year ago by Joshua Granick <[email protected]>
Rename Emscripten target to WebAssembly

github.com/openfl/lime - 2ccee960dc43cc338ad70425bae953ff30c779d9 authored over 1 year ago by Joshua Granick <[email protected]>
Support JS dependency embedding on Emscripten output

github.com/openfl/lime - f285df6f76ba353e2f4a195f1ebc1640338d5a5e authored over 1 year ago by Joshua Granick <[email protected]>
Print http-server message, allow auto port finding starting at 3000

github.com/openfl/lime - b410a90121121de7a9ca177291ba926b5940d4e9 authored over 1 year ago by Joshua Granick <[email protected]>
Add Emscripten source map on debug build

github.com/openfl/lime - ab820f7c6476222553ead8e10c480cd5a65d787e authored over 1 year ago by Joshua Granick <[email protected]>
Progress on exception catching

github.com/openfl/lime - 2ef647f1fce82d41e2208976ec1aef7775ad2c15 authored over 1 year ago by Joshua Granick <[email protected]>
Add favicon to Emscripten output

github.com/openfl/lime - 9adab8f8c6e26190fa147f39c218a3b9a4cf2780 authored over 1 year ago by Joshua Granick <[email protected]>
Emscripten fixes

github.com/openfl/lime - be193819996d7df59bcf5e6420e9174fb5bf4b25 authored over 1 year ago by Joshua Granick <[email protected]>
Graphics: on HiDPI screens, snap to the nearest *device* pixel instead of the nearest *stage* pixel

This code was written before HiDPI screens were common, so it was safe to assume
that device and...

github.com/openfl/openfl - 59d3f322d58e89455be853b57bc104d89981865f authored over 1 year ago by Josh Tynjala <[email protected]>
Use -O0 for now on WebAssembly (haxefoundation/hxcpp#987)

github.com/openfl/lime - 1a463668236182bbaa5ce6df64b1c9ac3b381238 authored over 1 year ago by Joshua Granick <[email protected]>
Graphics: new define openfl_disable_graphics_pixel_snapping that disables rounding tx/ty when assigning to __worldTransform

github.com/openfl/openfl - 261331999b160fbcc53fed03205480a11c84d349 authored over 1 year ago by Josh Tynjala <[email protected]>
Minor WebAssembly adjustments

github.com/openfl/lime - 2406ff4b9481b66d44bf0071ec1c8bc399b718df authored over 1 year ago by Joshua Granick <[email protected]>
xml-format: update architectures element

It's not specific to Android anymore, and add more supported architectures

github.com/openfl/lime.openfl.org - c8eb5942b383ea98f5789b4cdc7c1c81418c0d83 authored over 1 year ago by Josh Tynjala <[email protected]>
Minor main loop change for Emscripten

github.com/openfl/lime - de5844aae1355fd0dfa312ac44399136414d675d authored over 1 year ago by Joshua Granick <[email protected]>
Revert back to built-in Emscripten OpenAL implementation

github.com/openfl/lime - 5ba432fd8bd2bfddd2c89d2a09d2603e57e3511d authored over 1 year ago by Joshua Granick <[email protected]>
Improve error log on webassembly

github.com/openfl/lime - 22abd302097570f4fd19f8db7ea8e2660b98350e authored over 1 year ago by Joshua Granick <[email protected]>
Include cURL and MojoAL in WebAssembly/Emscripten build

github.com/openfl/lime - 22fb444e71eaf18c9c923d38eff6a29f9a55ce04 authored over 1 year ago by Joshua Granick <[email protected]>
Update cURL

github.com/openfl/lime - 550a5671a2669fffc3ff24de68a09edb3ecd68b5 authored over 1 year ago by Joshua Granick <[email protected]>
Compile fix for Emscripten/WebAssembly

github.com/openfl/libcurl - c1b5625eda29bcfeb344e6bfc18c7da3a009cbf2 authored over 1 year ago by Joshua Granick <[email protected]>
Set webassembly, wasm, emscripten in Lime project XML parse

github.com/openfl/lime - 6dee2204b030bde292bc9707cb0fa350a1df80eb authored over 1 year ago by Joshua Granick <[email protected]>
Update cairo

github.com/openfl/lime - d80ed56bf503fd8c6b3d2db6909d512f8b2568f3 authored over 1 year ago by Joshua Granick <[email protected]>
Fix cast between incompatible function types warnings

warning: cast between incompatible function types from ‘cairo_status_t (*)(void *, const cairo_p...

github.com/openfl/libcairo - 0d9ea82797406eef7124084ef5e8aadf9b4c6bc9 authored over 1 year ago by Adrian Johnson <[email protected]>
Rename Emscripten target to WebAssembly

github.com/openfl/lime - 3dbc73f9abff2cd91616059f3d6300d70ac73a86 authored over 1 year ago by Joshua Granick <[email protected]>
ScreenMouseEvent: missing description

github.com/openfl/openfl - f08fc1616780384cb7d10d33d52d55786db9026a authored over 1 year ago by Josh Tynjala <[email protected]>
DeviceRotationEvent, GeolocationEvent

github.com/openfl/openfl - 9d0636a0da1a53d5ab9ad92a8ee3275147a78814 authored over 1 year ago by Josh Tynjala <[email protected]>
DNSResolver placeholder

Returns false from isSupported

github.com/openfl/openfl - fa9b5df8d5713c0450ffc5e6b3398070e7a0db90 authored over 1 year ago by Josh Tynjala <[email protected]>
StageText implementation

github.com/openfl/openfl - 4f9a96658059600247fcb3b2f8de8cda8e95ef7b authored over 1 year ago by Josh Tynjala <[email protected]>
More AIR enums

AutoCapitalize, ReturnKeyLabel, SoftKeyboardType, StageTextClearButtonMode, FontPosture, FontWeight

github.com/openfl/openfl - fcfededcba0d65409b9b8ac0c6d59499146df300 authored over 1 year ago by Josh Tynjala <[email protected]>
Several new enums from AIR

FocusDirection, AudioPlaybackMode, CameraPosition, IPVersion, ImageDecodingPolicy

github.com/openfl/openfl - 5b565c0e6bb4b80b5b80cc02ee56ca20bb2fbf1b authored over 1 year ago by Josh Tynjala <[email protected]>
Geolocation, DeviceRotation: fill in some properties and defaults

github.com/openfl/openfl - 05574f43aa62c1aabf811b5f4e2338f84ad289db authored over 1 year ago by Josh Tynjala <[email protected]>
InvokeEventReason, NotificationType: add some missing docs

github.com/openfl/openfl - 06780e14157e8e4df58b81790063cc04fb697e81 authored over 1 year ago by Josh Tynjala <[email protected]>
DeviceRotation and Geolocation placeholders

Returns false from isSupported

github.com/openfl/openfl - 5b8c5ac24db980009ceaf941871bd2f513e3986d authored over 1 year ago by Josh Tynjala <[email protected]>
Updater class

Only support on Adobe AIR, and returns false from isSupported

github.com/openfl/openfl - 697c1e27b6274c502e1f58c37388d1037329ec47 authored over 1 year ago by Josh Tynjala <[email protected]>
SystemIdleMode enum

github.com/openfl/openfl - 0727068dc6d38dd56d9144de19913dd72f1b7959 authored over 1 year ago by Josh Tynjala <[email protected]>
ScreenMouseEvent

github.com/openfl/openfl - 8aea6d6bbeb98790c72d19adf2343d037cb1f771 authored over 1 year ago by Josh Tynjala <[email protected]>
MouseEvent: add missing controlKey property

github.com/openfl/openfl - e32dbc8332ecbbcc95f622e175358c1edfbe7d2a authored over 1 year ago by Josh Tynjala <[email protected]>
DockIcon and SystemTrayIcon placeholders

github.com/openfl/openfl - d274165feed43a96b1bb0321cbf0d762bb12d1c0 authored over 1 year ago by Josh Tynjala <[email protected]>
more consistent docs for AIR vs OpenFL target support

github.com/openfl/openfl - 10c831b3dc1b70341270085d43c26318d85c88aa authored over 1 year ago by Josh Tynjala <[email protected]>
NotificationType enum

github.com/openfl/openfl - 93a81e41cbc9514ab55600d029d69fcad6c6d630 authored over 1 year ago by Josh Tynjala <[email protected]>
Support JS dependency embedding on Emscripten output

github.com/openfl/lime - deecd6c6f872f2855a879d8006dfb97f63134f84 authored over 1 year ago by Joshua Granick <[email protected]>
Print http-server message, allow auto port finding starting at 3000

github.com/openfl/lime - a90915cb3ffcd91111957229725d5d566f0f6c8e authored over 1 year ago by Joshua Granick <[email protected]>
Add Emscripten source map on debug build

github.com/openfl/lime - 9cec64b34a57410f114a50f1020ef27de555cd94 authored over 1 year ago by Joshua Granick <[email protected]>
Progress on exception catching

github.com/openfl/lime - 7e8337e4c93c5f59e5d6956a848de1229dbd847f authored over 1 year ago by Joshua Granick <[email protected]>
Patch node http-server for wasm mime-type

github.com/openfl/lime - 3596f83a41232006c521c4ce9f15ad10430d04e3 authored over 1 year ago by Joshua Granick <[email protected]>
Add favicon to Emscripten output

github.com/openfl/lime - 7c73bff438c09ba288a93511b7856fd075ee3935 authored over 1 year ago by Joshua Granick <[email protected]>
Emscripten fixes

github.com/openfl/lime - eec6e5e0faed6cc5f1bb29869cac9ac5e7046c48 authored over 1 year ago by Joshua Granick <[email protected]>
Merge branch 'develop' into 9.3.0-Dev

github.com/openfl/openfl - 3859d29748f279d572c9db187ea8197232321341 authored over 1 year ago by Josh Tynjala <[email protected]>
Graphics: lineGradientStyle() should allow null alpha and ratio values

Similar to beginGradientFill(), check for null and populate reasonable defaults

github.com/openfl/openfl - c3e14ce6305b5aa1fdb2ec82a32d99470bb7a9d4 authored over 1 year ago by Josh Tynjala <[email protected]>
Graphics: fix default values for lineGradientStyle and beginGradientFill when ratios is null

The values were too small and were not evenly distributed between 0-255

github.com/openfl/openfl - 0c7b5e89ab0e4373a20c1f1872c9cfb933f3ee08 authored over 1 year ago by Josh Tynjala <[email protected]>
Sqlite Draft: Synchronous API

Most things work synchronously. It still lacks error handling and event dispatch(which is mostly...

github.com/openfl/openfl - f2544b0337d4a748813b00cd186adfbd12423aab authored over 1 year ago by Chris Speciale <[email protected]>
Merge branch 'develop' into 9.3.0-Dev

github.com/openfl/openfl - 25d6718bbd0e9ad031dc8760180cc67302464f37 authored over 1 year ago by Josh Tynjala <[email protected]>