Skip to content

Releases: iMilchshake/gores-mapgen

v1.0.2

30 Nov 10:38
Compare
Choose a tag to compare

Editor / GUI

  • Improve waypoint debug drawings to indicate the current target waypoint

Map Generation

  • Add waypoint locking to ensure that chaotic presets dont cross future waypoints
  • Add _stable presets for all generation presets using position- and waypoint locking.
    These presets should work consistenly across regular and "tight" map layouts
  • Add experimental maze and maze2 generation presets

Benchmark

  • Update benchmark binary: Add filter for subset of generation and map presets

v1.0.1

09 Sep 21:31
Compare
Choose a tag to compare

Bug Fixes

  • Add basemaps $\Rightarrow$ should fix the export map crash when using compiled binaries

Editor / GUI

  • Add command-line arguments for editor/gui
  • Rework debug layers system and add float layers
  • Rework camera handling in the editor with a new MapCamera struct
  • Add sections to GUI sidebar
  • Add debug_layers_window for detailed mouse position and layer value visualization

Map Generation

  • Add position lock feature
  • Update platform generation
  • Update skip generation logic with level skip distance validation

Other

  • Add benchmark.rs for benchmarking map generation
  • Add base64 seed conversion
  • Performance improvements (optional validation/debug logic)

v1.0

28 Jul 12:40
Compare
Choose a tag to compare

This is not a "full" release, just the beginning of proper incremental versioning for configuration files and the cargo crate.

Full Changelog: https://github.com/iMilchshake/gores-mapgen-rust/commits/v1.0