Latest Raze Changes

Latest 50 commits, skipping 2950

Unofficial development builds at DRD Team

Newer commits | Older commits

02-Oct-2022 (Sunday) at 05:20:15 PDT by Christoph Oelckers
Commit 65f6e788eb
Parents: 307ff4e163

  • moved gitinfo.h into the backend

02-Oct-2022 (Sunday) at 05:08:07 PDT by Christoph Oelckers
Commit 307ff4e163
Parents: 34f30ee70b

  • pass filename to I_WriteIniFailed as parameter.

This accessed game data from the backend.

02-Oct-2022 (Sunday) at 05:04:24 PDT by Christoph Oelckers
Commit 34f30ee70b
Parents: 01f8131969

  • remove gi.h includes in backend code.

02-Oct-2022 (Sunday) at 05:01:43 PDT by Christoph Oelckers
Commit 01f8131969
Parents: 12adee5256

  • moved chatmodeon to the backend.

02-Oct-2022 (Sunday) at 04:57:36 PDT by Christoph Oelckers
Commit 12adee5256
Parents: 78360c1888

  • fixed a few includes

30-Sep-2022 (Friday) at 00:44:27 PDT by Player701
Commit 78360c1888
Parents: 1b762474f0

  • Exported GetDisplayTopOffset for font characters to ZScript

29-Sep-2022 (Thursday) at 00:04:26 PDT by Rachael Alexanderson
Commit f9c9edc6f9 (tdbots)
Parents: aa856af904 1b762474f0

Merge remote-tracking branch 'origin/master' into tdbots#

Conflicts:

  • #
  • src/playsim/bots/b_func.cpp
  • #
  • src/playsim/bots/b_move.cpp
  • #
  • src/playsim/bots/b_think.cpp

27-Sep-2022 (Tuesday) at 15:21:01 PDT by Christoph Oelckers
Commit 1b762474f0
Parents: 69b9f107f0

  • added missing obituary for Strife's turret.

24-Sep-2022 (Saturday) at 15:25:18 PDT by inkoalawetrust
Commit 69b9f107f0
Parents: 502c9fef5c

Added support for BLOCKLANDMONSTERS in Line_SetBlocking.

This PR was written by MrRaveYard

25-Sep-2022 (Sunday) at 12:58:54 PDT by Magnus Norddahl
Commit 943cbd59e9
Parents: d3ed7be087

Add AABB tree collision structure to the doom level mesh for threadsafe trace calls for the sprite light

24-Sep-2022 (Saturday) at 11:12:36 PDT by inkoalawetrust
Commit 502c9fef5c
Parents: 662027f429

Added APROP_FriendlySeeBlocks to Set/GetActorProperty

21-Sep-2022 (Wednesday) at 13:43:43 PDT by Magnus Norddahl
Commit d3ed7be087
Parents: 218e43984b

Remove light probes completely and make decals use the lightmap

04-Sep-2022 (Sunday) at 07:07:38 PDT by ZZYZX
Commit 662027f429
Parents: a4a4e4e9f9

Fix typo that was always calling SetXOffset even in SetYOffset

04-Sep-2022 (Sunday) at 01:58:42 PDT by ZZYZX
Commit a4a4e4e9f9
Parents: f049421831

Fix planeval; add direct sector slope manipulation

04-Sep-2022 (Sunday) at 01:25:00 PDT by ZZYZX
Commit f049421831
Parents: a58acfc625

Modify to have one GetVertexZ rather than IsVertexZSet / GetVertexZ

04-Sep-2022 (Sunday) at 01:06:23 PDT by ZZYZX
Commit a58acfc625
Parents: dbe696751b

Add vertex height manipulation functions to LevelPostProcessor

18-Sep-2022 (Sunday) at 08:37:15 PDT by Markus ⛅
Commit dbe696751b
Parents: 18a67cfdb2

Fix typo

12-Sep-2022 (Monday) at 05:09:50 PDT by Alison Watson
Commit 18a67cfdb2
Parents: c6d6322494

use constexpr constructor for PARAM_COLOR_AT

12-Sep-2022 (Monday) at 05:08:32 PDT by Alison Watson
Commit c6d6322494
Parents: fb32ff45dd

use PalEntry instead of int for ParseDrawTextureTags

05-Sep-2022 (Monday) at 19:35:12 PDT by Alison Watson
Commit fb32ff45dd
Parents: 12995b84c7

fix Screen.DrawShapeFill not properly setting renderstyle

08-Sep-2022 (Thursday) at 05:41:36 PDT by Chronos Ouroboros
Commit 12995b84c7
Parents: 7ce364bf0f

  • fixed FDynArray_Obj not performing write barriers properly.

15-Sep-2022 (Thursday) at 17:34:46 PDT by nashmuhandes
Commit 7ce364bf0f
Parents: c87e87365d

Add sv_noextraammo. When set to true, disables that weird hardcoded behavior from original Doom that gives extra ammo when picking up weapons in deathmatch

08-Sep-2022 (Thursday) at 04:30:00 PDT by Christoph Oelckers
Commit c87e87365d
Parents: 175c91308a

  • fixed: all script methods adding an object to a dynamic array must perform a write barrier.

04-Sep-2022 (Sunday) at 00:01:57 PDT by Christoph Oelckers
Commit 175c91308a
Parents: 8cba80a2cd

  • move BobSin to game side.

03-Sep-2022 (Saturday) at 23:58:45 PDT by Christoph Oelckers
Commit 8cba80a2cd
Parents: 664ccf8a7c

Revert "- fixed allocation size when constructing a string from a file system entry."

This reverts commit 513d8cea8ddbd62cdd17e017403e07052a8ac021.

This change broke voxel loading and possibly other things as well

03-Sep-2022 (Saturday) at 16:04:58 PDT by inkoalawetrust
Commit 664ccf8a7c
Parents: ca6a2152b9

23-Aug-2022 (Tuesday) at 09:06:32 PDT by Rachael Alexanderson
Commit ca6a2152b9
Parents: 06ee21c51d

  • add freezetics actor property

03-Sep-2022 (Saturday) at 14:37:48 PDT by Rachael Alexanderson
Commit 06ee21c51d
Parents: ba83879e99

  • allow notification of actor goal is reached inside of a SECF_NOATTACK sector

30-Aug-2022 (Tuesday) at 14:21:08 PDT by Emile Belanger
Commit ba83879e99
Parents: 7afcf43f20

GLES2: Fix anistropic filtering

29-Aug-2022 (Monday) at 00:42:07 PDT by alexey.lysiuk
Commit 7afcf43f20
Parents: c7e425f759

  • disabled discord-rpc debug info for configurations without it

26-Aug-2022 (Friday) at 09:32:23 PDT by Christoph Oelckers
Commit c7e425f759
Parents: 7ad09c7a77

  • make TAngle::Degrees() constexpr.

26-Aug-2022 (Friday) at 09:17:02 PDT by Christoph Oelckers
Commit 7ad09c7a77
Parents: ed5287ef23

  • fixed sky cap color handling

Backported from Raze

26-Aug-2022 (Friday) at 09:02:39 PDT by Christoph Oelckers
Commit ed5287ef23
Parents: 4032576519

  • added Q16 and Build angle converters to TAngle

To have full coverage. Q16 is what ACS uses and Build angles are needed in Raze.

26-Aug-2022 (Friday) at 08:38:48 PDT by Christoph Oelckers
Commit 4032576519
Parents: 3d2578820b

  • blocked off direct access to TAngle’s internal storage.

26-Aug-2022 (Friday) at 08:21:34 PDT by Christoph Oelckers
Commit 3d2578820b
Parents: f0fbdba593

  • block direct comparisons of TAngle with floats

25-Aug-2022 (Thursday) at 15:56:53 PDT by Christoph Oelckers
Commit f0fbdba593
Parents: 8468f712e0

  • disable implicit conversions from float to TAngle

26-Aug-2022 (Friday) at 06:18:45 PDT by Christoph Oelckers
Commit 87ba51c56e (TAngle)
Parents: bbf6a2484e

  • added Q16 and Build angle converters to TAngle

To have full coverage. Q16 is what ACS uses and Build angles are needed in Raze.

26-Aug-2022 (Friday) at 04:38:48 PDT by Christoph Oelckers
Commit bbf6a2484e
Parents: 41fe4fe4a3

  • blocked off direct access to TAngle’s internal storage.

26-Aug-2022 (Friday) at 04:08:36 PDT by Christoph Oelckers
Commit 41fe4fe4a3
Parents: 1108df752b

  • block direct comparisons of TAngle with floats

25-Aug-2022 (Thursday) at 15:56:53 PDT by Christoph Oelckers
Commit 1108df752b
Parents: 8468f712e0

  • disable implicit conversions from float to TAngle

26-Aug-2022 (Friday) at 01:09:54 PDT by Rachael Alexanderson
Commit 8468f712e0
Parents: 8c0ad50db3

  • fix arti teleport and arti teleother not respecting useplayerstartz mapflag

24-Aug-2022 (Wednesday) at 09:11:09 PDT by Marisa the Magician
Commit 8c0ad50db3
Parents: f27acfa6b2

UE1 models now handle frame index -1 properly.

18-Aug-2022 (Thursday) at 21:15:29 PDT by Yarn366
Commit f27acfa6b2
Parents: 0eae1b9be2

Add support for the GOG releases of the Unity versions of Doom and Doom II.

18-Aug-2022 (Thursday) at 08:16:37 PDT by Magnus Norddahl
Commit 218e43984b
Parents: 815720f4db

Add missing reset of LightIndex after use

17-Aug-2022 (Wednesday) at 21:42:27 PDT by Rachael Alexanderson
Commit 0eae1b9be2
Parents: 4bdb8edea6

  • change the Linux/BSD version of system call to std::system

17-Aug-2022 (Wednesday) at 19:11:04 PDT by Magnus Norddahl
Commit 815720f4db
Parents: 4bdb8edea6

Switch actors from using light probes to performing trace visibility tests

17-Aug-2022 (Wednesday) at 15:06:40 PDT by Christoph Oelckers
Commit 4bdb8edea6
Parents: 03c725c0da

  • removed redundant argument.

17-Aug-2022 (Wednesday) at 14:27:49 PDT by Christoph Oelckers
Commit 03c725c0da (macos_paths)
Parents: 532a493752

  • use NSFileManager on macOS to handle the current directory.

17-Aug-2022 (Wednesday) at 13:57:30 PDT by Christoph Oelckers
Commit 532a493752
Parents: 7f3c09c918

  • get_current_dir_name apparently does not exist on macOS

17-Aug-2022 (Wednesday) at 13:51:39 PDT by Christoph Oelckers
Commit 7f3c09c918
Parents: e261132db0

  • use get_current_dir_name for I_GetCWD on POSIX.

Newer commits | Older commits