Latest Raze Changes

Latest 50 commits, skipping 1800

Unofficial development builds at DRD Team

Newer commits | Older commits

04-Sep-2023 (Monday) at 03:28:05 PDT by RaveYard
Commit 18a873923f
Parents: efbbdc2925

Read ZDRay info thing

04-Sep-2023 (Monday) at 02:51:28 PDT by RaveYard
Commit efbbdc2925
Parents: 9bd20ce5a8

Read lm_sampledist properties from map geometry

04-Sep-2023 (Monday) at 01:32:59 PDT by RaveYard
Commit 9bd20ce5a8
Parents: 194d5fcf87

Fix the lightmapper ceiling/floor plane calculations

03-Sep-2023 (Sunday) at 17:53:00 PDT by RaveYard
Commit 194d5fcf87
Parents: 3bbfb673cb

Fix use of uninitialized variables boundsMin and boundsMax

03-Sep-2023 (Sunday) at 16:09:09 PDT by RaveYard
Commit 3bbfb673cb
Parents: 8515661b1a

Enhance dumplevelmesh

02-Sep-2023 (Saturday) at 21:28:41 PDT by Magnus Norddahl
Commit 8515661b1a
Parents: ab539d85d2

Delay finding the light lists until after map has loaded

02-Sep-2023 (Saturday) at 21:09:54 PDT by Magnus Norddahl
Commit ab539d85d2
Parents: a11152320f

Add lights to surfaces

02-Sep-2023 (Saturday) at 20:24:23 PDT by Magnus Norddahl
Commit a11152320f
Parents: 4c9cd2bd34

Remove some unused code

02-Sep-2023 (Saturday) at 20:22:25 PDT by Magnus Norddahl
Commit 4c9cd2bd34
Parents: ab370c7a91

Release the resources so the lightmapper can run again

02-Sep-2023 (Saturday) at 20:03:57 PDT by Magnus Norddahl
Commit ab370c7a91
Parents: 3b0f19a57f

Perform the copy from the atlas resolve image to the lightmap texture on the GPU

02-Sep-2023 (Saturday) at 07:49:37 PDT by RaveYard
Commit 3b0f19a57f
Parents: 3c0b8ccc14

Port BuildSmoothingGroups from ZDray

02-Sep-2023 (Saturday) at 06:14:01 PDT by Magnus Norddahl
Commit 3c0b8ccc14
Parents: 634e6b2603

Use the command buffers from VkCommandBufferManager

02-Sep-2023 (Saturday) at 05:50:57 PDT by Magnus Norddahl
Commit 634e6b2603
Parents: ac962c80e3

Finish upload before using buffers

02-Sep-2023 (Saturday) at 04:50:28 PDT by Magnus Norddahl
Commit ac962c80e3
Parents: dd07316072

Merge LightmapSurface into DoomLevelMeshSurface

02-Sep-2023 (Saturday) at 04:24:04 PDT by Magnus Norddahl
Commit dd07316072
Parents: fd7e0d986f

Create DoomLevelMeshSurface

02-Sep-2023 (Saturday) at 04:09:57 PDT by Magnus Norddahl
Commit fd7e0d986f
Parents: ab609d7708

Namespace fixes

02-Sep-2023 (Saturday) at 03:54:07 PDT by Magnus Norddahl
Commit ab609d7708
Parents: 87c21f99fe

Move SurfaceInfo and PortalInfo to vk_raytrace Add VSMatrix * FVector4 operator

02-Sep-2023 (Saturday) at 03:34:00 PDT by Magnus Norddahl
Commit 87c21f99fe
Parents: 87f52367ad

Rename MeshSurfaces to MeshSurfaceIndexes for clarity

02-Sep-2023 (Saturday) at 03:27:12 PDT by Magnus Norddahl
Commit 87f52367ad
Parents: 684bfb3e9e

Fix unmap asserts

02-Sep-2023 (Saturday) at 03:03:32 PDT by Magnus Norddahl
Commit 684bfb3e9e
Parents: b5678d5f86

Fix misc typos

01-Sep-2023 (Friday) at 03:02:03 PDT by RaveYard
Commit b5678d5f86
Parents: 8d2b03b7ef

Use lightmapper output

01-Sep-2023 (Friday) at 01:17:27 PDT by RaveYard
Commit 8d2b03b7ef
Parents: 72ccf127ba

Fix copying of pixels from surface.texPixels to LMTextureData

01-Sep-2023 (Friday) at 00:30:52 PDT by RaveYard
Commit 72ccf127ba
Parents: b73f42f58b

Fix AllocUvs

01-Sep-2023 (Friday) at 00:14:44 PDT by RaveYard
Commit b73f42f58b
Parents: c842f32941

WIP Attempt to fix the temporary ZDRay tracecoder lightmap write

