Skip to content

Commit

Permalink
Project2DFX v4.0
Browse files Browse the repository at this point in the history
- buffered coronas
  • Loading branch information
ThirteenAG committed Jul 28, 2016
1 parent eb5cce9 commit 5be0d09
Show file tree
Hide file tree
Showing 173 changed files with 69,351 additions and 5,243 deletions.
931 changes: 663 additions & 268 deletions 2DFXDataGrabber/2DFXDataGrabber.cpp

Large diffs are not rendered by default.

95 changes: 80 additions & 15 deletions 2DFXDataGrabber/2DFXDataGrabber.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand All @@ -9,9 +9,17 @@
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8862820A-5A13-49D6-A4D1-0E44F1AA1C49}</ProjectGuid>
<ProjectGuid>{F8B89DD3-F127-474B-8CA8-81D276F651AD}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>My2DFXDataGrabber</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
Expand All @@ -20,7 +28,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v140</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
Expand All @@ -30,29 +38,70 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<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" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)$(Configuration)\$(ProjectName)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand All @@ -62,30 +111,46 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>copy /y "$(TargetPath)" "Z:\WGTA\P2DFXData\2dfxsa\2DFXDataGrabber.exe"
copy /y "$(TargetPath)" "Z:\WGTA\P2DFXData\2dfxvc\2DFXDataGrabber.exe"
copy /y "$(TargetPath)" "Z:\WGTA\P2DFXData\2dfx3\2DFXDataGrabber.exe"
copy /y "$(TargetPath)" "Z:\WGTA\P2DFXData\2dfxiv\2DFXDataGrabber.exe"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="2DFXDataGrabber.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
11 changes: 0 additions & 11 deletions 2DFXDataGrabber/2DFXDataGrabber.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="stdafx.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="targetver.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="stdafx.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="2DFXDataGrabber.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down
8 changes: 0 additions & 8 deletions 2DFXDataGrabber/stdafx.cpp

This file was deleted.

15 changes: 0 additions & 15 deletions 2DFXDataGrabber/stdafx.h

This file was deleted.

8 changes: 0 additions & 8 deletions 2DFXDataGrabber/targetver.h

This file was deleted.

