diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 21:05:28 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 21:05:28 -0700 |
commit | 2776822ef185836b33eab96e25e12393d2c0d859 (patch) | |
tree | ad4a3b36d5776e6cacc76835c505266ce7861ba9 /Source/Randomizer.cpp | |
parent | 96fd92f58640ea657a0802aba7ee2aa0d3498b81 (diff) | |
download | witness-tutorializer-2776822ef185836b33eab96e25e12393d2c0d859.tar.gz witness-tutorializer-2776822ef185836b33eab96e25e12393d2c0d859.tar.bz2 witness-tutorializer-2776822ef185836b33eab96e25e12393d2c0d859.zip |
Names are bad / compiled for old version because dumb
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 c4b3a13..97541b7 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp | |||
@@ -1,8 +1,13 @@ | |||
1 | /* | 1 | /* |
2 | * BUGS: | 2 | * BUGS: |
3 | * Tutorial back left is not protected anymore | ||
3 | * Shipwreck vault is solved reversed? | 4 | * Shipwreck vault is solved reversed? |
4 | * Verify UTM perspective? | 5 | * Verify UTM perspective? |
5 | * FEATURES: | 6 | * FEATURES: |
7 | * Determine if the user has entered the seed, and re-randomize it if not | ||
8 | * Prevent re-randomization (?) | ||
9 | * Clear "Randomized" state on NG (?) | ||
10 | * Limit back distance to pillars (like before) | ||
6 | * Randomize audio logs -- Hard, seem to be unloaded some times? | 11 | * Randomize audio logs -- Hard, seem to be unloaded some times? |
7 | * Swap sounds in jungle (along with panels) -- maybe impossible | 12 | * Swap sounds in jungle (along with panels) -- maybe impossible |
8 | * Make orange 7 (all of oranges?) hard. Like big = hard. | 13 | * Make orange 7 (all of oranges?) hard. Like big = hard. |