about summary refs log tree commit diff stats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Randomizer.cpp2
-rw-r--r--Source/Source.vcxproj1
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>