Skip to content

Releases: Foxbud/aermdk

Version 20211225

25 Dec 22:37
Compare
Choose a tag to compare

Changes

  • Demoted all compiler errors regarding unused values to warnings in CMakeLists.txt.
  • Added RoomStart and RoomEnd options to Obj Event Listener snippet in .vscode/aermdk.code-snippets.
  • Corrected deprecated use of roomChangeListener member of AERModDef struct in README.md.

Version 20211206

06 Dec 00:18
Compare
Choose a tag to compare

Changes

  • Fixed bug caused by missing double quotes in Clean Launch task of .vscode/tasks.json resulting in incorrect interpretation of paths containing spaces.
  • Changed incorrect usage of CMAKE_VISIBILITY_INLINES_HIDDEN property to VISIBILITY_INLINES_HIDDEN in CMakeLists.txt.

Version 20211128

29 Nov 00:16
Compare
Choose a tag to compare

Changes

  • Fixed bug caused by uses of workspace root directory not being quoted in Prepare Launch task of .vscode/tasks.json resulting in space-containing paths failing to launch and creating extraneous directories in workspace root directory.

Version 20211126

26 Nov 21:23
Compare
Choose a tag to compare

Changes

  • Added mdk.version to .vscode/settings.json.
  • Changed use of deprecated declarations from an error into a warning.

Version 20211120

20 Nov 23:59
Compare
Choose a tag to compare

Changes

  • Added ms-vscode.cmake-tools to unwantedRecommendations in .vscode/extensions.json.
  • Decreased optimization level of release builds to -O2.

Version 20211030

30 Oct 16:56
Compare
Choose a tag to compare

Changes

  • Fixed issue in CMakeLists.txt resulting in ACKNOWLEDGMENTS directory not getting packaged.
  • Updated Obj Event Listener snippet to use latest event->handle signature.

Version 20210611

11 Jun 23:26
Compare
Choose a tag to compare

Changes

  • Fix a compatibility issue in CMakeLists.txt that prevented it from working on slightly older versions of CMake.
  • Removed comments from .vscode/settings.json since JSON doesn't technically support them.
  • Added 32-bit support as a requirement in README.md.

Version 20210606

06 Jun 17:43
Compare
Choose a tag to compare

Changes

  • Fixed incorrect information in default LICENSE.txt.

Version 20210529

29 May 23:37
Compare
Choose a tag to compare

Changes

  • Corrected outdated information in README.md.
  • Moved definitions of authors and minimum_mre_version from ModInfo.json.in to CMakeLists.txt.
  • Updated license to reflect new location of authors definition.
  • Updated code snippets to be compatible with the latest version of the MRE.
  • Removed trailing newline at the end of several files.

Version 20210515

15 May 17:21
Compare
Choose a tag to compare

Changes

  • Refactored CMakeLists.txt into being the definitive source of some mod information. This relaxes the minimum required CMake version from 3.19 to 3.12.
  • Changed clang-format style from LLVM to Chromium.
  • Added mre.error.promote_unhandled with default true to aer_config.toml.in.
  • Updated Check/Handle Error snippet to use new MRE error handling system.
  • Simplified Get/Draw Inst AABB snippet into Get Inst AABB.
  • Fixed bug in Obj Event Listener snippet.