Latest Raze Changes
Latest 50 commits, skipping 950
Unofficial development builds at DRD Team
09-Jul-2024 (Tuesday) at 07:51:31 PDT by Ricardo Luís Vaz Silva
fix compilation
07-Jul-2024 (Sunday) at 06:54:49 PDT by Ricardo Luís Vaz Silva
handle freeze in decoupled animations
07-Jul-2024 (Sunday) at 11:08:30 PDT by Dileep V. Reddy
retrigger checks
07-Jul-2024 (Sunday) at 10:43:53 PDT by Dileep V. Reddy
Defining MY_SQRT2 in r_utility.cpp also to keep visual studio happy.
07-Jul-2024 (Sunday) at 10:34:43 PDT by Dileep V. Reddy
Defining MY_SQRT2 in hw_sprites.cpp to keep visual studio happy (it couldn't find M_SQRT2 definition).
07-Jul-2024 (Sunday) at 10:23:27 PDT by Dileep V. Reddy
Including math.h in hw_sprites.cpp to keep visual studio happy (it couldn't find M_SQRT2 definition).
26-May-2024 (Sunday) at 14:21:58 PDT by Boondorl
Misc network fixes
Fixed missing teleport specials when predicting. Added rubberband limit; if too far away from the predicted position, will instead instantly snap the player's view to their new spot. Deprecated cl_noprediction; this was pointless as you'd never not want to predict your position/angles. Fixed angle targets not being backed up. Fixed oldbuttons not being set. Updated menu
30-Jun-2024 (Sunday) at 13:39:00 PDT by Dileep V. Reddy
SpectatorCamera vertical shift.
25-Jun-2024 (Tuesday) at 12:51:48 PDT by MrRaveYard
Add missing GC write barrier
26-Jun-2024 (Wednesday) at 04:30:41 PDT by Dileep V. Reddy
Dithered transparency for non-corpse monsters only (and missiles).
24-Jun-2024 (Monday) at 19:21:31 PDT by Dileep V. Reddy
Dithered transparency condition tweaks.
10-Jun-2024 (Monday) at 20:28:19 PDT by Ricardo Luís Vaz Silva
add total chaos retro and full maps to compatibility.txt
10-Jun-2024 (Monday) at 12:54:38 PDT by Ricardo Luís Vaz Silva
add COMPATF2_NOACSARGCHECK to disable ACS function argument count checks
15-Mar-2024 (Friday) at 01:41:25 PDT by dpjudas
Turn on the output limiter
24-Jun-2024 (Monday) at 13:18:30 PDT by Dileep V. Reddy
Feature-complete isometric mode fork.
23-Jun-2024 (Sunday) at 16:18:05 PDT by Major Cooke
Fixed Pre(Un)Morph being called out of order.
- This had broken several mods that relied on the inventory being in place before the switch, which was the intended way to begin with.
23-Jun-2024 (Sunday) at 07:44:13 PDT by Major Cooke
Added SPF_ROLLCENTER for particles and visual thinkers.
23-Jun-2024 (Sunday) at 07:05:45 PDT by Major Cooke
Added SPF_(NO)FACECAMERA flagst for specifying camera facing on particles and visual thinkers.
- This also adds ensures facing camera is applied to these via the option menu.
16-Jun-2024 (Sunday) at 10:19:58 PDT by nashmuhandes
Add X, Y and Z offsets for VOXELDEF. Needed for voxelized weapons which would typically be very large and take up the majority of the 256x256x256 canvas, therefore making precise positioning of the models relative to the screen pretty much impossible without tweakable offsets.
15-Jun-2024 (Saturday) at 03:14:10 PDT by nashmuhandes
Rename SourceRadius to SoftShadowRadius (to match VKDoom)
05-Jun-2024 (Wednesday) at 15:43:25 PDT by Ricardo Luís Vaz Silva
Fix A_SetAnimation
01-Jun-2024 (Saturday) at 07:24:12 PDT by Ricardo Luís Vaz Silva
restrict new relaxed named arguments to zscript >= 4.13
30-May-2024 (Thursday) at 23:07:31 PDT by Ricardo Luís Vaz Silva
Rework named arguments
Now allows arguments to be in any arbitrary position, and allows required arguments to be named
30-May-2024 (Thursday) at 23:02:50 PDT by Ricardo Luís Vaz Silva
Fix memory leak on TDeletingArray move assignment
06-May-2024 (Monday) at 12:41:18 PDT by Acts 19 quiz
Narrow the Launcher check box clickable areas to stop overlap and fix #2558
14-May-2024 (Tuesday) at 06:26:12 PDT by nashmuhandes
Scriptified the view squatting.
25-May-2024 (Saturday) at 19:41:30 PDT by Boondorl
Added missing player retranslation
Play-scoped team changing function.
23-May-2024 (Thursday) at 09:16:34 PDT by Boondorl
Added ChangeTeam function for teamplay
Also removes the TeamLibrary global since all it did was call what should've been static functions.
29-Apr-2024 (Monday) at 04:43:14 PDT by Boondorl
Network messages will now show usernames instead of just numbers
Gives more useful feedback as it's not obvious which node belongs to who.
Added line breaks to network messages for cases where a large amount of players are desynced.
17-May-2024 (Friday) at 17:03:44 PDT by Boondorl
Inventory item spawn fixes
Default player items and shared items are no longer capable of being duplicated regardless of item flags. Shared items now give a true copy of the item. Fixed incorrect effects playing from item copies. Dropped items can no longer be shared.
12-May-2024 (Sunday) at 15:32:36 PDT by Boondorl
Added subclassing for use commands
Allows for finding subclasses when using the item commands that search the inventory. Can be either true/false or 0/1.
06-May-2024 (Monday) at 16:08:41 PDT by Kartinea
Fix invisibility affect on enemies
When performing the ShadowBlock check, we previously would return a nullptr actor if nothing was between the monster and the player. This resulted in the monster aiming as if you didn't have invisibility.
Fall back to returning the target actor if it is shadowed but nothing is in between the two.
21-May-2024 (Tuesday) at 00:09:21 PDT by Rachael Alexanderson
- simplify squishing to square pixels for particles and rollsprites
20-May-2024 (Monday) at 12:08:13 PDT by Ricardo Luís Vaz Silva
partial fix for FString::IsInt()
18-May-2024 (Saturday) at 01:24:00 PDT by Jan Engelhardt
Provide a diagnostic message for the two 32-bit related static_asserts
10-Apr-2023 (Monday) at 20:18:41 PDT by Xaser Acheron
don't show secret-flagged linedefs with special color on am_cheat 4 and above
10-May-2024 (Friday) at 12:33:56 PDT by Boondorl
Fixed unmorphed Actors still ticking
21-Apr-2024 (Sunday) at 08:31:12 PDT by Ricardo Luís Vaz Silva
Fix MacOS Compilation
21-Apr-2024 (Sunday) at 08:25:14 PDT by Ricardo Luís Vaz Silva
fix CheckParmList
seems like it was checking the second char for '+' instead of the first
21-Apr-2024 (Sunday) at 08:20:36 PDT by Ricardo Luís Vaz Silva
Handle Extra Args
21-Apr-2024 (Sunday) at 06:50:27 PDT by Ricardo Luís Vaz Silva
Revert "- hide the additional parameters for now, this needs to be added in later"
This reverts commit fde6c863d171ab5b071d45dd47cb03861937d376.
03-May-2024 (Friday) at 11:45:25 PDT by Rachael Alexanderson
- fix always show iwad box - don't show if queryiwad is false, or if -iwad parameter is used
03-May-2024 (Friday) at 11:32:20 PDT by Rachael Alexanderson
- make roll and flat sprites square
03-May-2024 (Friday) at 06:45:20 PDT by Rachael Alexanderson
- always show iwad picker, offer option for forks to hide picker by default. this commit was intentionally done in a way to cause merge conflicts so as to force fork maintainers to pay attention to the new option in version.h
02-May-2024 (Thursday) at 23:03:58 PDT by Rachael Alexanderson
- make particles square
01-May-2024 (Wednesday) at 13:46:07 PDT by Xaser Acheron
add mbf21 and mbf21 (strict) compatibility presets
01-May-2024 (Wednesday) at 08:57:11 PDT by Christoph Oelckers
fixed GL nodes loader for maps loaded from mounted folders.
Due to how the reader is created, READER_NEW will not work for it, it needs to force READER_CACHED.
01-May-2024 (Wednesday) at 03:20:06 PDT by Christoph Oelckers
don't abort when parsing the Steam config fails.
01-May-2024 (Wednesday) at 02:58:30 PDT by Christoph Oelckers
strip spaces from language labels.
01-May-2024 (Wednesday) at 00:49:45 PDT by Christoph Oelckers
fixed: The savegame's PNG loader must use a caching FileReader to avoid holding a handle to the containing file.
This blocked savegame deletion.