Latest Raze Changes

Latest 50 commits, skipping 6550

Unofficial development builds at DRD Team

Newer commits | Older commits

30-May-2019 (Thursday) at 00:26:06 PDT by alexey.lysiuk
Commit ffd464c26c
Parents: d9c619c800

  • 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
Commit d9c619c800
Parents: 249e658f8b

  • 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

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

29-May-2019 (Wednesday) at 07:37:31 PDT by alexey.lysiuk
Commit 249e658f8b
Parents: 38291dfacc

  • fixed missing deprecation warnings for ZScript global variables

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

29-May-2019 (Wednesday) at 07:34:57 PDT by alexey.lysiuk
Commit 38291dfacc
Parents: d336a83355

  • fixed: version wasn't set for ZScript global variables

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

29-May-2019 (Wednesday) at 03:24:03 PDT by alexey.lysiuk
Commit d336a83355
Parents: 677b24b108

  • fixed code generation for ternary operator with vector result types

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

28-May-2019 (Tuesday) at 21:42:02 PDT by Magnus Norddahl
Commit b9230d4425
Parents: a1229be5c6

  • fix negative uLightLevel being applied

28-May-2019 (Tuesday) at 20:45:19 PDT by Magnus Norddahl
Commit a1229be5c6
Parents: be5ecce598

  • implement camera textures

28-May-2019 (Tuesday) at 17:22:45 PDT by Magnus Norddahl
Commit be5ecce598
Parents: eff38393af

  • fix fill color and translucency

28-May-2019 (Tuesday) at 16:14:42 PDT by Magnus Norddahl
Commit eff38393af
Parents: 555beb58f0

  • fix stencil writing color

28-May-2019 (Tuesday) at 08:13:34 PDT by alexey.lysiuk
Commit 677b24b108
Parents: 8127af1082

  • 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

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

27-May-2019 (Monday) at 23:13:19 PDT by Magnus Norddahl
Commit 555beb58f0
Parents: bd591c75fb

  • 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
Commit bd591c75fb
Parents: bc5b953633

  • implement depth bias

27-May-2019 (Monday) at 12:49:12 PDT by Magnus Norddahl

Merge remote-tracking branch 'origin/master' into polybackend

27-May-2019 (Monday) at 12:23:58 PDT by Magnus Norddahl
Commit b6e00cb208
Parents: c2535519e8

  • fix use after delete of some textures

27-May-2019 (Monday) at 11:20:20 PDT by Magnus Norddahl
Commit c2535519e8
Parents: 9f8cd68211

  • fix blend mode for the fireballs

27-May-2019 (Monday) at 11:03:11 PDT by Magnus Norddahl
Commit 9f8cd68211
Parents: 117617aad8

  • fix use after delete

26-May-2019 (Sunday) at 23:53:58 PDT by Nemrtvi
Commit 8127af1082
Parents: a54bc61678

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
Commit 117617aad8
Parents: 0d8d50c23e

  • minor blend and light adjustment

27-May-2019 (Monday) at 07:51:54 PDT by Magnus Norddahl
Commit 0d8d50c23e
Parents: 8db5e72254

  • fix viewport location
  • add scissor support

26-May-2019 (Sunday) at 22:57:27 PDT by Magnus Norddahl
Commit 8db5e72254
Parents: 3a3de13abd

  • add PolyTriangleDrawer functions for the operations needed by PolyRenderState

26-May-2019 (Sunday) at 05:46:30 PDT by alexey.lysiuk
Commit a54bc61678
Parents: d9da513f74

  • fixed conversation links with pages referenced by name

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

25-May-2019 (Saturday) at 16:00:36 PDT by Magnus Norddahl
Commit 3a3de13abd
Parents: fbaeb11fba

  • hook up main.vp and the data it uses for input

25-May-2019 (Saturday) at 07:50:18 PDT by alexey.lysiuk
Commit d9da513f74
Parents: 64ce71eae2

  • fixed 'Pause by ' message in multiplayer

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

25-May-2019 (Saturday) at 07:14:52 PDT by alexey.lysiuk
Commit 64ce71eae2
Parents: 688f130af6

  • fixed wrong native call for Actor.Vec2Offset()

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

25-May-2019 (Saturday) at 03:16:39 PDT by alexey.lysiuk
Commit 688f130af6
Parents: 57a0a4c066

  • fixed character position assignment for multi-lump fonts

