Christoph Oelckers
a669d3718f
- copy size info from defaults when starting a list menu block.
2022-04-15 22:30:11 +02:00
Christoph Oelckers
e7f78ce911
- 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.
2022-04-15 22:25:04 +02:00
Emile Belanger
3724f8a67c
GLES: Fix blend flags
2022-04-15 21:06:27 +02:00
Christoph Oelckers
9c5b284d72
- fixed bad color range check in ACS HudMessage code.
2022-04-14 14:04:26 +02:00
Christoph Oelckers
d0e1aea273
- fixed Dehacked check for A_ConsumeAmmo.
...
This must use the internal function name.
2022-04-14 12:21:24 +02:00
Christoph Oelckers
8b1d671f6b
- fixed y-offsets of bal7scr* decal images.
2022-04-13 08:10:20 +02:00
Christoph Oelckers
8b20c69a76
- removed duplicate light definition
2022-04-12 01:11:04 +02:00
Christoph Oelckers
29d1739371
- let A_SpawnParticle respect the float bob offset
2022-04-12 00:52:11 +02:00
Christoph Oelckers
18ebc9986e
- separate message for disabling noclip2
2022-04-12 00:51:34 +02:00
Christoph Oelckers
7c2d315479
- added a nullptr check for StatusBar when drawing „Paused“
...
It looks like some edge cases can trigger this.
2022-04-12 00:37:15 +02:00
Christoph Oelckers
c4408d8536
- added a bit of hackery so that compatmode CVAR can be set up on startup
2022-04-12 00:31:31 +02:00
Christoph Oelckers
dfdf330722
- make menu scale adjustments for ultra-wide aspect ratios.
2022-04-12 00:30:43 +02:00
Christoph Oelckers
bc566fac4e
- 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.
2022-04-12 00:17:25 +02:00
Christoph Oelckers
f3d557bcf5
- fixed: The skill menu did not remember its last selection.
2022-04-12 00:04:45 +02:00
Rachael Alexanderson
36245ae598
- allow artifacts that do not automatically activate to be given by the 'give artifacts' cheat
2022-04-11 15:59:20 -04:00
Christoph Oelckers
a97a2ec133
- backend sync with Raze
...
Nothing really useful here…
2022-04-11 00:26:50 +02:00
Christoph Oelckers
45e7badb71
- avoid passing game structs to common backend code
...
InitLightmap was using a „FLevelLocals“ pointer, better pass the needed elements separately instead.
2022-04-11 00:01:30 +02:00
Lippeth
af957b438a
reverted language change
2022-04-09 22:46:20 +02:00
Lippeth
9de7721e62
reverted language change
2022-04-09 22:46:20 +02:00
Lippeth
7830033722
- added vertical bullet spread relative to ssg
2022-04-09 22:46:20 +02:00
Emanuele Disco
71dedf6c87
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?
2022-04-09 22:45:31 +02:00
inkoalawetrust
3d1ddbc80e
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.
2022-04-07 23:32:16 -04:00
Christoph Oelckers
e0289eb0ac
- fixed Font struct export and removed the duplicate handler.
2022-04-07 15:11:50 +02:00
Rachael Alexanderson
049124ed21
- fix spacing in udmf-zdoom specs document
2022-04-06 04:06:20 -04:00
Christoph Oelckers
d05ea1965a
- removed documentation of never implemented UDMF properties
2022-04-04 00:11:16 +02:00
Christoph Oelckers
89999be49e
- fix detection for misplaced | when creating the small fallback font
...
This needs doomtemplate set.
2022-04-04 00:05:06 +02:00
Gibbon
4d3f767f47
typo 'Yea' instead of 'Yes'
2022-04-02 19:21:37 +02:00
Christoph Oelckers
27cba4c990
- implement proper GC handling for AActor::ViewPos.
2022-04-02 07:52:50 +02:00
alexey.lysiuk
4049a0d8f1
- updated zlib to 1.2.12
...
https://www.zlib.net/zlib-1.2.12.tar.gz
2022-03-31 09:47:31 +03:00
Marisa Kirisame
eeb67bcec3
Use RDTSC equivalent on AARCH64.
2022-03-25 17:01:39 +01:00
RaveYard
196d2efc86
Add CHF_DONTIDLE for A_Chase
2022-03-23 21:51:35 +01:00
Christoph Oelckers
21cd42cdfb
- fixed exittext definition for Harmony.
...
This wasn't using the string table.
2022-03-23 12:27:22 +01:00
Christoph Oelckers
a685754abf
- added a time widget to the level stats display on the alt HUD, similar to how Raze does it.
2022-03-22 08:35:18 +01:00
Christoph Oelckers
c98c93914d
- text update
2022-03-18 18:17:02 +01:00
Rachael Alexanderson
b9e0473392
- move richpresence into common code to be sync with Raze
2022-03-18 03:36:34 -04:00
Christoph Oelckers
701b7c3902
- silence the noisy warning output of the discordrpc subproject.
2022-03-17 08:14:08 +01:00
Rachael Alexanderson
6cc03aba16
- add gl_satformula == 2 - an optional 'more accurate' desaturation
2022-03-16 13:33:29 -04:00
Christoph Oelckers
fe4c95a03e
- fixed order of slope creation so that slope copies are the last thing being done.
2022-03-16 08:06:59 +01:00
Marisa Kirisame
7ba5a74f2e
correct preprocessor fall-through for stats.h
(linux)
2022-03-15 18:12:53 -04:00
Marisa Kirisame
0937068dad
Fix compilation on GCC7.
2022-03-15 18:12:53 -04:00
Marisa Kirisame
9578c23aa1
Use RDTSC on Linux if possible for stats.
2022-03-15 18:12:53 -04:00
Rachael Alexanderson
d348bad823
- only overwrite rpath if not already defined
2022-03-11 23:11:08 -05:00
Rachael Alexanderson
bfd0f8fa0a
- silence error C5045 in MSVC
2022-03-11 11:02:55 -05:00
Rachael Alexanderson
47333badba
- remove extra rapidjson library, use internal one from gzdoom instead
2022-03-11 10:55:30 -05:00
Rachael Alexanderson
3723b79b3b
- fix DiscordAppId and SteamAppId from GameInfo
2022-03-11 10:43:50 -05:00
Rachael Alexanderson
e212fa1310
- remove drpc example files
2022-03-10 15:12:18 -05:00
Rachael Alexanderson
18def622b4
- remove examples from DiscordRPC library - we don't need them. the library is freely available for anyone who needs them.
2022-03-10 15:09:53 -05:00
Rachael Alexanderson
add069885f
- add i_discordrpc (defaults false) to control Discord Presence
2022-03-10 14:12:19 -05:00
Rachael Alexanderson
8fe07f1449
- add steamappid field for DRPC
2022-03-10 00:03:50 -05:00
Rachael Alexanderson
f5eab7d3e8
- oops, add missing file
2022-03-09 22:53:30 -05:00