Commit graph

148 commits

Author SHA1 Message Date
ddbc59939b Add option to render minimap to a fixed-size canvas. 2023-01-16 13:28:10 +01:00
525b9e33eb Use new let syntax for multiple returns. 2023-01-14 19:14:39 +01:00
d0fddbf8a3 Testing changes for GZDoom 4.11/5.0. 2023-01-08 14:58:06 +01:00
2b41ba0225 CVar caching is no longer needed. 2022-12-29 13:20:08 +01:00
081402251f Critical typo fix in minimap code. 2022-12-28 11:45:45 +01:00
4000d095df Some broader support for old map author text handling. 2022-12-28 11:44:29 +01:00
116bca4b0b Show "all keys" doors as multicolor in the minimap.
Deprecate IsValidLockNum and GetLockColor utility functions.
2022-12-23 18:26:12 +01:00
1aef77f0ac Split HUD code into multiple files. 2022-12-15 13:59:44 +01:00
d54202d533 Add option to filter healthbars to monsters only. 2022-12-15 13:22:40 +01:00
64a748541e Fix typo resulting in inconsistent 3D floor boundaries on minimap. 2022-12-08 00:28:03 +01:00
02dd50101e Use CORRECTPIXELSTRETCH where needed. 2022-12-05 14:50:16 +01:00
8e952f412f 4.10 support update (unfinished and untested). 2022-12-05 02:10:56 +01:00
b33e85c1ef Potentially fix some missing notification strings. 2022-12-01 10:20:49 +01:00
e5cb2700f0 Fix cloaked face not cropping in hud. 2022-12-01 09:47:27 +01:00
75adec38d2 Put dialogues into the console using PRINT_NONOTIFY. 2022-11-22 11:06:39 +01:00
94de5fb957 Rewrite second half of Heresiarch's Seminary dialogue to be less awkward. 2022-11-22 10:55:39 +01:00
d4e8cf7844 Tweak hammer spin to make it slightly less chaotic. 2022-11-17 16:54:08 +01:00
d8bf8a6063 Fix incorrect values in HUD for unobtained ammo. 2022-11-16 22:34:26 +01:00
24dfc887a9 Clean up no longer needed TRACE_HitNone special handing in various spots. 2022-11-14 00:18:38 +01:00
aa8e152e0f Strip newline on messages directly, rather than when appending. 2022-11-06 16:24:25 +01:00
e6d1808218 Add slider for healthbar fade distance. 2022-10-26 14:17:19 +02:00
164c5c8390 Bail early on ProcessNotify if not on a level. 2022-10-20 23:22:53 +02:00
4d4272c621 Only show player name in death screen on multiplayer. 2022-10-15 17:24:52 +02:00
4bb3a1e85a Several optimizations on non-interactive actors. 2022-10-14 21:45:21 +02:00
4a46817881 HUD face now also affected by tag color.
Added two more tag colors to round up to 16.
Fixed tag light color not updating when changed.
Recalculated tag light colors.
2022-10-13 13:43:32 +02:00
7c3e88c217 MSTime() un-deprecated, no more casting to int. 2022-10-09 15:31:54 +02:00
62d10ed11c Remove fat chodes, Silver Bullet reimplemented. 2022-10-07 20:13:10 +02:00
146531003e Trim excess ammo types. Some guns not reimplemented yet. 2022-10-07 19:12:41 +02:00
dbd887e8db Remove redundant second argument in various TexMan.CheckForTexture calls. 2022-09-30 12:53:56 +02:00
e571fccc4d Mortal Rifle fully implemented (oh my). 2022-09-28 21:00:24 +02:00
bd25598655 Allow filtering healthbars to only allies. 2022-09-26 20:53:20 +02:00
5d443cf33c Tweak various interpolators. 2022-09-26 15:15:11 +02:00
afce3c6582 Some savegame nonsense with certain hudmessages. 2022-09-24 21:46:21 +02:00
42411f68d7 A small sanity check just in case. 2022-09-24 01:25:31 +02:00
8833db9591 Voodoo dolls are annoying. 2022-09-24 01:21:03 +02:00
4f7241b05b Some Mortal Rifle progress. 2022-09-21 18:28:30 +02:00
d459970256 Warn when gzdoom's alternative hud is enabled. 2022-09-16 19:11:04 +02:00
e023f70124 Delay dialogues until map title text disappears. 2022-09-16 16:54:05 +02:00
75eda90182 Touch up achievements. I think I was being too generous with some. 2022-09-15 15:56:44 +02:00
a4830f6008 Mapper-settable boss healthbar support. 2022-09-11 13:58:49 +02:00
5243d533b1 Some stuff for custom map support (store/revive toggling, documentation for various functions, etc.).
A couple tiny fixes here and there for issues I didn't notice until I loaded the mod into UDB.
2022-09-11 12:02:48 +02:00
466978f44a Some more ui font color changes. 2022-09-03 19:55:16 +02:00
017e683915 16 additional minihud gradients. 2022-09-03 19:52:47 +02:00
76b667ccab More detailed item sense colors. 2022-08-26 17:50:37 +02:00
0c3614fee3 Quadravol lever spam easter egg. 2022-08-22 19:55:08 +02:00
0d73be34a8 Souls-style area name display from sidemods. 2022-08-22 18:11:32 +02:00
fa6eec038c SFX from sidemods. 2022-08-22 17:51:39 +02:00
b40d8d0633 Healthbar / Damnum backport from sidemods. 2022-08-22 17:39:10 +02:00
b340591ccd Fix inability to hide HUD. 2022-08-20 15:36:30 +02:00
4230b3b062 Vector/Trig math refactor into utility functions. 2022-08-18 16:18:22 +02:00