Commit Graph

2548 Commits

Author SHA1 Message Date
Marisa the Magician 450865322f Update notes for mappers. 2024-05-06 09:33:38 +02:00
Marisa the Magician d2bb60b559 Oops... Forgot to change some references here. 2024-05-04 18:37:52 +02:00
Marisa the Magician 2246b83de2 Trigger chancebox specials AFTER drop, avoids repeated all clear/unclear events. 2024-05-02 10:19:12 +02:00
Marisa the Magician cabadc0f27 Small README update. 2024-05-02 10:19:03 +02:00
Marisa the Magician f38db38751 Updates for GZDoom 4.12, part 1 (new functions, variables, flags, etc.). 2024-04-22 14:35:02 +02:00
Marisa the Magician 1fb4c27383 Tiny Nashgore compat fix. 2024-04-18 20:02:26 +02:00
Marisa the Magician e9c5b67d57 Get rid of the gib sprites since we're no longer using 'em. 2024-04-10 12:41:17 +02:00
Marisa the Magician c757acf7aa Generic gib models (for now). 2024-04-10 12:40:45 +02:00
Marisa the Magician 7a7af2838b Leftover file, derp. 2024-04-10 12:40:30 +02:00
Marisa the Magician 685a8766eb More planning cleanup. 2024-04-04 10:57:10 +02:00
Marisa the Magician 639f9f4a77 Full removal of references to DLC2, only DLC Weaponset left. 2024-04-03 21:45:12 +02:00
Marisa the Magician 4aa9a0f2f7 Some simplification of future updates. 2024-04-03 21:31:44 +02:00
Marisa the Magician 4930d23270 Optimize JPEG renders. 2024-03-31 22:33:00 +02:00
Marisa the Magician c453de2710 Add note to README about Steam Deck compatibility. 2024-03-21 16:39:19 +01:00
Marisa the Magician e2a8d6b8f5 derp, typo 2024-03-21 12:05:52 +01:00
Marisa the Magician b7493b7735 Small cleaning up. 2024-03-21 12:04:07 +01:00
Marisa the Magician e5362f673a Analog player movement toggle, for gamepad users. 2024-03-20 13:45:22 +01:00
Marisa the Magician fd179fe12a Gamepad support for weapon wheel. 2024-03-20 13:43:38 +01:00
Marisa the Magician e50d186a09 Combat Hammer plunging attack (release alt fire while falling). 2024-03-17 20:58:31 +01:00
Marisa the Magician 8804366137 Remove unnecessary check. 2024-03-13 20:54:20 +01:00
Marisa the Magician a28780948b Make minimap ignore certain automap settings. 2024-03-13 20:50:39 +01:00
Marisa the Magician 0364d56add Division by zero hotfix for alt hud or hud being disabled. 2024-03-06 20:03:50 +01:00
Marisa the Magician e3a530e48f Re-do Meido's library portrait, it looked a bit off. 2024-02-26 22:06:04 +01:00
Marisa the Magician 23d1a684fd Update patron credits. 2024-02-26 21:19:21 +01:00
Marisa the Magician 4f026da148 New Ibuki portrait for library. 2024-02-26 21:17:00 +01:00
Marisa the Magician 41ea130249 Bad localization. 2024-02-10 16:58:58 +01:00
Marisa the Magician b50ef8b944 Fix some typos in the Spanish localization. 2024-02-10 11:59:55 +01:00
Marisa the Magician e9aa24d65e Oops... 2024-02-03 16:56:44 +01:00
Marisa the Magician 1325eca52a The autosaves are kinda unnecessary, just let players handle it if they want. 2024-02-02 11:19:49 +01:00
Marisa the Magician 82f94872cb Fix excess spacing when beautifying class names with underscores. 2024-01-31 20:50:51 +01:00
Marisa the Magician d93432f2ed Healthbar tweaks for compatibility with mods that dynamically change monster tags. 2024-01-31 10:13:38 +01:00
Marisa the Magician f5694bc630 Attach auxiliary HUD elements (centered text, pickups, oneliners, etc.) to hudscale zero. 2024-01-25 15:53:57 +01:00
Marisa the Magician aaa65af795 Add A_CanBob() function to weapons to force-enable bobbing within a state.
Use it sparingly in places where it should have been needed (Hellblazer and
Biospark pre/post fire, Hammer alt charge, MR overpressure charge).
Also, replace all instances of A_WeaponReady(WRF_NOFIRE|WRF_NOSWITCH) with it,
since that was basically the same thing but with extra steps (and with the side
effect of potentially resetting psprite offsets).
2024-01-24 13:32:24 +01:00
Marisa the Magician 997823dd27 Wallbuster is now hold-to-reload. 2024-01-22 21:00:43 +01:00
Marisa the Magician 891b69d3da Additional rules for BeautifyClassName(). 2024-01-22 18:35:54 +01:00
Marisa the Magician d46641593d Finer handling of slippery floors (reduce steering/speedup based on friction).
+ Don't play first person footsteps unless there's actual movement input.
2024-01-18 13:17:52 +01:00
Marisa the Magician 1c2d229dfb No shits given, always allow jumping and crouching. 2024-01-18 01:49:44 +01:00
Marisa the Magician f96d35c003 Even more tweaking to those fabricators.
(There is no way I'll ever get these just right)
2024-01-18 01:26:11 +01:00
Marisa the Magician 4d454037d0 Try to rebalance ammo fabricators. 2024-01-18 01:09:06 +01:00
Marisa the Magician 8cdfa2ad89 Implement crouch jumping and separate crouch/uncrouch speeds. 2024-01-17 14:07:32 +01:00
Marisa the Magician 751215c5d3 DoKnockback/DoExplosion: Reduce momentum transfer for crouching targets. 2024-01-17 12:39:00 +01:00
Marisa the Magician 58eb76a064 Forgot to optimize the edited PNGs. 2024-01-16 10:41:48 +01:00
Marisa the Magician 4c92cb796a Small tweak to some HUD colors. 2024-01-16 10:40:28 +01:00
Marisa the Magician 38cd7df826 Small scorenum/damnum refactor. 2024-01-16 10:17:28 +01:00
Marisa the Magician 6d8732af5d Tweak color ramp of enemy healthbar values. 2024-01-16 00:18:15 +01:00
Marisa the Magician 7555d52818 Misc. comment changes, additional planned stuff. 2024-01-10 20:40:17 +01:00
Marisa the Magician e3b08f248f MiniHUD font changes:
- Edit uppercase O to be visually distinct from 0.
 - Add lowercase letters.
2024-01-10 20:39:12 +01:00
Marisa the Magician 63744d30f3 Ibuki's secret drawing shouldn't pop up in Eviternity, it was drawn in 2171. 2024-01-04 22:50:28 +01:00
Marisa the Magician 00ff1706db Tweak text glow of achievement menu. 2024-01-04 22:49:10 +01:00
Marisa the Magician d78c941e77 Prepending the entire mission log history from Eviternity 1 into 2 probably isn't necessary. 2024-01-04 20:14:18 +01:00