Commit graph

2,342 commits

Author SHA1 Message Date
e85883f2bb Merge branch 'experimental' into devel
I can't be bothered to keep these two separate anymore, it's annoying.
2023-07-29 15:05:24 +02:00
09f5bfd2f6 Retire the "suckables list" + some fixes. 2023-07-29 15:03:26 +02:00
c5e7c0edb8 Reimplement reverted commit but with some important safety checks. 2023-07-29 15:02:24 +02:00
7c9869052d Tweaks to level stats display in HUD. 2023-07-29 15:01:17 +02:00
ea7582852b Retire the "suckables list" + some fixes. 2023-07-29 14:44:34 +02:00
d4043c2353 Reimplement reverted commit but with some important safety checks. 2023-07-29 14:02:52 +02:00
3b10e684b6 Revert "Replace usage of ThinkerIterator and BlockThingsIterator in various places where we can instead loop through sector thing lists."
This reverts commit 2bd1cb0657.
2023-07-29 13:48:33 +02:00
2bd1cb0657 Replace usage of ThinkerIterator and BlockThingsIterator in various places where we can instead loop through sector thing lists.
While in the latter case this may result in longer loops, it also reduces GC thrashing by not needing to allocate an iterator every time.
This also simplifies the DoBlast code as there is no longer a need to manually traverse portals vertically.
2023-07-29 13:15:34 +02:00
ea86ab99d0 Tweaks to level stats display in HUD. 2023-07-29 12:25:53 +02:00
e7551387ba Fix color corruption in Nana's profile picture. 2023-07-15 21:03:30 +02:00
4fdf27d8ec Fix crouch toggle not activating Silver Bullet prone mode. 2023-07-15 21:03:20 +02:00
aaccf58108 Fix color corruption in Nana's profile picture. 2023-07-15 21:01:23 +02:00
f59c2bdf8d Fix crouch toggle not activating Silver Bullet prone mode. 2023-07-15 20:57:28 +02:00
df3b437ffe Remove branching from big biospark arcs (causes an odd visual bug at times).
Mortal Rifle should make use of a unique muzzle flash for the overpressure shot.
Update Nana's profile picture so she's actually wearing a turtleneck sweater.
2023-07-15 20:41:50 +02:00
608c554a40 Remove branching from big biospark arcs (causes an odd visual bug at times).
Mortal Rifle should make use of a unique muzzle flash for the overpressure shot.
Update Nana's profile picture so she's actually wearing a turtleneck sweater.
2023-07-15 20:38:49 +02:00
6eb4678f78 oxipng -omax pass for recently quantized PNGs. 2023-07-13 13:45:12 +02:00
fe69c53d17 oxipng -omax pass for recently quantized PNGs. 2023-07-13 13:43:47 +02:00
fc6cb3319c Quantize weapon bar icons for size. 2023-07-13 13:42:44 +02:00
b2fcbea65e Additional character lore entires. 2023-07-13 13:40:52 +02:00
2629872da7 Quantize some large PNGs to reduce filesize. 2023-07-13 13:40:43 +02:00
bdc16a43d9 Additional character lore entires. 2023-07-13 13:39:27 +02:00
5cd0eb785f Quantize some large PNGs to reduce filesize. 2023-07-13 13:38:54 +02:00
ebf394f568 More weapon selector work, should be good now. 2023-07-05 17:38:51 +02:00
6b9693e71e Restrict Golden Shell pickups to single units. 2023-07-04 17:37:36 +02:00
fa0796396e Restrict Golden Shell pickups to single units. 2023-07-04 17:35:57 +02:00
8fcfc878b3 Fix weapon bar with automap active. 2023-07-04 17:19:09 +02:00
47b0cad882 Implement a "weapon bar" (optional). 2023-07-04 17:05:21 +02:00
1d14e49e5c Fix Grilled Cheese Sandwich teleporting player out of bounds after a death exit. 2023-07-04 13:53:34 +02:00
de3a6760fb Fix default tag of Voodoo Dolls in stats. 2023-07-04 13:53:25 +02:00
8522b47e69 Fix Grilled Cheese Sandwich teleporting player out of bounds after a death exit. 2023-07-04 13:51:25 +02:00
1640e77c9c Fix default tag of Voodoo Dolls in stats. 2023-07-04 13:51:01 +02:00
be828234fd Fix for some weapon pickups "twitching". 2023-07-01 14:31:35 +02:00
90f5b047ee Tweak dropping from menu after last change. 2023-07-01 14:31:26 +02:00
bce371235c Make items drop in "Unreal style" from the player. 2023-07-01 14:31:18 +02:00
f2546c3486 Tiny fix on a text file. 2023-07-01 14:31:11 +02:00
e0268b4b4e Tweak materials of Demolitionist IK model. 2023-07-01 14:30:57 +02:00
a947f048a3 Small visual tweaks to Mortal Rifle canvas. 2023-07-01 14:30:50 +02:00
753c706260 Add debug function to dump defined monsters. 2023-07-01 14:30:40 +02:00
06c3aec3b4 Fix duplication of SWWMGlobals on map change. 2023-07-01 14:30:33 +02:00
098191dcc6 Fix for some weapon pickups "twitching". 2023-07-01 14:28:00 +02:00
08fdb7a6d7 Tweak dropping from menu after last change. 2023-07-01 14:18:38 +02:00
e35f78035e Make items drop in "Unreal style" from the player. 2023-07-01 14:12:36 +02:00
e503c8d004 Tiny fix on a text file. 2023-07-01 14:12:16 +02:00
e806f427c4 Tweak materials of Demolitionist IK model. 2023-07-01 14:11:58 +02:00
5ce6c2fe6e Small visual tweaks to Mortal Rifle canvas. 2023-07-01 14:11:47 +02:00
2d429be2b7 Add debug function to dump defined monsters. 2023-07-01 14:10:50 +02:00
3501b587d3 Fix duplication of SWWMGlobals on map change. 2023-07-01 14:10:36 +02:00
4bb806ddb3 Fix potential division by zero in DoExplosion.
(It has never happened in practice, but just in case)
2023-06-26 23:56:53 +02:00
b643167bb1 Fix potential division by zero in DoExplosion.
(It has never happened in practice, but just in case)
2023-06-26 23:54:48 +02:00
98b141d5bc Fix color escapes of dialogue text on console. 2023-06-21 11:40:22 +02:00