Latest Raze Changes

Latest 50 commits, skipping 1600

Unofficial development builds at DRD Team

Newer commits | Older commits

07-Oct-2023 (Saturday) at 14:03:40 PDT by Christoph Oelckers
Commit c94c63110e
Parents: 89535b803a

added a third batch of GetChars call to FStrings.

07-Oct-2023 (Saturday) at 13:49:33 PDT by Magnus Norddahl
Commit 6876f0f84e
Parents: 9799bd70d1

Make some visual adjustments to the launch dialog

07-Oct-2023 (Saturday) at 09:42:24 PDT by Christoph Oelckers
Commit 89535b803a
Parents: 61b7a4922a

Backend update from Raze.

25-Sep-2023 (Monday) at 04:02:34 PDT by Cacodemon345
Commit 61b7a4922a
Parents: 07582a6bf7

Fix typo

22-Sep-2023 (Friday) at 11:44:09 PDT by Cacodemon345
Commit 07582a6bf7
Parents: 56c44182d1

Remove Aes, BraIA64.c and Lzma86 files

19-Sep-2023 (Tuesday) at 10:23:23 PDT by Cacodemon345
Commit 56c44182d1
Parents: 4497d7fdaa

Fix wrong define for PPMd

18-Sep-2023 (Monday) at 12:42:53 PDT by Cacodemon345
Commit 4497d7fdaa
Parents: 5e96dbc981

Update LZMA SDK to 23.01

As a bonus, add support for XZ-compressed files in ZIP

01-Oct-2023 (Sunday) at 14:36:42 PDT by Ricardo Luís Vaz Silva
Commit 5e96dbc981
Parents: 42df40941c

Add final and sealed as class options

07-Oct-2023 (Saturday) at 07:44:44 PDT by Ricardo Luís Vaz Silva
Commit 42df40941c
Parents: b9104e8aa9

change version, improve errors for array/map/struct copy

05-Mar-2023 (Sunday) at 07:20:35 PST by Ricardo Luís Vaz Silva
Commit b9104e8aa9
Parents: a13b19815c

Turn Map/Array assignments into Copy

Better error checking for struct assignment

Lock assignments behind version, don't break or "fix" existing code using older ZScript versions

07-Oct-2023 (Saturday) at 07:30:28 PDT by Ricardo Luís Vaz Silva
Commit a13b19815c
Parents: 7a9ca1ad3f

allow "&" instead of "out" in function parameters

02-Apr-2023 (Sunday) at 04:30:49 PDT by Ricardo Luís Vaz Silva
Commit 7a9ca1ad3f
Parents: 3cb8f1be44

Allow dumping jit for mod functions only

02-Apr-2023 (Sunday) at 04:21:45 PDT by Ricardo Luís Vaz Silva
Commit 3cb8f1be44
Parents: fa8df5a4e5

Don't try to generate code for abstract functions during JIT dump

01-Apr-2023 (Saturday) at 18:32:30 PDT by Ricardo Luís Vaz Silva
Commit fa8df5a4e5
Parents: 65ea4f91b6

make Array::Append faster for simple structs

This makes appending arrays of simple types faster

31-Mar-2023 (Friday) at 21:04:43 PDT by Ricardo Luís Vaz Silva
Commit 65ea4f91b6
Parents: b60b3fc09a

fix TMap move insertion, was using the copy constructor due to a missing std::move

25-Mar-2023 (Saturday) at 21:31:07 PDT by Ricardo Luís Vaz Silva
Commit b60b3fc09a
Parents: 86e4d064e2

fix PStruct::AddField not passing mDefFileNo

05-Mar-2023 (Sunday) at 07:19:36 PST by Ricardo Luís Vaz Silva
Commit 86e4d064e2
Parents: fad350ff80

fix possible null dereference in FxStructMember::RequestAddress

23-Feb-2023 (Thursday) at 08:31:30 PST by Ricardo Luís Vaz Silva
Commit fad350ff80
Parents: 3fc195c5b2

Make sure maps in return type don't segfault

22-Feb-2023 (Wednesday) at 10:43:32 PST by Ricardo Luís Vaz Silva
Commit 3fc195c5b2
Parents: 87fcaab512

Improve handling of field names in error messages during Map/MapIterator compilation

22-Feb-2023 (Wednesday) at 08:26:49 PST by Ricardo Luís Vaz Silva
Commit 87fcaab512
Parents: 766c61b3ed

Fix Typo in Comment

10-Feb-2023 (Friday) at 18:35:54 PST by Ricardo Luís Vaz Silva
Commit 766c61b3ed
Parents: 29368f0f4e

Deduplicate Map/MapIterator Types' Code

07-Oct-2023 (Saturday) at 04:51:35 PDT by Rachael Alexanderson
Commit be2e87b1be (appimagetest)
Parents: 94a7f3a14b

  • test

06-Oct-2023 (Friday) at 06:43:37 PDT by Rachael Alexanderson
Commit 94a7f3a14b
Parents: 29368f0f4e

  • add some new library paths to the appimage builder

05-Oct-2023 (Thursday) at 09:29:20 PDT by Rachael Alexanderson
Commit 29368f0f4e
Parents: 3e7de9aafa

  • make zs Actor.GetReplacement and Actor.GetReplacee clearscope

05-Oct-2023 (Thursday) at 07:40:28 PDT by Ricardo Luís Vaz Silva
Commit 3e7de9aafa
Parents: ab8711b57a

Fix inheritance for bNoSaveGame

04-Oct-2023 (Wednesday) at 11:11:09 PDT by Magnus Norddahl
Commit 9799bd70d1
Parents: abf024a157

Add vk_rayquery CVAR and prevent the shader from looping until the OS kills the entire process!

04-Oct-2023 (Wednesday) at 00:58:18 PDT by Professor Hastig
Commit ab8711b57a
Parents: 48ba63c022

removed several bad casts to 'long'.

The 'long' type should generally be avoided because its size differs on Windows and Linux/Mac so it is almost guaranteed to cause undefined behavior

03-Oct-2023 (Tuesday) at 18:31:29 PDT by Magnus Norddahl
Commit abf024a157
Parents: ef3074edfe

Fix the sunlight tracing bug

03-Oct-2023 (Tuesday) at 18:31:08 PDT by Magnus Norddahl
Commit ef3074edfe
Parents: a3820a0e1e

Add lm_blur debugging cvar

03-Oct-2023 (Tuesday) at 16:49:03 PDT by Magnus Norddahl
Commit a3820a0e1e
Parents: f2cfcc4635

Extend the baking border to avoid blur from neighbor tiles and fix unmap assert if the shader compile fails

03-Oct-2023 (Tuesday) at 16:24:20 PDT by Magnus Norddahl
Commit f2cfcc4635
Parents: bbf73c2766

Fix tile clipping

03-Oct-2023 (Tuesday) at 15:46:29 PDT by Magnus Norddahl
Commit bbf73c2766
Parents: 4f86a0ba81

Apply surface angle to sun light

03-Oct-2023 (Tuesday) at 15:24:32 PDT by Magnus Norddahl
Commit 4f86a0ba81
Parents: 697e7982a7

Control ambient occlusion, sunlight and softshadows via cvars

03-Oct-2023 (Tuesday) at 09:24:11 PDT by Magnus Norddahl
Commit 697e7982a7
Parents: 17286a6d19

Turn off lightmaps for levels that have none

03-Oct-2023 (Tuesday) at 06:55:08 PDT by Christoph Oelckers
Commit 48ba63c022
Parents: 1717ff47b2

added even more explicit GetChars() calls.

03-Oct-2023 (Tuesday) at 05:27:13 PDT by Christoph Oelckers
Commit 1717ff47b2
Parents: a3eb1ec1fd

add GetChars() accessors to many FString uses where const char* is wanted.

By no means complete, it's just a start to get rid of that automatic type conversion operator.

03-Oct-2023 (Tuesday) at 03:30:44 PDT by nashmuhandes
Commit 17286a6d19
Parents: bb347e1c69

Fixed wrong type for the sun color in the UDMF specs

03-Oct-2023 (Tuesday) at 03:18:47 PDT by nashmuhandes
Commit bb347e1c69
Parents: ba023efe73

Unify the custom sample distance variable names

10-Sep-2023 (Sunday) at 17:29:38 PDT by nashmuhandes
Commit ba023efe73
Parents: bcea260f33

Update ZDRay UDMF specs and remove deleted features.

02-Oct-2023 (Monday) at 00:24:24 PDT by alexey.lysiuk
Commit a3eb1ec1fd
Parents: a7258de82e

  • fixed compilation with Clang

src/console/c_cmds.cpp:1310:40: error: cannot pass non-trivial object of type 'FString' to variadic function; expected type from format string was 'char *' [-Wnon-pod-varargs]

01-Oct-2023 (Sunday) at 17:40:40 PDT by Magnus Norddahl
Commit bcea260f33
Parents: cc8ba3b6f3

Fix misc bugs related to the dynamic lightmap and polybsp lines in the lightmapper

01-Oct-2023 (Sunday) at 14:38:14 PDT by Christoph Oelckers
Commit a7258de82e
Parents: 99fac235eb

print proper level and music names for mapinfo CCMD

01-Oct-2023 (Sunday) at 13:11:05 PDT by Magnus Norddahl
Commit cc8ba3b6f3
Parents: 241a2aa621

Simplify code

01-Oct-2023 (Sunday) at 13:09:18 PDT by Magnus Norddahl
Commit 241a2aa621
Parents: be2ed695c8

Split CreateSideSurfaces into multiple functions

28-Sep-2023 (Thursday) at 17:58:21 PDT by Rachael Alexanderson
Commit 99fac235eb
Parents: a53d3d6a6e

  • make clang happy

28-Sep-2023 (Thursday) at 17:35:41 PDT by Rachael Alexanderson
Commit a53d3d6a6e
Parents: d33f2697a3

  • add 'mapinfo' ccmd

01-Oct-2023 (Sunday) at 07:34:35 PDT by Rachael Alexanderson
Commit adeafa86e6
Parents: 431ec3da2a

  • set default backend to Vulkan, if Vulkan fails go GLES not OpenGL

01-Oct-2023 (Sunday) at 07:34:35 PDT by Rachael Alexanderson
Commit d33f2697a3
Parents: 40ec46e6ea

  • set default backend to Vulkan, if Vulkan fails go GLES not OpenGL

01-Oct-2023 (Sunday) at 06:17:05 PDT by Magnus Norddahl
Commit be2ed695c8
Parents: 70e0e85764

More SetSideTextureUVs adjustments

01-Oct-2023 (Sunday) at 05:56:01 PDT by Magnus Norddahl
Commit 70e0e85764
Parents: c6d03f8660

Remove CreateSurfaceTextureUVs

Newer commits | Older commits