Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 544 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 544 Bytes

aoc-mmmod

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

0.1.3

  • Add trailing \\ to info->meta->game_base_dir, to align with mod_base_dir.

0.1.2

  • Remove stray printfs.
  • Add info->api structure with some useful methods for mods.
  • Remove runtime dependency on libgcc DLL.
  • Make mmmod only run on UserPatch 1.5.

0.1.1

  • Fix parameter passed to mmm_before_setup, mmm_after_setup, mmm_unload.

0.1.0

  • Initial release.