Skip to content

Releases: SiegeEngineers/aoc-builtin-rms

v0.6.3

08 Jan 18:04
5b091c9
Compare
Choose a tag to compare
  • Reset terrain overrides before each new game, to prevent overrides from one map carrying over to another.

v0.6.2

17 Dec 13:53
5c509b8
Compare
Choose a tag to compare
  • Show descriptions for maps in custom sections.
  • Can now be compiled on MSVC.

v0.6.1

28 Sep 12:40
75e8c96
Compare
Choose a tag to compare
  • Show descriptions for all custom random maps, fixes #6.

v0.6.0

18 May 18:36
f30e053
Compare
Choose a tag to compare

v0.5.0

09 Feb 12:51
d7c93b9
Compare
Choose a tag to compare
  • 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

06 Jan 10:01
48ab893
Compare
Choose a tag to compare
  • 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

03 Jan 12:48
b8d20eb
Compare
Choose a tag to compare
  • 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

01 Jan 12:47
e50d2b6
Compare
Choose a tag to compare
  • Relicense as LGPL-3.0 to make it easier to adopt in existing mods.

v0.1.1

30 Dec 19:34
f162d76
Compare
Choose a tag to compare
  • Fix map ID byte sizes, for transfer in the multiplayer game lobby.

v0.1.0

30 Dec 13:09
3ff2f4a
Compare
Choose a tag to compare
  • Initial release.