-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to upstream latest develop
#3
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2840800 - Browse repository at this point
Copy the full SHA 2840800View commit details -
Configuration menu - View commit details
-
Copy full SHA for c93b500 - Browse repository at this point
Copy the full SHA c93b500View commit details -
actions: Neko unit tests for Haxe 3 now use Lime tools like all other…
… versions The hxp tests don't set up Application.current, which breaks ThreadPool. The hxp tests were always a pain to maintain anyway, so good riddance, in my opinion.
Configuration menu - View commit details
-
Copy full SHA for 76a9d3d - Browse repository at this point
Copy the full SHA 76a9d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d863321 - Browse repository at this point
Copy the full SHA d863321View commit details -
Revert "actions: use krdlab/setup-haxe@master because v1 is not ideal…
… for macOS anymore" This reverts commit d863321.
Configuration menu - View commit details
-
Copy full SHA for 75d3b7a - Browse repository at this point
Copy the full SHA 75d3b7aView commit details -
Revert "actions: HashLink tests with Haxe 4.3.6"
This reverts commit c93b500.
Configuration menu - View commit details
-
Copy full SHA for c2d56b5 - Browse repository at this point
Copy the full SHA c2d56b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fbc2f6 - Browse repository at this point
Copy the full SHA 8fbc2f6View commit details -
Revert "actions: Neko unit tests for Haxe 3 now use Lime tools like a…
…ll other versions" This reverts commit 76a9d3d.
Configuration menu - View commit details
-
Copy full SHA for 86d931a - Browse repository at this point
Copy the full SHA 86d931aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ce901 - Browse repository at this point
Copy the full SHA d7ce901View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57591ba - Browse repository at this point
Copy the full SHA 57591baView commit details
Commits on Nov 19, 2024
-
CanvasGraphics: restore old code for SpreadMethod.PAD because the cha…
…nge in openfl#2658 broke certain gradients Some gradients were not rendering correctly in Chrome or Safari (but worked in Firefox, interestingly) with OpenFL 9.4, but worked fine in OpenFL 9.3. Keeping the new SpreadMethod implementations the same, though. They might have a similar issue, but I'm not familiar enough with how they work to test to see if it reproduces. Relevant community thread where issue was reported: https://community.openfl.org/t/issues-after-upgrading-to-openfl-9-4-0-lime-8-2-0/14026
Configuration menu - View commit details
-
Copy full SHA for fb629c5 - Browse repository at this point
Copy the full SHA fb629c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 581e32f - Browse repository at this point
Copy the full SHA 581e32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ae92d0 - Browse repository at this point
Copy the full SHA 9ae92d0View commit details -
BitmapDataFileIOTest: increase timeout on async test because it fails…
… intermittently and was using the default timeout of 250ms
Configuration menu - View commit details
-
Copy full SHA for e1d19b5 - Browse repository at this point
Copy the full SHA e1d19b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12718d4 - Browse repository at this point
Copy the full SHA 12718d4View commit details -
OpenGLRenderer: Fix incorrect caused by Math.ceil and Math.floor in _…
…_scissorRect at extreme zoom levels. (openfl#2705) * Delete Math.ceil and Math.floor for __ scissorRect. In cases where the browser scaling ratio is very large, using Math.floor or Math.ceil will result in significant pixel errors, so it needs to be removed. * Add uv offest. * OpenGLRenderer: prefer ffloor() and fceil() over adding :Float type to variables --------- Co-authored-by: Josh Tynjala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b21b1d0 - Browse repository at this point
Copy the full SHA b21b1d0View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a85b04d - Browse repository at this point
Copy the full SHA a85b04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 439a810 - Browse repository at this point
Copy the full SHA 439a810View commit details