2 Commits

Author SHA1 Message Date
Darío 73a8aa9918 Increase version number to 1.0.1-dev. (#218)
* Increase version number to 1.0.1-dev.

* Change to 1.0.1
2026-01-29 20:36:34 -03:00
Darío f82b014a2b Add support for deprecated mods. (#221)
* Add always high poly model as deprecated mod.

* Add modern runtime with deprecated mods support.

* Update RecompFrontend for deprecated mod support.

* Switch deprecated mod.
2026-01-29 20:07:31 -03:00
+1 -1
View File
@@ -64,7 +64,7 @@
#include "../../lib/rt64/src/contrib/stb/stb_image.h" #include "../../lib/rt64/src/contrib/stb/stb_image.h"
const std::string version_string = "1.0.0"; const std::string version_string = "1.0.1";
template<typename... Ts> template<typename... Ts>
void exit_error(const char* str, Ts ...args) { void exit_error(const char* str, Ts ...args) {