Binary file added III.VC.SA.IV.Project2DFX.VC.db
Binary file not shown.
108 changes: 51 additions & 57 deletions III.VC.SA.IV.Project2DFX.sln
Original file line number Diff line number Diff line change
@@ -1,74 +1,68 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IIILodLights", "IIILodLights\IIILodLights.vcxproj", "{B42AC8DF-B9B8-4B39-852B-259C71EFDA35}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SALodLights", "SALodLights\SALodLights.vcxproj", "{7929C620-829C-4A98-9AC7-9578D8009C30}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VCLodLights", "VCLodLights\VCLodLights.vcxproj", "{4304D8B7-2551-42BA-B62F-B898C42EABF2}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VCLodLights", "VCLodLights\VCLodLights.vcxproj", "{EA7315B9-C110-4B2D-98D2-955D65CC4C20}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SALodLights", "SALodLights\SALodLights.vcxproj", "{32E8A22B-F9D9-4A3C-B524-9632BEC56A51}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IIILodLights", "IIILodLights\IIILodLights.vcxproj", "{6ED8D974-2933-4DF0-9E64-4A6656BD29AE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IVLodLights", "IVLodLights\IVLodLights.vcxproj", "{586D45F0-B4A6-4EEA-9AC5-15B2C2AAFE4D}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IVLodLights", "IVLodLights\IVLodLights.vcxproj", "{C6635A78-06E3-45B6-B2F8-47557753A614}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "includes", "includes", "{C3D6CE2B-BA5B-4F07-BB5D-DA6361526A8A}"
ProjectSection(SolutionItems) = preProject
includes\Camera.h = includes\Camera.h
includes\CLODLightManager.h = includes\CLODLightManager.h
includes\General.cpp = includes\General.cpp
includes\General.h = includes\General.h
includes\IniReader.h = includes\IniReader.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "injector", "injector", "{AA98E65A-C4CF-484F-A2E0-68D2C3BBABBE}"
ProjectSection(SolutionItems) = preProject
includes\injector\assembly.hpp = includes\injector\assembly.hpp
includes\injector\calling.hpp = includes\injector\calling.hpp
includes\injector\hooking.hpp = includes\injector\hooking.hpp
includes\injector\injector.hpp = includes\injector\injector.hpp
includes\injector\utility.hpp = includes\injector\utility.hpp
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "gvm", "gvm", "{2201EC13-514E-440A-A4D2-7D6640D24D6C}"
ProjectSection(SolutionItems) = preProject
includes\injector\gvm\gvm.hpp = includes\injector\gvm\gvm.hpp
includes\injector\gvm\translator.hpp = includes\injector\gvm\translator.hpp
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "2DFXDataGrabber", "2DFXDataGrabber\2DFXDataGrabber.vcxproj", "{8862820A-5A13-49D6-A4D1-0E44F1AA1C49}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "2DFXDataGrabber", "2DFXDataGrabber\2DFXDataGrabber.vcxproj", "{F8B89DD3-F127-474B-8CA8-81D276F651AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B42AC8DF-B9B8-4B39-852B-259C71EFDA35}.Debug|Win32.ActiveCfg = Debug|Win32
{B42AC8DF-B9B8-4B39-852B-259C71EFDA35}.Debug|Win32.Build.0 = Debug|Win32
{B42AC8DF-B9B8-4B39-852B-259C71EFDA35}.Release|Win32.ActiveCfg = Release|Win32
{B42AC8DF-B9B8-4B39-852B-259C71EFDA35}.Release|Win32.Build.0 = Release|Win32
{4304D8B7-2551-42BA-B62F-B898C42EABF2}.Debug|Win32.ActiveCfg = Debug|Win32
{4304D8B7-2551-42BA-B62F-B898C42EABF2}.Debug|Win32.Build.0 = Debug|Win32
{4304D8B7-2551-42BA-B62F-B898C42EABF2}.Release|Win32.ActiveCfg = Release|Win32
{4304D8B7-2551-42BA-B62F-B898C42EABF2}.Release|Win32.Build.0 = Release|Win32
{32E8A22B-F9D9-4A3C-B524-9632BEC56A51}.Debug|Win32.ActiveCfg = Debug|Win32
{32E8A22B-F9D9-4A3C-B524-9632BEC56A51}.Debug|Win32.Build.0 = Debug|Win32
{32E8A22B-F9D9-4A3C-B524-9632BEC56A51}.Release|Win32.ActiveCfg = Release|Win32
{32E8A22B-F9D9-4A3C-B524-9632BEC56A51}.Release|Win32.Build.0 = Release|Win32
{586D45F0-B4A6-4EEA-9AC5-15B2C2AAFE4D}.Debug|Win32.ActiveCfg = Debug|Win32
{586D45F0-B4A6-4EEA-9AC5-15B2C2AAFE4D}.Debug|Win32.Build.0 = Debug|Win32
{586D45F0-B4A6-4EEA-9AC5-15B2C2AAFE4D}.Release|Win32.ActiveCfg = Release|Win32
{586D45F0-B4A6-4EEA-9AC5-15B2C2AAFE4D}.Release|Win32.Build.0 = Release|Win32
{8862820A-5A13-49D6-A4D1-0E44F1AA1C49}.Debug|Win32.ActiveCfg = Debug|Win32
{8862820A-5A13-49D6-A4D1-0E44F1AA1C49}.Debug|Win32.Build.0 = Debug|Win32
{8862820A-5A13-49D6-A4D1-0E44F1AA1C49}.Release|Win32.ActiveCfg = Release|Win32
{8862820A-5A13-49D6-A4D1-0E44F1AA1C49}.Release|Win32.Build.0 = Release|Win32
{7929C620-829C-4A98-9AC7-9578D8009C30}.Debug|x64.ActiveCfg = Debug|x64
{7929C620-829C-4A98-9AC7-9578D8009C30}.Debug|x64.Build.0 = Debug|x64
{7929C620-829C-4A98-9AC7-9578D8009C30}.Debug|x86.ActiveCfg = Debug|Win32
{7929C620-829C-4A98-9AC7-9578D8009C30}.Debug|x86.Build.0 = Debug|Win32
{7929C620-829C-4A98-9AC7-9578D8009C30}.Release|x64.ActiveCfg = Release|x64
{7929C620-829C-4A98-9AC7-9578D8009C30}.Release|x64.Build.0 = Release|x64
{7929C620-829C-4A98-9AC7-9578D8009C30}.Release|x86.ActiveCfg = Release|Win32
{7929C620-829C-4A98-9AC7-9578D8009C30}.Release|x86.Build.0 = Release|Win32
{EA7315B9-C110-4B2D-98D2-955D65CC4C20}.Debug|x64.ActiveCfg = Debug|x64
{EA7315B9-C110-4B2D-98D2-955D65CC4C20}.Debug|x64.Build.0 = Debug|x64
{EA7315B9-C110-4B2D-98D2-955D65CC4C20}.Debug|x86.ActiveCfg = Debug|Win32
{EA7315B9-C110-4B2D-98D2-955D65CC4C20}.Debug|x86.Build.0 = Debug|Win32
{EA7315B9-C110-4B2D-98D2-955D65CC4C20}.Release|x64.ActiveCfg = Release|x64
{EA7315B9-C110-4B2D-98D2-955D65CC4C20}.Release|x64.Build.0 = Release|x64
{EA7315B9-C110-4B2D-98D2-955D65CC4C20}.Release|x86.ActiveCfg = Release|Win32
{EA7315B9-C110-4B2D-98D2-955D65CC4C20}.Release|x86.Build.0 = Release|Win32
{6ED8D974-2933-4DF0-9E64-4A6656BD29AE}.Debug|x64.ActiveCfg = Debug|x64
{6ED8D974-2933-4DF0-9E64-4A6656BD29AE}.Debug|x64.Build.0 = Debug|x64
{6ED8D974-2933-4DF0-9E64-4A6656BD29AE}.Debug|x86.ActiveCfg = Debug|Win32
{6ED8D974-2933-4DF0-9E64-4A6656BD29AE}.Debug|x86.Build.0 = Debug|Win32
{6ED8D974-2933-4DF0-9E64-4A6656BD29AE}.Release|x64.ActiveCfg = Release|x64
{6ED8D974-2933-4DF0-9E64-4A6656BD29AE}.Release|x64.Build.0 = Release|x64
{6ED8D974-2933-4DF0-9E64-4A6656BD29AE}.Release|x86.ActiveCfg = Release|Win32
{6ED8D974-2933-4DF0-9E64-4A6656BD29AE}.Release|x86.Build.0 = Release|Win32
{C6635A78-06E3-45B6-B2F8-47557753A614}.Debug|x64.ActiveCfg = Debug|x64
{C6635A78-06E3-45B6-B2F8-47557753A614}.Debug|x64.Build.0 = Debug|x64
{C6635A78-06E3-45B6-B2F8-47557753A614}.Debug|x86.ActiveCfg = Debug|Win32
{C6635A78-06E3-45B6-B2F8-47557753A614}.Debug|x86.Build.0 = Debug|Win32
{C6635A78-06E3-45B6-B2F8-47557753A614}.Release|x64.ActiveCfg = Release|x64
{C6635A78-06E3-45B6-B2F8-47557753A614}.Release|x64.Build.0 = Release|x64
{C6635A78-06E3-45B6-B2F8-47557753A614}.Release|x86.ActiveCfg = Release|Win32
{C6635A78-06E3-45B6-B2F8-47557753A614}.Release|x86.Build.0 = Release|Win32
{F8B89DD3-F127-474B-8CA8-81D276F651AD}.Debug|x64.ActiveCfg = Debug|x64
{F8B89DD3-F127-474B-8CA8-81D276F651AD}.Debug|x64.Build.0 = Debug|x64
{F8B89DD3-F127-474B-8CA8-81D276F651AD}.Debug|x86.ActiveCfg = Debug|Win32
{F8B89DD3-F127-474B-8CA8-81D276F651AD}.Debug|x86.Build.0 = Debug|Win32
{F8B89DD3-F127-474B-8CA8-81D276F651AD}.Release|x64.ActiveCfg = Release|x64
{F8B89DD3-F127-474B-8CA8-81D276F651AD}.Release|x64.Build.0 = Release|x64
{F8B89DD3-F127-474B-8CA8-81D276F651AD}.Release|x86.ActiveCfg = Release|Win32
{F8B89DD3-F127-474B-8CA8-81D276F651AD}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AA98E65A-C4CF-484F-A2E0-68D2C3BBABBE} = {C3D6CE2B-BA5B-4F07-BB5D-DA6361526A8A}
{2201EC13-514E-440A-A4D2-7D6640D24D6C} = {AA98E65A-C4CF-484F-A2E0-68D2C3BBABBE}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 5be0d09

Please sign in to comment.