.. |
bv
|
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 |
containers
|
Merge pull request #707 from SRSaunders/compiler-fixes
|
2022-10-19 18:15:29 +02:00 |
geometry
|
Backported SMAA and TAA bugfixes from openvr3 branch
|
2024-11-26 21:18:42 +01:00 |
hashing
|
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 |
math
|
Revert changes to idPolynomial, add ~idPolynomial() destructor to fix leak properly
|
2023-12-26 13:14:59 +01:00 |
sys
|
Raster triangles faster at the expense of memory
|
2024-08-30 16:41:32 +02:00 |
Base64.cpp
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Base64.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
BitMsg.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 |
BitMsg.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Callback.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
CMakeLists.txt
|
Fix linux/macOS PCH builds for cmake policy versions > 3.2
|
2024-09-08 16:34:41 -04:00 |
CmdArgs.cpp
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
CmdArgs.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
CommandLink.cpp
|
Formatted code using Artistic Style for better readability.
|
2012-11-28 16:47:07 +01:00 |
DataQueue.h
|
Astyle
|
2024-08-11 22:01:11 +02:00 |
Dict.cpp
|
Duplicating lights with Ctrl+D works now
|
2023-12-10 17:00:07 +01:00 |
Dict.h
|
Duplicating lights with Ctrl+D works now
|
2023-12-10 17:00:07 +01:00 |
gltfExtras.cpp
|
- Added possibility to use Focal Length / FOV animation with GLTF Camera animations.
|
2023-04-29 12:43:54 +02:00 |
gltfExtras.h
|
- Added possibility to use Focal Length / FOV animation with GLTF Camera animations.
|
2023-04-29 12:43:54 +02:00 |
gltfParser.cpp
|
Extended listCvars with -new option to show all RBDoom related cvars
|
2024-07-10 20:33:20 +02:00 |
gltfParser.h
|
- Added possibility to use Focal Length / FOV animation with GLTF Camera animations.
|
2023-04-29 12:43:54 +02:00 |
gltfProperties.h
|
- Added possibility to use Focal Length / FOV animation with GLTF Camera animations.
|
2023-04-29 12:43:54 +02:00 |
Heap.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 |
Heap.h
|
Applied astyle
|
2023-07-14 11:35:37 +02:00 |
LangDict.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 |
LangDict.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Lexer.cpp
|
Replace sprintf() / vsprintf() with idStr::snPrintf() / idStr::vsnPrintf() for buffer security
|
2023-06-20 12:24:24 -04:00 |
Lexer.h
|
- Added possibility to use Focal Length / FOV animation with GLTF Camera animations.
|
2023-04-29 12:43:54 +02:00 |
Lib.cpp
|
Build / Source changes for NVRHI on SDL, source cleanup for clang C++17 std, initial macOS NVRHI implementation
|
2022-10-21 23:46:42 -04:00 |
Lib.h
|
Added faster Quad Tree for rectangle packing
|
2022-04-01 17:10:53 +02:00 |
MapFile.cpp
|
Fixed a few bugs in the convertMapQuakeToDoom command
|
2024-08-30 14:27:19 +02:00 |
MapFile.h
|
Don't mess up material names when loading patches from valve 220 format
|
2024-05-11 21:29:43 +02:00 |
MapFile_gltf.cpp
|
Small bugfix when it comes to entity rotations in .glb maps
|
2025-01-21 19:07:40 +01:00 |
MapFile_quaketex.h
|
Added more Makkon textures to convertMapQuakeToDoom cmd
|
2022-09-12 18:53:26 +02:00 |
ParallelJobList.cpp
|
Simplify OPTICK_THREAD() instrumentation and fix scope for common_frame
|
2023-12-28 09:41:18 -05:00 |
ParallelJobList.h
|
Copied CullingThreadPool to renderer for making an id Tech 5 version
|
2024-09-02 21:00:01 +02:00 |
ParallelJobList_JobHeaders.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Parser.cpp
|
Replace sprintf() / vsprintf() with idStr::snPrintf() / idStr::vsnPrintf() for buffer security
|
2023-06-20 12:24:24 -04:00 |
Parser.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
precompiled.cpp
|
Formatted code using Artistic Style for better readability.
|
2012-11-28 16:47:07 +01:00 |
precompiled.h
|
Added back .pk4 support but only for paks without a dll inside
|
2024-06-26 20:47:05 +02:00 |
RectAllocator.cpp
|
Added faster Quad Tree for rectangle packing
|
2022-04-01 17:10:53 +02:00 |
SoftwareCache.cpp
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
SoftwareCache.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Str.cpp
|
Extended makeMaterials command
|
2024-06-13 21:28:12 +02:00 |
Str.h
|
Extended makeMaterials command
|
2024-06-13 21:28:12 +02:00 |
StrStatic.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Swap.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Thread.cpp
|
Simplify OPTICK_THREAD() instrumentation and fix scope for common_frame
|
2023-12-28 09:41:18 -05:00 |
Thread.h
|
NVRHI merge by Stephen Pridham part 1
|
2022-02-21 16:29:53 +01:00 |
TileMap.cpp
|
Added faster Quad Tree for rectangle packing
|
2022-04-01 17:10:53 +02:00 |
TileMap.h
|
Added faster Quad Tree for rectangle packing
|
2022-04-01 17:10:53 +02:00 |
Timer.cpp
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Timer.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Token.cpp
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Token.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |