Skip to content

Releases: Squirrelies/RE2RRandomizer

Manual Build [main] - v0.1.0-15 Release

05 Aug 04:25
7fe9863
Compare
Choose a tag to compare
Pre-release

Commits

  • 38596cb: Use std::unique_ptr<> for various std::string instances I know weren't being cleaned up... (Travis J. Gutjahr)
  • 020b851: Small adjustments. (Travis J. Gutjahr)
  • c27e2e0: More std::unique_ptr. (Travis J. Gutjahr)
  • 2854b61: More std::unique_ptr. (Travis J. Gutjahr)
  • 66521e2: Move log to menu. (Travis J. Gutjahr)
  • 51d0afd: Some cleanup to try and mitigate crashes. Mostly removing a parameter we won't be using anymore that perhaps was causing C0000005 issues. (Travis J. Gutjahr)
  • d2e0587: Adjust soft lock code to try and prevent event-based soft-locks. (Travis J. Gutjahr)
  • f78fcb7: Adjusted game version detection logic. Some more soft lock code. (Travis J. Gutjahr)
  • 5536cda: Code to try and work around weird crashing issue that is intermittent. (Travis J. Gutjahr)
  • 08a6974: Testing some toolchain changes. (Travis J. Gutjahr) #1
  • 8abb911: Environment working. (Travis J. Gutjahr) #1
  • ef0463c: Adding new storage for item information to facilitate better filtering and soft-lock protection. (Travis J. Gutjahr)
  • b551d94: Some code reorganization ahead of the change to information storage. (Travis J. Gutjahr)
  • ee4b4f6: Warning Cleanup. (Travis J. Gutjahr)
  • 5393c32: More general cleanup. (Travis J. Gutjahr)
  • 2ca8d90: Added new database stuff and refactored the seed to use it. (Travis J. Gutjahr)
  • 60e9aec: Reorder the originalItemInformation creation so it happens before HandleSoftLocks is called. (Travis J. Gutjahr)
  • 774a01f: Adjustments to toolchains and settings. (Travis J. Gutjahr)
  • 884a390: Removed git from msys2 install as it is not needed for workflow. Updated BUILDING.md. (Travis J. Gutjahr)
  • 7fe9863: Attempt to fix permission issues with tag creation. (Travis J. Gutjahr)

Manual Build [main] - v0.1.0-13 Release

07 Jul 01:43
5393c32
Compare
Choose a tag to compare
Pre-release

Commits

  • ef0463c: Adding new storage for item information to facilitate better filtering and soft-lock protection. (Travis J. Gutjahr)
  • b551d94: Some code reorganization ahead of the change to information storage. (Travis J. Gutjahr)
  • ee4b4f6: Warning Cleanup. (Travis J. Gutjahr)
  • 5393c32: More general cleanup. (Travis J. Gutjahr)