31-Aug-2023 (Thursday) at 15:25:09 PDT by Magnus Norddahl
Commit c842f32941
Parents: 45206f2184

Fix null pointer crash

31-Aug-2023 (Thursday) at 15:13:22 PDT by Magnus Norddahl
Commit 45206f2184
Parents: db5c659fab

Move surface linking into DoomLevelMesh

31-Aug-2023 (Thursday) at 15:03:18 PDT by Magnus Norddahl
Commit db5c659fab
Parents: 6de6ae28e9

Initialize lightmap texture in SetLevelMesh Create VkLightmap class on VulkanRenderDevice

31-Aug-2023 (Thursday) at 13:53:55 PDT by RaveYard
Commit 6de6ae28e9
Parents: fc2704b902

Merge Surface into hwrenderer::Surface

31-Aug-2023 (Thursday) at 13:34:36 PDT by RaveYard
Commit fc2704b902
Parents: 9635a9f4fb

Use FVector4 for plane in struct Surface

31-Aug-2023 (Thursday) at 13:03:32 PDT by RaveYard
Commit 9635a9f4fb
Parents: 8111b05888

TMP need uvs back

31-Aug-2023 (Thursday) at 12:36:46 PDT by RaveYard
Commit 8111b05888
Parents: 15e5f7e77a

Micro clean-up

31-Aug-2023 (Thursday) at 12:28:04 PDT by RaveYard
Commit 15e5f7e77a
Parents: 96e45daa08

Re-enable cpu trace test

31-Aug-2023 (Thursday) at 12:27:15 PDT by RaveYard
Commit 96e45daa08
Parents: 9137a5c2e7

Shuffle around member variables in struct Surface

31-Aug-2023 (Thursday) at 12:15:29 PDT by RaveYard
Commit 9137a5c2e7
Parents: 27063276e5

GenerateLightmap in DFrameBuffer

31-Aug-2023 (Thursday) at 11:54:49 PDT by RaveYard
Commit 27063276e5
Parents: cb730eabe0

LIghtmapUVs to FVector2

31-Aug-2023 (Thursday) at 11:49:26 PDT by RaveYard
Commit cb730eabe0
Parents: 3495a5ca13

WIP Cleanup of maploader

31-Aug-2023 (Thursday) at 11:32:38 PDT by RaveYard
Commit 3495a5ca13
Parents: c63fc707a4

First step towards refactoring

31-Aug-2023 (Thursday) at 11:06:13 PDT by RaveYard
Commit c63fc707a4
Parents: 88e6d459ef

WIP fake raytracer output

31-Aug-2023 (Thursday) at 10:28:58 PDT by RaveYard
Commit 88e6d459ef
Parents: 52220a5004

Buffer data now in Levelmesh

31-Aug-2023 (Thursday) at 10:15:15 PDT by RaveYard
Commit 52220a5004
Parents: 22dbbec4cc

WIP VkLightmap integration

31-Aug-2023 (Thursday) at 07:21:20 PDT by RaveYard
Commit 22dbbec4cc
Parents: 3af8f477e7

Fix after rebase

31-Aug-2023 (Thursday) at 07:09:31 PDT by RaveYard
Commit 3af8f477e7
Parents: 73030b9315

CPU raytrace basic test

31-Aug-2023 (Thursday) at 06:49:29 PDT by RaveYard
Commit 73030b9315
Parents: 2bce8b86c3

DoomLevelMesh LightmapUVs are now finally correct

31-Aug-2023 (Thursday) at 06:09:28 PDT by RaveYard
Commit 2bce8b86c3
Parents: 73b968d79a

Fix bad UV indices in FinishSurface and export UVs in dumplevelmesh

31-Aug-2023 (Thursday) at 02:25:24 PDT by RaveYard
Commit 73b968d79a
Parents: e09ac00121

Atlas UV mapping

31-Aug-2023 (Thursday) at 01:13:42 PDT by RaveYard
Commit e09ac00121
Parents: 005bae7348

Minor cleanup

31-Aug-2023 (Thursday) at 01:07:19 PDT by RaveYard
Commit 005bae7348
Parents: 1849d31d7c

WIP BuildSurfaceParams from ZDRay

31-Aug-2023 (Thursday) at 01:04:35 PDT by RaveYard
Commit 1849d31d7c
Parents: f539d387f2

Add bounds.cpp from ZDRay

30-Aug-2023 (Wednesday) at 18:11:24 PDT by Magnus Norddahl
Commit f539d387f2
Parents: 71d06a397e

Adjust names of variables for better readability

17-Sep-2023 (Sunday) at 11:50:43 PDT by Christoph Oelckers
Commit 71d06a397e
Parents: c5b03e016e

fix lump loading.

Newer commits | Older commits