Remove modpacks tab and MINIMALIST config
This commit is contained in:
+4
-6
@@ -2,7 +2,6 @@ version: '{build}'
|
|||||||
image: Visual Studio 2019
|
image: Visual Studio 2019
|
||||||
configuration:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
- Minimalist
|
|
||||||
platform: x64
|
platform: x64
|
||||||
build:
|
build:
|
||||||
project: source-code/PD-Loader.sln
|
project: source-code/PD-Loader.sln
|
||||||
@@ -38,10 +37,9 @@ after_build:
|
|||||||
|
|
||||||
7z a "$env:APPVEYOR_BUILD_FOLDER/PD-Loader-$env:CONFIGURATION-AppVeyor-$env:APPVEYOR_REPO_COMMIT.zip" *
|
7z a "$env:APPVEYOR_BUILD_FOLDER/PD-Loader-$env:CONFIGURATION-AppVeyor-$env:APPVEYOR_REPO_COMMIT.zip" *
|
||||||
|
|
||||||
if ( "$env:CONFIGURATION" -imatch "Minimalist" )
|
rm "$env:TMP/full/plugins/Launcher.dva"
|
||||||
{
|
rm "$env:TMP/full/plugins/CustoMixer.dva"
|
||||||
rm "$env:TMP/full/plugins/Launcher.dva"
|
rm "$env:TMP/full/plugins/DSCRemote.dva"
|
||||||
7z a "$env:APPVEYOR_BUILD_FOLDER/PD-Loader-$env:CONFIGURATION-NoLauncher-AppVeyor-$env:APPVEYOR_REPO_COMMIT.zip" *
|
7z a "$env:APPVEYOR_BUILD_FOLDER/PD-Loader-$env:CONFIGURATION-HardMode-AppVeyor-$env:APPVEYOR_REPO_COMMIT.zip" *
|
||||||
}
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: PD-Loader-*.zip
|
- path: PD-Loader-*.zip
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShaderPatch", "source\plugi
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnhancedStageManager", "source\plugins\EnhancedStageManager\EnhancedStageManager.vcxproj", "{3C8071F4-22C8-DA6E-A075-C5EC646DAB7E}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnhancedStageManager", "source\plugins\EnhancedStageManager\EnhancedStageManager.vcxproj", "{3C8071F4-22C8-DA6E-A075-C5EC646DAB7E}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DivaWig", "source\plugins\DivaWig\DivaWig.vcxproj", "{2394C586-F73B-4EF2-BA3E-2A0FC3034B1A}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustoMixer", "source\plugins\DivaWig\DivaWig.vcxproj", "{2394C586-F73B-4EF2-BA3E-2A0FC3034B1A}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DSCRemote", "source\plugins\DSCRemote\DSCRemote.vcxproj", "{8544C599-F73B-4EF2-BA3E-2A0FC3034B1A}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DSCRemote", "source\plugins\DSCRemote\DSCRemote.vcxproj", "{8544C599-F73B-4EF2-BA3E-2A0FC3034B1A}"
|
||||||
EndProject
|
EndProject
|
||||||
@@ -28,70 +28,51 @@ EndProject
|
|||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|x64 = Debug|x64
|
Debug|x64 = Debug|x64
|
||||||
Minimalist|x64 = Minimalist|x64
|
|
||||||
Release|x64 = Release|x64
|
Release|x64 = Release|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{CA479467-D518-46A2-AC86-3098ADA99FE5}.Debug|x64.ActiveCfg = Debug|x64
|
{CA479467-D518-46A2-AC86-3098ADA99FE5}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{CA479467-D518-46A2-AC86-3098ADA99FE5}.Debug|x64.Build.0 = Debug|x64
|
{CA479467-D518-46A2-AC86-3098ADA99FE5}.Debug|x64.Build.0 = Debug|x64
|
||||||
{CA479467-D518-46A2-AC86-3098ADA99FE5}.Minimalist|x64.ActiveCfg = Minimalist|x64
|
|
||||||
{CA479467-D518-46A2-AC86-3098ADA99FE5}.Minimalist|x64.Build.0 = Minimalist|x64
|
|
||||||
{CA479467-D518-46A2-AC86-3098ADA99FE5}.Release|x64.ActiveCfg = Release|x64
|
{CA479467-D518-46A2-AC86-3098ADA99FE5}.Release|x64.ActiveCfg = Release|x64
|
||||||
{CA479467-D518-46A2-AC86-3098ADA99FE5}.Release|x64.Build.0 = Release|x64
|
{CA479467-D518-46A2-AC86-3098ADA99FE5}.Release|x64.Build.0 = Release|x64
|
||||||
{2B5533BB-04A1-424F-9BCA-1CA963B46B7F}.Debug|x64.ActiveCfg = Debug|x64
|
{2B5533BB-04A1-424F-9BCA-1CA963B46B7F}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{2B5533BB-04A1-424F-9BCA-1CA963B46B7F}.Debug|x64.Build.0 = Debug|x64
|
{2B5533BB-04A1-424F-9BCA-1CA963B46B7F}.Debug|x64.Build.0 = Debug|x64
|
||||||
{2B5533BB-04A1-424F-9BCA-1CA963B46B7F}.Minimalist|x64.ActiveCfg = Minimalist|x64
|
|
||||||
{2B5533BB-04A1-424F-9BCA-1CA963B46B7F}.Minimalist|x64.Build.0 = Minimalist|x64
|
|
||||||
{2B5533BB-04A1-424F-9BCA-1CA963B46B7F}.Release|x64.ActiveCfg = Release|x64
|
{2B5533BB-04A1-424F-9BCA-1CA963B46B7F}.Release|x64.ActiveCfg = Release|x64
|
||||||
{2B5533BB-04A1-424F-9BCA-1CA963B46B7F}.Release|x64.Build.0 = Release|x64
|
{2B5533BB-04A1-424F-9BCA-1CA963B46B7F}.Release|x64.Build.0 = Release|x64
|
||||||
{60D5E9F4-335F-402B-9A07-D78674DFFC9B}.Debug|x64.ActiveCfg = Debug|x64
|
{60D5E9F4-335F-402B-9A07-D78674DFFC9B}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{60D5E9F4-335F-402B-9A07-D78674DFFC9B}.Debug|x64.Build.0 = Debug|x64
|
{60D5E9F4-335F-402B-9A07-D78674DFFC9B}.Debug|x64.Build.0 = Debug|x64
|
||||||
{60D5E9F4-335F-402B-9A07-D78674DFFC9B}.Minimalist|x64.ActiveCfg = Minimalist|x64
|
|
||||||
{60D5E9F4-335F-402B-9A07-D78674DFFC9B}.Minimalist|x64.Build.0 = Minimalist|x64
|
|
||||||
{60D5E9F4-335F-402B-9A07-D78674DFFC9B}.Release|x64.ActiveCfg = Release|x64
|
{60D5E9F4-335F-402B-9A07-D78674DFFC9B}.Release|x64.ActiveCfg = Release|x64
|
||||||
{60D5E9F4-335F-402B-9A07-D78674DFFC9B}.Release|x64.Build.0 = Release|x64
|
{60D5E9F4-335F-402B-9A07-D78674DFFC9B}.Release|x64.Build.0 = Release|x64
|
||||||
{B49C6ABE-931C-4F91-9A94-21A41A305FEE}.Debug|x64.ActiveCfg = Debug|x64
|
{B49C6ABE-931C-4F91-9A94-21A41A305FEE}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{B49C6ABE-931C-4F91-9A94-21A41A305FEE}.Debug|x64.Build.0 = Debug|x64
|
{B49C6ABE-931C-4F91-9A94-21A41A305FEE}.Debug|x64.Build.0 = Debug|x64
|
||||||
{B49C6ABE-931C-4F91-9A94-21A41A305FEE}.Minimalist|x64.ActiveCfg = Minimalist|x64
|
|
||||||
{B49C6ABE-931C-4F91-9A94-21A41A305FEE}.Release|x64.ActiveCfg = Release|x64
|
{B49C6ABE-931C-4F91-9A94-21A41A305FEE}.Release|x64.ActiveCfg = Release|x64
|
||||||
{B49C6ABE-931C-4F91-9A94-21A41A305FEE}.Release|x64.Build.0 = Release|x64
|
{B49C6ABE-931C-4F91-9A94-21A41A305FEE}.Release|x64.Build.0 = Release|x64
|
||||||
{EE1A551A-49A0-40F2-8C2E-862D0AE55B43}.Debug|x64.ActiveCfg = Debug|x64
|
{EE1A551A-49A0-40F2-8C2E-862D0AE55B43}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{EE1A551A-49A0-40F2-8C2E-862D0AE55B43}.Debug|x64.Build.0 = Debug|x64
|
{EE1A551A-49A0-40F2-8C2E-862D0AE55B43}.Debug|x64.Build.0 = Debug|x64
|
||||||
{EE1A551A-49A0-40F2-8C2E-862D0AE55B43}.Minimalist|x64.ActiveCfg = Minimalist|x64
|
|
||||||
{EE1A551A-49A0-40F2-8C2E-862D0AE55B43}.Minimalist|x64.Build.0 = Minimalist|x64
|
|
||||||
{EE1A551A-49A0-40F2-8C2E-862D0AE55B43}.Release|x64.ActiveCfg = Release|x64
|
{EE1A551A-49A0-40F2-8C2E-862D0AE55B43}.Release|x64.ActiveCfg = Release|x64
|
||||||
{EE1A551A-49A0-40F2-8C2E-862D0AE55B43}.Release|x64.Build.0 = Release|x64
|
{EE1A551A-49A0-40F2-8C2E-862D0AE55B43}.Release|x64.Build.0 = Release|x64
|
||||||
{1994C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.ActiveCfg = Debug|x64
|
{1994C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{1994C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.Build.0 = Debug|x64
|
{1994C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.Build.0 = Debug|x64
|
||||||
{1994C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Minimalist|x64.ActiveCfg = Minimalist|x64
|
|
||||||
{1994C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Minimalist|x64.Build.0 = Minimalist|x64
|
|
||||||
{1994C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.ActiveCfg = Release|x64
|
{1994C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.ActiveCfg = Release|x64
|
||||||
{1994C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.Build.0 = Release|x64
|
{1994C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.Build.0 = Release|x64
|
||||||
{C07E495E-A16F-48FA-80E4-0296B5234F0B}.Debug|x64.ActiveCfg = Debug|x64
|
{C07E495E-A16F-48FA-80E4-0296B5234F0B}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{C07E495E-A16F-48FA-80E4-0296B5234F0B}.Debug|x64.Build.0 = Debug|x64
|
{C07E495E-A16F-48FA-80E4-0296B5234F0B}.Debug|x64.Build.0 = Debug|x64
|
||||||
{C07E495E-A16F-48FA-80E4-0296B5234F0B}.Minimalist|x64.ActiveCfg = Minimalist|x64
|
|
||||||
{C07E495E-A16F-48FA-80E4-0296B5234F0B}.Minimalist|x64.Build.0 = Minimalist|x64
|
|
||||||
{C07E495E-A16F-48FA-80E4-0296B5234F0B}.Release|x64.ActiveCfg = Release|x64
|
{C07E495E-A16F-48FA-80E4-0296B5234F0B}.Release|x64.ActiveCfg = Release|x64
|
||||||
{C07E495E-A16F-48FA-80E4-0296B5234F0B}.Release|x64.Build.0 = Release|x64
|
{C07E495E-A16F-48FA-80E4-0296B5234F0B}.Release|x64.Build.0 = Release|x64
|
||||||
{3C8071F4-22C8-DA6E-A075-C5EC646DAB7E}.Debug|x64.ActiveCfg = Debug|x64
|
{3C8071F4-22C8-DA6E-A075-C5EC646DAB7E}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{3C8071F4-22C8-DA6E-A075-C5EC646DAB7E}.Debug|x64.Build.0 = Debug|x64
|
{3C8071F4-22C8-DA6E-A075-C5EC646DAB7E}.Debug|x64.Build.0 = Debug|x64
|
||||||
{3C8071F4-22C8-DA6E-A075-C5EC646DAB7E}.Minimalist|x64.ActiveCfg = Minimalist|x64
|
|
||||||
{3C8071F4-22C8-DA6E-A075-C5EC646DAB7E}.Release|x64.ActiveCfg = Release|x64
|
{3C8071F4-22C8-DA6E-A075-C5EC646DAB7E}.Release|x64.ActiveCfg = Release|x64
|
||||||
{3C8071F4-22C8-DA6E-A075-C5EC646DAB7E}.Release|x64.Build.0 = Release|x64
|
{3C8071F4-22C8-DA6E-A075-C5EC646DAB7E}.Release|x64.Build.0 = Release|x64
|
||||||
{2394C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.ActiveCfg = Debug|x64
|
{2394C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{2394C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.Build.0 = Debug|x64
|
{2394C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.Build.0 = Debug|x64
|
||||||
{2394C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Minimalist|x64.ActiveCfg = Minimalist|x64
|
|
||||||
{2394C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.ActiveCfg = Release|x64
|
{2394C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.ActiveCfg = Release|x64
|
||||||
{2394C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.Build.0 = Release|x64
|
{2394C586-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.Build.0 = Release|x64
|
||||||
{8544C599-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.ActiveCfg = Debug|x64
|
{8544C599-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{8544C599-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.Build.0 = Debug|x64
|
{8544C599-F73B-4EF2-BA3E-2A0FC3034B1A}.Debug|x64.Build.0 = Debug|x64
|
||||||
{8544C599-F73B-4EF2-BA3E-2A0FC3034B1A}.Minimalist|x64.ActiveCfg = Minimalist|x64
|
|
||||||
{8544C599-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.ActiveCfg = Release|x64
|
{8544C599-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.ActiveCfg = Release|x64
|
||||||
{8544C599-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.Build.0 = Release|x64
|
{8544C599-F73B-4EF2-BA3E-2A0FC3034B1A}.Release|x64.Build.0 = Release|x64
|
||||||
{47181A1D-C22C-4C9C-B4E0-CB6CE886A1D8}.Debug|x64.ActiveCfg = Debug|x64
|
{47181A1D-C22C-4C9C-B4E0-CB6CE886A1D8}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{47181A1D-C22C-4C9C-B4E0-CB6CE886A1D8}.Debug|x64.Build.0 = Debug|x64
|
{47181A1D-C22C-4C9C-B4E0-CB6CE886A1D8}.Debug|x64.Build.0 = Debug|x64
|
||||||
{47181A1D-C22C-4C9C-B4E0-CB6CE886A1D8}.Minimalist|x64.ActiveCfg = Minimalist|x64
|
|
||||||
{47181A1D-C22C-4C9C-B4E0-CB6CE886A1D8}.Minimalist|x64.Build.0 = Minimalist|x64
|
|
||||||
{47181A1D-C22C-4C9C-B4E0-CB6CE886A1D8}.Release|x64.ActiveCfg = Release|x64
|
{47181A1D-C22C-4C9C-B4E0-CB6CE886A1D8}.Release|x64.ActiveCfg = Release|x64
|
||||||
{47181A1D-C22C-4C9C-B4E0-CB6CE886A1D8}.Release|x64.Build.0 = Release|x64
|
{47181A1D-C22C-4C9C-B4E0-CB6CE886A1D8}.Release|x64.Build.0 = Release|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Minimalist|x64">
|
|
||||||
<Configuration>Minimalist</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
@@ -38,14 +34,6 @@
|
|||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<CLRSupport>false</CLRSupport>
|
<CLRSupport>false</CLRSupport>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
|
||||||
<CLRSupport>false</CLRSupport>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
@@ -57,9 +45,6 @@
|
|||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
@@ -69,10 +54,6 @@
|
|||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
<TargetName>dnsapi</TargetName>
|
<TargetName>dnsapi</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<LinkIncremental>false</LinkIncremental>
|
|
||||||
<TargetName>dnsapi</TargetName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||||
@@ -126,37 +107,6 @@
|
|||||||
</EnableDpiAwareness>
|
</EnableDpiAwareness>
|
||||||
</Manifest>
|
</Manifest>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<SDLCheck>true</SDLCheck>
|
|
||||||
<PreprocessorDefinitions>MINIMALIST;_CRT_SECURE_NO_WARNINGS;NDEBUG;PDLOADER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<ConformanceMode>true</ConformanceMode>
|
|
||||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
||||||
<AdditionalIncludeDirectories>..\..\dependencies\freeglut\include;..\..\dependencies\PluginConfigApi;..\..\dependencies\detours\include;..\..\dependencies\MemoryModule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<AdditionalOptions>-d2FH4- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<EnableUAC>false</EnableUAC>
|
|
||||||
<ModuleDefinitionFile>x64.def</ModuleDefinitionFile>
|
|
||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalLibraryDirectories>..\..\dependencies\freeglut\lib;..\..\dependencies\detours\lib</AdditionalLibraryDirectories>
|
|
||||||
</Link>
|
|
||||||
<Manifest>
|
|
||||||
<EnableDpiAwareness>
|
|
||||||
</EnableDpiAwareness>
|
|
||||||
</Manifest>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="exception.hpp" />
|
<ClInclude Include="exception.hpp" />
|
||||||
<ClInclude Include="framework.h" />
|
<ClInclude Include="framework.h" />
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#ifndef MINIMALIST
|
|
||||||
void ApplyExPatches() {
|
void ApplyExPatches() {
|
||||||
//// Graphics
|
//// Graphics
|
||||||
|
|
||||||
@@ -304,7 +303,7 @@ void ApplyExPatches() {
|
|||||||
|
|
||||||
|
|
||||||
// modpack redirection
|
// modpack redirection
|
||||||
/*{
|
{
|
||||||
wchar_t* mpstr = NULL;
|
wchar_t* mpstr = NULL;
|
||||||
mpstr = (wchar_t*)malloc(256);
|
mpstr = (wchar_t*)malloc(256);
|
||||||
memset(mpstr, 0, 256);
|
memset(mpstr, 0, 256);
|
||||||
@@ -332,10 +331,5 @@ void ApplyExPatches() {
|
|||||||
InjectCode((void*)0x000000014066CE9C, { (unsigned char)modpack_mdata.size() });
|
InjectCode((void*)0x000000014066CE9C, { (unsigned char)modpack_mdata.size() });
|
||||||
InjectCode((void*)0x000000014066CEAE, { (unsigned char)modpack_mdata.size() });
|
InjectCode((void*)0x000000014066CEAE, { (unsigned char)modpack_mdata.size() });
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
void ApplyExPatches() {
|
|
||||||
return;
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
@@ -105,7 +105,7 @@ auto nNoTimer = GetPrivateProfileIntW(L"patches", L"no_timer", TRUE, CONFIG_FILE
|
|||||||
auto nHardwareSlider = GetPrivateProfileIntW(L"patches", L"hardware_slider", FALSE, CONFIG_FILE);
|
auto nHardwareSlider = GetPrivateProfileIntW(L"patches", L"hardware_slider", FALSE, CONFIG_FILE);
|
||||||
auto nDwguiScaling = GetPrivateProfileIntW(L"patches", L"dwgui_scaling", FALSE, CONFIG_FILE);
|
auto nDwguiScaling = GetPrivateProfileIntW(L"patches", L"dwgui_scaling", FALSE, CONFIG_FILE);
|
||||||
|
|
||||||
#ifndef MINIMALIST
|
// Non-essential
|
||||||
auto nNoTimerSprite = GetPrivateProfileIntW(L"patches", L"no_timer_sprite", TRUE, CONFIG_FILE);
|
auto nNoTimerSprite = GetPrivateProfileIntW(L"patches", L"no_timer_sprite", TRUE, CONFIG_FILE);
|
||||||
auto nUnlockPseudo = GetPrivateProfileIntW(L"patches", L"unlock_pseudo", FALSE, CONFIG_FILE);
|
auto nUnlockPseudo = GetPrivateProfileIntW(L"patches", L"unlock_pseudo", FALSE, CONFIG_FILE);
|
||||||
auto nCard = GetPrivateProfileIntW(L"patches", L"card", TRUE, CONFIG_FILE);
|
auto nCard = GetPrivateProfileIntW(L"patches", L"card", TRUE, CONFIG_FILE);
|
||||||
@@ -129,4 +129,3 @@ auto nRefractResHeight = GetPrivateProfileIntW(L"graphics", L"refract_res_height
|
|||||||
auto nNoMessageBar = GetPrivateProfileIntW(L"patches", L"no_message_bar", FALSE, CONFIG_FILE);
|
auto nNoMessageBar = GetPrivateProfileIntW(L"patches", L"no_message_bar", FALSE, CONFIG_FILE);
|
||||||
auto nNoStageText = GetPrivateProfileIntW(L"patches", L"no_stage_text", FALSE, CONFIG_FILE);
|
auto nNoStageText = GetPrivateProfileIntW(L"patches", L"no_stage_text", FALSE, CONFIG_FILE);
|
||||||
auto nNoOpd = GetPrivateProfileIntW(L"patches", L"no_opd", FALSE, CONFIG_FILE);
|
auto nNoOpd = GetPrivateProfileIntW(L"patches", L"no_opd", FALSE, CONFIG_FILE);
|
||||||
#endif
|
|
||||||
|
|||||||
@@ -781,11 +781,9 @@ void Init()
|
|||||||
WritePrivateProfileStringW(L"global", L"pc", this_pcname, CONFIG_FILE);
|
WritePrivateProfileStringW(L"global", L"pc", this_pcname, CONFIG_FILE);
|
||||||
WritePrivateProfileStringW(L"plugins", L"Launcher.dva", L"1", CONFIG_FILE);
|
WritePrivateProfileStringW(L"plugins", L"Launcher.dva", L"1", CONFIG_FILE);
|
||||||
WritePrivateProfileStringW(L"plugins", L"TLAC.dva", L"1", CONFIG_FILE);
|
WritePrivateProfileStringW(L"plugins", L"TLAC.dva", L"1", CONFIG_FILE);
|
||||||
#ifndef MINIMALIST
|
|
||||||
WritePrivateProfileStringW(L"plugins", L"DivaSound.dva", L"1", CONFIG_FILE);
|
WritePrivateProfileStringW(L"plugins", L"DivaSound.dva", L"1", CONFIG_FILE);
|
||||||
WritePrivateProfileStringW(L"plugins", L"Novidia.dva", L"1", CONFIG_FILE);
|
WritePrivateProfileStringW(L"plugins", L"Novidia.dva", L"1", CONFIG_FILE);
|
||||||
WritePrivateProfileStringW(L"plugins", L"ShaderPatch.dva", L"1", CONFIG_FILE);
|
WritePrivateProfileStringW(L"plugins", L"ShaderPatch.dva", L"1", CONFIG_FILE);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
const auto COMPONENTS = L"plugins\\components.ini";
|
const auto COMPONENTS = L"plugins\\components.ini";
|
||||||
if (!PathFileExistsW(COMPONENTS)) writeTemplate(components_template, COMPONENTS);
|
if (!PathFileExistsW(COMPONENTS)) writeTemplate(components_template, COMPONENTS);
|
||||||
|
|||||||
@@ -28,18 +28,14 @@ char config_template[] =
|
|||||||
"Skip=0\n"
|
"Skip=0\n"
|
||||||
"# Disables unsupported GPU warning dialogs.\n"
|
"# Disables unsupported GPU warning dialogs.\n"
|
||||||
"No_GPU_Dialog=0\n"
|
"No_GPU_Dialog=0\n"
|
||||||
#ifndef MINIMALIST
|
|
||||||
"# Sets the dark colour scheme in the launcher.\n"
|
"# Sets the dark colour scheme in the launcher.\n"
|
||||||
"Dark_Launcher=0\n"
|
"Dark_Launcher=0\n"
|
||||||
#endif
|
|
||||||
"# Command line arguments\n"
|
"# Command line arguments\n"
|
||||||
"Command_Line=\n"
|
"Command_Line=\n"
|
||||||
#ifndef MINIMALIST
|
|
||||||
"# Launches divahook.bat intead of diva.exe.\n"
|
"# Launches divahook.bat intead of diva.exe.\n"
|
||||||
"Use_divahook_bat=0\n"
|
"Use_divahook_bat=0\n"
|
||||||
"# Language -- 0=auto, 1=en, 2=zh-Hans, 3=pt-BR, 4=it-IT\n"
|
"# Language -- 0=auto, 1=en, 2=zh-Hans, 3=pt-BR, 4=it-IT\n"
|
||||||
"Launcher_Language=0\n"
|
"Launcher_Language=0\n"
|
||||||
#endif
|
|
||||||
"\n"
|
"\n"
|
||||||
"[Patches]\n"
|
"[Patches]\n"
|
||||||
"# Disable movies (enable this if the game hangs when loading certain PVs)\n"
|
"# Disable movies (enable this if the game hangs when loading certain PVs)\n"
|
||||||
@@ -48,18 +44,14 @@ char config_template[] =
|
|||||||
"Cursor=1\n"
|
"Cursor=1\n"
|
||||||
"# Use 2 channels instead of 4 (when not using DivaSound)\n"
|
"# Use 2 channels instead of 4 (when not using DivaSound)\n"
|
||||||
"Stereo=1\n"
|
"Stereo=1\n"
|
||||||
#ifndef MINIMALIST
|
|
||||||
"# Skip one or more menus -- 0=disabled, 1=guest, 2=guest+normal\n"
|
"# Skip one or more menus -- 0=disabled, 1=guest, 2=guest+normal\n"
|
||||||
"Quick_Start=1\n"
|
"Quick_Start=1\n"
|
||||||
"# Disable the scrolling sound effect\n"
|
"# Disable the scrolling sound effect\n"
|
||||||
"No_Scrolling_SFX=0\n"
|
"No_Scrolling_SFX=0\n"
|
||||||
#endif
|
|
||||||
"# Show \"FREE PLAY\" instead of \"CREDIT(S)\" and don't require credits\n"
|
"# Show \"FREE PLAY\" instead of \"CREDIT(S)\" and don't require credits\n"
|
||||||
"Freeplay=1\n"
|
"Freeplay=1\n"
|
||||||
#ifndef MINIMALIST
|
|
||||||
"# Sing missed notes\n"
|
"# Sing missed notes\n"
|
||||||
"Sing_Missed=0\n"
|
"Sing_Missed=0\n"
|
||||||
#endif
|
|
||||||
"# Hide the volume and SE control buttons\n"
|
"# Hide the volume and SE control buttons\n"
|
||||||
"Hide_Volume=0\n"
|
"Hide_Volume=0\n"
|
||||||
"# Remove the photo controls during PV playback\n"
|
"# Remove the photo controls during PV playback\n"
|
||||||
@@ -78,7 +70,6 @@ char config_template[] =
|
|||||||
"PDLoaderText=1\n"
|
"PDLoaderText=1\n"
|
||||||
"# Freeze the timer\n"
|
"# Freeze the timer\n"
|
||||||
"No_Timer=1\n"
|
"No_Timer=1\n"
|
||||||
#ifndef MINIMALIST
|
|
||||||
"# Disable the timer sprite\n"
|
"# Disable the timer sprite\n"
|
||||||
"No_Timer_Sprite=1\n"
|
"No_Timer_Sprite=1\n"
|
||||||
"# Disable Message Bar\n"
|
"# Disable Message Bar\n"
|
||||||
@@ -91,15 +82,12 @@ char config_template[] =
|
|||||||
"Card=0\n"
|
"Card=0\n"
|
||||||
"# Disable Extended Data (may break physics in some edits) AKA Skyth's no-opd patch\n"
|
"# Disable Extended Data (may break physics in some edits) AKA Skyth's no-opd patch\n"
|
||||||
"No_Opd=0\n"
|
"No_Opd=0\n"
|
||||||
#endif
|
|
||||||
"# Scale Debug Windows above HD internal resolution AKA somewhatlurker's dwgui patch\n"
|
"# Scale Debug Windows above HD internal resolution AKA somewhatlurker's dwgui patch\n"
|
||||||
"Dwgui_Scaling=0\n"
|
"Dwgui_Scaling=0\n"
|
||||||
"# Allow using a real arcade slider attached to COM11 (or PS4 official FT controller)\n"
|
"# Allow using a real arcade slider attached to COM11 (or PS4 official FT controller)\n"
|
||||||
"Hardware_Slider=0\n"
|
"Hardware_Slider=0\n"
|
||||||
#ifndef MINIMALIST
|
|
||||||
"# Prevent data deletion\n"
|
"# Prevent data deletion\n"
|
||||||
"Prevent_Data_Deletion=0\n"
|
"Prevent_Data_Deletion=0\n"
|
||||||
#endif
|
|
||||||
"\n"
|
"\n"
|
||||||
"[Graphics]\n"
|
"[Graphics]\n"
|
||||||
"# Lag Compensation\n"
|
"# Lag Compensation\n"
|
||||||
@@ -115,7 +103,6 @@ char config_template[] =
|
|||||||
"TAA=1\n"
|
"TAA=1\n"
|
||||||
"# Morphological Anti-Aliasing\n"
|
"# Morphological Anti-Aliasing\n"
|
||||||
"MLAA=1\n"
|
"MLAA=1\n"
|
||||||
#ifndef MINIMALIST
|
|
||||||
"# MAG Filter -- 0=default (bilinear), 1=nearest-neighbour, 2=sharpen, 3=cone (smooth)\n"
|
"# MAG Filter -- 0=default (bilinear), 1=nearest-neighbour, 2=sharpen, 3=cone (smooth)\n"
|
||||||
"MAG=0\n"
|
"MAG=0\n"
|
||||||
"# Depth of Field\n"
|
"# Depth of Field\n"
|
||||||
@@ -140,7 +127,6 @@ char config_template[] =
|
|||||||
"NPR1=0\n"
|
"NPR1=0\n"
|
||||||
"# Disable all 3D passes. WARNING: The extended data will be deleted unless Prevent Data Deletion is enabled. Don't enable on Intel GPUs, enable no_opd instead.\n"
|
"# Disable all 3D passes. WARNING: The extended data will be deleted unless Prevent Data Deletion is enabled. Don't enable on Intel GPUs, enable no_opd instead.\n"
|
||||||
"2D=0\n"
|
"2D=0\n"
|
||||||
#endif
|
|
||||||
"# FrameRateManager motion rate (fps)\n"
|
"# FrameRateManager motion rate (fps)\n"
|
||||||
"FRM.Motion.Rate=400\n"
|
"FRM.Motion.Rate=400\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Minimalist|x64">
|
|
||||||
<Configuration>Minimalist</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
@@ -38,14 +34,6 @@
|
|||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
<CLRSupport>false</CLRSupport>
|
<CLRSupport>false</CLRSupport>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
|
||||||
<CLRSupport>false</CLRSupport>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
@@ -57,9 +45,6 @@
|
|||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
@@ -69,10 +54,6 @@
|
|||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
<TargetName>fakednsapi</TargetName>
|
<TargetName>fakednsapi</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<LinkIncremental>false</LinkIncremental>
|
|
||||||
<TargetName>fakednsapi</TargetName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||||
@@ -120,32 +101,6 @@
|
|||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<SDLCheck>true</SDLCheck>
|
|
||||||
<PreprocessorDefinitions>MINIMALIST;_CRT_SECURE_NO_WARNINGS;NDEBUG;PDLOADER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<ConformanceMode>true</ConformanceMode>
|
|
||||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
||||||
<AdditionalIncludeDirectories>..\dependencies\MemoryModule;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<AdditionalOptions>-d2FH4- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<EnableUAC>false</EnableUAC>
|
|
||||||
<ModuleDefinitionFile>x64.def</ModuleDefinitionFile>
|
|
||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="exception.hpp" />
|
<ClInclude Include="exception.hpp" />
|
||||||
<ClInclude Include="framework.h" />
|
<ClInclude Include="framework.h" />
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Minimalist|x64">
|
|
||||||
<Configuration>Minimalist</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
@@ -34,13 +30,6 @@
|
|||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
@@ -52,9 +41,6 @@
|
|||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
@@ -62,9 +48,6 @@
|
|||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<TargetExt>.dva</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
@@ -104,30 +87,6 @@
|
|||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<SDLCheck>true</SDLCheck>
|
|
||||||
<ConformanceMode>true</ConformanceMode>
|
|
||||||
<AdditionalIncludeDirectories>..\..\..\dependencies\detours\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
||||||
<AdditionalOptions>-d2FH4- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<LanguageStandard>
|
|
||||||
</LanguageStandard>
|
|
||||||
<PreprocessorDefinitions>MINIMALIST;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<AdditionalDependencies>detours.lib;evr.lib;mfplat.lib;mfuuid.lib;syelog.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>..\..\..\dependencies\detours\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="dllmain.cpp" />
|
<ClCompile Include="dllmain.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Minimalist|x64">
|
|
||||||
<Configuration>Minimalist</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
@@ -34,13 +30,6 @@
|
|||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
@@ -52,9 +41,6 @@
|
|||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
@@ -62,9 +48,6 @@
|
|||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<TargetExt>.dva</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
@@ -102,28 +85,6 @@
|
|||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<SDLCheck>true</SDLCheck>
|
|
||||||
<ConformanceMode>true</ConformanceMode>
|
|
||||||
<AdditionalIncludeDirectories>..\..\..\dependencies\detours\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<AdditionalOptions>-d2FH4- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<PreprocessorDefinitions>MINIMALIST;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<AdditionalDependencies>detours.lib;evr.lib;mfplat.lib;mfuuid.lib;syelog.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>..\..\..\dependencies\detours\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="dllmain.cpp" />
|
<ClCompile Include="dllmain.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Minimalist|x64">
|
|
||||||
<Configuration>Minimalist</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
@@ -34,13 +30,6 @@
|
|||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
<PlatformToolset>v142</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
@@ -52,9 +41,6 @@
|
|||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
@@ -62,9 +48,6 @@
|
|||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<TargetExt>.dva</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
@@ -99,27 +82,6 @@
|
|||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<SDLCheck>true</SDLCheck>
|
|
||||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
||||||
<AdditionalIncludeDirectories>..\..\..\dependencies\PluginConfigApi;..\..\..\dependencies\detours\include;miniaudio;bassasio</AdditionalIncludeDirectories>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<AdditionalOptions>-d2FH4- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<PreprocessorDefinitions>MINIMALIST;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<AdditionalDependencies>detours.lib;syelog.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>..\..\..\dependencies\detours\lib;bassasio</AdditionalLibraryDirectories>
|
|
||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="src\dllmain.cpp" />
|
<ClCompile Include="src\dllmain.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Minimalist|x64">
|
|
||||||
<Configuration>Minimalist</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
@@ -35,13 +31,6 @@
|
|||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
@@ -53,9 +42,6 @@
|
|||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
@@ -63,9 +49,6 @@
|
|||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<TargetExt>.dva</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
@@ -103,28 +86,6 @@
|
|||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<SDLCheck>true</SDLCheck>
|
|
||||||
<ConformanceMode>true</ConformanceMode>
|
|
||||||
<AdditionalIncludeDirectories>..\..\..\dependencies\detours\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<AdditionalOptions>-d2FH4- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<PreprocessorDefinitions>MINIMALIST;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<AdditionalDependencies>detours.lib;evr.lib;mfplat.lib;mfuuid.lib;syelog.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>..\..\..\dependencies\detours\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="dllmain.cpp" />
|
<ClCompile Include="dllmain.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Minimalist|x64">
|
|
||||||
<Configuration>Minimalist</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
@@ -34,13 +30,6 @@
|
|||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
@@ -52,9 +41,6 @@
|
|||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
@@ -62,9 +48,6 @@
|
|||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<TargetExt>.dva</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
@@ -102,28 +85,6 @@
|
|||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<SDLCheck>true</SDLCheck>
|
|
||||||
<ConformanceMode>true</ConformanceMode>
|
|
||||||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<AdditionalOptions>-d2FH4- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<PreprocessorDefinitions>MINIMALIST;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>..\..\..\dependencies\detours\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="dllmain.cpp" />
|
<ClCompile Include="dllmain.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Minimalist|x64">
|
|
||||||
<Configuration>Minimalist</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
@@ -38,13 +34,6 @@
|
|||||||
<CLRSupport>true</CLRSupport>
|
<CLRSupport>true</CLRSupport>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
<CLRSupport>true</CLRSupport>
|
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
@@ -56,9 +45,6 @@
|
|||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
@@ -69,11 +55,6 @@
|
|||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
<TargetName>$(ProjectName)</TargetName>
|
<TargetName>$(ProjectName)</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<LinkIncremental>false</LinkIncremental>
|
|
||||||
<TargetExt>.dva</TargetExt>
|
|
||||||
<TargetName>$(ProjectName)</TargetName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||||
@@ -116,27 +97,6 @@
|
|||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<PrecompiledHeaderFile>
|
|
||||||
</PrecompiledHeaderFile>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>MINIMALIST;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>..\..\..\dependencies\simpleini;..\..\..\dependencies\WineVer;..\..\..\dependencies\GPUModel;..\..\..\dependencies\PluginConfigApi;..\..\..\dependencies\freeglut\include;..\..\..\dependencies\detours\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<AdditionalOptions>-d2FH4- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<AdditionalDependencies>User32.lib</AdditionalDependencies>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<EntryPointSymbol>
|
|
||||||
</EntryPointSymbol>
|
|
||||||
<AdditionalLibraryDirectories>..\..\..\dependencies\detours\lib;..\..\..\dependencies\freeglut\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="dllmain.cpp" />
|
<ClCompile Include="dllmain.cpp" />
|
||||||
<ClCompile Include="i18n.h" />
|
<ClCompile Include="i18n.h" />
|
||||||
|
|||||||
@@ -65,9 +65,7 @@ LPCWSTR KEYCONFIG_SECTION = L"keyconfig";
|
|||||||
|
|
||||||
int nSkipLauncher = GetPrivateProfileIntW(LAUNCHER_SECTION, L"skip", FALSE, CONFIG_FILE);
|
int nSkipLauncher = GetPrivateProfileIntW(LAUNCHER_SECTION, L"skip", FALSE, CONFIG_FILE);
|
||||||
int nNoGPUDialog = GetPrivateProfileIntW(LAUNCHER_SECTION, L"no_gpu_dialog", FALSE, CONFIG_FILE);
|
int nNoGPUDialog = GetPrivateProfileIntW(LAUNCHER_SECTION, L"no_gpu_dialog", FALSE, CONFIG_FILE);
|
||||||
#ifndef MINIMALIST
|
|
||||||
int nLanguage = GetPrivateProfileIntW(LAUNCHER_SECTION, L"launcher_language", FALSE, CONFIG_FILE);
|
int nLanguage = GetPrivateProfileIntW(LAUNCHER_SECTION, L"launcher_language", FALSE, CONFIG_FILE);
|
||||||
#endif
|
|
||||||
|
|
||||||
std::vector<LPCWSTR> languages = std::vector<LPCWSTR>({ L"LANG_AUTO", L"en", L"zh-Hans", L"pt-BR", L"it-IT"});
|
std::vector<LPCWSTR> languages = std::vector<LPCWSTR>({ L"LANG_AUTO", L"en", L"zh-Hans", L"pt-BR", L"it-IT"});
|
||||||
|
|
||||||
@@ -186,7 +184,6 @@ ConfigOptionBase* graphicsArray[] = {
|
|||||||
new DropdownOption(L"model", L"GPU", CONFIG_FILE, L"MODEL_NAME", L"MODEL_HINT", -1, std::vector<LPCWSTR>({ L"MODEL_AUTOMATIC", L"Kepler", L"Maxwell", L"Turing", L"Ampere" }), -1),
|
new DropdownOption(L"model", L"GPU", CONFIG_FILE, L"MODEL_NAME", L"MODEL_HINT", -1, std::vector<LPCWSTR>({ L"MODEL_AUTOMATIC", L"Kepler", L"Maxwell", L"Turing", L"Ampere" }), -1),
|
||||||
new BooleanOption(L"TAA", GRAPHICS_SECTION, CONFIG_FILE, L"TAA_NAME", L"TAA_HINT", true, false),
|
new BooleanOption(L"TAA", GRAPHICS_SECTION, CONFIG_FILE, L"TAA_NAME", L"TAA_HINT", true, false),
|
||||||
new BooleanOption(L"MLAA", GRAPHICS_SECTION, CONFIG_FILE, L"MLAA_NAME", L"MLAA_HINT", true, false),
|
new BooleanOption(L"MLAA", GRAPHICS_SECTION, CONFIG_FILE, L"MLAA_NAME", L"MLAA_HINT", true, false),
|
||||||
#ifndef MINIMALIST
|
|
||||||
new DropdownOption(L"MAG", GRAPHICS_SECTION, CONFIG_FILE, L"MAG_NAME", L"MAG_HINT", 0, std::vector<LPCWSTR>({ L"MAG_BILINEAR", L"MAG_NEAREST", L"MAG_SHARPEN", L"MAG_CONE" })),
|
new DropdownOption(L"MAG", GRAPHICS_SECTION, CONFIG_FILE, L"MAG_NAME", L"MAG_HINT", 0, std::vector<LPCWSTR>({ L"MAG_BILINEAR", L"MAG_NEAREST", L"MAG_SHARPEN", L"MAG_CONE" })),
|
||||||
new BooleanOption(L"DOF", GRAPHICS_SECTION, CONFIG_FILE, L"DOF_NAME", L"DOF_HINT", true, false),
|
new BooleanOption(L"DOF", GRAPHICS_SECTION, CONFIG_FILE, L"DOF_NAME", L"DOF_HINT", true, false),
|
||||||
new BooleanOption(L"reflections", GRAPHICS_SECTION, CONFIG_FILE, L"REFLECTIONS_NAME", L"REFLECTIONS_HINT", true, false),
|
new BooleanOption(L"reflections", GRAPHICS_SECTION, CONFIG_FILE, L"REFLECTIONS_NAME", L"REFLECTIONS_HINT", true, false),
|
||||||
@@ -199,7 +196,6 @@ ConfigOptionBase* graphicsArray[] = {
|
|||||||
new BooleanOption(L"shader", GRAPHICS_SECTION, CONFIG_FILE, L"SHADER_NAME", L"SHADER_HINT", true, false),
|
new BooleanOption(L"shader", GRAPHICS_SECTION, CONFIG_FILE, L"SHADER_NAME", L"SHADER_HINT", true, false),
|
||||||
new DropdownOption(L"NPR1", GRAPHICS_SECTION, CONFIG_FILE, L"NPR1_NAME", L"NPR1_HINT", 0, std::vector<LPCWSTR>({ L"Default", L"Force on", L"Force off" })),
|
new DropdownOption(L"NPR1", GRAPHICS_SECTION, CONFIG_FILE, L"NPR1_NAME", L"NPR1_HINT", 0, std::vector<LPCWSTR>({ L"Default", L"Force on", L"Force off" })),
|
||||||
new BooleanOption(L"2D", GRAPHICS_SECTION, CONFIG_FILE, L"2D_NAME", L"2D_HINT", false, false),
|
new BooleanOption(L"2D", GRAPHICS_SECTION, CONFIG_FILE, L"2D_NAME", L"2D_HINT", false, false),
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ConfigOptionBase* optionsArray[] = {
|
ConfigOptionBase* optionsArray[] = {
|
||||||
@@ -213,10 +209,8 @@ ConfigOptionBase* optionsArray[] = {
|
|||||||
new OptionMetaSectionLabel(L"SECTION_COMPATIBILITY"),
|
new OptionMetaSectionLabel(L"SECTION_COMPATIBILITY"),
|
||||||
new BooleanOption(L"no_movies", PATCHES_SECTION, CONFIG_FILE, L"NO_MOVIES_NAME", L"NO_MOVIES_HINT", false, false),
|
new BooleanOption(L"no_movies", PATCHES_SECTION, CONFIG_FILE, L"NO_MOVIES_NAME", L"NO_MOVIES_HINT", false, false),
|
||||||
new BooleanOption(L"stereo", PATCHES_SECTION, CONFIG_FILE, L"STEREO_NAME", L"STEREO_HINT", true, false),
|
new BooleanOption(L"stereo", PATCHES_SECTION, CONFIG_FILE, L"STEREO_NAME", L"STEREO_HINT", true, false),
|
||||||
#ifndef MINIMALIST
|
|
||||||
new BooleanOption(L"prevent_data_deletion", PATCHES_SECTION, CONFIG_FILE, L"PREVENT_DATA_DELETION_NAME", L"PREVENT_DATA_DELETION_HINT", false, false),
|
new BooleanOption(L"prevent_data_deletion", PATCHES_SECTION, CONFIG_FILE, L"PREVENT_DATA_DELETION_NAME", L"PREVENT_DATA_DELETION_HINT", false, false),
|
||||||
new BooleanOption(L"no_opd", PATCHES_SECTION, CONFIG_FILE, L"NO_OPD_NAME", L"NO_OPD_HINT", false, false),
|
new BooleanOption(L"no_opd", PATCHES_SECTION, CONFIG_FILE, L"NO_OPD_NAME", L"NO_OPD_HINT", false, false),
|
||||||
#endif
|
|
||||||
new OptionMetaSeparator(),
|
new OptionMetaSeparator(),
|
||||||
new OptionMetaSpacer(8),
|
new OptionMetaSpacer(8),
|
||||||
|
|
||||||
@@ -237,26 +231,20 @@ ConfigOptionBase* optionsArray[] = {
|
|||||||
new OptionMetaSpacer(8),
|
new OptionMetaSpacer(8),
|
||||||
|
|
||||||
new OptionMetaSectionLabel(L"SECTION_LAUNCHER"),
|
new OptionMetaSectionLabel(L"SECTION_LAUNCHER"),
|
||||||
#ifndef MINIMALIST
|
|
||||||
new DropdownOption(L"launcher_language",LAUNCHER_SECTION,CONFIG_FILE, L"LAUNCHER_LANGUAGE_NAME",L"LAUNCHER_LANGUAGE_HINT", 0, languages),
|
new DropdownOption(L"launcher_language",LAUNCHER_SECTION,CONFIG_FILE, L"LAUNCHER_LANGUAGE_NAME",L"LAUNCHER_LANGUAGE_HINT", 0, languages),
|
||||||
new BooleanOption(L"dark_launcher", LAUNCHER_SECTION, CONFIG_FILE, L"DARK_LAUNCHER_NAME", L"DARK_LAUNCHER_HINT", false, false),
|
new BooleanOption(L"dark_launcher", LAUNCHER_SECTION, CONFIG_FILE, L"DARK_LAUNCHER_NAME", L"DARK_LAUNCHER_HINT", false, false),
|
||||||
//new BooleanOption(L"acrylic_blur", LAUNCHER_SECTION, CONFIG_FILE, L"ACRYLIC_BLUR_NAME", L"ACRYLIC_BLUR_HINT", false, false),
|
//new BooleanOption(L"acrylic_blur", LAUNCHER_SECTION, CONFIG_FILE, L"ACRYLIC_BLUR_NAME", L"ACRYLIC_BLUR_HINT", false, false),
|
||||||
#endif
|
|
||||||
new BooleanOption(L"no_gpu_dialog", LAUNCHER_SECTION, CONFIG_FILE, L"NO_GPU_DIALOG_NAME", L"NO_GPU_DIALOG_HINT", false, false),
|
new BooleanOption(L"no_gpu_dialog", LAUNCHER_SECTION, CONFIG_FILE, L"NO_GPU_DIALOG_NAME", L"NO_GPU_DIALOG_HINT", false, false),
|
||||||
#ifndef MINIMALIST
|
|
||||||
new BooleanOption(L"use_divahook_bat", LAUNCHER_SECTION, CONFIG_FILE, L"USE_DIVAHOOK_BAT_NAME", L"USE_DIVAHOOK_BAT_HINT", false, false),
|
new BooleanOption(L"use_divahook_bat", LAUNCHER_SECTION, CONFIG_FILE, L"USE_DIVAHOOK_BAT_NAME", L"USE_DIVAHOOK_BAT_HINT", false, false),
|
||||||
#endif
|
|
||||||
new StringOption(L"command_line", LAUNCHER_SECTION, CONFIG_FILE, L"COMMAND_LINE_NAME", L"COMMAND_LINE_HINT", L"", false),
|
new StringOption(L"command_line", LAUNCHER_SECTION, CONFIG_FILE, L"COMMAND_LINE_NAME", L"COMMAND_LINE_HINT", L"", false),
|
||||||
};
|
};
|
||||||
|
|
||||||
ConfigOptionBase* options2Array[] = {
|
ConfigOptionBase* options2Array[] = {
|
||||||
new OptionMetaSectionLabel(L"SECTION_PV_SELECTOR"),
|
new OptionMetaSectionLabel(L"SECTION_PV_SELECTOR"),
|
||||||
new BooleanOption(L"freeplay", PATCHES_SECTION, CONFIG_FILE, L"FREEPLAY_NAME", L"FREEPLAY_HINT", true, false),
|
new BooleanOption(L"freeplay", PATCHES_SECTION, CONFIG_FILE, L"FREEPLAY_NAME", L"FREEPLAY_HINT", true, false),
|
||||||
#ifndef MINIMALIST
|
|
||||||
new DropdownOption(L"quick_start", PATCHES_SECTION, CONFIG_FILE, L"QUICK_START_NAME", L"QUICK_START_HINT", 1, std::vector<LPCWSTR>({ L"Disabled", L"Guest", L"Guest + Normal" })),
|
new DropdownOption(L"quick_start", PATCHES_SECTION, CONFIG_FILE, L"QUICK_START_NAME", L"QUICK_START_HINT", 1, std::vector<LPCWSTR>({ L"Disabled", L"Guest", L"Guest + Normal" })),
|
||||||
new BooleanOption(L"no_scrolling_sfx", PATCHES_SECTION, CONFIG_FILE, L"NO_SCROLLING_SFX_NAME", L"NO_SCROLLING_SFX_HINT", false, false),
|
new BooleanOption(L"no_scrolling_sfx", PATCHES_SECTION, CONFIG_FILE, L"NO_SCROLLING_SFX_NAME", L"NO_SCROLLING_SFX_HINT", false, false),
|
||||||
new BooleanOption(L"unlock_pseudo", PATCHES_SECTION, CONFIG_FILE, L"UNLOCK_PSEUDO_NAME", L"UNLOCK_PSEUDO_HINT", false, false),
|
new BooleanOption(L"unlock_pseudo", PATCHES_SECTION, CONFIG_FILE, L"UNLOCK_PSEUDO_NAME", L"UNLOCK_PSEUDO_HINT", false, false),
|
||||||
#endif
|
|
||||||
new OptionMetaSeparator(),
|
new OptionMetaSeparator(),
|
||||||
new OptionMetaSpacer(8),
|
new OptionMetaSpacer(8),
|
||||||
|
|
||||||
@@ -276,12 +264,10 @@ ConfigOptionBase* options2Array[] = {
|
|||||||
new BooleanOption(L"hide_freeplay", PATCHES_SECTION, CONFIG_FILE, L"HIDE_FREEPLAY_NAME", L"HIDE_FREEPLAY_HINT", false, false),
|
new BooleanOption(L"hide_freeplay", PATCHES_SECTION, CONFIG_FILE, L"HIDE_FREEPLAY_NAME", L"HIDE_FREEPLAY_HINT", false, false),
|
||||||
new BooleanOption(L"pdloadertext", PATCHES_SECTION, CONFIG_FILE, L"PDLOADERTEXT_NAME", L"PDLOADERTEXT_HINT", true, false),
|
new BooleanOption(L"pdloadertext", PATCHES_SECTION, CONFIG_FILE, L"PDLOADERTEXT_NAME", L"PDLOADERTEXT_HINT", true, false),
|
||||||
new BooleanOption(L"no_timer", PATCHES_SECTION, CONFIG_FILE, L"NO_TIMER_NAME", L"NO_TIMER_HINT", true, false),
|
new BooleanOption(L"no_timer", PATCHES_SECTION, CONFIG_FILE, L"NO_TIMER_NAME", L"NO_TIMER_HINT", true, false),
|
||||||
#ifndef MINIMALIST
|
|
||||||
new BooleanOption(L"no_timer_sprite", PATCHES_SECTION, CONFIG_FILE, L"NO_TIMER_SPRITE_NAME", L"NO_TIMER_SPRITE_HINT", true, false),
|
new BooleanOption(L"no_timer_sprite", PATCHES_SECTION, CONFIG_FILE, L"NO_TIMER_SPRITE_NAME", L"NO_TIMER_SPRITE_HINT", true, false),
|
||||||
new BooleanOption(L"no_message_bar", PATCHES_SECTION, CONFIG_FILE, L"NO_MESSAGE_BAR_NAME", L"NO_MESSAGE_BAR_HINT", false, false),
|
new BooleanOption(L"no_message_bar", PATCHES_SECTION, CONFIG_FILE, L"NO_MESSAGE_BAR_NAME", L"NO_MESSAGE_BAR_HINT", false, false),
|
||||||
new BooleanOption(L"no_stage_text", PATCHES_SECTION, CONFIG_FILE, L"NO_STAGE_TEXT_NAME", L"NO_STAGE_TEXT_HINT", false, false),
|
new BooleanOption(L"no_stage_text", PATCHES_SECTION, CONFIG_FILE, L"NO_STAGE_TEXT_NAME", L"NO_STAGE_TEXT_HINT", false, false),
|
||||||
new BooleanOption(L"card", PATCHES_SECTION, CONFIG_FILE, L"CARD_NAME", L"CARD_HINT", false, false),
|
new BooleanOption(L"card", PATCHES_SECTION, CONFIG_FILE, L"CARD_NAME", L"CARD_HINT", false, false),
|
||||||
#endif
|
|
||||||
new BooleanOption(L"dwgui_scaling", PATCHES_SECTION, CONFIG_FILE, L"DWGUI_SCALING_NAME", L"DWGUI_SCALING_HINT", false, false),
|
new BooleanOption(L"dwgui_scaling", PATCHES_SECTION, CONFIG_FILE, L"DWGUI_SCALING_NAME", L"DWGUI_SCALING_HINT", false, false),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -36,9 +36,7 @@ namespace Launcher {
|
|||||||
public:
|
public:
|
||||||
ui(void)
|
ui(void)
|
||||||
{
|
{
|
||||||
#ifndef MINIMALIST
|
|
||||||
SetLanguage();
|
SetLanguage();
|
||||||
#endif
|
|
||||||
|
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
@@ -230,10 +228,6 @@ namespace Launcher {
|
|||||||
|
|
||||||
updateLagCompMsec();
|
updateLagCompMsec();
|
||||||
|
|
||||||
#ifndef MINIMALIST
|
|
||||||
scanModpacks();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
int window = glutCreateWindow("glut"); // a context must be created to use glGetString
|
int window = glutCreateWindow("glut"); // a context must be created to use glGetString
|
||||||
glutHideWindow();
|
glutHideWindow();
|
||||||
@@ -431,26 +425,21 @@ namespace Launcher {
|
|||||||
|
|
||||||
void updateStyle()
|
void updateStyle()
|
||||||
{
|
{
|
||||||
#ifndef MINIMALIST
|
|
||||||
int nDarkLauncher = GetPrivateProfileIntW(LAUNCHER_SECTION, L"dark_launcher", FALSE, CONFIG_FILE);
|
int nDarkLauncher = GetPrivateProfileIntW(LAUNCHER_SECTION, L"dark_launcher", FALSE, CONFIG_FILE);
|
||||||
//int nAcrylicLauncher = GetPrivateProfileIntW(LAUNCHER_SECTION, L"acrylic_blur", FALSE, CONFIG_FILE);
|
//int nAcrylicLauncher = GetPrivateProfileIntW(LAUNCHER_SECTION, L"acrylic_blur", FALSE, CONFIG_FILE);
|
||||||
#endif
|
|
||||||
|
|
||||||
//bool useAcrylic = nAcrylicLauncher && setBlur(hWnd, AccentState::ACCENT_ENABLE_ACRYLICBLURBEHIND);
|
//bool useAcrylic = nAcrylicLauncher && setBlur(hWnd, AccentState::ACCENT_ENABLE_ACRYLICBLURBEHIND);
|
||||||
|
|
||||||
Color colourBg, colourBg2, colourFg;
|
Color colourBg, colourBg2, colourFg;
|
||||||
System::Windows::Forms::FlatStyle cbxStyle;
|
System::Windows::Forms::FlatStyle cbxStyle;
|
||||||
|
|
||||||
#ifndef MINIMALIST
|
|
||||||
if (nDarkLauncher)
|
if (nDarkLauncher)
|
||||||
{
|
{
|
||||||
#endif
|
|
||||||
setDarkTheme(hWnd);
|
setDarkTheme(hWnd);
|
||||||
colourFg = Color::White;
|
colourFg = Color::White;
|
||||||
colourBg = Color::FromArgb(255, 32, 32, 32); // tabControl
|
colourBg = Color::FromArgb(255, 32, 32, 32); // tabControl
|
||||||
colourBg2 = Color::FromArgb(255, 25, 25, 25);
|
colourBg2 = Color::FromArgb(255, 25, 25, 25);
|
||||||
cbxStyle = System::Windows::Forms::FlatStyle::Flat;
|
cbxStyle = System::Windows::Forms::FlatStyle::Flat;
|
||||||
#ifndef MINIMALIST
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -460,9 +449,6 @@ namespace Launcher {
|
|||||||
colourBg2 = Color::FromArgb(255, 242, 242, 242);
|
colourBg2 = Color::FromArgb(255, 242, 242, 242);
|
||||||
cbxStyle = System::Windows::Forms::FlatStyle::System;
|
cbxStyle = System::Windows::Forms::FlatStyle::System;
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
this->Text += (" - Minimalist Edition");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*if (useAcrylic)
|
/*if (useAcrylic)
|
||||||
{
|
{
|
||||||
@@ -491,10 +477,6 @@ namespace Launcher {
|
|||||||
this->tabPage_Plugins->ForeColor = colourFg;
|
this->tabPage_Plugins->ForeColor = colourFg;
|
||||||
this->tabPage_Components->BackColor = colourBg;
|
this->tabPage_Components->BackColor = colourBg;
|
||||||
this->tabPage_Components->ForeColor = colourFg;
|
this->tabPage_Components->ForeColor = colourFg;
|
||||||
#ifndef MINIMALIST
|
|
||||||
this->tabPage_Modpacks->BackColor = colourBg;
|
|
||||||
this->tabPage_Modpacks->ForeColor = colourFg;
|
|
||||||
#endif
|
|
||||||
this->creditsTextBox->BackColor = colourBg;
|
this->creditsTextBox->BackColor = colourBg;
|
||||||
this->creditsTextBox->ForeColor = colourFg;
|
this->creditsTextBox->ForeColor = colourFg;
|
||||||
this->tabPage_Update->BackColor = colourBg;
|
this->tabPage_Update->BackColor = colourBg;
|
||||||
@@ -534,13 +516,8 @@ namespace Launcher {
|
|||||||
SetBackCol(this->panel_Playerdata, colourBg, cbxStyle);
|
SetBackCol(this->panel_Playerdata, colourBg, cbxStyle);
|
||||||
SetBackCol(this->panel_Components, colourBg, cbxStyle);
|
SetBackCol(this->panel_Components, colourBg, cbxStyle);
|
||||||
SetBackCol(this->panel_Plugins, colourBg, cbxStyle);
|
SetBackCol(this->panel_Plugins, colourBg, cbxStyle);
|
||||||
|
|
||||||
#ifdef MINIMALIST
|
|
||||||
tabPage_Modpacks->Enabled = false;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef MINIMALIST
|
|
||||||
void updateLanguage() {
|
void updateLanguage() {
|
||||||
int language = GetPrivateProfileIntW(LAUNCHER_SECTION, L"launcher_language", FALSE, CONFIG_FILE);
|
int language = GetPrivateProfileIntW(LAUNCHER_SECTION, L"launcher_language", FALSE, CONFIG_FILE);
|
||||||
if (nLanguage == language)
|
if (nLanguage == language)
|
||||||
@@ -553,9 +530,7 @@ namespace Launcher {
|
|||||||
this->InitializeComponent();
|
this->InitializeComponent();
|
||||||
this->addOptions();
|
this->addOptions();
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef MINIMALIST
|
|
||||||
void SetLanguage() {
|
void SetLanguage() {
|
||||||
if (nLanguage == 0) {
|
if (nLanguage == 0) {
|
||||||
Thread::CurrentThread->CurrentUICulture = gcnew CultureInfo(GetUserDefaultLCID());
|
Thread::CurrentThread->CurrentUICulture = gcnew CultureInfo(GetUserDefaultLCID());
|
||||||
@@ -563,7 +538,7 @@ namespace Launcher {
|
|||||||
Thread::CurrentThread->CurrentUICulture = CultureInfo::CreateSpecificCulture(gcnew String(languages[nLanguage]));
|
Thread::CurrentThread->CurrentUICulture = CultureInfo::CreateSpecificCulture(gcnew String(languages[nLanguage]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
||||||
@@ -616,19 +591,6 @@ private: System::Windows::Forms::LinkLabel^ linkLabel_Help;
|
|||||||
private: System::Windows::Forms::LinkLabel^ linkLabel_Repo;
|
private: System::Windows::Forms::LinkLabel^ linkLabel_Repo;
|
||||||
private: System::Windows::Forms::CheckBox^ checkBox_nofsopt;
|
private: System::Windows::Forms::CheckBox^ checkBox_nofsopt;
|
||||||
|
|
||||||
private: System::Windows::Forms::TabPage^ tabPage_Modpacks;
|
|
||||||
private: System::Windows::Forms::CheckBox^ checkBox_ModPatches;
|
|
||||||
private: System::Windows::Forms::Button^ button_ModDelete;
|
|
||||||
|
|
||||||
private: System::Windows::Forms::Button^ button_ModClone;
|
|
||||||
|
|
||||||
private: System::Windows::Forms::Button^ button_ModSetActive;
|
|
||||||
private: System::Windows::Forms::ListBox^ listBox_Mods;
|
|
||||||
|
|
||||||
private: System::Windows::Forms::Button^ button_ModFiles;
|
|
||||||
private: System::Windows::Forms::Button^ button_ModRescan;
|
|
||||||
private: System::Windows::Forms::Button^ button_ModRename;
|
|
||||||
|
|
||||||
private: System::Windows::Forms::LinkLabel^ linkLabel_Console;
|
private: System::Windows::Forms::LinkLabel^ linkLabel_Console;
|
||||||
private: System::Windows::Forms::Panel^ panel_Patches2;
|
private: System::Windows::Forms::Panel^ panel_Patches2;
|
||||||
private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel1;
|
private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel1;
|
||||||
@@ -696,15 +658,6 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
this->tabPage_Plugins = (gcnew System::Windows::Forms::TabPage());
|
this->tabPage_Plugins = (gcnew System::Windows::Forms::TabPage());
|
||||||
this->panel_Custom = (gcnew System::Windows::Forms::Panel());
|
this->panel_Custom = (gcnew System::Windows::Forms::Panel());
|
||||||
this->panel_Plugins = (gcnew System::Windows::Forms::Panel());
|
this->panel_Plugins = (gcnew System::Windows::Forms::Panel());
|
||||||
this->tabPage_Modpacks = (gcnew System::Windows::Forms::TabPage());
|
|
||||||
this->button_ModRename = (gcnew System::Windows::Forms::Button());
|
|
||||||
this->button_ModRescan = (gcnew System::Windows::Forms::Button());
|
|
||||||
this->button_ModFiles = (gcnew System::Windows::Forms::Button());
|
|
||||||
this->checkBox_ModPatches = (gcnew System::Windows::Forms::CheckBox());
|
|
||||||
this->button_ModDelete = (gcnew System::Windows::Forms::Button());
|
|
||||||
this->button_ModClone = (gcnew System::Windows::Forms::Button());
|
|
||||||
this->button_ModSetActive = (gcnew System::Windows::Forms::Button());
|
|
||||||
this->listBox_Mods = (gcnew System::Windows::Forms::ListBox());
|
|
||||||
this->tabPage_Credits = (gcnew System::Windows::Forms::TabPage());
|
this->tabPage_Credits = (gcnew System::Windows::Forms::TabPage());
|
||||||
this->creditsTextBox = (gcnew System::Windows::Forms::TextBox());
|
this->creditsTextBox = (gcnew System::Windows::Forms::TextBox());
|
||||||
this->tabPage_Update = (gcnew System::Windows::Forms::TabPage());
|
this->tabPage_Update = (gcnew System::Windows::Forms::TabPage());
|
||||||
@@ -737,58 +690,38 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
this->tabPage_Playerdata->SuspendLayout();
|
this->tabPage_Playerdata->SuspendLayout();
|
||||||
this->tabPage_Components->SuspendLayout();
|
this->tabPage_Components->SuspendLayout();
|
||||||
this->tabPage_Plugins->SuspendLayout();
|
this->tabPage_Plugins->SuspendLayout();
|
||||||
this->tabPage_Modpacks->SuspendLayout();
|
|
||||||
this->tabPage_Credits->SuspendLayout();
|
this->tabPage_Credits->SuspendLayout();
|
||||||
this->tabPage_Update->SuspendLayout();
|
this->tabPage_Update->SuspendLayout();
|
||||||
this->flowLayoutPanel1->SuspendLayout();
|
this->flowLayoutPanel1->SuspendLayout();
|
||||||
this->SuspendLayout();
|
this->SuspendLayout();
|
||||||
//
|
|
||||||
// button_Launch
|
|
||||||
//
|
|
||||||
this->button_Launch->BackColor = System::Drawing::Color::White;
|
this->button_Launch->BackColor = System::Drawing::Color::White;
|
||||||
this->button_Launch->FlatAppearance->BorderColor = System::Drawing::SystemColors::Control;
|
this->button_Launch->FlatAppearance->BorderColor = System::Drawing::SystemColors::Control;
|
||||||
resources->ApplyResources(this->button_Launch, L"button_Launch");
|
resources->ApplyResources(this->button_Launch, L"button_Launch");
|
||||||
this->button_Launch->Name = L"button_Launch";
|
this->button_Launch->Name = L"button_Launch";
|
||||||
this->button_Launch->UseVisualStyleBackColor = false;
|
this->button_Launch->UseVisualStyleBackColor = false;
|
||||||
this->button_Launch->Click += gcnew System::EventHandler(this, &ui::Button_Launch_Click);
|
this->button_Launch->Click += gcnew System::EventHandler(this, &ui::Button_Launch_Click);
|
||||||
//
|
|
||||||
// groupBox_ScreenRes
|
|
||||||
//
|
|
||||||
this->groupBox_ScreenRes->Controls->Add(this->panel_ScreenRes);
|
this->groupBox_ScreenRes->Controls->Add(this->panel_ScreenRes);
|
||||||
this->groupBox_ScreenRes->FlatStyle = System::Windows::Forms::FlatStyle::Flat;
|
this->groupBox_ScreenRes->FlatStyle = System::Windows::Forms::FlatStyle::Flat;
|
||||||
resources->ApplyResources(this->groupBox_ScreenRes, L"groupBox_ScreenRes");
|
resources->ApplyResources(this->groupBox_ScreenRes, L"groupBox_ScreenRes");
|
||||||
this->groupBox_ScreenRes->Name = L"groupBox_ScreenRes";
|
this->groupBox_ScreenRes->Name = L"groupBox_ScreenRes";
|
||||||
this->groupBox_ScreenRes->TabStop = false;
|
this->groupBox_ScreenRes->TabStop = false;
|
||||||
//
|
|
||||||
// panel_ScreenRes
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->panel_ScreenRes, L"panel_ScreenRes");
|
resources->ApplyResources(this->panel_ScreenRes, L"panel_ScreenRes");
|
||||||
this->panel_ScreenRes->Controls->Add(this->checkBox_nofsopt);
|
this->panel_ScreenRes->Controls->Add(this->checkBox_nofsopt);
|
||||||
this->panel_ScreenRes->Name = L"panel_ScreenRes";
|
this->panel_ScreenRes->Name = L"panel_ScreenRes";
|
||||||
//
|
|
||||||
// checkBox_nofsopt
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->checkBox_nofsopt, L"checkBox_nofsopt");
|
resources->ApplyResources(this->checkBox_nofsopt, L"checkBox_nofsopt");
|
||||||
this->checkBox_nofsopt->Name = L"checkBox_nofsopt";
|
this->checkBox_nofsopt->Name = L"checkBox_nofsopt";
|
||||||
this->toolTip1->SetToolTip(this->checkBox_nofsopt, resources->GetString(L"checkBox_nofsopt.ToolTip"));
|
this->toolTip1->SetToolTip(this->checkBox_nofsopt, resources->GetString(L"checkBox_nofsopt.ToolTip"));
|
||||||
this->checkBox_nofsopt->UseVisualStyleBackColor = true;
|
this->checkBox_nofsopt->UseVisualStyleBackColor = true;
|
||||||
//
|
|
||||||
// tabControl
|
|
||||||
//
|
|
||||||
this->tabControl->Controls->Add(this->tabPage_Resolution);
|
this->tabControl->Controls->Add(this->tabPage_Resolution);
|
||||||
this->tabControl->Controls->Add(this->tabPage_Patches);
|
this->tabControl->Controls->Add(this->tabPage_Patches);
|
||||||
this->tabControl->Controls->Add(this->tabPage_Playerdata);
|
this->tabControl->Controls->Add(this->tabPage_Playerdata);
|
||||||
this->tabControl->Controls->Add(this->tabPage_Components);
|
this->tabControl->Controls->Add(this->tabPage_Components);
|
||||||
this->tabControl->Controls->Add(this->tabPage_Plugins);
|
this->tabControl->Controls->Add(this->tabPage_Plugins);
|
||||||
this->tabControl->Controls->Add(this->tabPage_Modpacks);
|
|
||||||
this->tabControl->Controls->Add(this->tabPage_Credits);
|
this->tabControl->Controls->Add(this->tabPage_Credits);
|
||||||
this->tabControl->Controls->Add(this->tabPage_Update);
|
this->tabControl->Controls->Add(this->tabPage_Update);
|
||||||
resources->ApplyResources(this->tabControl, L"tabControl");
|
resources->ApplyResources(this->tabControl, L"tabControl");
|
||||||
this->tabControl->Name = L"tabControl";
|
this->tabControl->Name = L"tabControl";
|
||||||
this->tabControl->SelectedIndex = 0;
|
this->tabControl->SelectedIndex = 0;
|
||||||
//
|
|
||||||
// tabPage_Resolution
|
|
||||||
//
|
|
||||||
this->tabPage_Resolution->BackColor = System::Drawing::Color::White;
|
this->tabPage_Resolution->BackColor = System::Drawing::Color::White;
|
||||||
resources->ApplyResources(this->tabPage_Resolution, L"tabPage_Resolution");
|
resources->ApplyResources(this->tabPage_Resolution, L"tabPage_Resolution");
|
||||||
this->tabPage_Resolution->Controls->Add(this->groupBox_Lag);
|
this->tabPage_Resolution->Controls->Add(this->groupBox_Lag);
|
||||||
@@ -799,65 +732,38 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
this->tabPage_Resolution->ForeColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(64)),
|
this->tabPage_Resolution->ForeColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(64)),
|
||||||
static_cast<System::Int32>(static_cast<System::Byte>(64)), static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
static_cast<System::Int32>(static_cast<System::Byte>(64)), static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
||||||
this->tabPage_Resolution->Name = L"tabPage_Resolution";
|
this->tabPage_Resolution->Name = L"tabPage_Resolution";
|
||||||
//
|
|
||||||
// groupBox_Lag
|
|
||||||
//
|
|
||||||
this->groupBox_Lag->Controls->Add(this->flowLayoutPanel2);
|
this->groupBox_Lag->Controls->Add(this->flowLayoutPanel2);
|
||||||
this->groupBox_Lag->FlatStyle = System::Windows::Forms::FlatStyle::Flat;
|
this->groupBox_Lag->FlatStyle = System::Windows::Forms::FlatStyle::Flat;
|
||||||
resources->ApplyResources(this->groupBox_Lag, L"groupBox_Lag");
|
resources->ApplyResources(this->groupBox_Lag, L"groupBox_Lag");
|
||||||
this->groupBox_Lag->Name = L"groupBox_Lag";
|
this->groupBox_Lag->Name = L"groupBox_Lag";
|
||||||
this->groupBox_Lag->TabStop = false;
|
this->groupBox_Lag->TabStop = false;
|
||||||
//
|
|
||||||
// flowLayoutPanel2
|
|
||||||
//
|
|
||||||
this->flowLayoutPanel2->Controls->Add(this->trackBar_LagCompensation);
|
this->flowLayoutPanel2->Controls->Add(this->trackBar_LagCompensation);
|
||||||
resources->ApplyResources(this->flowLayoutPanel2, L"flowLayoutPanel2");
|
resources->ApplyResources(this->flowLayoutPanel2, L"flowLayoutPanel2");
|
||||||
this->flowLayoutPanel2->Name = L"flowLayoutPanel2";
|
this->flowLayoutPanel2->Name = L"flowLayoutPanel2";
|
||||||
//
|
|
||||||
// trackBar_LagCompensation
|
|
||||||
//
|
|
||||||
this->trackBar_LagCompensation->LargeChange = 1;
|
this->trackBar_LagCompensation->LargeChange = 1;
|
||||||
resources->ApplyResources(this->trackBar_LagCompensation, L"trackBar_LagCompensation");
|
resources->ApplyResources(this->trackBar_LagCompensation, L"trackBar_LagCompensation");
|
||||||
this->trackBar_LagCompensation->Maximum = 500;
|
this->trackBar_LagCompensation->Maximum = 500;
|
||||||
this->trackBar_LagCompensation->Name = L"trackBar_LagCompensation";
|
this->trackBar_LagCompensation->Name = L"trackBar_LagCompensation";
|
||||||
this->trackBar_LagCompensation->TickStyle = System::Windows::Forms::TickStyle::None;
|
this->trackBar_LagCompensation->TickStyle = System::Windows::Forms::TickStyle::None;
|
||||||
this->trackBar_LagCompensation->ValueChanged += gcnew System::EventHandler(this, &ui::trackBar_LagCompensation_ValueChanged);
|
this->trackBar_LagCompensation->ValueChanged += gcnew System::EventHandler(this, &ui::trackBar_LagCompensation_ValueChanged);
|
||||||
//
|
|
||||||
// groupBox_Details
|
|
||||||
//
|
|
||||||
this->groupBox_Details->Controls->Add(this->panel_Details);
|
this->groupBox_Details->Controls->Add(this->panel_Details);
|
||||||
this->groupBox_Details->FlatStyle = System::Windows::Forms::FlatStyle::Flat;
|
this->groupBox_Details->FlatStyle = System::Windows::Forms::FlatStyle::Flat;
|
||||||
resources->ApplyResources(this->groupBox_Details, L"groupBox_Details");
|
resources->ApplyResources(this->groupBox_Details, L"groupBox_Details");
|
||||||
this->groupBox_Details->Name = L"groupBox_Details";
|
this->groupBox_Details->Name = L"groupBox_Details";
|
||||||
this->groupBox_Details->TabStop = false;
|
this->groupBox_Details->TabStop = false;
|
||||||
//
|
|
||||||
// panel_Details
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->panel_Details, L"panel_Details");
|
resources->ApplyResources(this->panel_Details, L"panel_Details");
|
||||||
this->panel_Details->Name = L"panel_Details";
|
this->panel_Details->Name = L"panel_Details";
|
||||||
//
|
|
||||||
// labelGPU
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->labelGPU, L"labelGPU");
|
resources->ApplyResources(this->labelGPU, L"labelGPU");
|
||||||
this->labelGPU->BackColor = System::Drawing::Color::Transparent;
|
this->labelGPU->BackColor = System::Drawing::Color::Transparent;
|
||||||
this->labelGPU->ForeColor = System::Drawing::Color::Black;
|
this->labelGPU->ForeColor = System::Drawing::Color::Black;
|
||||||
this->labelGPU->Name = L"labelGPU";
|
this->labelGPU->Name = L"labelGPU";
|
||||||
//
|
|
||||||
// groupBox_InternalRes
|
|
||||||
//
|
|
||||||
this->groupBox_InternalRes->Controls->Add(this->panel_IntRes);
|
this->groupBox_InternalRes->Controls->Add(this->panel_IntRes);
|
||||||
this->groupBox_InternalRes->FlatStyle = System::Windows::Forms::FlatStyle::Flat;
|
this->groupBox_InternalRes->FlatStyle = System::Windows::Forms::FlatStyle::Flat;
|
||||||
resources->ApplyResources(this->groupBox_InternalRes, L"groupBox_InternalRes");
|
resources->ApplyResources(this->groupBox_InternalRes, L"groupBox_InternalRes");
|
||||||
this->groupBox_InternalRes->Name = L"groupBox_InternalRes";
|
this->groupBox_InternalRes->Name = L"groupBox_InternalRes";
|
||||||
this->groupBox_InternalRes->TabStop = false;
|
this->groupBox_InternalRes->TabStop = false;
|
||||||
//
|
|
||||||
// panel_IntRes
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->panel_IntRes, L"panel_IntRes");
|
resources->ApplyResources(this->panel_IntRes, L"panel_IntRes");
|
||||||
this->panel_IntRes->Name = L"panel_IntRes";
|
this->panel_IntRes->Name = L"panel_IntRes";
|
||||||
//
|
|
||||||
// tabPage_Patches
|
|
||||||
//
|
|
||||||
this->tabPage_Patches->BackColor = System::Drawing::Color::White;
|
this->tabPage_Patches->BackColor = System::Drawing::Color::White;
|
||||||
this->tabPage_Patches->Controls->Add(this->panel_Patches2);
|
this->tabPage_Patches->Controls->Add(this->panel_Patches2);
|
||||||
this->tabPage_Patches->Controls->Add(this->panel_Patches);
|
this->tabPage_Patches->Controls->Add(this->panel_Patches);
|
||||||
@@ -865,33 +771,18 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
||||||
resources->ApplyResources(this->tabPage_Patches, L"tabPage_Patches");
|
resources->ApplyResources(this->tabPage_Patches, L"tabPage_Patches");
|
||||||
this->tabPage_Patches->Name = L"tabPage_Patches";
|
this->tabPage_Patches->Name = L"tabPage_Patches";
|
||||||
//
|
|
||||||
// panel_Patches2
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->panel_Patches2, L"panel_Patches2");
|
resources->ApplyResources(this->panel_Patches2, L"panel_Patches2");
|
||||||
this->panel_Patches2->Name = L"panel_Patches2";
|
this->panel_Patches2->Name = L"panel_Patches2";
|
||||||
//
|
|
||||||
// panel_Patches
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->panel_Patches, L"panel_Patches");
|
resources->ApplyResources(this->panel_Patches, L"panel_Patches");
|
||||||
this->panel_Patches->Name = L"panel_Patches";
|
this->panel_Patches->Name = L"panel_Patches";
|
||||||
//
|
|
||||||
// tabPage_Playerdata
|
|
||||||
//
|
|
||||||
this->tabPage_Playerdata->BackColor = System::Drawing::Color::White;
|
this->tabPage_Playerdata->BackColor = System::Drawing::Color::White;
|
||||||
this->tabPage_Playerdata->Controls->Add(this->panel_Playerdata);
|
this->tabPage_Playerdata->Controls->Add(this->panel_Playerdata);
|
||||||
this->tabPage_Playerdata->ForeColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(64)),
|
this->tabPage_Playerdata->ForeColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(64)),
|
||||||
static_cast<System::Int32>(static_cast<System::Byte>(64)), static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
static_cast<System::Int32>(static_cast<System::Byte>(64)), static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
||||||
resources->ApplyResources(this->tabPage_Playerdata, L"tabPage_Playerdata");
|
resources->ApplyResources(this->tabPage_Playerdata, L"tabPage_Playerdata");
|
||||||
this->tabPage_Playerdata->Name = L"tabPage_Playerdata";
|
this->tabPage_Playerdata->Name = L"tabPage_Playerdata";
|
||||||
//
|
|
||||||
// panel_Playerdata
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->panel_Playerdata, L"panel_Playerdata");
|
resources->ApplyResources(this->panel_Playerdata, L"panel_Playerdata");
|
||||||
this->panel_Playerdata->Name = L"panel_Playerdata";
|
this->panel_Playerdata->Name = L"panel_Playerdata";
|
||||||
//
|
|
||||||
// tabPage_Components
|
|
||||||
//
|
|
||||||
this->tabPage_Components->BackColor = System::Drawing::Color::White;
|
this->tabPage_Components->BackColor = System::Drawing::Color::White;
|
||||||
this->tabPage_Components->Controls->Add(this->linkLabel_Console);
|
this->tabPage_Components->Controls->Add(this->linkLabel_Console);
|
||||||
this->tabPage_Components->Controls->Add(this->panel_Components);
|
this->tabPage_Components->Controls->Add(this->panel_Components);
|
||||||
@@ -899,21 +790,12 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
static_cast<System::Int32>(static_cast<System::Byte>(64)), static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
static_cast<System::Int32>(static_cast<System::Byte>(64)), static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
||||||
resources->ApplyResources(this->tabPage_Components, L"tabPage_Components");
|
resources->ApplyResources(this->tabPage_Components, L"tabPage_Components");
|
||||||
this->tabPage_Components->Name = L"tabPage_Components";
|
this->tabPage_Components->Name = L"tabPage_Components";
|
||||||
//
|
|
||||||
// linkLabel_Console
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->linkLabel_Console, L"linkLabel_Console");
|
resources->ApplyResources(this->linkLabel_Console, L"linkLabel_Console");
|
||||||
this->linkLabel_Console->Name = L"linkLabel_Console";
|
this->linkLabel_Console->Name = L"linkLabel_Console";
|
||||||
this->linkLabel_Console->TabStop = true;
|
this->linkLabel_Console->TabStop = true;
|
||||||
this->linkLabel_Console->LinkClicked += gcnew System::Windows::Forms::LinkLabelLinkClickedEventHandler(this, &ui::linkLabel_Console_LinkClicked);
|
this->linkLabel_Console->LinkClicked += gcnew System::Windows::Forms::LinkLabelLinkClickedEventHandler(this, &ui::linkLabel_Console_LinkClicked);
|
||||||
//
|
|
||||||
// panel_Components
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->panel_Components, L"panel_Components");
|
resources->ApplyResources(this->panel_Components, L"panel_Components");
|
||||||
this->panel_Components->Name = L"panel_Components";
|
this->panel_Components->Name = L"panel_Components";
|
||||||
//
|
|
||||||
// tabPage_Plugins
|
|
||||||
//
|
|
||||||
this->tabPage_Plugins->BackColor = System::Drawing::Color::White;
|
this->tabPage_Plugins->BackColor = System::Drawing::Color::White;
|
||||||
this->tabPage_Plugins->Controls->Add(this->panel_Custom);
|
this->tabPage_Plugins->Controls->Add(this->panel_Custom);
|
||||||
this->tabPage_Plugins->Controls->Add(this->panel_Plugins);
|
this->tabPage_Plugins->Controls->Add(this->panel_Plugins);
|
||||||
@@ -921,107 +803,20 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
||||||
resources->ApplyResources(this->tabPage_Plugins, L"tabPage_Plugins");
|
resources->ApplyResources(this->tabPage_Plugins, L"tabPage_Plugins");
|
||||||
this->tabPage_Plugins->Name = L"tabPage_Plugins";
|
this->tabPage_Plugins->Name = L"tabPage_Plugins";
|
||||||
//
|
|
||||||
// panel_Custom
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->panel_Custom, L"panel_Custom");
|
resources->ApplyResources(this->panel_Custom, L"panel_Custom");
|
||||||
this->panel_Custom->Name = L"panel_Custom";
|
this->panel_Custom->Name = L"panel_Custom";
|
||||||
//
|
|
||||||
// panel_Plugins
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->panel_Plugins, L"panel_Plugins");
|
resources->ApplyResources(this->panel_Plugins, L"panel_Plugins");
|
||||||
this->panel_Plugins->Name = L"panel_Plugins";
|
this->panel_Plugins->Name = L"panel_Plugins";
|
||||||
//
|
|
||||||
// tabPage_Modpacks
|
|
||||||
//
|
|
||||||
this->tabPage_Modpacks->Controls->Add(this->button_ModRename);
|
|
||||||
this->tabPage_Modpacks->Controls->Add(this->button_ModRescan);
|
|
||||||
this->tabPage_Modpacks->Controls->Add(this->button_ModFiles);
|
|
||||||
this->tabPage_Modpacks->Controls->Add(this->checkBox_ModPatches);
|
|
||||||
this->tabPage_Modpacks->Controls->Add(this->button_ModDelete);
|
|
||||||
this->tabPage_Modpacks->Controls->Add(this->button_ModClone);
|
|
||||||
this->tabPage_Modpacks->Controls->Add(this->button_ModSetActive);
|
|
||||||
this->tabPage_Modpacks->Controls->Add(this->listBox_Mods);
|
|
||||||
resources->ApplyResources(this->tabPage_Modpacks, L"tabPage_Modpacks");
|
|
||||||
this->tabPage_Modpacks->Name = L"tabPage_Modpacks";
|
|
||||||
this->tabPage_Modpacks->UseVisualStyleBackColor = true;
|
|
||||||
this->tabPage_Modpacks->Enter += gcnew System::EventHandler(this, &ui::tabPage_Modpacks_Enter);
|
|
||||||
//
|
|
||||||
// button_ModRename
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->button_ModRename, L"button_ModRename");
|
|
||||||
this->button_ModRename->Name = L"button_ModRename";
|
|
||||||
this->button_ModRename->UseVisualStyleBackColor = true;
|
|
||||||
this->button_ModRename->Click += gcnew System::EventHandler(this, &ui::button_ModRename_Click);
|
|
||||||
//
|
|
||||||
// button_ModRescan
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->button_ModRescan, L"button_ModRescan");
|
|
||||||
this->button_ModRescan->Name = L"button_ModRescan";
|
|
||||||
this->button_ModRescan->UseVisualStyleBackColor = true;
|
|
||||||
this->button_ModRescan->Click += gcnew System::EventHandler(this, &ui::button_ModRescan_Click);
|
|
||||||
//
|
|
||||||
// button_ModFiles
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->button_ModFiles, L"button_ModFiles");
|
|
||||||
this->button_ModFiles->Name = L"button_ModFiles";
|
|
||||||
this->button_ModFiles->UseVisualStyleBackColor = true;
|
|
||||||
this->button_ModFiles->Click += gcnew System::EventHandler(this, &ui::button_ModFiles_Click);
|
|
||||||
//
|
|
||||||
// checkBox_ModPatches
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->checkBox_ModPatches, L"checkBox_ModPatches");
|
|
||||||
this->checkBox_ModPatches->Checked = true;
|
|
||||||
this->checkBox_ModPatches->CheckState = System::Windows::Forms::CheckState::Checked;
|
|
||||||
this->checkBox_ModPatches->Name = L"checkBox_ModPatches";
|
|
||||||
this->checkBox_ModPatches->UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// button_ModDelete
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->button_ModDelete, L"button_ModDelete");
|
|
||||||
this->button_ModDelete->Name = L"button_ModDelete";
|
|
||||||
this->button_ModDelete->UseVisualStyleBackColor = true;
|
|
||||||
this->button_ModDelete->Click += gcnew System::EventHandler(this, &ui::button_ModDelete_Click);
|
|
||||||
//
|
|
||||||
// button_ModClone
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->button_ModClone, L"button_ModClone");
|
|
||||||
this->button_ModClone->Name = L"button_ModClone";
|
|
||||||
this->button_ModClone->UseVisualStyleBackColor = true;
|
|
||||||
this->button_ModClone->Click += gcnew System::EventHandler(this, &ui::button_ModClone_Click);
|
|
||||||
//
|
|
||||||
// button_ModSetActive
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->button_ModSetActive, L"button_ModSetActive");
|
|
||||||
this->button_ModSetActive->Name = L"button_ModSetActive";
|
|
||||||
this->button_ModSetActive->UseVisualStyleBackColor = true;
|
|
||||||
this->button_ModSetActive->Click += gcnew System::EventHandler(this, &ui::button_ModSetActive_Click);
|
|
||||||
//
|
|
||||||
// listBox_Mods
|
|
||||||
//
|
|
||||||
this->listBox_Mods->FormattingEnabled = true;
|
|
||||||
resources->ApplyResources(this->listBox_Mods, L"listBox_Mods");
|
|
||||||
this->listBox_Mods->Name = L"listBox_Mods";
|
|
||||||
this->listBox_Mods->SelectedValueChanged += gcnew System::EventHandler(this, &ui::listBox_Mods_SelectedValueChanged);
|
|
||||||
//
|
|
||||||
// tabPage_Credits
|
|
||||||
//
|
|
||||||
this->tabPage_Credits->Controls->Add(this->creditsTextBox);
|
this->tabPage_Credits->Controls->Add(this->creditsTextBox);
|
||||||
resources->ApplyResources(this->tabPage_Credits, L"tabPage_Credits");
|
resources->ApplyResources(this->tabPage_Credits, L"tabPage_Credits");
|
||||||
this->tabPage_Credits->Name = L"tabPage_Credits";
|
this->tabPage_Credits->Name = L"tabPage_Credits";
|
||||||
this->tabPage_Credits->UseVisualStyleBackColor = true;
|
this->tabPage_Credits->UseVisualStyleBackColor = true;
|
||||||
//
|
|
||||||
// creditsTextBox
|
|
||||||
//
|
|
||||||
this->creditsTextBox->BackColor = System::Drawing::Color::White;
|
this->creditsTextBox->BackColor = System::Drawing::Color::White;
|
||||||
this->creditsTextBox->ForeColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(64)), static_cast<System::Int32>(static_cast<System::Byte>(64)),
|
this->creditsTextBox->ForeColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(64)), static_cast<System::Int32>(static_cast<System::Byte>(64)),
|
||||||
static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
static_cast<System::Int32>(static_cast<System::Byte>(64)));
|
||||||
resources->ApplyResources(this->creditsTextBox, L"creditsTextBox");
|
resources->ApplyResources(this->creditsTextBox, L"creditsTextBox");
|
||||||
this->creditsTextBox->Name = L"creditsTextBox";
|
this->creditsTextBox->Name = L"creditsTextBox";
|
||||||
this->creditsTextBox->ReadOnly = true;
|
this->creditsTextBox->ReadOnly = true;
|
||||||
//
|
|
||||||
// tabPage_Update
|
|
||||||
//
|
|
||||||
this->tabPage_Update->Controls->Add(this->flowLayoutPanel1);
|
this->tabPage_Update->Controls->Add(this->flowLayoutPanel1);
|
||||||
this->tabPage_Update->Controls->Add(this->linkLabel_Repo);
|
this->tabPage_Update->Controls->Add(this->linkLabel_Repo);
|
||||||
this->tabPage_Update->Controls->Add(this->linkLabel_Help);
|
this->tabPage_Update->Controls->Add(this->linkLabel_Help);
|
||||||
@@ -1034,83 +829,47 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
resources->ApplyResources(this->tabPage_Update, L"tabPage_Update");
|
resources->ApplyResources(this->tabPage_Update, L"tabPage_Update");
|
||||||
this->tabPage_Update->Name = L"tabPage_Update";
|
this->tabPage_Update->Name = L"tabPage_Update";
|
||||||
this->tabPage_Update->UseVisualStyleBackColor = true;
|
this->tabPage_Update->UseVisualStyleBackColor = true;
|
||||||
//
|
|
||||||
// flowLayoutPanel1
|
|
||||||
//
|
|
||||||
this->flowLayoutPanel1->Controls->Add(this->label_Update_1);
|
this->flowLayoutPanel1->Controls->Add(this->label_Update_1);
|
||||||
this->flowLayoutPanel1->Controls->Add(this->label_Update_2);
|
this->flowLayoutPanel1->Controls->Add(this->label_Update_2);
|
||||||
resources->ApplyResources(this->flowLayoutPanel1, L"flowLayoutPanel1");
|
resources->ApplyResources(this->flowLayoutPanel1, L"flowLayoutPanel1");
|
||||||
this->flowLayoutPanel1->Name = L"flowLayoutPanel1";
|
this->flowLayoutPanel1->Name = L"flowLayoutPanel1";
|
||||||
//
|
|
||||||
// label_Update_1
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->label_Update_1, L"label_Update_1");
|
resources->ApplyResources(this->label_Update_1, L"label_Update_1");
|
||||||
this->label_Update_1->Name = L"label_Update_1";
|
this->label_Update_1->Name = L"label_Update_1";
|
||||||
this->label_Update_1->Click += gcnew System::EventHandler(this, &ui::label_Update_1_Click);
|
this->label_Update_1->Click += gcnew System::EventHandler(this, &ui::label_Update_1_Click);
|
||||||
//
|
|
||||||
// label_Update_2
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->label_Update_2, L"label_Update_2");
|
resources->ApplyResources(this->label_Update_2, L"label_Update_2");
|
||||||
this->label_Update_2->Name = L"label_Update_2";
|
this->label_Update_2->Name = L"label_Update_2";
|
||||||
//
|
|
||||||
// linkLabel_Repo
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->linkLabel_Repo, L"linkLabel_Repo");
|
resources->ApplyResources(this->linkLabel_Repo, L"linkLabel_Repo");
|
||||||
this->linkLabel_Repo->Name = L"linkLabel_Repo";
|
this->linkLabel_Repo->Name = L"linkLabel_Repo";
|
||||||
this->linkLabel_Repo->TabStop = true;
|
this->linkLabel_Repo->TabStop = true;
|
||||||
this->linkLabel_Repo->LinkClicked += gcnew System::Windows::Forms::LinkLabelLinkClickedEventHandler(this, &ui::linkLabel_Repo_LinkClicked);
|
this->linkLabel_Repo->LinkClicked += gcnew System::Windows::Forms::LinkLabelLinkClickedEventHandler(this, &ui::linkLabel_Repo_LinkClicked);
|
||||||
//
|
|
||||||
// linkLabel_Help
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->linkLabel_Help, L"linkLabel_Help");
|
resources->ApplyResources(this->linkLabel_Help, L"linkLabel_Help");
|
||||||
this->linkLabel_Help->Name = L"linkLabel_Help";
|
this->linkLabel_Help->Name = L"linkLabel_Help";
|
||||||
this->linkLabel_Help->TabStop = true;
|
this->linkLabel_Help->TabStop = true;
|
||||||
this->linkLabel_Help->LinkClicked += gcnew System::Windows::Forms::LinkLabelLinkClickedEventHandler(this, &ui::linkLabel_Help_LinkClicked);
|
this->linkLabel_Help->LinkClicked += gcnew System::Windows::Forms::LinkLabelLinkClickedEventHandler(this, &ui::linkLabel_Help_LinkClicked);
|
||||||
//
|
|
||||||
// linkLabel_Official_Discord
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->linkLabel_Official_Discord, L"linkLabel_Official_Discord");
|
resources->ApplyResources(this->linkLabel_Official_Discord, L"linkLabel_Official_Discord");
|
||||||
this->linkLabel_Official_Discord->Name = L"linkLabel_Official_Discord";
|
this->linkLabel_Official_Discord->Name = L"linkLabel_Official_Discord";
|
||||||
this->linkLabel_Official_Discord->TabStop = true;
|
this->linkLabel_Official_Discord->TabStop = true;
|
||||||
this->linkLabel_Official_Discord->LinkClicked += gcnew System::Windows::Forms::LinkLabelLinkClickedEventHandler(this, &ui::linkLabel_Official_Discord_LinkClicked);
|
this->linkLabel_Official_Discord->LinkClicked += gcnew System::Windows::Forms::LinkLabelLinkClickedEventHandler(this, &ui::linkLabel_Official_Discord_LinkClicked);
|
||||||
//
|
|
||||||
// linkLabel_Changelog
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->linkLabel_Changelog, L"linkLabel_Changelog");
|
resources->ApplyResources(this->linkLabel_Changelog, L"linkLabel_Changelog");
|
||||||
this->linkLabel_Changelog->Name = L"linkLabel_Changelog";
|
this->linkLabel_Changelog->Name = L"linkLabel_Changelog";
|
||||||
this->linkLabel_Changelog->TabStop = true;
|
this->linkLabel_Changelog->TabStop = true;
|
||||||
this->linkLabel_Changelog->LinkClicked += gcnew System::Windows::Forms::LinkLabelLinkClickedEventHandler(this, &ui::linkLabel_Changelog_LinkClicked);
|
this->linkLabel_Changelog->LinkClicked += gcnew System::Windows::Forms::LinkLabelLinkClickedEventHandler(this, &ui::linkLabel_Changelog_LinkClicked);
|
||||||
//
|
|
||||||
// button_Clean_installation
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->button_Clean_installation, L"button_Clean_installation");
|
resources->ApplyResources(this->button_Clean_installation, L"button_Clean_installation");
|
||||||
this->button_Clean_installation->Name = L"button_Clean_installation";
|
this->button_Clean_installation->Name = L"button_Clean_installation";
|
||||||
this->button_Clean_installation->UseVisualStyleBackColor = true;
|
this->button_Clean_installation->UseVisualStyleBackColor = true;
|
||||||
this->button_Clean_installation->Click += gcnew System::EventHandler(this, &ui::button_Clean_installation_Click);
|
this->button_Clean_installation->Click += gcnew System::EventHandler(this, &ui::button_Clean_installation_Click);
|
||||||
//
|
|
||||||
// button_Instructions
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->button_Instructions, L"button_Instructions");
|
resources->ApplyResources(this->button_Instructions, L"button_Instructions");
|
||||||
this->button_Instructions->Name = L"button_Instructions";
|
this->button_Instructions->Name = L"button_Instructions";
|
||||||
this->button_Instructions->UseVisualStyleBackColor = true;
|
this->button_Instructions->UseVisualStyleBackColor = true;
|
||||||
this->button_Instructions->Click += gcnew System::EventHandler(this, &ui::button_Instructions_Click);
|
this->button_Instructions->Click += gcnew System::EventHandler(this, &ui::button_Instructions_Click);
|
||||||
//
|
|
||||||
// button_Unstable_builds
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->button_Unstable_builds, L"button_Unstable_builds");
|
resources->ApplyResources(this->button_Unstable_builds, L"button_Unstable_builds");
|
||||||
this->button_Unstable_builds->Name = L"button_Unstable_builds";
|
this->button_Unstable_builds->Name = L"button_Unstable_builds";
|
||||||
this->button_Unstable_builds->UseVisualStyleBackColor = true;
|
this->button_Unstable_builds->UseVisualStyleBackColor = true;
|
||||||
this->button_Unstable_builds->Click += gcnew System::EventHandler(this, &ui::button_Unstable_builds_Click);
|
this->button_Unstable_builds->Click += gcnew System::EventHandler(this, &ui::button_Unstable_builds_Click);
|
||||||
//
|
|
||||||
// button_Releases_page
|
|
||||||
//
|
|
||||||
resources->ApplyResources(this->button_Releases_page, L"button_Releases_page");
|
resources->ApplyResources(this->button_Releases_page, L"button_Releases_page");
|
||||||
this->button_Releases_page->Name = L"button_Releases_page";
|
this->button_Releases_page->Name = L"button_Releases_page";
|
||||||
this->button_Releases_page->UseVisualStyleBackColor = true;
|
this->button_Releases_page->UseVisualStyleBackColor = true;
|
||||||
this->button_Releases_page->Click += gcnew System::EventHandler(this, &ui::button_Releases_page_Click);
|
this->button_Releases_page->Click += gcnew System::EventHandler(this, &ui::button_Releases_page_Click);
|
||||||
//
|
|
||||||
// button_Discord
|
|
||||||
//
|
|
||||||
this->button_Discord->BackColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(242)), static_cast<System::Int32>(static_cast<System::Byte>(242)),
|
this->button_Discord->BackColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(242)), static_cast<System::Int32>(static_cast<System::Byte>(242)),
|
||||||
static_cast<System::Int32>(static_cast<System::Byte>(242)));
|
static_cast<System::Int32>(static_cast<System::Byte>(242)));
|
||||||
this->button_Discord->Cursor = System::Windows::Forms::Cursors::Hand;
|
this->button_Discord->Cursor = System::Windows::Forms::Cursors::Hand;
|
||||||
@@ -1119,9 +878,6 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
this->button_Discord->Name = L"button_Discord";
|
this->button_Discord->Name = L"button_Discord";
|
||||||
this->button_Discord->UseVisualStyleBackColor = false;
|
this->button_Discord->UseVisualStyleBackColor = false;
|
||||||
this->button_Discord->Click += gcnew System::EventHandler(this, &ui::button_Discord_Click);
|
this->button_Discord->Click += gcnew System::EventHandler(this, &ui::button_Discord_Click);
|
||||||
//
|
|
||||||
// button_github
|
|
||||||
//
|
|
||||||
this->button_github->BackColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(242)), static_cast<System::Int32>(static_cast<System::Byte>(242)),
|
this->button_github->BackColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(242)), static_cast<System::Int32>(static_cast<System::Byte>(242)),
|
||||||
static_cast<System::Int32>(static_cast<System::Byte>(242)));
|
static_cast<System::Int32>(static_cast<System::Byte>(242)));
|
||||||
this->button_github->Cursor = System::Windows::Forms::Cursors::Hand;
|
this->button_github->Cursor = System::Windows::Forms::Cursors::Hand;
|
||||||
@@ -1130,18 +886,12 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
this->button_github->Name = L"button_github";
|
this->button_github->Name = L"button_github";
|
||||||
this->button_github->UseVisualStyleBackColor = false;
|
this->button_github->UseVisualStyleBackColor = false;
|
||||||
this->button_github->Click += gcnew System::EventHandler(this, &ui::button_github_Click);
|
this->button_github->Click += gcnew System::EventHandler(this, &ui::button_github_Click);
|
||||||
//
|
|
||||||
// button_Apply
|
|
||||||
//
|
|
||||||
this->button_Apply->BackColor = System::Drawing::Color::White;
|
this->button_Apply->BackColor = System::Drawing::Color::White;
|
||||||
this->button_Apply->FlatAppearance->BorderColor = System::Drawing::SystemColors::Control;
|
this->button_Apply->FlatAppearance->BorderColor = System::Drawing::SystemColors::Control;
|
||||||
resources->ApplyResources(this->button_Apply, L"button_Apply");
|
resources->ApplyResources(this->button_Apply, L"button_Apply");
|
||||||
this->button_Apply->Name = L"button_Apply";
|
this->button_Apply->Name = L"button_Apply";
|
||||||
this->button_Apply->UseVisualStyleBackColor = false;
|
this->button_Apply->UseVisualStyleBackColor = false;
|
||||||
this->button_Apply->Click += gcnew System::EventHandler(this, &ui::button_Apply_Click);
|
this->button_Apply->Click += gcnew System::EventHandler(this, &ui::button_Apply_Click);
|
||||||
//
|
|
||||||
// button_Wiki
|
|
||||||
//
|
|
||||||
this->button_Wiki->BackColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(242)), static_cast<System::Int32>(static_cast<System::Byte>(242)),
|
this->button_Wiki->BackColor = System::Drawing::Color::FromArgb(static_cast<System::Int32>(static_cast<System::Byte>(242)), static_cast<System::Int32>(static_cast<System::Byte>(242)),
|
||||||
static_cast<System::Int32>(static_cast<System::Byte>(242)));
|
static_cast<System::Int32>(static_cast<System::Byte>(242)));
|
||||||
resources->ApplyResources(this->button_Wiki, L"button_Wiki");
|
resources->ApplyResources(this->button_Wiki, L"button_Wiki");
|
||||||
@@ -1149,10 +899,6 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
this->button_Wiki->FlatAppearance->BorderSize = 0;
|
this->button_Wiki->FlatAppearance->BorderSize = 0;
|
||||||
this->button_Wiki->Name = L"button_Wiki";
|
this->button_Wiki->Name = L"button_Wiki";
|
||||||
this->button_Wiki->UseVisualStyleBackColor = false;
|
this->button_Wiki->UseVisualStyleBackColor = false;
|
||||||
this->button_Wiki->Click += gcnew System::EventHandler(this, &ui::button_Wiki_Click);
|
|
||||||
//
|
|
||||||
// ui
|
|
||||||
//
|
|
||||||
this->AcceptButton = this->button_Launch;
|
this->AcceptButton = this->button_Launch;
|
||||||
resources->ApplyResources(this, L"$this");
|
resources->ApplyResources(this, L"$this");
|
||||||
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Dpi;
|
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Dpi;
|
||||||
@@ -1191,8 +937,6 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
this->tabPage_Components->ResumeLayout(false);
|
this->tabPage_Components->ResumeLayout(false);
|
||||||
this->tabPage_Components->PerformLayout();
|
this->tabPage_Components->PerformLayout();
|
||||||
this->tabPage_Plugins->ResumeLayout(false);
|
this->tabPage_Plugins->ResumeLayout(false);
|
||||||
this->tabPage_Modpacks->ResumeLayout(false);
|
|
||||||
this->tabPage_Modpacks->PerformLayout();
|
|
||||||
this->tabPage_Credits->ResumeLayout(false);
|
this->tabPage_Credits->ResumeLayout(false);
|
||||||
this->tabPage_Credits->PerformLayout();
|
this->tabPage_Credits->PerformLayout();
|
||||||
this->tabPage_Update->ResumeLayout(false);
|
this->tabPage_Update->ResumeLayout(false);
|
||||||
@@ -1203,28 +947,6 @@ private: System::Windows::Forms::FlowLayoutPanel^ flowLayoutPanel2;
|
|||||||
|
|
||||||
}
|
}
|
||||||
#pragma endregion
|
#pragma endregion
|
||||||
private: System::Void scanModpacks() {
|
|
||||||
button_ModSetActive->Enabled = false;
|
|
||||||
button_ModClone->Enabled = false;
|
|
||||||
button_ModDelete->Enabled = false;
|
|
||||||
button_ModFiles->Enabled = false;
|
|
||||||
button_ModRename->Enabled = false;
|
|
||||||
listBox_Mods->Items->Clear();
|
|
||||||
listBox_Mods->Items->Add("(base)");
|
|
||||||
try {
|
|
||||||
for (std::filesystem::path p : std::filesystem::directory_iterator("./modpacks"))
|
|
||||||
{
|
|
||||||
if (std::filesystem::exists(p.string() + "/ram") && std::filesystem::exists(p.string() + "/mdata") &&
|
|
||||||
std::filesystem::exists(p.string() + "/plugins") && std::filesystem::exists(p.string() + "/patches"))
|
|
||||||
{
|
|
||||||
listBox_Mods->Items->Add(gcnew String(p.filename().c_str()));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch (const std::filesystem::filesystem_error& e) {
|
|
||||||
std::cout << "[Launcher] File system error " << e.what() << " " << e.path1() << " " << e.path2() << " " << e.code() << std::endl;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
private: System::Void SaveSettings() {
|
private: System::Void SaveSettings() {
|
||||||
if (*ResolutionConfigChanged)
|
if (*ResolutionConfigChanged)
|
||||||
{
|
{
|
||||||
@@ -1523,47 +1245,6 @@ private: System::Void linkLabel_Console_LinkClicked(System::Object^ sender, Syst
|
|||||||
ShowWindow(consoleHandle, SW_SHOW);
|
ShowWindow(consoleHandle, SW_SHOW);
|
||||||
linkLabel_Console->Visible = false;
|
linkLabel_Console->Visible = false;
|
||||||
}
|
}
|
||||||
private: System::Void listBox_Mods_SelectedValueChanged(System::Object^ sender, System::EventArgs^ e) {
|
|
||||||
button_ModSetActive->Enabled = true;
|
|
||||||
button_ModClone->Enabled = true;
|
|
||||||
button_ModDelete->Enabled = true;
|
|
||||||
button_ModFiles->Enabled = true;
|
|
||||||
button_ModRename->Enabled = true;
|
|
||||||
}
|
|
||||||
private: System::Void button_ModRescan_Click(System::Object^ sender, System::EventArgs^ e) {
|
|
||||||
scanModpacks();
|
|
||||||
}
|
|
||||||
private: System::Void button_ModSetActive_Click(System::Object^ sender, System::EventArgs^ e) {
|
|
||||||
LPCWSTR mpname;
|
|
||||||
if (listBox_Mods->SelectedIndex == 0) mpname = L"";
|
|
||||||
else
|
|
||||||
{
|
|
||||||
auto str = listBox_Mods->GetItemText(listBox_Mods->SelectedItem);
|
|
||||||
IntPtr strptr = System::Runtime::InteropServices::Marshal::StringToHGlobalUni(str);
|
|
||||||
mpname = (LPCWSTR)strptr.ToPointer();
|
|
||||||
}
|
|
||||||
WritePrivateProfileStringW(L"Mods", L"Modpack", mpname, CONFIG_FILE);
|
|
||||||
}
|
|
||||||
private: System::Void button_ModFiles_Click(System::Object^ sender, System::EventArgs^ e) {
|
|
||||||
auto mpstr = listBox_Mods->SelectedItem->ToString();
|
|
||||||
if(mpstr == "(base)") System::Diagnostics::Process::Start(".");
|
|
||||||
else System::Diagnostics::Process::Start("modpacks\\"+mpstr);
|
|
||||||
}
|
|
||||||
private: System::Void button_ModClone_Click(System::Object^ sender, System::EventArgs^ e) {
|
|
||||||
}
|
|
||||||
private: System::Void button_ModDelete_Click(System::Object^ sender, System::EventArgs^ e) {
|
|
||||||
}
|
|
||||||
private: System::Void button_ModRename_Click(System::Object^ sender, System::EventArgs^ e) {
|
|
||||||
}
|
|
||||||
private: System::Void tabPage_Modpacks_Enter(System::Object^ sender, System::EventArgs^ e) {
|
|
||||||
scanModpacks();
|
|
||||||
wchar_t* mpstr = NULL;
|
|
||||||
mpstr = (wchar_t*)malloc(256);
|
|
||||||
memset(mpstr, 0, 256);
|
|
||||||
GetPrivateProfileStringW(L"Mods", L"Modpack", L"", mpstr, 256, CONFIG_FILE);
|
|
||||||
listBox_Mods->SelectedIndex = listBox_Mods->FindString(gcnew String(mpstr));
|
|
||||||
free(mpstr);
|
|
||||||
}
|
|
||||||
private: System::Void label_Update_1_Click(System::Object^ sender, System::EventArgs^ e) {
|
private: System::Void label_Update_1_Click(System::Object^ sender, System::EventArgs^ e) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -813,273 +813,6 @@
|
|||||||
<data name=">>tabPage_Plugins.ZOrder" xml:space="preserve">
|
<data name=">>tabPage_Plugins.ZOrder" xml:space="preserve">
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="button_ModRename.Enabled" type="System.Boolean, mscorlib">
|
|
||||||
<value>False</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModRename.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>558, 707</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModRename.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
||||||
<value>5, 5, 5, 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModRename.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>130, 42</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModRename.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>8</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModRename.Text" xml:space="preserve">
|
|
||||||
<value>Rename</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModRename.Name" xml:space="preserve">
|
|
||||||
<value>button_ModRename</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModRename.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModRename.Parent" xml:space="preserve">
|
|
||||||
<value>tabPage_Modpacks</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModRename.ZOrder" xml:space="preserve">
|
|
||||||
<value>0</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModRescan.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>696, 707</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModRescan.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
||||||
<value>5, 5, 5, 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModRescan.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>130, 42</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModRescan.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>7</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModRescan.Text" xml:space="preserve">
|
|
||||||
<value>Rescan</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModRescan.Name" xml:space="preserve">
|
|
||||||
<value>button_ModRescan</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModRescan.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModRescan.Parent" xml:space="preserve">
|
|
||||||
<value>tabPage_Modpacks</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModRescan.ZOrder" xml:space="preserve">
|
|
||||||
<value>1</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModFiles.Enabled" type="System.Boolean, mscorlib">
|
|
||||||
<value>False</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModFiles.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>146, 707</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModFiles.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
||||||
<value>5, 5, 5, 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModFiles.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>130, 42</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModFiles.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>6</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModFiles.Text" xml:space="preserve">
|
|
||||||
<value>Files...</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModFiles.Name" xml:space="preserve">
|
|
||||||
<value>button_ModFiles</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModFiles.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModFiles.Parent" xml:space="preserve">
|
|
||||||
<value>tabPage_Modpacks</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModFiles.ZOrder" xml:space="preserve">
|
|
||||||
<value>2</value>
|
|
||||||
</data>
|
|
||||||
<data name="checkBox_ModPatches.AutoSize" type="System.Boolean, mscorlib">
|
|
||||||
<value>True</value>
|
|
||||||
</data>
|
|
||||||
<data name="checkBox_ModPatches.Enabled" type="System.Boolean, mscorlib">
|
|
||||||
<value>False</value>
|
|
||||||
</data>
|
|
||||||
<data name="checkBox_ModPatches.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>859, 715</value>
|
|
||||||
</data>
|
|
||||||
<data name="checkBox_ModPatches.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
||||||
<value>5, 5, 5, 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="checkBox_ModPatches.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>241, 29</value>
|
|
||||||
</data>
|
|
||||||
<data name="checkBox_ModPatches.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>5</value>
|
|
||||||
</data>
|
|
||||||
<data name="checkBox_ModPatches.Text" xml:space="preserve">
|
|
||||||
<value>Plugins and Patches</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>checkBox_ModPatches.Name" xml:space="preserve">
|
|
||||||
<value>checkBox_ModPatches</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>checkBox_ModPatches.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>checkBox_ModPatches.Parent" xml:space="preserve">
|
|
||||||
<value>tabPage_Modpacks</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>checkBox_ModPatches.ZOrder" xml:space="preserve">
|
|
||||||
<value>3</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModDelete.Enabled" type="System.Boolean, mscorlib">
|
|
||||||
<value>False</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModDelete.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>422, 707</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModDelete.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
||||||
<value>5, 5, 5, 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModDelete.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>130, 42</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModDelete.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>4</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModDelete.Text" xml:space="preserve">
|
|
||||||
<value>Delete</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModDelete.Name" xml:space="preserve">
|
|
||||||
<value>button_ModDelete</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModDelete.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModDelete.Parent" xml:space="preserve">
|
|
||||||
<value>tabPage_Modpacks</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModDelete.ZOrder" xml:space="preserve">
|
|
||||||
<value>4</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModClone.Enabled" type="System.Boolean, mscorlib">
|
|
||||||
<value>False</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModClone.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>283, 707</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModClone.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
||||||
<value>5, 5, 5, 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModClone.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>130, 42</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModClone.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>3</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModClone.Text" xml:space="preserve">
|
|
||||||
<value>New/Clone</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModClone.Name" xml:space="preserve">
|
|
||||||
<value>button_ModClone</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModClone.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModClone.Parent" xml:space="preserve">
|
|
||||||
<value>tabPage_Modpacks</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModClone.ZOrder" xml:space="preserve">
|
|
||||||
<value>5</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModSetActive.Enabled" type="System.Boolean, mscorlib">
|
|
||||||
<value>False</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModSetActive.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>10, 707</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModSetActive.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
||||||
<value>5, 5, 5, 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModSetActive.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>130, 42</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModSetActive.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>2</value>
|
|
||||||
</data>
|
|
||||||
<data name="button_ModSetActive.Text" xml:space="preserve">
|
|
||||||
<value>Set Active</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModSetActive.Name" xml:space="preserve">
|
|
||||||
<value>button_ModSetActive</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModSetActive.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModSetActive.Parent" xml:space="preserve">
|
|
||||||
<value>tabPage_Modpacks</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>button_ModSetActive.ZOrder" xml:space="preserve">
|
|
||||||
<value>6</value>
|
|
||||||
</data>
|
|
||||||
<data name="listBox_Mods.ItemHeight" type="System.Int32, mscorlib">
|
|
||||||
<value>25</value>
|
|
||||||
</data>
|
|
||||||
<data name="listBox_Mods.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>10, 10</value>
|
|
||||||
</data>
|
|
||||||
<data name="listBox_Mods.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
||||||
<value>5, 5, 5, 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="listBox_Mods.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>1087, 679</value>
|
|
||||||
</data>
|
|
||||||
<data name="listBox_Mods.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>0</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>listBox_Mods.Name" xml:space="preserve">
|
|
||||||
<value>listBox_Mods</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>listBox_Mods.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>listBox_Mods.Parent" xml:space="preserve">
|
|
||||||
<value>tabPage_Modpacks</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>listBox_Mods.ZOrder" xml:space="preserve">
|
|
||||||
<value>7</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabPage_Modpacks.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>8, 39</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabPage_Modpacks.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
||||||
<value>5, 5, 5, 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabPage_Modpacks.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
||||||
<value>5, 5, 5, 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabPage_Modpacks.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>1104, 761</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabPage_Modpacks.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>7</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabPage_Modpacks.Text" xml:space="preserve">
|
|
||||||
<value>Modpacks</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>tabPage_Modpacks.Name" xml:space="preserve">
|
|
||||||
<value>tabPage_Modpacks</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>tabPage_Modpacks.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>tabPage_Modpacks.Parent" xml:space="preserve">
|
|
||||||
<value>tabControl</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>tabPage_Modpacks.ZOrder" xml:space="preserve">
|
|
||||||
<value>5</value>
|
|
||||||
</data>
|
|
||||||
<data name="creditsTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="creditsTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>0, 0</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
@@ -1256,7 +989,7 @@ AMD compatibilty pack dependencies have additional licenses, detailed in the AMD
|
|||||||
<value>tabControl</value>
|
<value>tabControl</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>tabPage_Credits.ZOrder" xml:space="preserve">
|
<data name=">>tabPage_Credits.ZOrder" xml:space="preserve">
|
||||||
<value>6</value>
|
<value>5</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label_Update_1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
<data name="label_Update_1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
<value>Top, Bottom, Left, Right</value>
|
<value>Top, Bottom, Left, Right</value>
|
||||||
@@ -1617,7 +1350,7 @@ If you have downloaded PD Loader from a third-party, it is recommended to do a c
|
|||||||
<value>tabControl</value>
|
<value>tabControl</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>tabPage_Update.ZOrder" xml:space="preserve">
|
<data name=">>tabPage_Update.ZOrder" xml:space="preserve">
|
||||||
<value>7</value>
|
<value>6</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tabControl.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="tabControl.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>0, 0</value>
|
<value>0, 0</value>
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Minimalist|x64">
|
|
||||||
<Configuration>Minimalist</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
@@ -35,13 +31,6 @@
|
|||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
@@ -53,9 +42,6 @@
|
|||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
@@ -65,10 +51,6 @@
|
|||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<LinkIncremental>false</LinkIncremental>
|
|
||||||
<TargetExt>.dva</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
@@ -105,26 +87,6 @@
|
|||||||
<AdditionalDependencies>opengl32.lib;detours.lib;syelog.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>opengl32.lib;detours.lib;syelog.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<SDLCheck>true</SDLCheck>
|
|
||||||
<PreprocessorDefinitions>MINIMALIST;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<ConformanceMode>true</ConformanceMode>
|
|
||||||
<AdditionalIncludeDirectories>..\..\..\dependencies\GPUModel;..\..\..\dependencies\xdelta3;..\..\..\dependencies\PluginConfigApi;..\..\..\dependencies\detours\include;</AdditionalIncludeDirectories>
|
|
||||||
<AdditionalOptions>-d2FH4- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<AdditionalLibraryDirectories>..\..\..\dependencies\detours\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<AdditionalDependencies>opengl32.lib;detours.lib;syelog.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="src\crc\crc_32.c" />
|
<ClCompile Include="src\crc\crc_32.c" />
|
||||||
<ClCompile Include="src\dllmain.cpp" />
|
<ClCompile Include="src\dllmain.cpp" />
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Minimalist|x64">
|
|
||||||
<Configuration>Minimalist</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
@@ -33,13 +29,6 @@
|
|||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
@@ -51,9 +40,6 @@
|
|||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
@@ -61,9 +47,6 @@
|
|||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<TargetExt>.dva</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
@@ -95,25 +78,6 @@
|
|||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<SDLCheck>true</SDLCheck>
|
|
||||||
<AdditionalIncludeDirectories>..\..\..\dependencies\GPUModel;..\..\..\dependencies\detours\include;..\..\..\dependencies\PluginConfigApi</AdditionalIncludeDirectories>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<AdditionalOptions>-d2FH4- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<PreprocessorDefinitions>MINIMALIST;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<AdditionalLibraryDirectories>..\..\..\dependencies\detours\lib</AdditionalLibraryDirectories>
|
|
||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="src\dllmain.cpp" />
|
<ClCompile Include="src\dllmain.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Minimalist|x64">
|
|
||||||
<Configuration>Minimalist</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
@@ -35,13 +31,6 @@
|
|||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
||||||
<UseDebugLibraries>false</UseDebugLibraries>
|
|
||||||
<PlatformToolset>v142</PlatformToolset>
|
|
||||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
||||||
<CharacterSet>Unicode</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
@@ -53,20 +42,12 @@
|
|||||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'" Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
<TargetName>$(ProjectName)</TargetName>
|
<TargetName>$(ProjectName)</TargetName>
|
||||||
<TargetExt>.dva</TargetExt>
|
<TargetExt>.dva</TargetExt>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<LinkIncremental>false</LinkIncremental>
|
|
||||||
<TargetName>$(ProjectName)</TargetName>
|
|
||||||
<TargetExt>.dva</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<LinkIncremental>true</LinkIncremental>
|
<LinkIncremental>true</LinkIncremental>
|
||||||
<TargetName>$(ProjectName)</TargetName>
|
<TargetName>$(ProjectName)</TargetName>
|
||||||
@@ -101,35 +82,6 @@
|
|||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Minimalist|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
||||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
||||||
<SDLCheck>true</SDLCheck>
|
|
||||||
<PreprocessorDefinitions>MINIMALIST;NDEBUG;TLAC_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<ConformanceMode>true</ConformanceMode>
|
|
||||||
<PrecompiledHeaderFile>
|
|
||||||
</PrecompiledHeaderFile>
|
|
||||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
||||||
<AdditionalIncludeDirectories>..\..\..\dependencies\PluginConfigApi;..\..\..\dependencies\detours\include;..\..\..\dependencies\freeglut\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<AdditionalOptions>-d2FH4- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</ClCompile>
|
|
||||||
<Link>
|
|
||||||
<SubSystem>Windows</SubSystem>
|
|
||||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<EnableUAC>false</EnableUAC>
|
|
||||||
<AdditionalDependencies>XINPUT9_1_0.LIB;dinput8.lib;dxguid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
<IgnoreSpecificDefaultLibraries>Xinput.h</IgnoreSpecificDefaultLibraries>
|
|
||||||
<AdditionalLibraryDirectories>..\..\..\dependencies\detours\lib;..\..\..\dependencies\freeglut\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<AdditionalOptions>-d2:-FH4- %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||||
|
|||||||
Reference in New Issue
Block a user