Releases: SiegeEngineers/aoc-builtin-rms
Releases · SiegeEngineers/aoc-builtin-rms
v0.6.3
v0.6.2
- Show descriptions for maps in custom sections.
- Can now be compiled on MSVC.
v0.6.1
v0.6.0
- aoc-builtin-rms now requires the aoc-mmmod mod loader.
- Added custom sections.
v0.5.0
- Refactor to use hooking library
hook.c
. - Fix an issue where aoc-builtin-rms could look for a config file in the wrong mod directory.
v0.4.0
- Add API-only module, without the automatic XML loading.
- Move config to an
aoc-builtin-rms.xml
config file to avoid polluting the UserPatch file with non-UP config.
v0.3.0
- Reduce logging in the release DLL.
- Use
%[^"]
instead of%s
for reading strings from XML attributes, behaves less strangely when whitespace is used. - Support terrain overrides, like ZR@ maps.
v0.2.0
- Relicense as LGPL-3.0 to make it easier to adopt in existing mods.
v0.1.1
- Fix map ID byte sizes, for transfer in the multiplayer game lobby.
v0.1.0
- Initial release.