Latest Raze Changes

Latest 50 commits, skipping 6700

Unofficial development builds at DRD Team

Newer commits | Older commits

04-May-2019 (Saturday) at 01:13:59 PDT by alexey.lysiuk
Commit f2d8eaef20
Parents: 8775d70e52

  • brought back text length check for 'type on' HUD message

https://forum.zdoom.org/viewtopic.php?t=64569

03-May-2019 (Friday) at 07:10:14 PDT by Magnus Norddahl
Commit 8775d70e52
Parents: 32ec93b009

  • fix vkGetQueryPoolResults: parameter dataSize must be greater than 0

03-May-2019 (Friday) at 07:05:41 PDT by Magnus Norddahl
Commit 32ec93b009
Parents: a2d2c778ae

  • call SetActiveRenderTarget before drawing the software renderer scene

01-May-2019 (Wednesday) at 16:35:04 PDT by Magnus Norddahl
Commit a2d2c778ae
Parents: 35f6c17983

  • 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.

01-May-2019 (Wednesday) at 15:30:54 PDT by Magnus Norddahl
Commit 35f6c17983
Parents: a6354ea0db

  • fix vulkan crash when changing resolution when using the software renderer

01-May-2019 (Wednesday) at 06:09:42 PDT by alexey.lysiuk
Commit a6354ea0db
Parents: 937c25b764

  • fixed 'I' to 'i' upper-to-lower mapping

https://forum.zdoom.org/viewtopic.php?t=64526

01-May-2019 (Wednesday) at 03:42:07 PDT by alexey.lysiuk
Commit 937c25b764
Parents: 074fb10263

  • fixed saved game thumbnails generation with Vulkan renderer

GZDoom aborts with 'Failed to submit command buffer' error on saving a game when open source Intel Vulkan driver (part of Mesa 3D package) is used on Linux This driver generates VK_DEVICE_LOST error when vkWaitForFences() is called with zero fence count. It must be greater than zero according to Vulkan spec

30-Apr-2019 (Tuesday) at 15:55:31 PDT by Magnus Norddahl
Commit 074fb10263
Parents: af362beef5

  • use the exact sRGB->linear transfer function in HDR mode as the 2.2 gamma approximation is visibly inaccurate in this case

30-Apr-2019 (Tuesday) at 13:55:35 PDT by Magnus Norddahl
Commit af362beef5
Parents: fd07e9977c

  • implement stat gpu on vulkan and fix it on opengl

30-Apr-2019 (Tuesday) at 12:11:44 PDT by Magnus Norddahl
Commit fd07e9977c
Parents: 1ff2bbc6f3

  • add VulkanQueryPool::getResults

30-Apr-2019 (Tuesday) at 12:01:55 PDT by Magnus Norddahl
Commit 1ff2bbc6f3
Parents: e62d773525

  • add VulkanQueryPool and QueryPoolBuilder

29-Apr-2019 (Monday) at 03:11:18 PDT by player701
Commit 32109a75a7
Parents: a33fae19dd

  • Fixed random generation of friendly obituaries

04-May-2019 (Saturday) at 03:26:36 PDT by alexey.lysiuk
Commit a33fae19dd
Parents: dbf06fc9ca

  • improved handling of HUDMSG_TYPEON

This includes the following changes

04-May-2019 (Saturday) at 01:13:59 PDT by alexey.lysiuk
Commit dbf06fc9ca
Parents: a6515765c8

  • brought back text length check for 'type on' HUD message

https://forum.zdoom.org/viewtopic.php?t=64569

03-May-2019 (Friday) at 07:10:14 PDT by Magnus Norddahl
Commit a6515765c8
Parents: 80c09c52bd

  • fix vkGetQueryPoolResults: parameter dataSize must be greater than 0

03-May-2019 (Friday) at 07:05:41 PDT by Magnus Norddahl
Commit 80c09c52bd
Parents: d1554aed37

  • call SetActiveRenderTarget before drawing the software renderer scene

01-May-2019 (Wednesday) at 16:35:04 PDT by Magnus Norddahl
Commit d1554aed37
Parents: ea9be6c225

  • 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.

01-May-2019 (Wednesday) at 15:30:54 PDT by Magnus Norddahl
Commit ea9be6c225
Parents: 32aa69f4d8

  • fix vulkan crash when changing resolution when using the software renderer

01-May-2019 (Wednesday) at 06:09:42 PDT by alexey.lysiuk
Commit 32aa69f4d8
Parents: b23958b204

  • fixed 'I' to 'i' upper-to-lower mapping

https://forum.zdoom.org/viewtopic.php?t=64526

01-May-2019 (Wednesday) at 03:42:07 PDT by alexey.lysiuk
Commit b23958b204
Parents: 1973001834

  • fixed saved game thumbnails generation with Vulkan renderer

GZDoom aborts with 'Failed to submit command buffer' error on saving a game when open source Intel Vulkan driver (part of Mesa 3D package) is used on Linux This driver generates VK_DEVICE_LOST error when vkWaitForFences() is called with zero fence count. It must be greater than zero according to Vulkan spec

