Skip to content

v0.2.7

Choose a tag to compare

@Zaldaryon Zaldaryon released this 08 Jul 14:24
· 10 commits to main since this release
v0.2.7
3fde0cb

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 lodstats and .optimum chisel lodreset work on vanilla servers without server-side registration. Output also writes to client-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.