swwmgz_m/zscript/handler
Marisa the Magician 5488bfce5d Remove code built on incorrect assumptions about UI events.
That is, remove code for closing menus with the key that's bound to open them.
As it turns out, UIEvent.keystring isn't 1:1 with key binds for a command.
This SEEMINGLY worked since the Demolitionist Menu is by default bound to Q,
and pressing Q does send an UIEvent to the menu with the string "Q". But if,
for example, the menu had been bound to Tab, this would fall apart because then
the key string sent is "	" (a literal tab character).
If there is a way to do this properly, I don't know about it. I've looked
everywhere in GZDoom's code for a solution, something that would let me do what
I need, but alas, there is nothing there. Better to get rid of this in its
entirety than keep the flaky code in the mod until someone with a special
setup that breaks it shows up to complain.
2022-08-13 14:28:09 +02:00
..
swwm_handler_cheats.zsc It's about time this tired joke was put down. 2022-08-11 23:39:58 +02:00
swwm_handler_damage.zsc Demoslayer mode now has "ammo orbs" as well. 2022-08-12 11:15:09 +02:00
swwm_handler_debugrender.zsc Fix swapped weapons having bDROPPED. 2022-08-12 01:24:51 +02:00
swwm_handler_flash.zsc Major code refactoring. SWWMHandler could still use some more, though. 2021-02-27 23:59:40 +01:00
swwm_handler_iwantdie.zsc I WANT DIE duplication tweaking. 2021-06-27 11:14:11 +02:00
swwm_handler_oneliners.zsc Fix oneliner repetition when candidates are full. 2022-08-09 14:09:22 +02:00
swwm_handler_playerevents.zsc A whole fat load of micro-optimizations. 2022-06-17 22:36:51 +02:00
swwm_handler_process.zsc Remove code built on incorrect assumptions about UI events. 2022-08-13 14:28:09 +02:00
swwm_handler_queues.zsc Add throttling for blood and gib spawning. 2021-11-30 18:14:49 +01:00
swwm_handler_replacements.zsc Removal of various configurable settings. 2022-07-28 21:01:08 +02:00
swwm_handler_shaders.zsc Combat hammer tertiary fire implemented. 2022-08-11 16:25:01 +02:00
swwm_handler_uitick.zsc Corruption Cards dialogues and more (untested). 2022-08-04 17:20:02 +02:00
swwm_handler_vanillaboss.zsc Subtitles for CC romero boss. 2022-08-05 22:56:54 +02:00
swwm_handler_worldload.zsc Fix keyless achievement detection. 2022-08-08 13:46:32 +02:00
swwm_handler_worldthings.zsc Override Eviternity monster obituaries. Thanks, Graf (not sarcasm). 2022-08-12 00:08:51 +02:00
swwm_handler_worldtick.zsc Removal of various configurable settings. 2022-07-28 21:01:08 +02:00
swwm_statichandler_achievements.zsc Fix legitimate signed/unsigned comparison warnings. 2022-08-05 21:30:11 +02:00