30-Apr-2019 (Tuesday) at 15:55:31 PDT by Magnus Norddahl
Commit 1973001834
Parents: 81e32ecc72

  • use the exact sRGB->linear transfer function in HDR mode as the 2.2 gamma approximation is visibly inaccurate in this case

30-Apr-2019 (Tuesday) at 13:55:35 PDT by Magnus Norddahl
Commit 81e32ecc72
Parents: 692aed0551

  • implement stat gpu on vulkan and fix it on opengl

30-Apr-2019 (Tuesday) at 12:11:44 PDT by Magnus Norddahl
Commit 692aed0551
Parents: d504acad68

  • add VulkanQueryPool::getResults

29-Apr-2019 (Monday) at 23:45:11 PDT by drbugbait
Commit e62d773525
Parents: 6c0907a960

Fixed offsets for Esperanto letters.

30-Apr-2019 (Tuesday) at 11:02:00 PDT by Magnus Norddahl
Commit 6c0907a960
Parents: f498df9b1d

  • fix shutdown crash due to GetVulkanFrameBuffer returning null when VulkanFrameBuffer is destroyed

30-Apr-2019 (Tuesday) at 10:49:29 PDT by Magnus Norddahl
Commit f498df9b1d
Parents: e210084f40

  • make the VkHardwareTexture and VKBuffer linked lists private

30-Apr-2019 (Tuesday) at 10:36:34 PDT by Magnus Norddahl
Commit e210084f40
Parents: cf7d08b604

  • release staging buffer after the frame it was used in

30-Apr-2019 (Tuesday) at 12:01:55 PDT by Magnus Norddahl
Commit d504acad68
Parents: 5634b67981

  • add VulkanQueryPool and QueryPoolBuilder

30-Apr-2019 (Tuesday) at 10:26:28 PDT by Magnus Norddahl
Commit cf7d08b604
Parents: 2c31d436e6

  • this should be better for when vsync is off if I read the vulkan spec correctly

30-Apr-2019 (Tuesday) at 07:47:11 PDT by alexey.lysiuk
Commit 2c31d436e6
Parents: 2740645aa1

  • postponed destruction of Vulkan resources

Provided uniform way to handle lifetime of some of Vulkan resources This helps to avoid issues like descriptor set that outlives its pool

https://forum.zdoom.org/viewtopic.php?t=64341

29-Apr-2019 (Monday) at 00:51:39 PDT by alexey.lysiuk
Commit 2740645aa1
Parents: 0e3da97bd9

  • tuned internal MoltenVK settings for better performance

See https://github.com/KhronosGroup/MoltenVK/issues/581#issuecomment-487293665

29-Apr-2019 (Monday) at 00:46:50 PDT by alexey.lysiuk
Commit 0e3da97bd9
Parents: 422f3fdd94

  • made Vulkan Cocoa view opaque

It is recommended to make content view opaque like NSOpenGLView I didn't notice any difference in performance though

28-Apr-2019 (Sunday) at 14:51:09 PDT by Magnus Norddahl
Commit 422f3fdd94
Parents: ffdb3a8f49

  • the light storage buffer is not dynamic

29-Apr-2019 (Monday) at 23:45:11 PDT by drbugbait
Commit 5634b67981
Parents: 23d0cce395

Fixed offsets for Esperanto letters.

30-Apr-2019 (Tuesday) at 11:02:00 PDT by Magnus Norddahl
Commit 23d0cce395
Parents: ab8378152f

  • fix shutdown crash due to GetVulkanFrameBuffer returning null when VulkanFrameBuffer is destroyed

30-Apr-2019 (Tuesday) at 10:49:29 PDT by Magnus Norddahl
Commit ab8378152f
Parents: d985d98122

  • make the VkHardwareTexture and VKBuffer linked lists private

30-Apr-2019 (Tuesday) at 10:36:34 PDT by Magnus Norddahl
Commit d985d98122
Parents: 34a8e9050b

  • release staging buffer after the frame it was used in

30-Apr-2019 (Tuesday) at 10:26:28 PDT by Magnus Norddahl
Commit 34a8e9050b
Parents: dffe45835d

  • this should be better for when vsync is off if I read the vulkan spec correctly

30-Apr-2019 (Tuesday) at 07:47:11 PDT by alexey.lysiuk
Commit dffe45835d
Parents: 8d36f0a0cf

  • postponed destruction of Vulkan resources

Provided uniform way to handle lifetime of some of Vulkan resources This helps to avoid issues like descriptor set that outlives its pool

https://forum.zdoom.org/viewtopic.php?t=64341

29-Apr-2019 (Monday) at 00:51:39 PDT by alexey.lysiuk
Commit 8d36f0a0cf
Parents: 20cc066dc7

  • tuned internal MoltenVK settings for better performance

See https://github.com/KhronosGroup/MoltenVK/issues/581#issuecomment-487293665

29-Apr-2019 (Monday) at 00:46:50 PDT by alexey.lysiuk
Commit 20cc066dc7
Parents: 777a4c600a

  • made Vulkan Cocoa view opaque

