Latest Raze Changes

Latest 50 commits, skipping 2100

Unofficial development builds at DRD Team

Newer commits | Older commits

13-Sep-2023 (Wednesday) at 02:52:45 PDT by alexey.lysiuk
Commit 5cfdd82e0f
Parents: 76734201e6

  • ci: update to clang 10

versions before 9 fails to compile with the following error /usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/bits/stl_tree.h:701:4: error: exception specification of explicitly defaulted move constructor does not match the calculated one

clang 9 fails to link with the following errors /usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/cmath:223: undefined reference to __expf_finite' src/rendering/swrenderer/drawers/r_draw_rgba.cpp:1120: undefined reference tolog2_finite' src/rendering/swrenderer/drawers/r_draw_rgba.cpp:1120: undefined reference to __log2_finite' src/rendering/swrenderer/drawers/r_draw_rgba.cpp:1120: undefined reference tolog2_finite' src/rendering/swrenderer/plane/r_flatplane.cpp:183: undefined reference to __log2_finite' src/rendering/swrenderer/viewport/r_spritedrawer.cpp:174: undefined reference to__log2_finite'

13-Sep-2023 (Wednesday) at 02:50:42 PDT by alexey.lysiuk
Commit 76734201e6
Parents: b75a8ed8ff

  • updated zlib to 1.3

https://www.zlib.net/zlib-1.3.tar.gz

12-Sep-2023 (Tuesday) at 08:26:08 PDT by RaveYard
Commit ac74d63199
Parents: a340b69c79

Fix spotlight rotation

11-Sep-2023 (Monday) at 14:21:48 PDT by Christoph Oelckers
Commit b75a8ed8ff
Parents: 99f17f2dce

  • removed pointless heap allocation that never was freed.

11-Sep-2023 (Monday) at 14:21:12 PDT by Christoph Oelckers
Commit 99f17f2dce
Parents: 7f61266621

  • fixed several issues with parsing DSDhacked

11-Sep-2023 (Monday) at 14:19:22 PDT by Christoph Oelckers
Commit 7f61266621
Parents: bdd02d9b2c

  • fixed memory leaks in file system management

12-Sep-2021 (Sunday) at 15:12:08 PDT by Christoph Oelckers
Commit bdd02d9b2c
Parents: 24d57b58c5

  • implemented the remaining dynamic structures of dsdhacked

12-Sep-2021 (Sunday) at 12:45:51 PDT by Christoph Oelckers
Commit 24d57b58c5
Parents: b44741b8aa

  • dsdhacked: Allow dynamic creation of new actors

12-Sep-2021 (Sunday) at 12:04:40 PDT by Christoph Oelckers
Commit b44741b8aa
Parents: 99983b37ca

  • dsdehacked: allow dynamic creation of new states.

10-Sep-2023 (Sunday) at 17:29:38 PDT by nashmuhandes
Commit 99983b37ca
Parents: 0243efd851

Update ZDRay UDMF specs and remove deleted features.

11-Sep-2023 (Monday) at 06:27:24 PDT by RaveYard
Commit a340b69c79
Parents: 542dfd3666

Fix lightmapper still using hacks to detect levelmesh changes

11-Sep-2023 (Monday) at 05:55:31 PDT by Magnus Norddahl
Commit 542dfd3666
Parents: adfc7082f5

Delay creating the accel struct until frame start

11-Sep-2023 (Monday) at 05:42:18 PDT by RaveYard
Commit adfc7082f5
Parents: b0d182c099

Remove hacks associated with SetLevelMesh

11-Sep-2023 (Monday) at 04:49:39 PDT by Magnus Norddahl
Commit b0d182c099
Parents: 4f6fce5bbc

Fix some validation errors

11-Sep-2023 (Monday) at 03:14:42 PDT by RaveYard
Commit 4f6fce5bbc
Parents: 79302a7a58

Fix CreateIndexedSectorVerticesLM to prevent holes in the floors/ceilings from appearing

10-Sep-2023 (Sunday) at 18:43:50 PDT by Ricardo Luís Vaz Silva
Commit 0243efd851
Parents: a44f7a72ca

Fix pointer math in FileSystem to stop debug assertions in std::vector

10-Sep-2023 (Sunday) at 16:31:51 PDT by Magnus Norddahl
Commit 79302a7a58
Parents: 67c5201b06

Fix warnings

10-Sep-2023 (Sunday) at 15:44:15 PDT by RaveYard
Commit 67c5201b06
Parents: abae945fc8

Fix sample distance power of two rounding

10-Sep-2023 (Sunday) at 13:06:06 PDT by RaveYard
Commit abae945fc8
Parents: 5912a2c30b

Remove unused code from vk_lightmap.cpp

10-Sep-2023 (Sunday) at 14:24:00 PDT by RaveYard
Commit 5912a2c30b
Parents: c9fccc53ec

Remove awful hardcoded byte offset hack

10-Sep-2023 (Sunday) at 13:01:41 PDT by RaveYard
Commit c9fccc53ec
Parents: 9ef93da6de

Fix lightmapper running background tasks forever

10-Sep-2023 (Sunday) at 12:49:00 PDT by RaveYard
Commit 9ef93da6de
Parents: 6f44e2b5d4

Somehow fix lightmaps being corrupted in debug build

10-Sep-2023 (Sunday) at 11:16:35 PDT by RaveYard
Commit 6f44e2b5d4
Parents: f19e2e712d

