Robert Beckebans
|
c463d69414
|
Merge pull request #895 from CodeLikeCXK/master
Config for VS 2022 ARM64
|
2024-06-02 16:03:24 +02:00 |
|
Robert Beckebans
|
8690de7160
|
Merge pull request #894 from glKarin/master
Explicit font's position's type is signed char
|
2024-06-02 16:03:02 +02:00 |
|
Karin
|
d1c63f8821
|
Linux arm 32bits compile
|
2024-05-30 20:27:52 +08:00 |
|
Karin
|
bef28ab428
|
Make move type is signed char
If as unsigned char, always move forward and right, and speed is faster.
|
2024-05-30 20:25:11 +08:00 |
|
Karin
|
2c9d4e0b14
|
Explicit font's position's type is signed char
idFont::fontInfo_t::ascii should be not effect it.
|
2024-05-30 20:19:26 +08:00 |
|
Stephen Saunders
|
3688e0cdf8
|
Replace UNICODE test with TEXT() macro in optick_common.h
|
2024-05-25 12:35:51 -04:00 |
|
SRSaunders
|
0261154c8e
|
Check for nullptr before overwriting vkResetQueryPool and vkGetPastPresentationTimingGOOGLE
|
2024-05-25 12:34:54 -04:00 |
|
SRSaunders
|
706eb6d4cb
|
Discover and assign dynamic VulkanFunctions for each device/node vs. global assignment
|
2024-05-25 12:33:01 -04:00 |
|
SRSaunders
|
6ef34ee7a4
|
Enable vkResetQueryPoolEXT as fallback if vkResetQueryPool not available
|
2024-05-25 12:28:49 -04:00 |
|
Robert Beckebans
|
112b4a6829
|
Merge branch 'master' into 841-makeMaterials-command
|
2024-05-21 21:31:27 +02:00 |
|
Robert Beckebans
|
c4d951443b
|
Automatically sign in master user if compiled without DOOM_CLASSIC. close #892
|
2024-05-21 21:05:52 +02:00 |
|
Robert Beckebans
|
8613b2bc69
|
Fixed crash with Vulkan when using the colorProcess shader. Close #891
|
2024-05-21 20:12:03 +02:00 |
|
Robert Beckebans
|
6d19aa5bb8
|
Merge pull request #886 from SRSaunders/validation-fixes
Fixed some Vulkan and DX12 validation layer errors / warnings
|
2024-05-18 22:17:04 +02:00 |
|
Robert Beckebans
|
788e485dbf
|
Added overview how Blender identifies PBR textures
|
2024-05-18 21:24:44 +02:00 |
|
Robert Beckebans
|
fa8a7a9c7b
|
Tweaked exportFGD to display correctly func_animate ents in TrenchBroom
|
2024-05-18 21:23:41 +02:00 |
|
SRSaunders
|
f548ee56de
|
Revert VK_KHR_maintenance4 and suppress messageID=0x609a13b for older Vulkan SDKs
|
2024-05-18 11:42:05 -04:00 |
|
Robert Beckebans
|
133c63f7ec
|
First draft of the makeMaterials command
|
2024-05-18 16:16:41 +02:00 |
|
Robert Beckebans
|
5561411f65
|
Sync non-SSE bounding box calcuation in idRenderModelGLTF::UpdateSurface
|
2024-05-17 21:35:27 +02:00 |
|
Robert Beckebans
|
0657a59c69
|
Don't try to cache models by the new model* keywords
|
2024-05-17 21:21:03 +02:00 |
|
Robert Beckebans
|
f913426348
|
Allow scalable models like in Quake 3. Close #668
|
2024-05-17 16:28:32 +02:00 |
|
Robert Beckebans
|
2398670349
|
Bumped savegame version for idLight::modelTarget
|
2024-05-16 21:41:29 +02:00 |
|
Robert Beckebans
|
1d5750569d
|
rvmLightStyleState_t -> iceLightStyleState_t
|
2024-05-16 21:02:46 +02:00 |
|
Robert Beckebans
|
f2acbbabde
|
Introduced idLight::modelTarget key for TrenchBroom light group setup
|
2024-05-16 21:00:44 +02:00 |
|
Robert Beckebans
|
729013311d
|
Killed remnants of renderLight precalculated shadowvolume models
|
2024-05-13 23:11:02 +02:00 |
|
SRSaunders
|
d5920c0b6a
|
Minor tweak to Vulkan extension order
|
2024-05-11 18:36:43 -04:00 |
|
SRSaunders
|
37927c94a3
|
Revert no-color attachment change, instead suppress DX12 & Vulkan validation layer messages
|
2024-05-11 18:32:01 -04:00 |
|
SRSaunders
|
70a616e6eb
|
Enable VK_KHR_maintenance4 for relaxed interface matching between input and output vectors
|
2024-05-11 17:47:42 -04:00 |
|
SRSaunders
|
0efc9e24f3
|
Revert VK_EXT_debug_marker change and enable VK_EXT_Debug_Report as parent dependency
|
2024-05-11 17:45:07 -04:00 |
|
Robert Beckebans
|
985d73697a
|
Don't mess up material names when loading patches from valve 220 format
|
2024-05-11 21:29:43 +02:00 |
|
Robert Beckebans
|
ca012ce843
|
Changed important console cmds to CONSOLE_COMMAND_SHIP for new ModDB builds
|
2024-05-11 20:42:22 +02:00 |
|
Robert Beckebans
|
a4558ff5b8
|
Optimized convertMapToValve220 output with sane 3 point plane definitions
|
2024-05-11 18:13:26 +02:00 |
|
Robert Beckebans
|
9ee8f94390
|
Fixed leaking problems when converting a map to valve 220 format
|
2024-05-11 14:17:18 +02:00 |
|
SRSaunders
|
d16c13057b
|
Fix Vulkan & D3D12 pipeline validation warnings if no color attachments (e.g. atlas)
|
2024-05-10 22:50:40 -04:00 |
|
Robert Beckebans
|
41f8a22f23
|
Split lights with brushes/patches into light groups for TrenchBroom #825
|
2024-05-10 21:34:49 +02:00 |
|
Stephen Saunders
|
23adc49344
|
Suppress DX12 [RESOURCE_BARRIER_BEFORE_AFTER_MISMATCH] error caused by cinematics
|
2024-05-10 12:16:02 -04:00 |
|
Stephen Saunders
|
30f92b8103
|
Suppress Vulkan [Shader-OutputNotConsumed] validation layer message since by design
|
2024-05-10 11:54:43 -04:00 |
|
SRSaunders
|
0176862581
|
Remove VK_EXT_debug_utils and enable VK_EXT_debug_marker only when debugging
|
2024-05-10 09:52:49 -04:00 |
|
SRSaunders
|
0a438ad614
|
Remove unneeded VkPhysicalDeviceBufferAddressFeaturesEXT from CreateDevice() pNext chain
|
2024-05-10 09:52:49 -04:00 |
|
Robert Beckebans
|
4a374f9091
|
Fixed clang, gcc compile errors with newer versions #885
|
2024-05-10 09:52:32 +02:00 |
|
CodeLikeCXK
|
0f5030e31a
|
Merge branch 'RobertBeckebans:master' into master
|
2024-05-09 21:51:32 +08:00 |
|
Robert Beckebans
|
33b74a7b25
|
extractResourceFiles can export .wav files. closes #166
|
2024-05-02 19:48:14 +02:00 |
|
Robert Beckebans
|
6966fda776
|
WIP .idwav -> .wav export code
|
2024-05-01 22:26:31 +02:00 |
|
Robert Beckebans
|
4fe3823733
|
Added filter option all to extractResourceFile cmd #166
|
2024-05-01 15:00:54 +02:00 |
|
Robert Beckebans
|
bbaffcd75b
|
Save .bcanim files under generated/cameraanim/. close #866
|
2024-05-01 13:49:13 +02:00 |
|
Robert Beckebans
|
9933722d2b
|
Removed unused alternative idTarget_Level in EndLevel.cpp
|
2024-05-01 12:55:18 +02:00 |
|
Robert Beckebans
|
4357e0f7a3
|
Restored internal envprobe fallback if map has no envprobes. close #836
|
2024-05-01 11:37:34 +02:00 |
|
Robert Beckebans
|
7d0f68b9d5
|
Merge branch 'master' of github.com:RobertBeckebans/RBDOOM-3-BFG
|
2024-05-01 11:11:08 +02:00 |
|
Robert Beckebans
|
117b41c0a4
|
Support linked group instances by TrenchBroom. close #700
|
2024-05-01 11:11:03 +02:00 |
|
Robert Beckebans
|
0d59622c61
|
Merge pull request #883 from SRSaunders/macos-cmake-regen
macOS: Support non-system Vulkan SDK installs & enable cmake regen for Xcode release builds
|
2024-04-30 20:07:40 +02:00 |
|
CodeLikeCXK
|
719c0bcfcc
|
Merge branch 'RobertBeckebans:master' into master
|
2024-04-29 23:17:31 +08:00 |
|