Skip to content

Releases: Foxbud/aerpatch

Version 20211212

12 Dec 23:05
Compare
Choose a tag to compare

Changes

  • Relocated where AERHookInit is injected into the executable.
  • Changed AERHookRoomStart thunk from performing original code before the hook to performing it after the hook.

Version 20211126

26 Nov 21:55
Compare
Choose a tag to compare

Changes

  • Exposed gmlScriptGoToRoom engine function and deltaTime engine global in MRE initialization hook.
  • Added room-change, room-start, and room-end MRE hooks.

Version 20210627

27 Jun 18:07
Compare
Choose a tag to compare

Changes

  • Exposed actionDrawSpriteGeneral engine function to mod runtime environment.

Version 20210502

02 May 19:08
Compare
Choose a tag to compare

Changes

  • Fixed symbol resolution bug that effected some (but not all) operating systems.

Version 20210421

21 Apr 20:10
Compare
Choose a tag to compare

Changes

  • Exposed actionMouseGetX, actionMouseGetY, actionDrawLine, and actionDrawEllipse engine functions in initialization hook.

Version 20210305

05 Mar 15:38
Compare
Choose a tag to compare

Changes

  • Added AERHookLoadData and AERHookSaveData hooks.
  • Exposed API_dsMapCreate, API_dsMapFindValue, API_dsMapSet and API_dsMapAddMap engine functions and maps engine global in initialization hook.

Version 20210214

14 Feb 00:19
Compare
Choose a tag to compare

Changes

  • Exposed actionDrawSetFont, actionDrawSelf, actionDrawText, actionDrawRectangle, actionDrawTriangle, actionDrawSetAlpha, actionDrawGetAlpha and actionFontAdd engine functions and currentFont, currentFontIndex and fontTable engine globals in initialization hook.

Version 20210122

22 Jan 03:27
Compare
Choose a tag to compare

Changes

  • Switched from building with rsync v3.2.3 to v3.1.0 to lower installation requirement.

Version 20210120

20 Jan 19:25
Compare
Choose a tag to compare

Changes

  • Initial release.