Change surfaceIndices to surfaces

09-Sep-2023 (Saturday) at 10:49:40 PDT by RaveYard
Commit f19e2e712d
Parents: d96d1aeffc

Fix floors not being updated

09-Sep-2023 (Saturday) at 08:56:46 PDT by RaveYard
Commit d96d1aeffc
Parents: 139ce34535

Visible surfaces are gathered in processing (gathering) render phase and lightmaps drawn before rendering

09-Sep-2023 (Saturday) at 08:42:57 PDT by RaveYard
Commit 139ce34535
Parents: 9b091e73ff

WIP refactoring of surface gathering

09-Sep-2023 (Saturday) at 07:48:33 PDT by RaveYard
Commit 9b091e73ff
Parents: 0f6ea51769

Fix 3D floors not being marked as seen

09-Sep-2023 (Saturday) at 06:22:40 PDT by RaveYard
Commit 0f6ea51769
Parents: 19e9ac1db3

Minor refactor and fix 3d floors not being detected for lightmap updates

09-Sep-2023 (Saturday) at 05:38:09 PDT by RaveYard
Commit 19e9ac1db3
Parents: 1466eeefc0

Add cvar lm_scale for multiplying resolution of the lightmap

09-Sep-2023 (Saturday) at 02:42:02 PDT by RaveYard
Commit 1466eeefc0
Parents: fd4b3a8e73

Fix off by one

09-Sep-2023 (Saturday) at 01:11:43 PDT by RaveYard
Commit fd4b3a8e73
Parents: 6ccb92ef60

Update lightmapper and add limiter to updates

08-Sep-2023 (Friday) at 14:55:03 PDT by RaveYard
Commit 6ccb92ef60
Parents: 3386b6ad1a

Fix surface index passed to glsl

08-Sep-2023 (Friday) at 12:40:33 PDT by RaveYard
Commit 3386b6ad1a
Parents: 2101f37ddd

Add walls to the lightmap

08-Sep-2023 (Friday) at 12:40:15 PDT by RaveYard
Commit 2101f37ddd
Parents: b163901862

Extend lightmapping stat

07-Sep-2023 (Thursday) at 14:27:20 PDT by RaveYard
Commit b163901862
Parents: f95ffbe299

WIP partial lightmapping

07-Sep-2023 (Thursday) at 11:22:21 PDT by RaveYard
Commit f95ffbe299
Parents: 6078e339fc

WIP surface list for raytracing

10-Sep-2023 (Sunday) at 12:31:53 PDT by Christoph Oelckers
Commit a44f7a72ca
Parents: f6c3ce6b15

  • fixed voxel loader

10-Sep-2023 (Sunday) at 08:22:12 PDT by nashmuhandes
Commit 9f7dd88a4f
Parents: 1162a5017a

Mark Corona as abstract as it's not meant to be spawned directly

10-Sep-2023 (Sunday) at 02:45:23 PDT by Christoph Oelckers
Commit f6c3ce6b15
Parents: bf0e74447d

  • fixed several line ID functions accessing the sector tag array.

06-Sep-2023 (Wednesday) at 15:34:23 PDT by Ricardo Luís Vaz Silva
Commit bf0e74447d
Parents: 86ca0cbecd

add float.equal_epsilon and double.equal_epsilon

02-Sep-2023 (Saturday) at 10:34:46 PDT by mc776
Commit 86ca0cbecd
Parents: 06f13006ca

lights: update for Freedoom.

  • new FloatingSkull light.
  • use armour primary colours instead of red for both, with the red gem having its separate light.
  • give subtractive pulselight to blursphere.

07-Sep-2023 (Thursday) at 06:35:33 PDT by Romain Tisserand
Commit 06f13006ca
Parents: de770faeb1

Allows building gzdoom with Vulkan with either X11 or Wayland WSI integration through CMake options

06-Sep-2023 (Wednesday) at 19:30:40 PDT by RaveYard
Commit 6078e339fc
Parents: d212147a3c

Fix normals in wall surfaces that are squished into triangles

06-Sep-2023 (Wednesday) at 19:22:26 PDT by RaveYard
Commit d212147a3c
Parents: 81497cadec

Fix hw_vertexbuilder lightmap nullptr error

06-Sep-2023 (Wednesday) at 12:47:20 PDT by Christoph Oelckers
Commit de770faeb1
Parents: e7a79b0d44

  • disabled nosectionmerge because it doesn't work right.

06-Sep-2023 (Wednesday) at 10:44:53 PDT by RaveYard
Commit 81497cadec
Parents: 759320b189

Blur changes to avoid darkening the edges

06-Sep-2023 (Wednesday) at 05:30:57 PDT by RaveYard
Commit 759320b189
Parents: c05ef67679

CPU tracelight portal fix

06-Sep-2023 (Wednesday) at 06:15:58 PDT by RaveYard
Commit c05ef67679
Parents: f360457899

Add ZDRay light intensity support

06-Sep-2023 (Wednesday) at 06:15:58 PDT by RaveYard
Commit f360457899
Parents: 38f15881bf

Add ZDRay light intensity support

05-Sep-2023 (Tuesday) at 15:19:36 PDT by Christoph Oelckers
Commit e7a79b0d44
Parents: 17ab6e851a

  • string conversion fixes

Newer commits | Older commits