Skip to content

Releases: matthewkirby/plando-random-settings

v2.6.2

10 Jul 03:27
Compare
Choose a tag to compare

Commits

  • edd8aa7: Reordered conditionals so everything off is at the bottom (Xopar)
  • bc1f5cb: Moved misc hints to the options section of the weights file (Xopar)
  • 36c9332: Rewrite multiselect code and handling (Xopar)
  • a68cd74: Port remaining behavior to conditionals (Xopar)
  • efb610f: Version bump (Xopar)

v2.6.1

19 Jun 20:42
Compare
Choose a tag to compare

Commits

  • 6eaa5c5: Added a new conditional summary file that can be easily extracted and used for other projects. Not the best way to implement this but it works. Also removed a couple of deprecated or redundant conditionals. (Xopar)

v2.6.0

04 May 18:51
Compare
Choose a tag to compare

Commits

  • f02ab4e: Odd Potion missing from adult trade (Xopar)
  • 63c4376: Merge branch 'master' of github.com:matthewkirby/plando-random-settings (Xopar)
  • f662c0d: Bugfix version bump (Xopar)
  • 3e9afb9: Swapped from devRoman to devRealRob, required a python version bump. Improved installation instructions and a python version check also set up. (Xopar)
  • 5bef8f3: Added new settings and corrected things that have been renamed and refactored. TODO: Make a more robust test for when new settings/options are missing from weights and for when settings/options no longer exist (Xopar)

v2.5.10

27 Aug 18:50
Compare
Choose a tag to compare

Commits

  • 248f8b5: Randomizer version bump (Matthew Kirby)

v2.5.9

16 Aug 18:16
Compare
Choose a tag to compare

Commits

  • 0cf98f0: Slight weights adjustment (Xopar)

v2.5.8

18 Jul 20:30
Compare
Choose a tag to compare

Commits

  • 45ad67b: Randomizer version bump and tcg key bugfix (Xopar)

v2.5.7

05 Jul 00:15
Compare
Choose a tag to compare

Commits

  • 6b1e6fc: Updating randomizer had breaking changes to SettingsList (Xopar)
  • fbf0144: Forgot to add a trick to the weights (Xopar)
  • 0f89ff2: Turning off shopsanity since as its broken at the moment (Xopar)

v2.2.6

04 Jul 18:35
Compare
Choose a tag to compare

Commits

  • fbf0144: Forgot to add a trick to the weights (Xopar)

v2.2.5

04 Jul 18:30
Compare
Choose a tag to compare

Commits

  • 9c4fafa: Bumped randomizer version for bug fixes (Xopar)
  • 56a9e44: Print the name of the plando file if no_seed is used (Xopar)
  • 1ee59c7: Fixed a typo int he coop override file (Xopar)
  • 716df1d: Remove unnessary output for when a plando is generated without a seed. This removes the requirement that a user has a valid rom file when simply generating a plando. (Xopar)
  • 0592270: Version bump (Xopar)
  • c3714ba: Added custom weights (Xopar)
  • fc066cd: Updates to the script (Xopar)
  • da4dae5: Removed tycoon shopsanity option (Xopar)
  • 7c03e0c: Accomodate multiselect settings (Xopar)
  • c315420: Remove option to keep random setting and plando setting to get a trial hint with 1 trial. (Xopar)
  • 91bec12: Added two overrides for RSL bingo (Xopar)
  • e35aa3f: Bunp version (Xopar)
  • 2810d7b: update script for latest dev (mracsys) #39
  • 3bf9f29: quick fix for check_new_settings (mracsys) #39
  • eea4a42: Ensure failed_settings directory exists to prevent crash (Xopar)
  • c27f780: Suppress spoilery randomizer output (Xopar)
  • df75e63: Changes for RSL Season 5 (Xopar)
  • 97f3bf5: Patch security gap and update heart/skull bridge conditions (Xopar)
  • 4f5ba92: Removed hash versioning and use text field instead (Xopar)
  • bca2748: Removed goron pot trick accidentally left on (Xopar)
  • dda41eb: Added missing bongo lens logic trick to season 5 weights. (Xopar)
  • 4bd65c4: Bump version (Xopar)
  • 5871871: Moved the randomizer update and version downloading tool to its own file to avoid imports being out of order (Xopar)
  • 3680730: version bump (Xopar)
  • 9ffabb6: Changed name of version file to prevent colission in the randomizer code with the randomizers version file (Xopar)
  • e8ccf20: Weights and settings update for new dev version (Xopar)
  • c807e43: Updating weights for new version (Xopar)
  • cdb0290: New conditionals and version bump (Xopar)
  • 20cd31a: Quick patch to fix beginner and intermediate weights (Xopar)
  • adf48fd: Fix disable_pot_chest_texture_independence conditional (Fenhl) #40
  • ee52857: Randomizer version bump (Xopar)
  • a9e02ed: Whoops (Xopar)
  • 05bfcd2: also version bump (Xopar)
  • 0812c8b: Fix #41 (Fenhl) #42
  • 5fc94d5: add conditionals to invert mq count (kenokeefe91) #43
  • d676f33: add invert_dungeons_mq_count to s5 weight (kenokeefe91) #43
  • 84f2a6b: replace 'reversed' by 'inverted' (kenokeefe91) #43
  • 3013280: do not cast new dungeon count as string (kenokeefe91) #43
  • 95eb02e: Add CLI args to allow controlling the retry counts (Fenhl) #38
  • 409e955: Move cli arguements to a dict (Xopar)
  • 8337870: Moved cleanup func to tools, replaced all os.remove with tools.cleanup, corrected bug in previous cli commit (Xopar)
  • 7f1e7b6: Refactor cli using argparser parameters rather than doign type checking and defaults manually. (Xopar)
  • 6c4fc89: Should probably update paths everywhere (Xopar)
  • 2f671bc: Version bump (Xopar)
  • 1aa903c: MASSIVE randomizer version update! (Xopar)
  • 0a27156: Added an override to test some potential inclusions to s6 (Xopar)
  • 56b64d0: Move cleanup function to utils (Xopar)
  • 01d6dce: Version bump (Xopar)
  • 24e5c18: Fix using the global_override_fname (Xopar)
  • e4830f3: Version bump (Xopar)
  • d00bed8: Lets not speak of this again. (Xopar)
  • bc76486: Version bump (Xopar)
  • a312d8f: Have I fixed this bug this time? Hopefullygit add rslversion.py ! (Xopar)
  • 9deb292: Randomizer version bump (Xopar)
  • 9f25b74: fix typo in README.md (jdunn596) #44
  • 3ace56b: Update for season 6 (Xopar)
  • 9f5e75b: Removed ancient todo file (Xopar)
  • 41b0f29: Adjust custom chaos distribution to remove sometimes subcategories rather than remove top level sometimes category (Xopar)
  • 53d9f54: Big readme update (Xopar)
  • ee459e4: Small linting session (Xopar)
  • 5ae5f9d: Fix thingy (Xopar)
  • c36020f: Disable fast bunny hood pending bug fix. (Xopar)
  • b48d99b: Bug fix (Xopar)
  • 3709360: randomizer version bump (Xopar)
  • 638317a: Weights update and new settings yay (Xopar)
  • 6b1e6fc: Updating randomizer had breaking changes to SettingsList (Xopar)

v2.5.4

25 Jun 14:41
Compare
Choose a tag to compare

Commits

  • 638317a: Weights update and new settings yay (Xopar)