thirtyflightsofloving/awaken2/awakening2_2008.sln
Knightmare66 9481c7c513 Rewrote Com_strcpy() and Com_strcat() in game DLLs to not be based on strncpy() and to return size copied.
Changed Zaero and 3ZB2 game DLLs to use WORLD_SIZE for various calculations instead of 8192.
Cleaned up string handling in 3ZB2 game DLL.
Added func_plat2, func_door_secret2, and func_force_wall from Rogue to 3ZB2 game DLL.
Added alternate attack contact explode for grenade launcher in 3ZB2 game DLL.
Added awakening2 game DLL source.
2021-02-01 20:19:52 -05:00

26 lines
1.2 KiB
Text

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Awakening2", "awakening2_2008.vcproj", "{23875C27-60F4-4F16-B581-A32474963147}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23875C27-60F4-4F16-B581-A32474963147}.Debug|Win32.ActiveCfg = Debug|Win32
{23875C27-60F4-4F16-B581-A32474963147}.Debug|Win32.Build.0 = Debug|Win32
{23875C27-60F4-4F16-B581-A32474963147}.Debug|x64.ActiveCfg = Debug|x64
{23875C27-60F4-4F16-B581-A32474963147}.Debug|x64.Build.0 = Debug|x64
{23875C27-60F4-4F16-B581-A32474963147}.Release|Win32.ActiveCfg = Release|Win32
{23875C27-60F4-4F16-B581-A32474963147}.Release|Win32.Build.0 = Release|Win32
{23875C27-60F4-4F16-B581-A32474963147}.Release|x64.ActiveCfg = Release|x64
{23875C27-60F4-4F16-B581-A32474963147}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal