tobil4sk
tobil4sk
Right now the haxelib binary in the "universal" mac builds is only x64. To fix this we need to build haxelib with an arm64 build of neko. First we need...
Use git versions of ufront libraries and update record macros with haxe 4.3 fix. This still requires some additional work to get the legacy server compiling. Closes #565
#1111 fixed an error with old android ndks which used old versions of gcc that didn't set c99 by default. However, it turns out this breaks new ndks, because they...
If I set antialiasing to 2 or higher in a project (e.g. the BunnyMark sample) the app crashes in the emulator I'm running with `lime test android -64 -debug`. ```xml...
Updated ruffle to a recent nightly version and added the following options: `--fullscreen`, `--force-align`, and `--no-gui`.
They should be installed with `--asdeps`, because they are dependencies of wine. Added `sdl2`. The following are no longer needed: `ldap`, `openal`, `mpg123`, `openal`, `libjpeg-turbo`, `ncurses`, `libxslt`: https://www.winehq.org/announce/6.0 https://www.winehq.org/announce/7.0 https://www.winehq.org/announce/8.0...
# Description Updates to a mingw build with a much more up-to-date runtime, but still with gcc 8. From gcc 8.1.0 to 8.5.0, and mingw runtime 6 to 10. ####...
### Tool name MinGW64 ### Tool license GNU ### Add or update? - [ ] Add - [X] Update ### Desired version 8.5.0 ### Approximate size _No response_ ### Brief...
This was broken previously: ```haxe var x:T R>; ``` As a side effect of the change, builtin types used as type parameters also highlight properly now: ```haxe var i:Null; ```...
Package names are now highlighted with `@module`, and type names are highlighted with `@type`. This also removes the need for nested highlighting queries for package and import statements, so longer...