diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-12-09 11:48:17 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-12-09 11:48:17 -0800 |
commit | 4ad724eaae7be3780b5fb891b391bbf4ef26f410 (patch) | |
tree | d4daf1c5a8036098ee7dd4a52690802dbacaf3c3 /Source/Randomizer.cpp | |
parent | f485927337c329a4a691500a1b6c18c763863bb4 (diff) | |
download | witness-tutorializer-4ad724eaae7be3780b5fb891b391bbf4ef26f410.tar.gz witness-tutorializer-4ad724eaae7be3780b5fb891b391bbf4ef26f410.tar.bz2 witness-tutorializer-4ad724eaae7be3780b5fb891b391bbf4ef26f410.zip |
Improve internals of sigscanning, fix a small overwrite bug
Diffstat (limited to 'Source/Randomizer.cpp')
-rw-r--r-- | Source/Randomizer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index ae41bb7..3078b22 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp | |||
@@ -7,6 +7,11 @@ | |||
7 | 7 | ||
8 | * Speed up *everything* ? Or maybe we'll just stop using this setting entirely. | 8 | * Speed up *everything* ? Or maybe we'll just stop using this setting entirely. |
9 | 9 | ||
10 | * Disable "power off on fail" for challenge | ||
11 | * Add setting for "Don't reset the challenge seed on new challenge" | ||
12 | * Don't rerandomize anything outside of challenge on re-click | ||
13 | * Change re-randomization prevention? | ||
14 | |||
10 | 15 | ||
11 | * BUGS: | 16 | * BUGS: |
12 | * Shipwreck vault is solved reversed? -> Not reversed, just "half", you can normally solve orange. Seems to need pattern name. | 17 | * Shipwreck vault is solved reversed? -> Not reversed, just "half", you can normally solve orange. Seems to need pattern name. |