Commit graph

153 commits

Author SHA1 Message Date
57253d5434 Sheen HMG fully functional. May need touchups later. 2022-07-22 20:20:58 +02:00
74e63b7d0b Fix key tag fix for Heretic. 2022-07-14 20:39:14 +02:00
245414cb0f Rogue removed cvar access. 2022-07-13 18:56:50 +02:00
9d0287ef50 Additional face reactions. 2022-07-06 13:10:46 +02:00
e12f055bd9 Multiply kill scores by skill damage factor. 2022-07-05 23:40:50 +02:00
20a8f3304b Some small optimizations. 2022-07-05 19:37:48 +02:00
6837df09b2 Fix broken player damage vfx handling. 2022-07-03 23:46:31 +02:00
6825146e51 A whole fat load of micro-optimizations.
Okuplok still lags like fuck, unfortunately.
2022-06-17 22:36:51 +02:00
bcae92cb05 Fix: The wrong internal counter was being decremented when ticking damnums. 2022-06-17 16:38:32 +02:00
52d0937139 Fix inflictor detection breakage in WorldThingDamaged (did not account for SWWMPuff). 2022-06-07 21:00:48 +02:00
6cca0eb623 Even more voice stuff. 2022-06-07 18:27:52 +02:00
b074659cc0 Also guarantee not igniting voodoo dolls with the cheat. 2022-06-05 00:36:15 +02:00
7e5a6bb05c Don't ignite friends with "pants on fire" cheat. 2022-06-05 00:34:58 +02:00
dbc28f1422 Fire FX tweakery, plus a cheat to test it. 2022-06-05 00:23:58 +02:00
4e29d1c2fe Alternate HUD style partially implemented. 2022-06-03 19:17:33 +02:00
a73dc3db8d Seems cheat detection for level end achievements won't happen. 2022-05-31 10:47:40 +02:00
65597c181a Stop reinventing lerp() all over the place. 2022-05-29 18:07:30 +02:00
94c6a47163 April Fools + Birthday events. 2022-05-19 19:33:01 +02:00
984b2c39ba The Pusher is gone. 2022-05-16 16:39:11 +02:00
befda08710 Fix cheat input using the wrong font. 2022-04-20 17:22:35 +02:00
83d28ced6e Fix crash if divine sprite is activated from the menu. 2022-04-17 19:48:02 +02:00
807d1ef349 Score limit has been capped to 9 digits.
Turns out anything higher is not actually reachable in practice.
2022-04-17 02:23:29 +02:00
7b30e1ebac Madcat lore. 2022-04-16 02:04:48 +02:00
a144156b26 Add option to log oneliners to the Messages tab. 2022-04-12 18:14:47 +02:00
24d8772796 Add ass/ball kill oneliner variants. 2022-04-12 17:49:07 +02:00
e4bcb33a10 Make some messages first-person for the local player. 2022-04-12 17:06:20 +02:00
550de239b0 Shader is deprecated in 4.8, use PPShader instead. 2022-04-07 15:42:24 +02:00
f776ab126b Revert font overhaul. Back to non-replacing fonts. 2022-04-05 12:29:16 +02:00
568e7607d6 Downsize bigfont from 3x to 2x. 2022-04-04 14:23:38 +02:00
45a1099fdd Debug menu. 2022-03-27 16:35:06 +02:00
0aee4035ed "Extended Virtual Hitbox" for items. 2022-03-27 15:27:03 +02:00
33f8e060b7 Multiplayer end of support. Simplify for ease of maintenance. 2022-03-23 10:50:12 +01:00
7a4ec53e16 Some easter egg tweaks.
Backport placeholder textures from common library.
2022-03-07 23:24:13 +01:00
a7eda2702a Migrate various thinkers to plain objects.
WIP: Gib models currently in progress.
WIP: IK re-rigging of Demolitionist in progress.
2022-02-28 23:45:18 +01:00
65b129b716 Use a separate class for voodoo dolls. 2022-02-28 17:31:35 +01:00
f6b891c9fe Refactor SWWMHandler profiling routines. 2022-02-25 16:51:20 +01:00
33b338899e Reduce frequency of combat comments. 2022-02-19 23:51:04 +01:00
5bac1614c4 Fix more wrong code (constant arrays not declared as "static const)
This fixes a crash in recent GZDoom devbuilds.
2022-02-14 01:23:14 +01:00
ffa752e0da Update checksums of Kinsie's Test Map in swwm_compat.zsc. 2022-02-12 12:30:54 +01:00
00f150b832 A collection of hackfixes related to items. 2022-01-25 01:40:52 +01:00
312c433ed3 Key refactor. They act as pure "item givers" now. 2022-01-23 20:49:20 +01:00
b19c9aa2d8 Commented out stuff that requires a GZDoom PR. 2022-01-23 20:48:58 +01:00
edc342fc6b More of those rebalances. 2022-01-22 17:06:49 +01:00
3f0174ec91 DUMP 2 and 3 compat fixes. 2022-01-18 13:41:29 +01:00
d821d0b0a8 This is what I get for copypasting code. 2022-01-15 15:39:44 +01:00
07b918b9a0 Oops another mistake. 2022-01-15 15:38:34 +01:00
ff949e4703 Oops missing semicolon. 2022-01-15 15:38:09 +01:00
be1f1d083f Additional branding changes. 2022-01-15 15:37:29 +01:00
35b0ad1b2b Achievement system fixes and stackable chanceboxes. 2022-01-11 02:18:38 +01:00
d20773a56f Additional exit marker types. 2021-12-29 21:46:20 +01:00