Switched Doom 3 weapons to native.

This commit is contained in:
Justin Marshall
2026-05-19 08:28:43 -07:00
parent b841fcb33b
commit b97127f038
82 changed files with 20023 additions and 1371 deletions
+30
View File
@@ -355,6 +355,7 @@ typeinfo.exe</Command>
<ClCompile Include="game\gamesys\Event.cpp" />
<ClCompile Include="game\gamesys\GameTypeInfo.cpp" />
<ClCompile Include="game\gamesys\SaveGame.cpp" />
<ClCompile Include="game\gamesys\State.cpp" />
<ClCompile Include="game\gamesys\SysCmds.cpp" />
<ClCompile Include="game\gamesys\SysCvar.cpp" />
<ClCompile Include="game\physics\Clip.cpp" />
@@ -406,6 +407,20 @@ typeinfo.exe</Command>
<ClCompile Include="game\Target.cpp" />
<ClCompile Include="game\Trigger.cpp" />
<ClCompile Include="game\Weapon.cpp" />
<ClCompile Include="game\weapons\Weapon_bfg.cpp" />
<ClCompile Include="game\weapons\Weapon_chaingun.cpp" />
<ClCompile Include="game\weapons\Weapon_chainsaw.cpp" />
<ClCompile Include="game\weapons\Weapon_double_shotgun.cpp" />
<ClCompile Include="game\weapons\Weapon_fist.cpp" />
<ClCompile Include="game\weapons\Weapon_flashlight.cpp" />
<ClCompile Include="game\weapons\Weapon_grabber.cpp" />
<ClCompile Include="game\weapons\Weapon_handgrenade.cpp" />
<ClCompile Include="game\weapons\Weapon_machinegun.cpp" />
<ClCompile Include="game\weapons\Weapon_pda.cpp" />
<ClCompile Include="game\weapons\Weapon_pistol.cpp" />
<ClCompile Include="game\weapons\Weapon_plasmagun.cpp" />
<ClCompile Include="game\weapons\Weapon_rocketlauncher.cpp" />
<ClCompile Include="game\weapons\Weapon_shotgun.cpp" />
<ClCompile Include="game\WorldSpawn.cpp" />
<ClCompile Include="..\engine\idlib\precompiled.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
@@ -431,6 +446,7 @@ typeinfo.exe</Command>
<ClInclude Include="game\gamesys\GameTypeInfo.h" />
<ClInclude Include="game\gamesys\NoGameTypeInfo.h" />
<ClInclude Include="game\gamesys\SaveGame.h" />
<ClInclude Include="game\gamesys\State.h" />
<ClInclude Include="game\gamesys\SysCmds.h" />
<ClInclude Include="game\gamesys\SysCvar.h" />
<ClInclude Include="game\physics\Clip.h" />
@@ -482,6 +498,20 @@ typeinfo.exe</Command>
<ClInclude Include="game\Target.h" />
<ClInclude Include="game\Trigger.h" />
<ClInclude Include="game\Weapon.h" />
<ClInclude Include="game\weapons\Weapon_bfg.h" />
<ClInclude Include="game\weapons\Weapon_chaingun.h" />
<ClInclude Include="game\weapons\Weapon_chainsaw.h" />
<ClInclude Include="game\weapons\Weapon_double_shotgun.h" />
<ClInclude Include="game\weapons\Weapon_fist.h" />
<ClInclude Include="game\weapons\Weapon_flashlight.h" />
<ClInclude Include="game\weapons\Weapon_grabber.h" />
<ClInclude Include="game\weapons\Weapon_handgrenade.h" />
<ClInclude Include="game\weapons\Weapon_machinegun.h" />
<ClInclude Include="game\weapons\Weapon_pda.h" />
<ClInclude Include="game\weapons\Weapon_pistol.h" />
<ClInclude Include="game\weapons\Weapon_plasmagun.h" />
<ClInclude Include="game\weapons\Weapon_rocketlauncher.h" />
<ClInclude Include="game\weapons\Weapon_shotgun.h" />
<ClInclude Include="game\WorldSpawn.h" />
<ClInclude Include="..\engine\idlib\precompiled.h" />
</ItemGroup>