Commit graph

1,402 commits

Author SHA1 Message Date
fece16ae04 Use PrintfEx instead of hacks to send chat messages to the hud. 2022-07-29 11:38:37 +02:00
6dc4528136 Fix invisible candy gun when slide gets locked. 2022-07-29 11:38:20 +02:00
8d4eae537e Adjust sizes of some hud weapon displays. 2022-07-29 00:41:14 +02:00
7b1a87d8a5 Disable buying of nuggets (your ears will thank me). 2022-07-28 23:42:57 +02:00
b876515745 Removal of various configurable settings. 2022-07-28 21:01:08 +02:00
51c1ef11bc titlescreen code cleanup. 2022-07-28 18:00:50 +02:00
dff690c46d Weapon slot spawn order cvars (not in menus yet) 2022-07-27 17:07:27 +02:00
43bea0d22a Properly set drop ammo types for weapons. 2022-07-27 16:57:52 +02:00
521fe314b6 Update readme since per-player color tags are a thing now. 2022-07-27 13:23:06 +02:00
7d86143fb4 Updates for recent A_ChangeModel fix.
Use a canvas texture for the titlescreen fade.
2022-07-27 13:17:18 +02:00
b355190cfe README update. 2022-07-26 22:06:46 +02:00
12515e9107 Wrist tags in first person also update now. 2022-07-26 21:11:06 +02:00
bcb85d873d Disallow switching to empty weapons from menu. 2022-07-26 18:55:49 +02:00
2d2dcf7ad5 Tag colors and animated face using A_ChangeModel. 2022-07-26 18:36:38 +02:00
bb367e75c5 Merge branch 'scriptex' into devel 2022-07-26 17:13:42 +02:00
92abbf5cf0 More delta touch shader fixes. 2022-07-25 09:29:13 +02:00
b77498781a Fully functional scripted texture for Sheen HMG. 2022-07-25 02:07:07 +02:00
58711d3649 Delete junk file. 2022-07-25 02:04:56 +02:00
45eed0d9f6 Minigames have been pushed to 1.5. 2022-07-24 20:39:03 +02:00
298ed03ccd Ammo adjustments. 2022-07-24 19:44:39 +02:00
82a0a0af07 Add 16px separation between columns in inventory and keychain tabs 2022-07-24 19:44:26 +02:00
24e15f1b0f Thaw player when skipping a death exit. Fixes freeze in E2M1. 2022-07-24 13:30:55 +02:00
ef4f2090d9 Optimize silver bullet ripple effect by reusing the same actor. 2022-07-24 12:25:52 +02:00
8d7bbcfa6f 20 more tips. 200 total now (wow). 2022-07-24 11:03:26 +02:00
ff490d7ff1 text update 2022-07-23 22:20:42 +02:00
cfc11ce77d Forgot to force bilinear filtering. 2022-07-23 21:37:11 +02:00
6a679c722d Sheen render for main menu. 2022-07-23 21:36:05 +02:00
82c6be5cdc Sheen kill taunts + some fixes. 2022-07-23 17:54:41 +02:00
a761716692 Fix fuel regen sound lingering. 2022-07-23 17:05:04 +02:00
80775d8cfd Increase Sheen melee damage. 2022-07-23 17:02:39 +02:00
40dd34bda0 Ragekit quadruples explodium mag throw speed. 2022-07-23 17:00:21 +02:00
83c3e2e5b0 Add DONTGIB to all mod items. 2022-07-23 16:49:18 +02:00
b97712c42a Small texture edit. 2022-07-23 16:49:11 +02:00
ee9047b0f4 fix endoom 2022-07-23 09:12:24 +02:00
d64e487231 Sheen rebalancing. 2022-07-22 22:34:08 +02:00
57253d5434 Sheen HMG fully functional. May need touchups later. 2022-07-22 20:20:58 +02:00
4ec3a595c4 Dakka progress continues. More tomorrow. 2022-07-22 01:34:12 +02:00
1ba22e8eb6 Sheen HMG progress (still not functional). 2022-07-21 22:01:41 +02:00
de0ee36829 Placeholder Sheen display. 2022-07-21 13:25:16 +02:00
7ee6b71a07 Fix jitter in smooth interpolators. 2022-07-21 13:25:02 +02:00
1f7e50de81 Fix scroll jitter in demolitionist menu. 2022-07-21 12:50:22 +02:00
14d55e3235 Sheen HMG pickup model done. 2022-07-20 20:55:47 +02:00
11076bc0a1 WIP Sheen HMG model. 2022-07-20 11:27:19 +02:00
a53ba3e287 Fix misaligned graphics when double-stacking Biospark. 2022-07-18 18:35:32 +02:00
e961e1961a Revert "Add 1 second of silence to the end of hellblazer warhead explosions."
This reverts commit 8a0460b7fc.

So... Turns out this didn't fix the glitch at all, as I had tought.
2022-07-17 13:04:50 +02:00
1f7cbdfc1a Use squared distance functions in a bunch of places.
Doesn't make much of a difference in practice, actually, but oh well.
2022-07-17 13:03:55 +02:00
6cfde41bc7 Replace excessive exponentiation with simple x*x squaring in SphereIntersect. 2022-07-17 12:42:31 +02:00
8a0460b7fc Add 1 second of silence to the end of hellblazer warhead explosions.
Fixes an odd glitch at low FPS where the sound seems to "loop" momentarily.
2022-07-17 12:40:44 +02:00
fab3b27ad0 Missed a bit of code there. 2022-07-15 21:48:05 +02:00
f83a0d5a1f Fix hurtfloor detection breaking with 3D floors. 2022-07-15 21:45:10 +02:00