https://forum.zdoom.org/viewtopic.php?t=64741#p1104427

25-May-2019 (Saturday) at 02:31:23 PDT by David Carlier
Commit 57a0a4c066
Parents: 733dea55da

Fixing crash when loaded module, using proper function liberate them.

25-May-2019 (Saturday) at 00:47:54 PDT by alexey.lysiuk
Commit 733dea55da
Parents: da2d0e47e6

  • fixed loading of 32-bit TGA textures with alpha channel

https://forum.zdoom.org/viewtopic.php?t=64741#p1104564

24-May-2019 (Friday) at 16:27:20 PDT by Magnus Norddahl
Commit fbaeb11fba
Parents: b453e15929

  • convert main.vp to c++ so softpoly can use it

24-May-2019 (Friday) at 13:30:14 PDT by Magnus Norddahl
Commit b453e15929
Parents: 4fd4bfa092

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

24-May-2019 (Friday) at 02:42:23 PDT by alexey.lysiuk
Commit da2d0e47e6
Parents: 756c593e96

  • 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
Commit 756c593e96
Parents: afa644fe47

  • 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
Commit afa644fe47
Parents: a27990885e

  • Fixed compilation with old gcc and clang.

22-May-2019 (Wednesday) at 12:23:10 PDT by Magnus Norddahl
Commit 0cb3605c70
Parents: d724b623d1

  • fix null drawers
  • slightly better renderstyle drawer selection

22-May-2019 (Wednesday) at 08:56:29 PDT by Magnus Norddahl
Commit d724b623d1
Parents: 48d2d423f6

  • enable the depth buffer
  • support vid_scalefactor

22-May-2019 (Wednesday) at 08:50:53 PDT by Rachael Alexanderson
Commit a27990885e
Parents: a04d79d871

  • add some debugging information for GZSDF pagenames feature

22-May-2019 (Wednesday) at 07:32:33 PDT by alexey.lysiuk
Commit a04d79d871
Parents: 34a13cae04

  • 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

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

22-May-2019 (Wednesday) at 08:16:07 PDT by Magnus Norddahl
Commit 48d2d423f6
Parents: 0eda298db2

  • remove softpoly scene drawer

22-May-2019 (Wednesday) at 01:24:07 PDT by Christoph Oelckers
Commit 34a13cae04
Parents: 4d2a7930ac

  • fixed bad statnum in Light_Stop.

22-May-2019 (Wednesday) at 01:17:49 PDT by Christoph Oelckers
Commit 4d2a7930ac
Parents: 8a90946094

  • fixed text color setup for added console message.

21-May-2019 (Tuesday) at 21:29:52 PDT by Magnus Norddahl
Commit 0eda298db2
Parents: 8a90946094

  • create a renderer backend based on softpoly's drawers

20-May-2019 (Monday) at 17:00:45 PDT by Christoph Oelckers
Commit 8a90946094
Parents: e4dab707e4

  • 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
Commit e4dab707e4
Parents: 2a15f65065

  • don't run the custom shaders twice on screenshots

20-May-2019 (Monday) at 03:36:45 PDT by Magnus Norddahl
Commit 2a15f65065
Parents: 61ead74492

  • apply present shader on screenshots

19-May-2019 (Sunday) at 09:56:59 PDT by Christoph Oelckers
Commit 61ead74492
Parents: bbb75a40ca

  • made the colorset names and the texts in the color picker localizable.

18-May-2019 (Saturday) at 05:11:28 PDT by alexey.lysiuk
Commit bbb75a40ca
Parents: 04334aa0fe

  • fixed erroneous texture mipmapping in Vulkan render

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

19-May-2019 (Sunday) at 03:16:13 PDT by Christoph Oelckers
Commit 04334aa0fe
Parents: 270f8fb381

  • implemented subtitle display for Blackbird's voiceover messages.

19-May-2019 (Sunday) at 03:01:09 PDT by alexey.lysiuk
Commit 270f8fb381
Parents: 2c226afff1

  • 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
Commit 2c226afff1
Parents: 6b51c05870

  • implemented subtitles for intermission slideshows.

18-May-2019 (Saturday) at 23:53:10 PDT by Christoph Oelckers
Commit 6b51c05870
Parents: 35e25a8aea

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

Newer commits | Older commits