Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Releases: hlef/rogmap

v0.2 - optimizations & various internal improvements

29 Oct 12:37
Compare
Choose a tag to compare

Notable changes:

  • Avoid usage of additional buffers in fill_map. Instead, let room generators decide of the next starting point while they generate the current room: This allows better performances and O(1) space complexity !
  • Avoid code duplication in the room generators.

v0.1.1 - optimization & compatibility

11 Sep 08:29
Compare
Choose a tag to compare

Notable changes:

  • Use only one buffer instead of two in the fill_map function. This allows global memory usage and performance improvements.
  • Avoid use of non-trivial initializers when possible.
  • Add missing casts after malloc.
  • Move macros to header file.

v0.1 - initial release

09 Sep 10:30
Compare
Choose a tag to compare

Initial release.

+

  • Essential features have been implemented.
  • Codebase is stable and tested.

-

  • API should not be considered stable