Latest Raze Changes
Latest 50 commits, skipping 1550
Unofficial development builds at DRD Team
19-Oct-2023 (Thursday) at 12:05:17 PDT by Magnus Norddahl
Merge remote-tracking branch 'gzdoom/master' into merge-gzdoom19-Oct-2023 (Thursday) at 09:35:51 PDT by Christoph Oelckers
rewrite of HWWalls to allow grabbing the output from the render item generator.
17-Oct-2023 (Tuesday) at 17:21:34 PDT by dpjudas
Fix another descriptor pool out of memory error
17-Oct-2023 (Tuesday) at 11:54:04 PDT by Christoph Oelckers
minor backend update from Raze.
17-Oct-2023 (Tuesday) at 10:10:39 PDT by Magnus Norddahl
Add lm_dynamic UDMF boolean on sectors for marking if a sector should update its lightmap dynamically
17-Oct-2023 (Tuesday) at 09:30:48 PDT by Magnus Norddahl
Fix going out of bounds for the render area
16-Oct-2023 (Monday) at 16:42:46 PDT by dpjudas
Fix descriptor pool out of memory error
15-Oct-2023 (Sunday) at 08:23:13 PDT by Ricardo Luís Vaz Silva
give error instead of warning for zscript 4.12+ on return count mismatch
15-Oct-2023 (Sunday) at 07:21:07 PDT by Ricardo Luís Vaz Silva
warn when fewer returns than expected are given for a function
15-Oct-2023 (Sunday) at 08:16:24 PDT by Rachael Alexanderson
- fix error in last commit, >> should be <<
15-Oct-2023 (Sunday) at 07:14:00 PDT by Magnus Norddahl
Merge gl_light_shadowmap and gl_light_raytrace cvars as gl_light_shadows Rename gl_shadowmap_filter to gl_light_shadow_filter as it applies to raytraced shadows as well
15-Oct-2023 (Sunday) at 06:23:23 PDT by Magnus Norddahl
Minor menu tweaks and display the vulkan device name in the menus
14-Oct-2023 (Saturday) at 07:35:28 PDT by Rachael Alexanderson
- add
forcecullbackfaces
inmodeldef
11-Oct-2023 (Wednesday) at 11:13:35 PDT by Rachael Alexanderson
- this is version 4.11.1
07-Oct-2023 (Saturday) at 07:32:51 PDT by Ricardo Luís Vaz Silva
allow "&" instead of "out" in function pointer parameters
24-Sep-2023 (Sunday) at 14:17:30 PDT by Christoph Oelckers
- disable survey code again.
11-Oct-2023 (Wednesday) at 09:03:32 PDT by Ricardo Luís Vaz Silva
Add function pointer Properties
11-Oct-2023 (Wednesday) at 09:01:57 PDT by Ricardo Luís Vaz Silva
Allow FindFunctionPointer to return non-virtual methods
11-Oct-2023 (Wednesday) at 08:55:08 PDT by Ricardo Luís Vaz Silva
Fix deserialization of methods inside function pointers
11-Oct-2023 (Wednesday) at 08:46:23 PDT by Ricardo Luís Vaz Silva
Finish implementing function pointers
Allow using function literals with function pointers, allow narrowing classes parameter types, and widening classes in return types, allow pointers to non-static, non-virtual functions, add null checking to function calls
09-Oct-2023 (Monday) at 10:16:12 PDT by Ricardo Luís Vaz Silva
cleanup.
09-Oct-2023 (Monday) at 09:44:20 PDT by Ricardo Luís Vaz Silva
update/cleanup function pointers
10-Feb-2023 (Friday) at 04:44:32 PST by Ricardo Luís Vaz Silva
Implement Static Function Pointers
08-Oct-2023 (Sunday) at 02:54:14 PDT by Christoph Oelckers
use copystring instead of strdup when reading environments.
The mismatched the underlying code which allocates via copystring.
08-Oct-2023 (Sunday) at 00:37:12 PDT by Christoph Oelckers
fixed another bad string validation check involving GetChars
05-Oct-2023 (Thursday) at 09:29:20 PDT by Rachael Alexanderson
- make zs Actor.GetReplacement and Actor.GetReplacee clearscope
05-Oct-2023 (Thursday) at 07:40:28 PDT by Ricardo Luís Vaz Silva
Fix inheritance for bNoSaveGame
04-Oct-2023 (Wednesday) at 00:58:18 PDT by Professor Hastig
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
10-Oct-2023 (Tuesday) at 07:29:01 PDT by Rachael Alexanderson
- fix $PROGDIR expansion being case sensitive
10-Oct-2023 (Tuesday) at 04:46:33 PDT by Magnus Norddahl
Rename STARTLOGO to BOOTLOGO
09-Oct-2023 (Monday) at 14:32:48 PDT by Magnus Norddahl
Fix crash on maps with polyobjs
09-Oct-2023 (Monday) at 14:23:36 PDT by Magnus Norddahl
Forgot to commit the logo
09-Oct-2023 (Monday) at 10:20:44 PDT by Christoph Oelckers
added missing VMFunction struct definition
09-Oct-2023 (Monday) at 09:45:30 PDT by Christoph Oelckers
backend update from Raze.
Mainly a VMFunction script type and some associated utilities.
09-Oct-2023 (Monday) at 07:33:23 PDT by Magnus Norddahl
Enable the generic start screen and adjust its graphics to show a basic engine logo with a progress bar
08-Oct-2023 (Sunday) at 18:20:19 PDT by dpjudas
Remove multithreading RenderState as that seemed to be a poor approach
08-Oct-2023 (Sunday) at 03:14:50 PDT by Christoph Oelckers
add missing include to a_quake.cpp.
The GCC AppImage build reported
/usr/bin/ld: CMakeFiles/zdoom.dir/playsim/mapthinkers/a_quake.cpp.o: in function AActor::Distance2D(AActor*, bool) const': a_quake.cpp:(.text._ZNK6AActor10Distance2DEPS_b[_ZNK6AActor10Distance2DEPS_b]+0x2c): undefined reference to
AActor::PosRelative(AActor const*) const'
08-Oct-2023 (Sunday) at 02:54:14 PDT by Christoph Oelckers
use copystring instead of strdup when reading environments.
The mismatched the underlying code which allocates via copystring.
08-Oct-2023 (Sunday) at 02:40:34 PDT by Christoph Oelckers
allocate temporary state label strings from the compiler backend's allocator.
They share appoximate lifetime so this gets rid of 3 more copystring calls.
08-Oct-2023 (Sunday) at 00:37:12 PDT by Christoph Oelckers
fixed another bad string validation check involving GetChars
08-Oct-2023 (Sunday) at 00:27:46 PDT by Christoph Oelckers
fixed two bad validations of FName's.
07-Oct-2023 (Saturday) at 23:11:56 PDT by Christoph Oelckers
fixed some signed-ness issues.
07-Oct-2023 (Saturday) at 16:31:50 PDT by Ricardo Luís Vaz Silva
try to fix gcc thinking the vectors are uninitialized
07-Oct-2023 (Saturday) at 16:05:01 PDT by Ricardo Luís Vaz Silva
final final GetChars fix on linux
07-Oct-2023 (Saturday) at 15:54:21 PDT by Ricardo Luís Vaz Silva
hopefully the last few GetChars fixes for linux
07-Oct-2023 (Saturday) at 15:46:27 PDT by Ricardo Luís Vaz Silva
more GetChars fixes in linux/macOS
07-Oct-2023 (Saturday) at 15:34:06 PDT by Ricardo Luís Vaz Silva
fix GetChars in linux/macOS
07-Oct-2023 (Saturday) at 14:44:01 PDT by Christoph Oelckers
the remaining GetChars additions.
The offending operator const char * no longer exists.
07-Oct-2023 (Saturday) at 14:35:47 PDT by Magnus Norddahl
Don't show the startup window. This isn't zdoom and it isn't 1998. :)
07-Oct-2023 (Saturday) at 14:29:24 PDT by Christoph Oelckers
yet even more GetChars calls added.