Commit graph

9 commits

Author SHA1 Message Date
Tropical 3c066dcff8 refactor: get rid of tutorial level autoload
Some checks are pending
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
2026-03-12 03:31:11 -05:00
Tropical 682c898563 fix: accidentally declared static in the implementation 2026-03-12 03:14:32 -05:00
Tropical b20c17c4b7 fix: UB due to assuming wchar_t is utf16 2026-03-12 03:11:49 -05:00
Tropical 90809cfc12 fix: const-correctness, remove manual UTF16 conversion
Some checks are pending
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
Build (Linux, x86_64) / build-linux (push) Waiting to run
2026-03-11 22:18:21 -05:00
niansa 6e6a42e67b Remove explicit casts when passing strings to Iggy 2026-03-12 01:59:42 +01:00
niansa e6d19edf8d Added string conversion for Iggy everywhere where needed 2026-03-12 01:59:37 +01:00
niansa dcb409631c Fixed more inconsistencies around win64 macro and iggy 2026-03-12 01:59:33 +01:00
niansa/tuxifan d3521fabf8
Add Linux version of Iggy [Please Squash into feat branch] (#182)
* Added Linux version of Iggy

* Expose audio functionality

* Reimplemented IggyAudioOutParamExtendedInformation more carefully

* Link to .o files directly

* Allow required SWF files to be loaded on Linux

* Some other misc ifdef WINDOWS64 fixes

* Another ifdef windows64 fix
2026-03-11 13:25:27 -05:00
Tropical ad1e8369bc refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00