6 Commits

Author SHA1 Message Date
Dario 4e6de22c9c Change plume to not use heuristic. 2026-05-23 20:25:05 -03:00
Dario c17e876311 Change plume. 2026-05-23 18:59:24 -03:00
Dario 1ac5a705ed Mac test with main plume. 2026-05-23 11:39:52 -03:00
Dario b089dac3f4 Mac test. 2026-05-23 11:05:44 -03:00
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
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
#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>
void exit_error(const char* str, Ts ...args) {