Skip to content

3.0.3 - Kill it with fire

Compare
Choose a tag to compare
@jbzdarkid jbzdarkid released this 31 Oct 05:02
· 98 commits to master since this release
  • Removed a lot of extraneous windows files, which should reduce the binary size
  • RNG is now consistent between machines on the same seed (because I'm computing it by hand)
  • Re-randomizing on the same save is now blocked, hopefully this will help to reveal other bugs to do with inconsistent randomization. Starting a new game will reset this flag.
  • Added a version number to the .exe and to the UI.
    -- Note: The major number indicates compatibility: A seed on version 2 will have completely different results than on version 3.