IriySoft

Results 9 issues of IriySoft

I’ve updated haxe to 4.3.0 and then OpenFL, Lime, HXCPP and other haxelibs to the latest versions. Then compiled PiratePig example that is a part of OpenFL samples ([GitHub -...

😰 Type: Bug
🗃️ Status: Review Needed

The sounds won't play if you switch to another app (or hide Safari) and then switch back to the browser. I checked that the focus event works as expected (so...

😰 Type: Bug
🗃️ Status: Review Needed

Fixes the issue https://github.com/openfl/lime/issues/1983 - an HTML5 app doesn't respond to pixel ratio change in runtime. Re-submit of this one: https://github.com/openfl/lime/pull/1984 Also requires changes in OpenFL: https://github.com/openfl/openfl/pull/2822

Changes how some values are rounded to remove one-pixel-width gaps on the borders of the render area in html5 target. More details here: https://github.com/openfl/lime/issues/1982 Also requires changes in OpenFL to...

When building for html5 target you can notice that a 1-pixel-width line may appear on the canvas sides - the actual side depends on the current scale of the browser...

Trying to address the issue in `SharedObject.getLocal(name, localPath)` that makes it impossible to `getItem()` previously created when no `localPath` was passed to `getLocal` and then the URL of the app...

Fix of the following issue: https://github.com/openfl/lime/issues/1983 I re-opened this pull request because there was a mess there and I had to close that one: https://github.com/openfl/openfl/pull/2802 Also requires changes in Lime:...

`openfl.net.SharedObject.hx.getLocal(nameStr)` function uses illegal character (":") to join **path** and **name** if **path** is not passed to the function for html5 and js targets. In this case the function sets...

😰 Type: Bug
🗃️ Status: Review Needed

Basically replaces rounds in several places to remove the gaps that may appear around the render area in some cases. Visible when testing with html5 target. See details here: https://github.com/openfl/lime/issues/1982...