Latest UZDoom Changes
Latest 50 commits, skipping 3550
Unofficial development builds at DRD Team
15-Apr-2022 (Friday) at 13:30:11 PDT by Christoph Oelckers
- copy size info from defaults when starting a list menu block.
15-Apr-2022 (Friday) at 13:24:34 PDT by Christoph Oelckers
- handle cases of empty state labels in ZScript.
Sadly this cannot print a full error message because it got no context for it when it is detected.
15-Apr-2022 (Friday) at 07:14:17 PDT by Emile Belanger
GLES: Fix blend flags
14-Apr-2022 (Thursday) at 05:04:26 PDT by Christoph Oelckers
- fixed bad color range check in ACS HudMessage code.
14-Apr-2022 (Thursday) at 03:21:24 PDT by Christoph Oelckers
- fixed Dehacked check for A_ConsumeAmmo.
This must use the internal function name.
12-Apr-2022 (Tuesday) at 23:09:49 PDT by Christoph Oelckers
- fixed y-offsets of bal7scr* decal images.
11-Apr-2022 (Monday) at 16:11:04 PDT by Christoph Oelckers
- removed duplicate light definition
11-Apr-2022 (Monday) at 15:52:11 PDT by Christoph Oelckers
- let A_SpawnParticle respect the float bob offset
11-Apr-2022 (Monday) at 15:51:34 PDT by Christoph Oelckers
- separate message for disabling noclip2
11-Apr-2022 (Monday) at 15:37:15 PDT by Christoph Oelckers
- added a nullptr check for StatusBar when drawing „Paused“
It looks like some edge cases can trigger this.
11-Apr-2022 (Monday) at 15:31:31 PDT by Christoph Oelckers
- added a bit of hackery so that compatmode CVAR can be set up on startup
11-Apr-2022 (Monday) at 15:30:43 PDT by Christoph Oelckers
- make menu scale adjustments for ultra-wide aspect ratios.
11-Apr-2022 (Monday) at 15:17:25 PDT by Christoph Oelckers
- treat PSP layer ID 0 as invalid
No PSprites with this ID may ever be created, as there is no means to find them again.
11-Apr-2022 (Monday) at 15:04:45 PDT by Christoph Oelckers
- fixed: The skill menu did not remember its last selection.
11-Apr-2022 (Monday) at 12:59:20 PDT by Rachael Alexanderson
- allow artifacts that do not automatically activate to be given by the 'give artifacts' cheat
10-Apr-2022 (Sunday) at 15:26:50 PDT by Christoph Oelckers
- backend sync with Raze
Nothing really useful here…
10-Apr-2022 (Sunday) at 15:01:30 PDT by Christoph Oelckers
- avoid passing game structs to common backend code
InitLightmap was using a „FLevelLocals“ pointer, better pass the needed elements separately instead.
04-Apr-2022 (Monday) at 15:21:58 PDT by Lippeth
reverted language change
04-Apr-2022 (Monday) at 15:20:09 PDT by Lippeth
reverted language change
04-Apr-2022 (Monday) at 09:02:54 PDT by Lippeth
- added vertical bullet spread relative to ssg
08-Apr-2022 (Friday) at 11:30:10 PDT by Emanuele Disco
Fixed GUS Emulation with DMXGUS(C) lump conf.
- changed default value for midi_config to empty string since gus is not working with sf2 file
- fixed SetupDMXGUS not loading lump correctly, wrong use of CheckNumForFullName
- midi_config default to empty string, since lzdoom.sf2 doesn't seem supported (distorted sound)
- added absolute paths to FZipPatReader so we can add custom patches to resource files by using gus_patchdir and/or ULTRADIR variable (some custom maps has custom patches that can be added this way without putting them inside the resource file or in the same folder of the configuration file)
- set timidity_reverb_level min value to 0 in menudef.txt, set to 9 by mistake?
07-Apr-2022 (Thursday) at 20:32:16 PDT by inkoalawetrust
Toggleable player following. (#1583)
- Added MF8_DONTFOLLOWPLAYERS.
Added the MF8_DONTFOLLOWPLAYERS flag, which allows friendly monsters to not follow their FriendPlayer when they have no target or goal left to head to.
- Changed the order that the DONTFOLLOWPLAYERS check runs in.
This is done to not produce unnecessary overhead on hostile monsters.
07-Apr-2022 (Thursday) at 06:11:20 PDT by Christoph Oelckers
- fixed Font struct export and removed the duplicate handler.
06-Apr-2022 (Wednesday) at 01:06:20 PDT by Rachael Alexanderson
- fix spacing in udmf-zdoom specs document
03-Apr-2022 (Sunday) at 15:11:16 PDT by Christoph Oelckers
- removed documentation of never implemented UDMF properties
03-Apr-2022 (Sunday) at 15:05:06 PDT by Christoph Oelckers
- fix detection for misplaced | when creating the small fallback font
This needs doomtemplate set.
02-Apr-2022 (Saturday) at 04:21:00 PDT by Gibbon
typo 'Yea' instead of 'Yes'
01-Apr-2022 (Friday) at 22:52:22 PDT by Christoph Oelckers
- implement proper GC handling for AActor::ViewPos.
30-Mar-2022 (Wednesday) at 23:47:31 PDT by alexey.lysiuk
- updated zlib to 1.2.12
25-Mar-2022 (Friday) at 09:01:39 PDT by Marisa Kirisame
Use RDTSC equivalent on AARCH64.
23-Mar-2022 (Wednesday) at 11:56:27 PDT by RaveYard
Add CHF_DONTIDLE for A_Chase
23-Mar-2022 (Wednesday) at 04:27:22 PDT by Christoph Oelckers
- fixed exittext definition for Harmony.
This wasn't using the string table.
22-Mar-2022 (Tuesday) at 00:35:18 PDT by Christoph Oelckers
- added a time widget to the level stats display on the alt HUD, similar to how Raze does it.
18-Mar-2022 (Friday) at 10:17:02 PDT by Christoph Oelckers
- text update
18-Mar-2022 (Friday) at 00:36:24 PDT by Rachael Alexanderson
- move richpresence into common code to be sync with Raze
17-Mar-2022 (Thursday) at 00:13:28 PDT by Christoph Oelckers
- silence the noisy warning output of the discordrpc subproject.
16-Mar-2022 (Wednesday) at 10:33:56 PDT by Rachael Alexanderson
Merge branch 'master' into tdbots16-Mar-2022 (Wednesday) at 10:32:56 PDT by Rachael Alexanderson
- add gl_satformula == 2 - an optional 'more accurate' desaturation
16-Mar-2022 (Wednesday) at 00:06:59 PDT by Christoph Oelckers
- fixed order of slope creation so that slope copies are the last thing being done.
08-Mar-2022 (Tuesday) at 14:50:35 PST by Marisa Kirisame
correct preprocessor fall-through for stats.h
(linux)
08-Mar-2022 (Tuesday) at 10:13:38 PST by Marisa Kirisame
Fix compilation on GCC7.
08-Mar-2022 (Tuesday) at 08:54:19 PST by Marisa Kirisame
Use RDTSC on Linux if possible for stats.
14-Mar-2022 (Monday) at 13:02:20 PDT by Rachael Alexanderson
- clear bot cmd before every tic
11-Mar-2022 (Friday) at 21:33:59 PST by Rachael Alexanderson
- remove gzdoom-tdbots.pk3 and its loader
11-Mar-2022 (Friday) at 20:53:42 PST by Rachael Alexanderson
export native Bot.Thinker(ticcmd cmd)
as virtual
11-Mar-2022 (Friday) at 20:19:03 PST by Rachael Alexanderson
Merge branch 'master' of https://github.com/coelckers/gzdoom into tdbots11-Mar-2022 (Friday) at 20:11:08 PST by Rachael Alexanderson
- only overwrite rpath if not already defined
11-Mar-2022 (Friday) at 08:02:55 PST by Rachael Alexanderson
- silence error C5045 in MSVC
11-Mar-2022 (Friday) at 07:55:30 PST by Rachael Alexanderson
- remove extra rapidjson library, use internal one from gzdoom instead
11-Mar-2022 (Friday) at 07:43:50 PST by Rachael Alexanderson
- fix DiscordAppId and SteamAppId from GameInfo