Various changes related to items:

- All items now have vanilla hitbox sizes for compatibility.
 - Removed extended hitboxes (no longer needed).
 - Blob shadows are now exclusive to players (and eventually monsters).
 - Glows and sparkles are no longer toggleable.
 - Glows and sparkles have fixed size/radius.
 - Item sparkles are now handled by the glows, rather than the player.
This commit is contained in:
Mari the Deer 2022-10-28 16:49:14 +02:00
commit c770276bd7
36 changed files with 56 additions and 479 deletions

View file

@ -175,10 +175,6 @@ OptionMenu "SWWMOptionMenu"
Option "$SWWM_SHOWMAPTITLE", "swwm_showmaptitle", "YesNo"
StaticText " "
StaticText "$SWWM_ETITLE", 1
Option "$SWWM_SHADOWS", "swwm_shadows", "YesNo"
ScaleSliderFix "$SWWM_SHADOWDIST", "swwm_shadowdist", -1, 4000, 100, "$SWWM_NONE", "$SWWM_UNLIMITED"
Option "$SWWM_ITEMSPARKLES", "swwm_itemsparkles", "YesNo"
Option "$SWWM_ITEMGLOWS", "swwm_itemglows", "YesNo"
Option "$SWWM_BLOOD", "swwm_blood", "YesNo"
Option "$SWWM_NOMAGDROP", "swwm_nomagdrop", "NoYes"
ScaleSlider "$SWWM_MAXBLOOD", "swwm_maxblood", -1, 1000, 1, "$SWWM_NONE", "$SWWM_UNLIMITED"
@ -217,7 +213,6 @@ OptionMenu "SWWMOptionMenu"
StaticText " "
StaticText "$SWWM_ITITLE", 1
Option "$SWWM_USETOPICKUP", "swwm_usetopickup", "YesNo"
Option "$SWWM_EXTENDEDPICKUP", "swwm_extendedpickup", "YesNo"
Option "$SWWM_SINGLEFIRST", "swwm_singlefirst", "YesNo"
Option "$SWWM_COLLECTANIM", "swwm_collectanim", "YesNo"
Option "$SWWM_COLLECTANIMKEY", "swwm_collectanimkey", "YesNo"
@ -243,9 +238,6 @@ OptionMenu "SWWMDebugMenu"
Option "$SWWM_DBG_DEBUGVIEW", "swwm_debugview", "YesNo"
StaticText " "
SafeCommand "$SWWM_DBG_FIXITEMCAPS", "netevent swwmfixitemcaps"
SafeCommand "$SWWM_DBG_UPDATESHADOWS", "netevent swwmupdateshadows"
SafeCommand "$SWWM_DBG_UPDATEGLOWS", "netevent swwmupdateglows"
SafeCommand "$SWWM_DBG_UPDATEHITBOXES", "netevent swwmupdatehitboxes"
}
AddOptionMenu "OptionsMenu"
{