Commit graph

775 commits

Author SHA1 Message Date
7f98c28089 Fix help menu not returning to main menu. 2021-05-17 21:41:01 +02:00
f023bd3a5d By popular demand. 2021-05-17 21:34:39 +02:00
2acbf97531 Some tweaks. 2021-05-17 21:20:08 +02:00
873070939d GRAAAAAAAAAAAAAAAF 2021-05-17 18:53:37 +02:00
a767cc3a00 Revert this one, not needed. 2021-05-17 15:25:14 +02:00
917c251f03 Patch up some code for 4.6 compatibility. 2021-05-17 14:59:35 +02:00
517a898dc0 Fix Hellblazer atfire not preloading. 2021-05-16 14:17:06 +02:00
a5220b0461 Fix I WANT DIE difficulty being invisible. 2021-05-16 14:16:54 +02:00
5f246e065b Fix main menu not switching to alt font for Japanese. 2021-05-15 20:51:29 +02:00
5e00be0f8d Main menu tweaks. 2021-05-15 18:47:29 +02:00
d58e081563 Make menus use the OTHER clean scale (320x200 is too small lol).
Add a floating Demo-chan to the main menu.
2021-05-15 18:36:28 +02:00
6ad1952e4a Tweak Hellblazer hold-fire behavior, added a sound cue.
Small melee tweaks.
2021-05-15 12:55:06 +02:00
949ae86e8f Fix incorrect mag position when switching away from Hellblazer. 2021-05-13 23:25:43 +02:00
8f661d7679 I keep forgetting that stuff can delete itself instantly after taking damage. 2021-05-13 22:46:23 +02:00
540f79d457 🦀 the UK no longer exists 🦀 2021-05-11 11:19:19 +02:00
f03d33b4fa Impact compensator bounce on successive jumps. 2021-05-10 00:32:40 +02:00
c2e1497226 Melee is now multi-hit, have fun. 2021-05-09 23:22:28 +02:00
a0d2937ad8 Some tweaks. 2021-05-09 17:23:57 +02:00
d6c367eb23 Use outline font on cheat input. 2021-05-09 15:46:52 +02:00
387862ee3d Outlined font variants for menus. 2021-05-09 15:38:00 +02:00
c16537944a Allow multiple achievement lists (for add-ons). 2021-05-09 13:45:20 +02:00
2c70b63b1e Removed big font to reduce filecount.
Various menus have been tweaked to account for the bigfont removal.
Removal of flat and inverse shaded font variants.
Re-added pk3 creation and defaulted to it for new pushes.
2021-05-09 13:16:41 +02:00
9bd7670ce0 Hellblazer burst fire + lock-on. 2021-05-09 02:39:34 +02:00
c343de8746 Demolitionist Plush pickup anim added.
Small wallbusting fx tweaks.
Fix missing weapon select sound after item gestures.
2021-05-08 19:26:59 +02:00
2954203fd7 Boss-ify the Cybie in NRFTL MAP08.
QOL tweaks to how the PK7 file is built.
Added a plaintext readme, in classic SWWM style.
Updated credits.
2021-05-06 01:20:12 +02:00
08914cb1d7 Achievements submenu. 2021-05-01 14:56:02 +02:00
e6133c8a25 More cheat stuff (includes a flag!). 2021-04-29 23:26:34 +02:00
d22f9609e0 Show play time in options menu.
Store unlock date for achievements.
2021-04-29 23:25:24 +02:00
bbb9f2e765 Fix another kiss-related crash. 2021-04-29 22:57:23 +02:00
cc3b4366fc Fix possible null dereference in heart. 2021-04-28 09:14:53 +02:00
057a0cb94c Small lore adjustment.
Show AUTOPAGE texture in minimap when using color presets if available.
2021-04-26 21:01:29 +02:00
68dbb71801 Tweak blob shadows. Due to the addition of sprite shadows in-engine, the "everything" option is no longer needed. 2021-04-25 12:32:06 +02:00
302e4e51bc Remove 2x radius multiplier for blockmap iterator on explosions. Dunno why I thought I'd need it. 2021-04-24 16:13:37 +02:00
b5f78f5035 Display beam projectiles in minimap. 2021-04-24 16:00:14 +02:00
e463314b78 Remove abort/cheat achievements, as they're not "normally" obtainable.
Add a little easter egg to using SWWM Platinum cheats for the first time.
2021-04-23 23:25:43 +02:00
66520cca6e oopsiefix 2021-04-23 17:47:55 +02:00
973e8865cb Some cleanup + sneaky preparation for a future GZDoom feature. 2021-04-23 14:32:49 +02:00
4ff7d89ab4 Offscreen Wallbuster reload animation tweaks. 2021-04-21 09:37:17 +02:00
c0211a4ccd Allow cocking Silver Bullet while zoomed.
Achievement tweaks, some other stuff.
2021-04-16 18:09:59 +02:00
d35f4020fb More achievement icons I guess? 2021-04-12 20:49:51 +02:00
bbd43c58e4 Enforce intermission bg filtering through shaders, to fix jaggies at certain resolutions. 2021-04-11 21:20:27 +02:00
b64841cc47 Adjust how the Unchecked Capitalism achievement works. 2021-04-10 23:01:56 +02:00
d07bc12a8f Some extra debug code and some fixes. 2021-04-10 19:27:19 +02:00
357e42a6a9 Fix collision of Wolf3D enemies. Won't get stuck no more. 2021-04-10 18:06:09 +02:00
4d7cd9c564 Some spicing up of the Doom 2 secret maps.
More achievement icons.
2021-04-09 20:57:49 +02:00
98012daf26 A couple tweaks. 2021-04-08 15:57:28 +02:00
459defb0a8 Some big lore readjustments, hope I got everything. 2021-04-07 00:31:26 +02:00
083d7b8275 Lore revisions. 2021-04-05 19:49:27 +02:00
c608fb9953 Remove leftover test code. 2021-04-05 01:48:15 +02:00
a0400cb97a Some profiling stuff, for debugging.
Combat tracker creation in WorldThingSpawned shouldn't need to loop through whole list. This speeds up things greatly during map load.
2021-04-04 18:03:22 +02:00