tobil4sk
tobil4sk
Created this to keep track of the status of native Apple Silicon builds of the lime.ndll. Todo: - [x] SDL submodule fix (see https://github.com/openfl/libsdl/commit/fa51fcb56b152ba6419b6decfef5dad48b075ac2). `develop` branch is missing this patch,...
Currently, there are a lot of redundant string conversions when using the file dialog api. This was mentioned briefly in #1622. Here is a rough overview of the current situation:...
Fixes some issues to allow compiling lime.ndll with MinGW. I'm not too sure what the best way to deal with the System.cpp situation would be.
Applies the patch from https://github.com/openfl/libopenal/pull/1, along with some other fixes to get the openal config up to date with the version used in `8.2.0-Dev`. Also applies fixes for pixman build....
For example, this returns null when the file clearly exists: ```haxe lime.utils.Bytes.fromFile("/home/user/é.txt"); // null ``` Files with ASCII names load fine: ```haxe lime.utils.Bytes.fromFile("/home/user/e.txt"); // returns correct contents ``` This function...
With Haxe 4.3.0, projects and libraries can document custom defines/metadata: https://github.com/HaxeFoundation/haxe/pull/10858 Would be nice to get IDE integration for these features. Currently, the custom metadata appears in the completion list,...
Currently, if you open a haxelib with no hxml in its root directory, there is no completion. As soon as you add an empty `extraParams.hxml` file, there is basic completion,...
The correct name is `pcre2-8-staticd.lib`, not `pcre2-8d-static.lib`. If the static debug build is the only one available, the value of `default_pcre_libraries` would previously default to `pcre.lib`, and so there was...
**Describe the bug** When the executable is run outside of its binary/installation directory, TextFormat does not work properly if a font path is passed to its constructor. **To Reproduce** Steps...
minimingw is very outdated and it no longer works: https://github.com/nmehost/minimingw/issues/1. We should stop recommending it as it's causing users to run into errors: https://github.com/HaxeFoundation/haxe.org-comments/issues/136#issuecomment-2049392211 https://github.com/HaxeFoundation/haxe.org-comments/issues/30#issuecomment-1374414669 https://github.com/HaxeFoundation/hxcpp/issues/789 Closes https://github.com/HaxeFoundation/hxcpp/issues/789 I've also...