Commit graph

17335 commits

Author SHA1 Message Date
Magnus Norddahl
1bdd1412e7 - transition scene images used for the screenshot to color attachment optimal before rendering to them 2019-06-07 10:28:05 -04:00
Rachael Alexanderson
fdd8ee312a - oops, copied the wrong file 2019-05-14 15:08:00 -04:00
Rachael Alexanderson
ef5ed99982 - language update 2019-05-14 14:16:22 -04:00
Rachael Alexanderson
bf5c423441 - this is 4.1.2 2019-05-14 10:32:14 -04:00
Magnus Norddahl
5db5eb68ed - always apply vid_maxfps even when vid_vsync is on. Some users may override the application in their driver control panel and this helps stabilize their fps if they did it this way 2019-05-14 09:58:25 -04:00
Magnus Norddahl
0156bf2c71 - SIMPLE is never ever defined for main.fp 2019-05-14 09:58:20 -04:00
Magnus Norddahl
b6f2ce3f1a - fix stencil test not being active when applying SSAO to portals 2019-05-14 09:58:14 -04:00
Magnus Norddahl
91fdd72cf2 - fix some vulkan warnings 2019-05-14 09:58:07 -04:00
alexey.lysiuk
bbf9a9ab21 - removed useless assertions
https://forum.zdoom.org/viewtopic.php?t=64616#p1103673
2019-05-14 09:58:02 -04:00
alexey.lysiuk
5d59f29302 - do not show par time when it's zero
https://forum.zdoom.org/viewtopic.php?t=64551
2019-05-14 09:57:57 -04:00
Magnus Norddahl
25ba1baf48 - fix validation error for shader input not declared by main.vp 2019-05-14 09:57:33 -04:00
Magnus Norddahl
2c804499d9 - fix model chasecam crash 2019-05-14 09:57:27 -04:00
XxMiltenXx
0cb5ea1f7e Fixes for Door_AnimatedClose (#838)
* Fixes for Door_AnimatedClose

- Fixing that Door_AnimatedClose would be activated on an already closed door (playing the sound and the 1st frame of the animation)
- There was no check if the Door is already Animated when a tag was used with Door_AnimatedClose

* Removed doubled "door->StartClosing();".
2019-05-14 09:57:18 -04:00
Christoph Oelckers
e1f2e342e3 - fixed: The software renderer was accessing the global viewpoint in several places.
Aside from using incorrect values this could crash the renderer if used in the very first rendering frame because the software renderer always operates on a copy.
2019-05-14 09:57:12 -04:00
alexey.lysiuk
98c88d2b92 - fixed crash when VM exception is raised during entering a level 2019-05-14 09:57:07 -04:00
alexey.lysiuk
97045ae8b2 - added missing newline to scriptstat CCMD output 2019-05-14 09:57:03 -04:00
Magnus Norddahl
6343ddfc11 - fix wrong screenshot gamma 2019-05-14 09:56:58 -04:00
alexey.lysiuk
676658ed4c - made DUMB library always static
DUMB uses dumb_decode_vorbis() function from the main executable, so it failed to link as a dynamic library
2019-05-14 09:56:37 -04:00
alexey.lysiuk
850529b51b - made setting actor TID more explicit
Now it's no longer possible to manipulate TID hash from arbitrary location
For example, this prevents linking of destroyed object into the hash
TID member is still public but writing to it is limited to a few very specific cases like serialization and player traveling between levels

https://forum.zdoom.org/viewtopic.php?t=64476
2019-05-14 09:56:33 -04:00
Magnus Norddahl
d00ff65a42 - Intel on Linux used the footnote in the standard saying a descriptor pool can become fragmented (thanks guys!) 2019-05-14 09:56:27 -04:00
Magnus Norddahl
d9722297a4 - fix command buffer invalidation bug when DynamicSet is updated 2019-05-14 09:56:22 -04:00
Magnus Norddahl
42d0209f96 - add fragment shader texture reading as an additional subpass external dependency 2019-05-14 09:56:16 -04:00
Magnus Norddahl
7a5ee7b6de - add vk_debug_callstack for getting the location where a vulkan warning or error happens 2019-05-14 09:56:11 -04:00
Magnus Norddahl
5f26cda27e - fix burn crash on vulkan 2019-05-14 09:56:06 -04:00
Magnus Norddahl
46e07d5aa0 - oops, patched the wrong file 2019-05-14 09:55:59 -04:00
Magnus Norddahl
d3abc71c64 - only write the warning if r_multithreaded has its default value 2019-05-14 09:55:42 -04:00
Magnus Norddahl
e2fc3f2fac - Write out a warning if std:🧵:hardware_concurrency returns zero.
- If the number of cores cannot be determined, turn of multithreading in the software renderer as it is most likely a low end system
2019-05-14 09:55:36 -04:00
alexey.lysiuk
9a1dab57e9 - added handling of GLSL noise() functions to Vulkan backend
https://forum.zdoom.org/viewtopic.php?t=64516
2019-05-14 09:55:26 -04:00
alexey.lysiuk
4e5bd1659c - removed obsolete snd_flipstereo CVAR
https://forum.zdoom.org/viewtopic.php?t=64630
2019-05-14 09:55:20 -04:00
alexey.lysiuk
871b2ead4a - added missing compat flag CVAR for Strife railing
https://forum.zdoom.org/viewtopic.php?t=64627
2019-05-14 09:55:15 -04:00
Nemrtvi
a9ff31fe2e Greek Sigma character fallback
The lowercase Sigma letter in Greek has two different forms (σ and ς), which changes depending on its placement in a word, but in uppercase and smallcaps contexts, it only has one look regardless of word positioning. If the character ς is missing, it should fall back to σ.
2019-05-14 09:55:08 -04:00
Nemrtvi
ca889ea3c8 Accented Greek characters for Doom 2019-05-14 09:54:50 -04:00
alexey.lysiuk
2d69f75092 - fixed output of software renderers with Vulkan backend
Vulkan hardware buffer for software canvas may have some padding
Software renderers should be aware of buffer's pitch in order to copy pixels properly

https://forum.zdoom.org/viewtopic.php?t=64562
2019-05-14 09:54:38 -04:00
alexey.lysiuk
efd0bf4d33 - moved greek characters to proper location
Nothing but those symbols were printed with old small font in Doom games (alternative HUD, messages, etc)
2019-05-14 09:54:32 -04:00
David Carlier
2ac7523723 OpenBSD build fix.
As FreeBSD, does not have malloc.h
aligned_alloc stricly available since C++17/C11, using the local impl.
2019-05-14 09:54:25 -04:00
Nemrtvi
f809e95d3a Fixed letter Ξ 2019-05-14 09:54:19 -04:00
Nemrtvi
0b9fb3bf2f Greek characters for Doom 2019-05-14 09:54:08 -04:00
alexey.lysiuk
d964a07835 - fixed compilation warning reported by Clang
src/rendering/hwrenderer/postprocessing/hw_postprocess.cpp:1007:13: warning: delete called on non-final 'PPTexture' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
2019-05-14 09:53:52 -04:00
Magnus Norddahl
d1e8bd61b0 - fix mirror effect shader 2019-05-14 09:53:42 -04:00
Magnus Norddahl
b19e11433a - fix wrong fog color used for ssao when using multisampling 2019-05-14 09:53:14 -04:00
Magnus Norddahl
e150483ead - move camtex depthstencil to VkHardwareTexture 2019-05-14 09:52:20 -04:00
pkubaj
9ca0c6a976 Fix build on FreeBSD (#829)
On FreeBSD malloc.h is deprecated.
<cwctype> is needed for iswalpha.
2019-05-14 09:52:13 -04:00
Magnus Norddahl
6591429f25 - rendering to texture requires a separate depth/stencil image as the image used by the main view may be using multisampling 2019-05-14 09:52:06 -04:00
Rachael Alexanderson
d35dec9ce2 - this is version 4.1.1 2019-05-04 15:58:35 -04:00
player701
a8fdaefe73 - Fixed random generation of friendly obituaries 2019-05-04 15:57:10 -04:00
alexey.lysiuk
8dbf356b73 - improved handling of HUDMSG_TYPEON
This includes the following changes
* Validation of serialized values
* Proper fix for message cut off after an empty line, part of https://forum.zdoom.org/viewtopic.php?t=63935, which appeared to be broken again with dbf06fc
* No crash with an empty HUD message, https://forum.zdoom.org/viewtopic.php?t=63761 and https://forum.zdoom.org/viewtopic.php?t=64569
2019-05-04 15:57:04 -04:00
alexey.lysiuk
f2d8eaef20 - brought back text length check for 'type on' HUD message
https://forum.zdoom.org/viewtopic.php?t=64569
2019-05-04 15:56:59 -04:00
Magnus Norddahl
8775d70e52 - fix vkGetQueryPoolResults: parameter dataSize must be greater than 0 2019-05-04 15:56:53 -04:00
Magnus Norddahl
32ec93b009 - call SetActiveRenderTarget before drawing the software renderer scene 2019-05-04 15:56:38 -04:00
Magnus Norddahl
a2d2c778ae - VMA_MEMORY_USAGE_CPU_TO_GPU does not require VK_MEMORY_PROPERTY_HOST_COHERENT_BIT to bet set. Current implementation requires this flag as vkFlushMappedMemoryRanges is never called. 2019-05-04 15:56:28 -04:00