doom3-bfg/neo/idlib
HarrievG ab7fefcadc - Added possibility to use Focal Length / FOV animation with GLTF Camera animations.
- Added blenderPy script which shows howto set lenscurves as a custom prop float array containing all evaluated fov values
- minor cleanup to gltfparser and gltfExtras.
- gltfExtra key value pairs can now contain a bracket enclosed string as value

# Conflicts:
#	neo/idlib/gltfProperties.h
2023-04-29 12:43:54 +02:00
..
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 Removed stencil shadow volumes with additional fixes by icecoldduke 2023-03-16 20:49:30 +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 Merge branch 'master' into 635-nvrhi4 2022-11-18 16:51:40 +01:00
sys Fix posix pthread_yield and readdir_r deprecations on linux 2023-02-16 00:06:43 -05: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 Fixed the CMake option -DOPTICK=ON/OFF 2023-03-01 16:50:27 +01: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 Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Dict.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Dict.h Applied new Astyle settings 2019-11-11 20:27:44 +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 - Added possibility to use Focal Length / FOV animation with GLTF Camera animations. 2023-04-29 12:43:54 +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 ( ), ( void ) -> () 2022-06-18 10:43:30 +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 - Added possibility to use Focal Length / FOV animation with GLTF Camera animations. 2023-04-29 12:43:54 +02: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 Use fixed size (-8 -8 0, 8 8 16) bounds for all model based entities for TB 2022-11-02 15:51:12 +01:00
MapFile.h Attempt to use submodels with origin != 0 0 0 2022-09-24 20:13:48 +02:00
MapFile_gltf.cpp Fixed glTF2 root node lookup 2023-04-08 18:47:27 +02:00
MapFile_quaketex.h Added more Makkon textures to convertMapQuakeToDoom cmd 2022-09-12 18:53:26 +02:00
ParallelJobList.cpp Revert #if USE_OPTICK wrappers 2023-03-05 09:36:44 -05:00
ParallelJobList.h Cleanup and Astyle 2021-09-11 18:02:16 +02:00
ParallelJobList_JobHeaders.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Parser.cpp Fix idParser::Directive_include() to properly handle full os path as fetched by idLexer::GetFileName() 2023-01-07 22:53:11 -05: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 Fix Vulkan Vsync mode and handle NUM_FRAME_DATA = 2 or 3 2023-03-24 11:29:40 -04: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 Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Str.h Astyle 2022-10-19 18:26:14 +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 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
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