doom3-bfg/neo/sys
2024-12-06 17:46:51 -05:00
..
common Skip startup if not compiled with Doom Classic support, closes #874 2024-04-02 12:55:39 +02:00
posix Removed CPU/GPU usage from com_showFPS > 1 2024-02-04 16:40:18 +01:00
sdl Use correct controller button->joystick event mapping for SDL joystick polling 2024-12-06 17:46:51 -05:00
win32 Backported SMAA and TAA bugfixes from openvr3 branch 2024-11-26 21:18:42 +01:00
DeviceManager.cpp Enable D3D12 Debug Layer with r_useValidationLayers 2 2023-03-17 19:01:41 +01:00
DeviceManager.h Backported SMAA and TAA bugfixes from openvr3 branch 2024-11-26 21:18:42 +01:00
DeviceManager_DX12.cpp Extended listCvars with -new option to show all RBDoom related cvars 2024-07-10 20:33:20 +02:00
DeviceManager_VK.cpp Backported SMAA and TAA bugfixes from openvr3 branch 2024-11-26 21:18:42 +01:00
LightweightCompression.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
LightweightCompression.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
PacketProcessor.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
PacketProcessor.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Snapshot.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Snapshot.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Snapshot_Jobs.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Snapshot_Jobs.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
SnapshotProcessor.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
SnapshotProcessor.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_achievements.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
sys_achievements.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_dedicated_server_search.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
sys_dedicated_server_search.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_leaderboards.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_lobby.cpp Fix regression in networking memory cleanup in idLobby 2024-01-19 23:06:04 -05:00
sys_lobby.h Fix regression in networking memory cleanup in idLobby 2024-01-19 23:06:04 -05:00
sys_lobby_backend.h Ran Astyle 2021-04-29 15:20:45 +02:00
sys_lobby_backend_direct.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
sys_lobby_backend_direct.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_lobby_migrate.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
sys_lobby_snapshot.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
sys_lobby_users.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
sys_local.cpp Replace sprintf() / vsprintf() with idStr::snPrintf() / idStr::vsnPrintf() for buffer security 2023-06-20 12:24:24 -04:00
sys_local.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_localuser.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
sys_localuser.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_profile.cpp Revert SetMaxLength() change and instead call TakeDataOwnership() to fix memory leak in InitSaveProfile() 2023-12-26 13:14:59 +01:00
sys_profile.h Applied new AStyle settings 2019-11-19 21:33:59 +01:00
sys_public.h NVRHI merge by Stephen Pridham part 2 2022-02-21 17:59:13 +01:00
sys_savegame.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
sys_savegame.h Fixed savegame size problem with some user maps 2020-11-06 17:46:29 +01:00
sys_session.h Skip startup if not compiled with Doom Classic support, closes #874 2024-04-02 12:55:39 +02:00
sys_session_callbacks.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
sys_session_local.cpp Automatically sign in master user if compiled without DOOM_CLASSIC. close #892 2024-05-21 21:05:52 +02:00
sys_session_local.h Skip startup if not compiled with Doom Classic support, closes #874 2024-04-02 12:55:39 +02:00
sys_session_savegames.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
sys_session_savegames.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_signin.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
sys_signin.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_stats.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_stats_misc.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_voicechat.cpp Multiplayer: fix VoiceChat shutdown assert on remoteMachines count 2024-01-19 23:14:53 -05:00
sys_voicechat.h Ran Astyle 2021-04-29 15:20:45 +02:00