diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 21:11:09 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 21:11:09 -0700 |
commit | 0e989fe5111ca879584e1594804422b9b4ae0c1a (patch) | |
tree | 8464620decc60e812aecd4b7e060131e7afcfa57 /Source | |
parent | 2776822ef185836b33eab96e25e12393d2c0d859 (diff) | |
download | witness-tutorializer-0e989fe5111ca879584e1594804422b9b4ae0c1a.tar.gz witness-tutorializer-0e989fe5111ca879584e1594804422b9b4ae0c1a.tar.bz2 witness-tutorializer-0e989fe5111ca879584e1594804422b9b4ae0c1a.zip |
Small renames
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Randomizer.cpp | 2 | ||||
-rw-r--r-- | Source/Source.vcxproj | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index 97541b7..4d99461 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp | |||
@@ -4,6 +4,8 @@ | |||
4 | * Shipwreck vault is solved reversed? | 4 | * Shipwreck vault is solved reversed? |
5 | * Verify UTM perspective? | 5 | * Verify UTM perspective? |
6 | * FEATURES: | 6 | * FEATURES: |
7 | * Speedrunner mode? | ||
8 | * Speed up some of the slow things (like swamp) | ||
7 | * Determine if the user has entered the seed, and re-randomize it if not | 9 | * Determine if the user has entered the seed, and re-randomize it if not |
8 | * Prevent re-randomization (?) | 10 | * Prevent re-randomization (?) |
9 | * Clear "Randomized" state on NG (?) | 11 | * Clear "Randomized" state on NG (?) |
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 6492749..d4b3a2b 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -81,6 +81,7 @@ | |||
81 | </PropertyGroup> | 81 | </PropertyGroup> |
82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
83 | <LinkIncremental>false</LinkIncremental> | 83 | <LinkIncremental>false</LinkIncremental> |
84 | <TargetName>WitnessRandomizer</TargetName> | ||
84 | </PropertyGroup> | 85 | </PropertyGroup> |
85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 86 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
86 | <ClCompile> | 87 | <ClCompile> |