swwmgz_m/zscript
Marisa the Magician cb54def1fb Fix usage of AddInventory instead of AttachToOwner in gestures.
- While this didn't really cause any major issues, it did have the problem of
   leaving lingering instances of the gesture actors as invisible, untouchable
   weapon pickups at 0,0 coordinates (which could block use to pickup of any
   other pickups located in the same position).
 - For existing savegames, the Used and Touch functions have been overriden
   so these actions just "pass through", fixing the blockage. Still, it's
   recommended to either start a fresh game, or, as a sort of hotfix, use the
   `take` console command to remove the gesture weapons from your inventory,
   as they will be automatically re-added next time a gesture is to be played.
2023-11-08 21:34:44 +01:00
..
compat Some cleaning up. 2023-10-18 22:51:34 +02:00
dlc1 Ray-Khom is open bolt (also remove unused second clipcount variable). 2023-11-06 23:50:09 +01:00
dlc2 Sometimes plans change. DLC Weaponsets merged into one. 2022-03-05 18:26:20 +01:00
games 4.10 support update (unfinished and untested). 2022-12-05 02:10:56 +01:00
handler Handle weapon wheel blur shader in the event handler. 2023-10-23 17:30:04 +02:00
hud Re-add "tight" hud scaling, for those who play at odd resolutions (e.g.: the dragon). 2023-11-07 14:48:33 +01:00
items Some cleaning up. 2023-10-18 22:51:34 +02:00
kbase Remove full message log (potential buffer overflow). 2023-06-15 22:25:44 +02:00
menu Re-add "tight" hud scaling, for those who play at odd resolutions (e.g.: the dragon). 2023-11-07 14:48:33 +01:00
player Add secret difficulty for a dragon. 2023-10-16 14:00:46 +02:00
swwm_Gutamatics Update Gutamatics library. 2021-08-10 14:27:43 +02:00
swwm_Polyobjects Revert "Remove ZPolyobject due to licensing concerns." 2022-10-08 15:55:42 +02:00
utility Some cleaning up. 2023-10-18 22:51:34 +02:00
weapons Additional explosion and ring sprite colors. 2023-11-06 23:14:46 +01:00
swwm_blod.zsc Use new let syntax for multiple returns. 2023-01-14 19:14:39 +01:00
swwm_common.zsc More stuff I missed. 2023-03-17 13:31:10 +01:00
swwm_common_fx.zsc Less abrupt bubble popping using waterdepth check. 2023-09-24 18:44:16 +02:00
swwm_gesture.zsc Fix usage of AddInventory instead of AttachToOwner in gestures. 2023-11-08 21:34:44 +01:00
swwm_gesture_fx.zsc An important rewrite that was a long time coming. 2023-03-17 13:30:04 +01:00
swwm_monsters.zsc Floating point quake intensities. 2023-01-14 18:06:52 +01:00
swwm_thinkers.zsc More stuff I missed. 2023-03-17 13:31:10 +01:00
swwm_thinkers_player.zsc Remove full message log (potential buffer overflow). 2023-06-15 22:25:44 +02:00