v0.2.7
Fixes
- Windows installer: all patches fail when
core.autocrlf=true(the Windows git default). The bootstrap now normalizes line endings in fork checkouts before applying patches. Users who hit 50/50 failures no longer need to change their git config. - Installer build dir tagged by version (
Optimum-0.2.7-{id}). Stale build caches from older versions get cleaned automatically on the next install. Re-runs of the same version reuse the existing dir. - Chisel LOD diagnostics moved client-side.
.optimum chisel lodstatsand.optimum chisel lodresetwork on vanilla servers without server-side registration. Output also writes toclient-main.log.
Performance
- Recipe slideshow ElementBounds cache. The 3x3 grid scissor bounds (18 objects per frame) are pre-allocated and reused instead of allocated fresh every render tick.
Notes
Source-only release. Clone the repo and run the installer for your platform. See the wiki for instructions.