Echo J.
Echo J.
gedit has an empty title for the unsaved changes dialog, which causes an assertion failure and a crash because of 0 width/ height (so skip texture generation if that's the...
The ImPlot dependency causes significant library size and build time increases (at least for debug builds) so add an option to disable it This change also adds more mentions of...
This was originally intended for fixing the old-style cast warnings (but it looks like tinyxml2 still uses them) so that warning either has to be disabled or the library needs...
**Describe the bug** So the rustc `--target` argument (which is usually included in the `rust` value of cross files) isn't passed to the bindgen command line This isn't a problem...
Fixes #2004
This allows proper packaging of the application for Linux distros
I've been seeing quite a few support-like issues in the issue tracker (which are ideal for Discussions) so maybe it's time to enable that feature? :frog:
This will likely require calling back into Rust land if the config file wants to use the .toml format (and an app open handler for loading)
Fixes #100 The timestamp setting code currently doesn't use the file wrappers though (and is directly located in unshield.c)
ZMenu still doesn't fully work with modloader though (the strings for the `Mod Configuration` menu are all empty which doesn't happen when using a normal ASI loader) Maybe that issue...