All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Add trailing
\\
toinfo->meta->game_base_dir
, to align withmod_base_dir
.
- Remove stray
printf
s. - Add
info->api
structure with some useful methods for mods. - Remove runtime dependency on
libgcc
DLL. - Make mmmod only run on UserPatch 1.5.
- Fix parameter passed to
mmm_before_setup
,mmm_after_setup
,mmm_unload
.
- Initial release.