Skip to content

Releases: MinecraftZenova/ZenovaAPI

1.1.0

24 Apr 16:48
19ef3d0
Compare
Choose a tag to compare

Commits

  • 00f76a3: Add a hook function to swap out vtable functions (ThePixelGamer)
  • 9aa29b5: Implement new mod callback api (ThePixelGamer)
  • Variable index reseting for each symbol map #11 (FrederoxDev)
  • 726f9e2: Add more Hook logging and readjust sigscan bounds (ThePixelGamer)
  • 19ef3d0: Check for duplicate symbols (#12) (Freddie) #12

1.0.21

19 Jan 17:11
Compare
Choose a tag to compare

Commits

  • 616695c: "Fix" static vars not being init'd for mod start (ThePixelGamer)

1.0.20

13 Jan 19:19
Compare
Choose a tag to compare

Commits

  • 7a8cd81: Remove StorageResolver (ThePixelGamer)
  • d57225f: 1.16.100.4 support, rewrite process_symbol_map.py (ThePixelGamer)
  • 40f183c: Update dev folder with local build (ThePixelGamer)
  • 549e5a4: "Fix" potential race issue with hooked functions (ThePixelGamer)

1.0.19

04 Jun 09:07
Compare
Choose a tag to compare

Commits

  • 2124b5a: Create GetZenovaFolder and handle symlinks (ThePixelGamer)
  • d76de29: Fix var_list not generating properly (ThePixelGamer)

1.0.18

28 May 23:59
Compare
Choose a tag to compare

Commits

  • ce7a5d1: Fix issues with symvar references (ThePixelGamer)
  • 08cf570: Make start more cross-platform friendly (ThePixelGamer)

1.0.17

28 May 20:17
Compare
Choose a tag to compare

Commits

  • 1f995b7: Introduce GetMinecraftSize in Platform (ThePixelGamer)
  • 9c0cf93: Handle vdtors so that the proper dtor gets called (ThePixelGamer)
  • 5784814: Cleanup cmake and combine windows/x64 directory (ThePixelGamer)
  • 3bb7b3d: Force symvars to use references (ThePixelGamer)

1.0.16

24 May 20:41
Compare
Choose a tag to compare

Commits

  • f649ad4: Fix file modification check in script (TrinityDevelopers)

1.0.15

24 May 17:03
Compare
Choose a tag to compare

Commits

  • 09ed423: Add entry point option in script + update script from Zoom (TrinityDevelopers)
  • 0cf1026: Fix reading datetime from file (TrinityDevelopers)

1.0.14

23 May 22:10
Compare
Choose a tag to compare

Commits

  • 9aab71f: Rename symbol processing tool and add it to release (TrinityDevelopers)
  • a3de93a: Fix tools directory in build (TrinityDevelopers)

1.0.13

23 May 06:54
Compare
Choose a tag to compare

Commits

  • d540567: Handle vcall thunks and utilize hook macros (ThePixelGamer)