Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Releases: Slushi-Github/hxCompileU

1.5.5

29 Aug 03:50

Choose a tag to compare

Significant changes mainly for Leafy Engine, but all improve the overall usability of HxCompileU.

1.5.0

23 Jul 02:42

Choose a tag to compare

Full Changelog: 1.3.0...1.5.0

Introduces WUHB conversion support and related configuration in the JSON file and documentation. Refactors library management by replacing Libs.hx and LibsRequests.hx with LibsManager.hx, updating all usages. Adds MIT license file, improves CLI argument handling, updates build.hxml, and enhances code comments and structure throughout the project (AI generated).

1.3.0

14 Mar 16:51

Choose a tag to compare

Changes:

  • The explanation of how the program works in the README has been slightly improved.
  • Now the defines are placed in HXML file and in the MakeFile to avoid problems.
  • Now you can compile only the C++ code already generated without compiling the Haxe code, using [--onlyCafe].
  • you can now do a clean compile using [--clean].
  • You can now search for a line of code from a line address using DevKitPro's “powerpc-eabi-addr2line” utility.

Well, I think this can be considered the first really stable version of HxCompileU, enjoy!

First release - 1.0.0

08 Jan 05:52

Choose a tag to compare

The first release yay!
Only for Windows for now though