Skip to content

eetsmod v0.19.0

Choose a tag to compare

@johnqherman johnqherman released this 23 Jun 19:01
· 145 commits to main since this release

Complete engine address maps + tooling for native mods.

What's new

  • Complete address maps for both builds (include/eets_addr.h Linux, include/eets_addr_win.h Windows).
  • tools/gen-symbols.sh: Regenerates the Linux symbol block from nm.
  • Engine wrappers (include/eets_engine.h): GameUtil_GetLevelManager, Simulator_StartSimulation, MainMenu_LoadSimulatorLevel.
  • EETSMOD_WINLIBS hook in eetsmod pack: Mods needing extra Windows libs (e.g. -lws2_32 for winsock) now cross-build the .dll during pack.
  • Earlier: root-cause fix for Object::Get{Position,Facing} (Vector2& pointer-return deref, both platforms).