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

Update Flash externs for compatibility with Haxe 4.3

github.com/openfl/openfl - ca3e607e3a202051b7d0814c06fd5ea639a82e52 authored over 1 year ago by Josh Tynjala <[email protected]>
haxelib.json: bump version to allow conditional compilation

github.com/openfl/openfl - 0154cd7246b51d285145296e6e89ad3185b44d92 authored over 1 year ago by Josh Tynjala <[email protected]>
Merge pull request #1615 from player-03/eval_tools

Add the `-eval` flag to run Lime tools using Eval.

github.com/openfl/lime - 780ec7e8372fcc17c774fc092bb154ddfeb7fb8b authored over 1 year ago by player-03 <[email protected]>
File: Use path argument instead of __path

Minor fix to replace __path with the appropriate path argument. Also changes the order in which ...

github.com/openfl/openfl - b2ccee0c355b34db09037d5f356dff9060d2e070 authored over 1 year ago by Chris Speciale <[email protected]>
File: Translate path environmental variables on windows

This update allows the use of env var shortcuts on windows while introducing minimal overhead.

github.com/openfl/openfl - 97e319e0d222ed14df00a60973f313553984d1b9 authored over 1 year ago by Chris Speciale <[email protected]>
Use "password" text input only on Android.

Using `userAgent` to tell whether the app is running on Android. This isn't foolproof, but will ...

github.com/openfl/lime - adda161ec6811c5c4f18ffe99c3c1f20a77816e1 authored over 1 year ago by player-03 <[email protected]>
Document useWeakReference supported targets

github.com/openfl/openfl - 2f0cbdb20bc890477523c8d9e401e6e6e248b420 authored over 1 year ago by Josh Tynjala <[email protected]>
EventDispatcher: support use weak reference on cpp target

github.com/openfl/openfl - e6f089ccfe6349a223a79f0b58cf70dde96f0415 authored over 1 year ago by Josh Tynjala <[email protected]>
EventDispatcher: support use weak reference on html5 target, if available

github.com/openfl/openfl - de3a3b6372f106ce7cdcc106de5d4502b18f065e authored over 1 year ago by Josh Tynjala <[email protected]>
HTML5HTTPRequst: status 400 should be considered an error

github.com/openfl/lime - 0f694662f95c511138861989759e97a0c6b5415c authored over 1 year ago by Josh Tynjala <[email protected]>
Use forward slashes to load lime.ndll.

`substr(7)` returns the substring _starting_ at character 7, which will never be "windows". The ...

github.com/openfl/lime - 4d3ae39d5013e24f78fb2c4b073d71bc318c594b authored over 1 year ago by player-03 <[email protected]>
Initialize variable.

github.com/openfl/lime - 2026f404ff8ff9a9aaccd39a1540af403f736e03 authored over 1 year ago by player-03 <[email protected]>
Add missing type declaration.

Nowadays you're supposed to omit this type declaration, but what I didn't realize is that that f...

github.com/openfl/lime - 776db44e37bc909299d896865f1c46e80b2e9681 authored over 1 year ago by player-03 <[email protected]>
Improve "Could not find NekoAPI interface" message.

This message comes up relatively often when a new user tries to set up Lime, but fails to give a...

github.com/openfl/lime - 77f3d4bacf87afed54cb98a68ad311bfe80c00b5 authored over 1 year ago by player-03 <[email protected]>
SecureSocket: SysSocket.select() is still needed on Windows, at least for the time being

This may cause too many simultaneous sockets to fail on macOS. Or at least it did with non-secur...

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

github.com/openfl/openfl - 9d2427ad040d1a9a95a72f30a9894b98809faf11 authored over 1 year ago by Josh Tynjala <[email protected]>
Socket: ignore Error.Custom("EOF") similarly to Eof

Same as we did with Error.Custom(Blocked) for Error.Blocked.

This fixes sockets on Windows afte...

