eetsmod v0.19.0
Complete engine address maps + tooling for native mods.
What's new
- Complete address maps for both builds (
include/eets_addr.hLinux,include/eets_addr_win.hWindows). tools/gen-symbols.sh: Regenerates the Linux symbol block fromnm.- Engine wrappers (
include/eets_engine.h):GameUtil_GetLevelManager,Simulator_StartSimulation,MainMenu_LoadSimulatorLevel. EETSMOD_WINLIBShook ineetsmod pack: Mods needing extra Windows libs (e.g.-lws2_32for winsock) now cross-build the.dllduring pack.- Earlier: root-cause fix for
Object::Get{Position,Facing}(Vector2&pointer-return deref, both platforms).