Commit graph

1,121 commits

Author SHA1 Message Date
2afad5d0d1 Fix inflictor detection breakage in WorldThingDamaged (did not account for SWWMPuff). 2022-06-07 21:04:33 +02:00
95435ef7f8 Fix missing CHANF_OVERLAP flag. 2022-06-07 20:54:55 +02:00
486680c10c Fix hack that breaks ammo drops from sold weapons. 2022-06-07 19:32:29 +02:00
04e9d13c01 Ammo buffer is fully implemented and working. 2022-06-07 17:03:24 +02:00
fb04a8f54f Ammo buffer system beginnings. 2022-06-07 17:01:02 +02:00
10b37e9777 Fixes for corner cases related to sell-only items. 2022-06-07 13:43:29 +02:00
93ac4d3a4f Remove Dragon's Breath shells.
Nuggets can no longer be stored as spares.
2022-06-07 12:31:02 +02:00
e446036474 Version mismatch messages don't show again when reloading a save from the current session. 2022-06-07 12:07:21 +02:00
a1b04995b1 Also guarantee not igniting voodoo dolls with the cheat. 2022-06-07 12:07:12 +02:00
ba1583ca76 Don't ignite friends with "pants on fire" cheat. 2022-06-07 12:07:04 +02:00
16cb5573c1 Fire FX tweakery, plus a cheat to test it. 2022-06-07 12:06:53 +02:00
c4e9dfac8a Fix inconsistent bobbing with dual explodium guns.
Fix "laggy" cocking animation with dual explodium guns.
2022-06-07 12:06:43 +02:00
505987b72c Remove QF_3D from A_QuakeEx calls with 65535 radius. 2022-06-07 12:02:11 +02:00
68ea253b5e Add QF_3D to every single A_QuakeEx call. 2022-06-07 12:01:51 +02:00
e92b7cf269 Cleaner way of fetching inputs in intermission. 2022-06-07 12:01:07 +02:00
a8ed346e67 Reimplement intermission input handling. 2022-06-01 18:33:35 +02:00
5a8c32f4ae Implement custom gravity and remove swimming. 2022-06-01 18:32:20 +02:00
ab4f20f3e2 Unintended fall-through in stats tab. 2022-06-01 18:31:36 +02:00
40351bc1ae Seems cheat detection for level end achievements won't happen. 2022-06-01 18:31:28 +02:00
78f113388f Stop reinventing lerp() all over the place. 2022-06-01 18:31:20 +02:00
be9aba89ae Add "smooth streaks" to projected crosshairs. 2022-06-01 18:31:07 +02:00
100734e37d Fart cheat can now hurt bosses. 2022-06-01 18:30:53 +02:00
81c9ceaa43 Clamp HUD margin to 20 pixels max (40 is too much). 2022-06-01 18:30:43 +02:00
08f4ef4b06 Rewrite title stuff without using exploits. 2022-06-01 18:30:30 +02:00
65dc18ba16 April Fools + Birthday events. 2022-06-01 18:30:15 +02:00
02b2aa35f6 Personal rebranding. 2022-05-13 19:42:01 +02:00
64f2dc13e9 Reduce boss brain radius to match GZDoom's. 2022-05-13 19:41:33 +02:00
acb434bb9a Update patron credits. 2022-05-08 23:26:23 +02:00
bb9e37d7f3 Fix incorrect underwater detection. 2022-05-08 23:23:54 +02:00
df9ac509bc Fit hud scaling to 16:9 minimum. Ultrawide be damned. 2022-05-08 23:23:41 +02:00
693679ce4e Swap slots of Ray-Khom and Mortal Rifle. 2022-05-08 01:08:33 +02:00
d4bae13a8b Goodbye matcaps, hello envmaps. 2022-05-08 01:05:28 +02:00
0fe1f958cb Remove Heretic E4M8 multiplayer fix, merged into GZDoom. 2022-05-08 01:04:58 +02:00
c1b3843848 Missing "%d" when formatting sell prices. 2022-05-02 01:32:26 +02:00
b61b4a7dfa Adapt code to use MSTimeF(). 2022-05-01 20:24:52 +02:00
9ea1ce6210 Melee tweaks. 2022-05-01 20:24:25 +02:00
7ad3295046 Statscreen compat fix for recent devbuilds.
Unfortunately, the ability to switch art and tips on the fly, as well as fading the foreground, have all been lost in the process.
2022-04-27 17:22:20 +02:00
74d01da2e8 Make screen flashes additive like in Unreal. 2022-04-22 13:53:54 +02:00
e45976a595 Use SetClipRect to avoid DTA_Clip* spam in many places. 2022-04-22 13:53:17 +02:00
11d5fe0651 Fix fuzz background drawing on ratios taller than 16:10. 2022-04-22 13:51:56 +02:00
90d7737734 Fix cheat input using the wrong font. 2022-04-20 17:26:39 +02:00
f62b35960a Marisa (Child of Ash, not me) lore. 2022-04-20 17:26:09 +02:00
6e87240506 Original death/pain/grunt voices. 2022-04-20 17:25:19 +02:00
d5f4c18d28 First two steps of fuel regen don't click, for easier feedback. 2022-04-20 17:25:04 +02:00
6fe79ac202 FINALLY implemented Fuel/Dash regen sounds. 2022-04-20 17:24:41 +02:00
d721c35480 Deep Impact alt bullet no longer has lethal splash damage. 2022-04-20 17:24:19 +02:00
65e15bcab4 Fix crash if divine sprite is activated from the menu. 2022-04-17 19:52:38 +02:00
615b35ec26 Asserts for some hard-to-detect bugs. 2022-04-17 19:52:07 +02:00
404ad8c722 Score limit has been capped to 9 digits.
Turns out anything higher is not actually reachable in practice.
2022-04-17 19:51:50 +02:00
656ef3383d Fix menu breaking if resolution is under 640x400. 2022-04-17 19:51:29 +02:00