github.com/openfl/openfl - e6d3324def13b640cc3b2280c8656e1612a29d38 authored over 1 year ago by Josh Tynjala <[email protected]>
SecureSocket: catch exception thrown by sys socket constructor

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

github.com/openfl/openfl - 18dfea97f667bf6f1f066bcf5a90fad4cd609913 authored over 1 year ago by Josh Tynjala <[email protected]>
Socket: catch exception thrown by sys socket constructor

github.com/openfl/openfl - d77e3ea068b32073bcea4fcdb52a643bce97cf78 authored over 1 year ago by Josh Tynjala <[email protected]>
SecureSocket: similar to commit 13f06c896a11e24f7b6d80d0474ab05d08cae0d1, SecureSocket doesn't need to use SysSocket.select(), which prevents crash from Error : Select error 22

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

github.com/openfl/openfl - bd9079f87bc8902609d2409deee3bb3009e650e1 authored over 1 year ago by Josh Tynjala <[email protected]>
Socket: don't call SysSocket.select() to avoid "Error : Select error 22" crash to desktop when many sockets are opened simultaneously

The select() call does not seem to be necessary. Catching Error.Blocked later in this method han...

github.com/openfl/openfl - 13f06c896a11e24f7b6d80d0474ab05d08cae0d1 authored over 1 year ago by Josh Tynjala <[email protected]>
ExternalInterface: fix error from missing header on Linux in commit 95411acb8c6edcecbd80e756b692dff0f55c4571

