Latest Raze Changes
Latest 50 commits, skipping 6550
Unofficial development builds at DRD Team
30-May-2019 (Thursday) at 00:26:06 PDT by alexey.lysiuk
- fixed crash when loading a saved game with unknown class
During serialization, when map shutdown because of unknown class stored inside saved game may occur, level member is not assigned yet to already spawned thinkers
30-May-2019 (Thursday) at 00:20:49 PDT by alexey.lysiuk
- adjusted condition for ZScript global variable deprecation warning
The message is always printed for any use of deprecated global variable If such variable is accessed inside a deprecated function from a core script lump, the message is printed only when verbosity level is set to highest
29-May-2019 (Wednesday) at 07:37:31 PDT by alexey.lysiuk
- fixed missing deprecation warnings for ZScript global variables
29-May-2019 (Wednesday) at 07:34:57 PDT by alexey.lysiuk
- fixed: version wasn't set for ZScript global variables
29-May-2019 (Wednesday) at 03:24:03 PDT by alexey.lysiuk
- fixed code generation for ternary operator with vector result types
28-May-2019 (Tuesday) at 21:42:02 PDT by Magnus Norddahl
- fix negative uLightLevel being applied
28-May-2019 (Tuesday) at 20:45:19 PDT by Magnus Norddahl
- implement camera textures
28-May-2019 (Tuesday) at 17:22:45 PDT by Magnus Norddahl
- fix fill color and translucency
28-May-2019 (Tuesday) at 16:14:42 PDT by Magnus Norddahl
- fix stencil writing color
28-May-2019 (Tuesday) at 08:13:34 PDT by alexey.lysiuk
- fixed crash on message output during decorate parsing
Script position is now initialized at the very beginning of decorate parsing process Script position no longer contains uninitialized file name
27-May-2019 (Monday) at 23:13:19 PDT by Magnus Norddahl
- tell softpoly backend which hwrenderer shader is active and use that to decide which drawer to use
27-May-2019 (Monday) at 21:45:21 PDT by Magnus Norddahl
- implement depth bias
27-May-2019 (Monday) at 12:49:12 PDT by Magnus Norddahl
Merge remote-tracking branch 'origin/master' into polybackend27-May-2019 (Monday) at 12:23:58 PDT by Magnus Norddahl
- fix use after delete of some textures
27-May-2019 (Monday) at 11:20:20 PDT by Magnus Norddahl
- fix blend mode for the fireballs
27-May-2019 (Monday) at 11:03:11 PDT by Magnus Norddahl
- fix use after delete
26-May-2019 (Sunday) at 23:53:58 PDT by Nemrtvi
Improved SMALLFONT letter Ч for Doom
In its past appearance, the letter was based on the number 4, which looks inconsistent among all letters. This new one is a modified Y.
27-May-2019 (Monday) at 10:18:27 PDT by Magnus Norddahl
- minor blend and light adjustment
27-May-2019 (Monday) at 07:51:54 PDT by Magnus Norddahl
- fix viewport location
- add scissor support
26-May-2019 (Sunday) at 22:57:27 PDT by Magnus Norddahl
- add PolyTriangleDrawer functions for the operations needed by PolyRenderState
26-May-2019 (Sunday) at 05:46:30 PDT by alexey.lysiuk
- fixed conversation links with pages referenced by name
25-May-2019 (Saturday) at 16:00:36 PDT by Magnus Norddahl
- hook up main.vp and the data it uses for input
25-May-2019 (Saturday) at 07:50:18 PDT by alexey.lysiuk
- fixed 'Pause by
' message in multiplayer
25-May-2019 (Saturday) at 07:14:52 PDT by alexey.lysiuk
- fixed wrong native call for Actor.Vec2Offset()
25-May-2019 (Saturday) at 03:16:39 PDT by alexey.lysiuk
- fixed character position assignment for multi-lump fonts
25-May-2019 (Saturday) at 02:31:23 PDT by David Carlier
Fixing crash when loaded module, using proper function liberate them.
25-May-2019 (Saturday) at 00:47:54 PDT by alexey.lysiuk
- fixed loading of 32-bit TGA textures with alpha channel
24-May-2019 (Friday) at 16:27:20 PDT by Magnus Norddahl
- convert main.vp to c++ so softpoly can use it
24-May-2019 (Friday) at 13:30:14 PDT by Magnus Norddahl
- adjust PolyTriangleDrawer to closer match what PolyRenderState receives as input
24-May-2019 (Friday) at 10:21:36 PDT by Magnus Norddahl
Merge remote-tracking branch 'origin/master' into polybackend24-May-2019 (Friday) at 02:42:23 PDT by alexey.lysiuk
- removed array length() function from shadowmap shader
Array's length() function is not yet supported by SPIRV-cross and MoltenVK Its usage was replaced by explicit nodes count value passed as uniform
23-May-2019 (Thursday) at 05:09:05 PDT by Magnus Norddahl
- create a new error class for vulkan errors as they are only recoverable during initialization (unlike CRecoverableError which is recoverable during normal processing)
- improve vulkan errors by including the status code returned by vulkan if they fail
22-May-2019 (Wednesday) at 14:31:58 PDT by drfrag
- Fixed compilation with old gcc and clang.
22-May-2019 (Wednesday) at 12:23:10 PDT by Magnus Norddahl
- fix null drawers
- slightly better renderstyle drawer selection
22-May-2019 (Wednesday) at 08:56:29 PDT by Magnus Norddahl
- enable the depth buffer
- support vid_scalefactor
22-May-2019 (Wednesday) at 08:50:53 PDT by Rachael Alexanderson
- add some debugging information for GZSDF pagenames feature
22-May-2019 (Wednesday) at 07:32:33 PDT by alexey.lysiuk
- do not pass TObjPtr<> instances as ScriptUtil::Exec() arguments
There was no read barrier inserted for AActor object while it's a subject of garbage collection Pointer stored in TObjPtr<> was reinterpreted as void* because of vararg function
22-May-2019 (Wednesday) at 08:16:07 PDT by Magnus Norddahl
- remove softpoly scene drawer
22-May-2019 (Wednesday) at 01:24:07 PDT by Christoph Oelckers
- fixed bad statnum in Light_Stop.
22-May-2019 (Wednesday) at 01:17:49 PDT by Christoph Oelckers
- fixed text color setup for added console message.
21-May-2019 (Tuesday) at 21:29:52 PDT by Magnus Norddahl
- create a renderer backend based on softpoly's drawers
20-May-2019 (Monday) at 17:00:45 PDT by Christoph Oelckers
- allow certain replacements to be valid for CanPrint
The Romanian letters with comma below, the second Greek Sigma variant and a few special Cyrillic letters have replacements that should not result in rejection.
20-May-2019 (Monday) at 03:46:05 PDT by Magnus Norddahl
- don't run the custom shaders twice on screenshots
20-May-2019 (Monday) at 03:36:45 PDT by Magnus Norddahl
- apply present shader on screenshots
19-May-2019 (Sunday) at 09:56:59 PDT by Christoph Oelckers
- made the colorset names and the texts in the color picker localizable.
18-May-2019 (Saturday) at 05:11:28 PDT by alexey.lysiuk
- fixed erroneous texture mipmapping in Vulkan render
19-May-2019 (Sunday) at 03:16:13 PDT by Christoph Oelckers
- implemented subtitle display for Blackbird's voiceover messages.
19-May-2019 (Sunday) at 03:01:09 PDT by alexey.lysiuk
- added missing quotation mark in menu definition
Script error, "gzdoom.pk3:menudef.txt" line 1472: Insufficient parameters for OptionMenuItemOption
19-May-2019 (Sunday) at 01:28:07 PDT by Christoph Oelckers
- implemented subtitles for intermission slideshows.
18-May-2019 (Saturday) at 23:53:10 PDT by Christoph Oelckers
- changed menu scaling so that on 1366x768 a factor of 2 gets used.
This turned out the smallest one on which a factor of 2 still works without cutting off texts but at least allows to use a larger menu display on this important laptop size.