Commit graph

133 commits

Author SHA1 Message Date
c19135cea8 Remove autopage drawing from minimap, looks ugly. 2022-06-24 16:26:54 +02:00
099d7fd55b Nuggets give 2 health / 5 armor.
Mag ammo can now be sold.
Fix selling prices of bulk items.
Fix rare case where mag ammo can be picked up without a parent.
Fix alt hud crash when no weapon is selected.
Various other adjustments.
2022-06-22 01:47:34 +02:00
6825146e51 A whole fat load of micro-optimizations.
Okuplok still lags like fuck, unfortunately.
2022-06-17 22:36:51 +02:00
e9a8444467 Remove "TODO" for alt hud, it's already done. 2022-06-16 11:32:35 +02:00
78b31ea99c alt hud: fix all ammo flashing on first load. 2022-06-13 15:51:37 +02:00
ed22a1f604 Unnecessary type casts in alt hud. 2022-06-13 15:49:43 +02:00
d8d3fa8ba2 Drop shadows on Alt HUD for consistency. 2022-06-09 13:27:30 +02:00
958a32c28e Alt HUD tweaks. 2022-06-09 11:35:24 +02:00
e296c02608 Remove Dragon's Breath shells.
Nuggets can no longer be stored as spares.
2022-06-04 22:09:46 +02:00
fbd83fe463 althud cvar was checked in reverse. 2022-06-03 21:43:08 +02:00
4e29d1c2fe Alternate HUD style partially implemented. 2022-06-03 19:17:33 +02:00
efa20cdd30 Prepare for Alt Hud implementation. 2022-06-01 12:06:35 +02:00
65597c181a Stop reinventing lerp() all over the place. 2022-05-29 18:07:30 +02:00
9031b2756b Clamp HUD margin to 20 pixels max (40 is too much). 2022-05-22 20:11:30 +02:00
473e7ad5e8 Fit hud scaling to 16:9 minimum. Ultrawide be damned. 2022-05-08 18:43:42 +02:00
1cf4ce0d08 Adapt code to use MSTimeF(). 2022-04-29 16:40:57 +02:00
e17837d034 Make screen flashes additive like in Unreal. 2022-04-22 12:51:02 +02:00
bcc397c9f3 Use SetClipRect to avoid DTA_Clip* spam in many places. 2022-04-22 12:40:00 +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
05e418afb1 Oh, oops. 2022-04-05 13:18:31 +02:00
f776ab126b Revert font overhaul. Back to non-replacing fonts. 2022-04-05 12:29:16 +02:00
c7b8adec69 Fix hud using wrong brokenlines for messages. 2022-03-25 18:42:01 +01:00
cb7aa8b333 "Niceify" usage of BrokenLines in many spots. 2022-03-10 13:33:37 +01:00
7a4ec53e16 Some easter egg tweaks.
Backport placeholder textures from common library.
2022-03-07 23:24:13 +01:00
356bf0202a Minimap perf improvement by using a less naive early clipping algorithm. 2022-03-06 21:10:33 +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
ba6a01a190 Make weapon tooltips less view-intrusive. 2022-02-24 18:50:20 +01:00
6a6e91cc13 Don't draw dots in minimap for keys if their map markers are already visible. 2022-01-25 17:56:45 +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
be1f1d083f Additional branding changes. 2022-01-15 15:37:29 +01:00
b22be796bd Backported map marker drawing from common library. 2021-12-29 21:41:34 +01:00
af3161ff71 Add Silver Bullet "wasted ammo" easter egg. 2021-12-26 12:44:00 +01:00
a82a531b6b Pause display is now text-based (also has an extra). 2021-12-22 17:30:37 +01:00
a0e1f2f7a6 Re-do HUD scaling. 2021-12-18 02:07:11 +01:00
d22d9c4b9a font gen updated, fonts re-made, adjustments to compensate. 2021-12-17 19:57:23 +01:00
7f70eb03af I gave in and did the font cleanup already. 2021-12-16 22:07:20 +01:00
95d92cb8a5 Some cleanup. 2021-11-23 22:18:41 +01:00
f6efc5d3f2 4.7.1 features here too. 2021-10-21 17:57:18 +02:00
b9206521fd Fix boss oneliners and boss detection. 2021-10-20 00:15:43 +02:00
343539aac0 More menu work. 2021-10-16 12:47:27 +02:00
93330ae562 Behold, actual progress on the Demolitionist Menu. 2021-10-15 21:09:52 +02:00
77a72bd2e4 Tweak delays of dialogue replies to Korax so they don't overlap Demo's. 2021-10-10 02:04:48 +02:00
06db94d0e8 Implement interpolation on a couple HUD things that didn't have it. 2021-10-10 01:37:13 +02:00
46e2819759 Ass. 2021-10-07 19:50:34 +02:00
651376f182 Original voice acting (batch 1). Plus other stuff. 2021-10-05 19:22:34 +02:00
8be723477f Pull in more changes from master. 2021-10-03 23:49:20 +02:00
bc0b63516e Ported fixups from master. 2021-09-20 23:36:13 +02:00
8176b21b8c Achievement system overhaul.
Continuin the menu rewrite.
2021-09-20 19:22:42 +02:00
10bab27e36 More stuff with tooltips.
Add commands to reset cvars.
Show progress counters in achievement menu.
2021-09-16 18:52:43 +02:00