github.com/openfl/lime - a68e9c4b8e714e208c715bfd452924deb6821291 authored over 1 year ago by Josh Tynjala <[email protected]>
ExternalInterface: fix conversion of std::wstring to std:string on non-Windows systems for file dialog functions (closes #1622)

github.com/openfl/lime - 95411acb8c6edcecbd80e756b692dff0f55c4571 authored over 1 year ago by Josh Tynjala <[email protected]>
Graphics: fix bounds calculation of cubicCurveTo() (closes #2611)

Co-authored-by: m8mike <[email protected]>

github.com/openfl/openfl - 66cad37cbe8c137b309876969a58f6127d75c585 authored over 1 year ago by Josh Tynjala <[email protected]>
Pass -y to lime setup -alias to avoid waiting for input

github.com/openfl/lime-vscode-extension - c057f1cb89b846dbf7de0db244b9830269f4a2f9 authored over 1 year ago by Josh Tynjala <[email protected]>
Don't try to install Lime or set up the alias if using a custom lime.executable (closes #100)

github.com/openfl/lime-vscode-extension - 7a0e71502c27aab1c791ac1a782bf83afe48d46e authored over 1 year ago by Josh Tynjala <[email protected]>
actions: need to set lime config AIR_SDK to run AIR tests

github.com/openfl/openfl - fb02f020003735f8985a353400ae32209052f9d3 authored almost 2 years ago by Josh Tynjala <[email protected]>
fix typo

github.com/openfl/openfl - 4619d4f55f18f2f8d6151b0cd3df42cb19ece60a authored almost 2 years ago by Josh Tynjala <[email protected]>
QName: make consistent with SWF

github.com/openfl/openfl - b94618862c7aba50a644a91ef766d37970226659 authored almost 2 years ago by Josh Tynjala <[email protected]>
SWF tests

github.com/openfl/openfl - 862925ad3e7afb8a9e6c27436b23fd447750e696 authored almost 2 years ago by Josh Tynjala <[email protected]>
BitmapData: draw() should force the source to visible to match SWF (closes #2626)

It goes back to invisible before returning, of course

github.com/openfl/openfl - 7f99c62b61efb3f806e89e32e04909a8a609319d authored almost 2 years ago by Josh Tynjala <[email protected]>
untyped code for maxNumArgs on html5 target

github.com/openfl/starling - 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'...

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

github.com/openfl/starling - c4918dcd8217da647edf73461c47860621cd942c authored almost 2 years ago by Mathieu Sénidre <[email protected]>
LocaleID: default locale on html5 uses Intl.DateTimeFormat().resolvedOptions().local instead of navigator.language

The two values may not match, for some reason, so it's better to use the one that's resolved by ...

github.com/openfl/openfl - dd0cea19ef09fd076a1b0d9e34571ab39d20d45f authored almost 2 years ago by Josh Tynjala <[email protected]>
DateTimeFormatter: fix returned AM/PM text when using pattern on html5

Was returning strings like "at night" and "in the afternoon" instead of AM/PM. must specify hour...

github.com/openfl/openfl - 715a27d8c30c7b5a34cb9703b2189a8f281d3d42 authored almost 2 years ago by Josh Tynjala <[email protected]>
Socket: restore connect() signature that shouldn't have default parameter values

github.com/openfl/openfl - 6dde9f847c30aaa759402f9a52b6e48adc05bda8 authored almost 2 years ago by Josh Tynjala <[email protected]>
Socket: formatting

github.com/openfl/openfl - b233557c2020541dacfd35eba4fbb1a058b68856 authored almost 2 years ago by Josh Tynjala <[email protected]>
change hl_al_filteri argument type

github.com/openfl/lime - aefce3c4ae34c15f9711f9b248ec308f86dfca39 authored almost 2 years ago by jf <[email protected]>
openfl.display.Screen basic implementation

github.com/openfl/openfl - c1e648bbe2680148ff31f6644681b2c93035110d authored almost 2 years ago by Josh Tynjala <[email protected]>
ExternalInterface: fix lime_window_set_visible on HL (wrong signature)

github.com/openfl/lime - 33c8a79dddd20ab99f1f8762fc420b9a225b39bc authored almost 2 years ago by Josh Tynjala <[email protected]>
NativeWindow: bounds property

github.com/openfl/openfl - 320e7ed381266672b89048b680592674677981c0 authored almost 2 years ago by Josh Tynjala <[email protected]>
NativeWindow: start out hidden on Lime >= 8.1

github.com/openfl/openfl - fbaa1823453a6ae32b1c527f9c385dddf7d2f5c1 authored almost 2 years ago by Josh Tynjala <[email protected]>
NativeWindow: support for systemChrome NONE

github.com/openfl/openfl - b9c567886a2392254de380b296db731aaae24457 authored almost 2 years ago by Josh Tynjala <[email protected]>
NativeWindow: Window.visible property in Lime 8.1

github.com/openfl/openfl - e903b18a2e0fc23ce5cca8920b1e7717063cf772 authored almost 2 years ago by Josh Tynjala <[email protected]>
Window: visible property to show and hide window

github.com/openfl/lime - 0160c1231130bba8c80e7ac24cd5cb6e14df432b authored almost 2 years ago by Josh Tynjala <[email protected]>
NativeWindow: can't use final in Haxe 3

github.com/openfl/openfl - 0e40055a7c05c48a4c93d7a86c5c466efbd3b96d authored almost 2 years ago by Josh Tynjala <[email protected]>
NativeWindow: close child windows when owner closes

github.com/openfl/openfl - a4752eac25d728a144e402b5e9712da29e70dcd4 authored almost 2 years ago by Josh Tynjala <[email protected]>
NativeWindow: better isSupported implementation

github.com/openfl/openfl - 43fd0fb5507e5650c5bb82f5392eb16b6f82a6f5 authored almost 2 years ago by Josh Tynjala <[email protected]>
NativeApplication: #if lime

github.com/openfl/openfl - e130aa13e6579eff8c3401e17c1cd3e3b0595608 authored almost 2 years ago by Josh Tynjala <[email protected]>
Some NativeWindow-related docs

github.com/openfl/openfl - 068d662c57f09b0ab02335945f327f680ee1860e authored almost 2 years ago by Josh Tynjala <[email protected]>
NativeWindow: more docs

github.com/openfl/openfl - a23eae5862d4bec9f0c30602ee88c5e0b6092196 authored almost 2 years ago by Josh Tynjala <[email protected]>
NativeWindow: Initial implementation

github.com/openfl/openfl - a846b3c73ced773771348ac19011e065a79ded1e authored almost 2 years ago by Josh Tynjala <[email protected]>
ApplicationMain: ensure that AIR window initial title is populated

dquote>
dquote> Was incorrectly being set to Lime Application instead

github.com/openfl/openfl - b062f14bc8f4763d4f462992bd346c4ddd225d9a authored almost 2 years ago by Josh Tynjala <[email protected]>
Event: add CLOSING constant

github.com/openfl/openfl - af4193252044ab6794bbadce0da88ad514f59641 authored almost 2 years ago by Josh Tynjala <[email protected]>
add some missing :noCompletion meta

github.com/openfl/openfl - f79349028ff70a874214d32fa2e8515aa8803c99 authored almost 2 years ago by Josh Tynjala <[email protected]>
Window: save the initial title from WindowAttributes

If not saved, the title getter will return the wrong value

github.com/openfl/lime - 4105b97fc85843e9831ff50b7f69c63bfb3cf1d0 authored almost 2 years ago by Josh Tynjala <[email protected]>
ApplicationMain: ensure that AIR window initial title is populated

Was incorrectly being set to Lime Application instead

github.com/openfl/lime - 589712e29ffc71ec3020a769dad84d0b21cfa59b authored almost 2 years ago by Josh Tynjala <[email protected]>
actions: Can use Lime 8.0.1 for docs

github.com/openfl/openfl - f6505dc4625a1d1509bcb9141ab5f8e46e92405d authored almost 2 years ago by Josh Tynjala <[email protected]>
Context3D, OpenGLRenderer: fix scissor rectangle with new default HiDPI scaling

A better fix than 971a4c9e43b5472fd84d73920a2b7c1b3d8d9257 that accounts for both Starling sciss...

github.com/openfl/openfl - da0463a39863cf9caa86fe2d9716d7579251da5a authored almost 2 years ago by Josh Tynjala <[email protected]>
Revert "Context3D: fix scissor rectangle with new default HiDPI scaling"

This reverts commit 971a4c9e43b5472fd84d73920a2b7c1b3d8d9257.

github.com/openfl/openfl - 77e47fc6bd7b8e0973c06ef849265fc8d4bf6e68 authored almost 2 years ago by Josh Tynjala <[email protected]>
Allow eval for HXP projects.

Plus, do some cleanup. For instance, `nekoOutput` is only used in one
spot, so might as well dec...

github.com/openfl/lime - 22032ef6b51ed9e3e0f4c865cf65fd9d515abaa3 authored almost 2 years ago by Joseph Cloutier <[email protected]>
FileReference: on html5 target, detect when no files are selected by browse() to avoid null exception (closes #2621)

Also dispatches Event.CANCEL when no files are selected, but it's worth mentioning that this doe...

github.com/openfl/openfl - b93476ba8fc9f3488e110ce14e6cdc0318fb077f authored almost 2 years ago by Josh Tynjala <[email protected]>
FileReference: if no type filter, call removeAttribute("accept") on html5 target to ensure that previous filters aren't used

github.com/openfl/openfl - 71668a75c7fa2d1ee21a1e191b9e170b6b6dcf25 authored almost 2 years ago by Josh Tynjala <[email protected]>
actions: missing CHANGELOG.md

github.com/openfl/hxp - 188976d55a64054ff34ebba84132569d109b91a7 authored almost 2 years ago by Josh Tynjala <[email protected]>
actions: package haxelib

github.com/openfl/hxp - bd5df98d59818c4ab77f3408476f11cfd6885454 authored almost 2 years ago by Josh Tynjala <[email protected]>
haxelib.json: add bowlerhat and Dimensionscape

github.com/openfl/hxp - 735833351a10d47f85629d1e46b57cb0e7fdb8f8 authored almost 2 years ago by Josh Tynjala <[email protected]>
Socket: Include missing properties for sys targets

This implements the missing properties for localPort, localAddress, remotePort, and remoteAddres...

github.com/openfl/openfl - 8eb6ddf2e0479147b0997d46382cd41cd3efc591 authored almost 2 years ago by Chris Speciale <[email protected]>
Revert "Socket: Missing properties for sys targets"

This reverts commit a21f802b54eebe575d6f2eb2c8ebaeb35ce6bad8.

github.com/openfl/openfl - 06f9ed4b85d3a95af30a3bf0ab0378bb963537f0 authored almost 2 years ago by Chris Speciale <[email protected]>
Revert "Socket: Move recent changes to 9.3.0"

This reverts commit 8d12e95b1a3dfe18601fb14a0281547feb3aadc2.

github.com/openfl/openfl - 9d7e7967253435780b19b91fa208178252229f08 authored almost 2 years ago by Chris Speciale <[email protected]>
Socket: Move recent changes to 9.3.0

I realized I was working in the wrong branch when I committed the new API inclusions, but they w...

github.com/openfl/openfl - 8d12e95b1a3dfe18601fb14a0281547feb3aadc2 authored almost 2 years ago by Chris Speciale <[email protected]>
tools.hxml: Remove -D no-inline

The no-inline macro was added previously to fix a compatibility issue with an older version of H...

github.com/openfl/lime - 3b5588267b1f584849c6fed12690628b6d265576 authored almost 2 years ago by Chris Speciale <[email protected]>
haxelib.json: 9.3.0

github.com/openfl/openfl - 9c55d2291fbf8230b23c4475fba0119e258f3592 authored almost 2 years ago by Josh Tynjala <[email protected]>
Accept `aarch64` for ARM64 as well

See: https://wiki.debian.org/ArchitectureSpecificsMemo

github.com/openfl/hxp - 7d8db31e474f8a5b83be8403a24e1001e809b972 authored almost 2 years ago by tobil4sk <[email protected]>
Add ARM64 host architecture enum

github.com/openfl/hxp - b2ee6979e24df7e59809da17f6c29d70297f8d32 authored almost 2 years ago by tobil4sk <[email protected]>
haxelib.json: fix version format (closes #168)

github.com/openfl/starling - 72c38d8f1f266070c03a2570ad72f401255b9e8d authored almost 2 years ago by Josh Tynjala <[email protected]>
Workflow: Update versions

github.com/openfl/api.openfl.org - 9427e7fab37980e8210e1ba647f40e9befbab978 authored almost 2 years ago by Chris Speciale <[email protected]>
Socket: Missing properties for sys targets

Includes the missing properties to grab the local and remote port/ip from the socket. Will also ...

github.com/openfl/openfl - a21f802b54eebe575d6f2eb2c8ebaeb35ce6bad8 authored almost 2 years ago by Chris Speciale <[email protected]>
CairoTextField: prevent crash if the number of available glyphs doesn't match the selection (references #2602)

They may not match if the text contains ligatures. This is just a workaround.

github.com/openfl/openfl - 407749d5be20d7f7e2f7d752b3ae97cee4fa1242 authored almost 2 years ago by Josh Tynjala <[email protected]>
Do not register Ctrl shortcuts if Alt is pressed

Alt Gr -> Ctrl + Alt on Windows, which causes issues for the Alt Gr + A
shortcut.

github.com/openfl/openfl - de31c0546c7b6f1d753df4e7720ab46f6548780f authored almost 2 years ago by tobil4sk <[email protected]>
Merge branch 'develop' into 8.1.0-Dev

github.com/openfl/lime - cebe8dff82b4e4c1692a22f165ea71eb45b4fc6a authored almost 2 years ago by Josh Tynjala <[email protected]>
Merge branch 'develop' into 9.3.0-Dev

github.com/openfl/openfl - e7fc50f4808f7450c5edbdf7603d843d7d8ce472 authored almost 2 years ago by Josh Tynjala <[email protected]>
haxelib.json: Update releasenote

github.com/openfl/openfl - b13284d7a178f68e6fbaab155b298316d301a62e authored almost 2 years ago by Josh Tynjala <[email protected]>
haxelib.json: release note

github.com/openfl/lime - fa49cf1a2ac672c99ed3c8f9478d85892e286712 authored almost 2 years ago by Josh Tynjala <[email protected]>
Use Ubuntu 20 for testing.

GitHub has officially begun to drop Ubuntu 18.04 support, causing workflows to fail.

github.com/openfl/lime - bca5a33ac281a1c59dd7333e47e500927a4299f3 authored almost 2 years ago by player-03 <[email protected]>
actions: update ubuntu

github.com/openfl/openfl - 4fe3d9bdb8eecc0ceca1028bc75c1b45d34a6a3d authored almost 2 years ago by Josh Tynjala <[email protected]>
actions: update actions

github.com/openfl/openfl - dc54d9a9b7c582e93a5543d29b495a67bcf2a52a authored almost 2 years ago by Josh Tynjala <[email protected]>
Use v3 of `checkout` and `upload-artifact`.

Version 2 of these actions seems to rely on deprecated features.

We might be able to leave `d...

github.com/openfl/lime - 4232a9fa52615e4a35c9888fd542d3799011c566 authored almost 2 years ago by player-03 <[email protected]>
Update changelog for 8.0.1 (#1621)

* Apply markdownlint's recommendations.

It's not a fan of double blank lines.

* Fix accide...

github.com/openfl/lime - bb3d2fefa633a412619698d305586f2c8ae39d4c authored almost 2 years ago by player-03 <[email protected]>
9.2.1

github.com/openfl/openfl - f9e37a961eb02da6e49f7da39a84a4a32cc78762 authored almost 2 years ago by Josh Tynjala <[email protected]>
Issue with Neko memory, try Linux build instead

github.com/openfl/swf - 9bee18ea69a9c8099ab5586a36505f4a2543d5ae authored almost 2 years ago by Joshua Granick <[email protected]>
ServerSocket: Backlog fix

Backlog should be the maximum value allowed by the device instead of the minimum if using the de...

github.com/openfl/openfl - 067751ca4d8b21c66fd8a834cc3146355f8a7669 authored almost 2 years ago by Chris Speciale <[email protected]>
actions: update checkout to v3

github.com/openfl/api.openfl.org - 59814014f79ed02db37b205cdb46118ea4f0e95a authored almost 2 years ago by Josh Tynjala <[email protected]>
bump dox version

Just so that I don't forget when we update Lime, I'm gonna go ahead and bump the dox version now...

github.com/openfl/api.openfl.org - f41e6db81e591e47a266941c9f5051ba38d92739 authored almost 2 years ago by Chris Speciale <[email protected]>
Update deploy.yml

github.com/openfl/api.openfl.org - c961341e42e0160eaec0ce3e52d563457198724c authored almost 2 years ago by Chris Speciale <[email protected]>
Allow Assets.registerLibrary() for default library

github.com/openfl/lime - db0a8e95fa81975e879691f1ea0a3a5cabcb6625 authored almost 2 years ago by Dimitri Pomier <[email protected]>
update CHANGELOG

github.com/openfl/lime-vscode-extension - e51e1efc1661f74cb8244dbee45d3d9a77ff7844 authored almost 2 years ago by Josh Tynjala <[email protected]>
Merge pull request #98 from openfl/dependabot/npm_and_yarn/minimist-1.2.7

Bump minimist from 1.2.5 to 1.2.7

github.com/openfl/lime-vscode-extension - e25f9bbc78bd1a89af9353f6aecd5903d3ecd3fa authored almost 2 years ago by Josh Tynjala <[email protected]>