It is recommended to make content view opaque like NSOpenGLView I didn't notice any difference in performance though

28-Apr-2019 (Sunday) at 21:14:03 PDT by Rachael Alexanderson
Commit 777a4c600a
Parents: 188714dc14

  • bump zscript version to 4.2 - if this gets feature updates it should give warnings ahead of time, this time

28-Apr-2019 (Sunday) at 14:51:09 PDT by Magnus Norddahl
Commit 188714dc14
Parents: 6d1a85af3c

  • the light storage buffer is not dynamic

28-Apr-2019 (Sunday) at 01:26:01 PDT by alexey.lysiuk
Commit ffdb3a8f49
Parents: 085732068b

  • fixed deprecation warnings in core scripts

Script warning, "gzdoom.pk3:zscript/ui/statscreen/statscreen.zs" line 24: Call to deprecated function CharAt Script warning, "gzdoom.pk3:zscript/ui/statscreen/statscreen.zs" line 24: Accessing deprecated function CharAt - deprecated since 4.1.0 Script warning, "gzdoom.pk3:zscript/ui/menu/search/query.zs" line 64: Call to deprecated function ToLower Script warning, "gzdoom.pk3:zscript/ui/menu/search/query.zs" line 64: Accessing deprecated function ToLower - deprecated since 4.1.0 Script warning, "gzdoom.pk3:zscript/ui/menu/search/query.zs" line 65: Call to deprecated function ToLower Script warning, "gzdoom.pk3:zscript/ui/menu/search/query.zs" line 65: Accessing deprecated function ToLower - deprecated since 4.1.0 Script warning, "gzdoom.pk3:zscript/ui/menu/conversationmenu.zs" line 202: Call to deprecated function CharAt Script warning, "gzdoom.pk3:zscript/ui/menu/conversationmenu.zs" line 202: Accessing deprecated function CharAt - deprecated since 4.1.0 Script warning, "gzdoom.pk3:zscript/ui/menu/conversationmenu.zs" line 235: Call to deprecated function CharAt Script warning, "gzdoom.pk3:zscript/ui/menu/conversationmenu.zs" line 235: Accessing deprecated function CharAt - deprecated since 4.1.0

28-Apr-2019 (Sunday) at 01:26:01 PDT by alexey.lysiuk
Commit 6d1a85af3c
Parents: 63d30e27a6

  • fixed deprecation warnings in core scripts

Script warning, "gzdoom.pk3:zscript/ui/statscreen/statscreen.zs" line 24: Call to deprecated function CharAt Script warning, "gzdoom.pk3:zscript/ui/statscreen/statscreen.zs" line 24: Accessing deprecated function CharAt - deprecated since 4.1.0 Script warning, "gzdoom.pk3:zscript/ui/menu/search/query.zs" line 64: Call to deprecated function ToLower Script warning, "gzdoom.pk3:zscript/ui/menu/search/query.zs" line 64: Accessing deprecated function ToLower - deprecated since 4.1.0 Script warning, "gzdoom.pk3:zscript/ui/menu/search/query.zs" line 65: Call to deprecated function ToLower Script warning, "gzdoom.pk3:zscript/ui/menu/search/query.zs" line 65: Accessing deprecated function ToLower - deprecated since 4.1.0 Script warning, "gzdoom.pk3:zscript/ui/menu/conversationmenu.zs" line 202: Call to deprecated function CharAt Script warning, "gzdoom.pk3:zscript/ui/menu/conversationmenu.zs" line 202: Accessing deprecated function CharAt - deprecated since 4.1.0 Script warning, "gzdoom.pk3:zscript/ui/menu/conversationmenu.zs" line 235: Call to deprecated function CharAt Script warning, "gzdoom.pk3:zscript/ui/menu/conversationmenu.zs" line 235: Accessing deprecated function CharAt - deprecated since 4.1.0

28-Apr-2019 (Sunday) at 01:22:57 PDT by alexey.lysiuk
Commit 63d30e27a6
Parents: 5e95329424

  • bump versions to match the latest release

we don't want to miss deprecation warnings

27-Apr-2019 (Saturday) at 23:41:16 PDT by Rachael Alexanderson
Commit 085732068b (tag: g4.1.0)
Parents: 3767a9aec1

  • This is version 4.1.0

27-Apr-2019 (Saturday) at 23:37:42 PDT by Rachael Alexanderson
Commit 5e95329424 (tag: g4.2pre)
Parents: 3767a9aec1

  • 4.2pre

27-Apr-2019 (Saturday) at 07:05:36 PDT by alexey.lysiuk
Commit 3767a9aec1
Parents: dd7ec1fe44

  • fixed missing null checks in JIT generated code

https://forum.zdoom.org/viewtopic.php?t=64307

27-Apr-2019 (Saturday) at 04:36:20 PDT by alexey.lysiuk
Commit dd7ec1fe44
Parents: 5f871b7aa0

  • fixed crash on JIT allocations over 1 MB

https://forum.zdoom.org/viewtopic.php?t=64383

Newer commits | Older commits