Delta-v/Content.Shared/Item
Centronias 697879a0ee Decouple Lights from Toggleable Visuals (and headphone music notes bugfix) (#35341)
* - Combine enum keys `ToggleableLightVisuals` and `ToggleVisuals` into `ToggleableVisuals`
- Rename `ToggleableLightVisualsComponent` to `ToggleableVisualsComponent` and `ToggleableLightVisualsSystem` to `ToggleableVisualsSystem`
  - (The `SpriteLayer` field on the component is now required because the old default of `light` doesn't make sense anymore)
- Make it so that `ToggleableVisualsComponent` works even when there's not a light attached to the entity
  - (Amazingly this seems to have only applied to  Headphones, but I can only imagine there are many other things people would like to do with simple toggleable visuals)
- Explicitly make `ItemTogglePointLightComponent`'s purpose to make `ToggleVisualsComponent` apply to `PointLightComponent`s on the same entity.
  - Add field `ToggleableVisualsColorModulatesLights`, which makes the `Color` appearance value of `ToggleableVisuals` modulate the color of lights on the same entity
  - Lots of prototype updates to uptake the above

* fix bad merge

* unbork robust

* blindly letting rider reformat stuff

* I guess I never cleaned up these imports at all
2025-08-06 22:06:58 +02:00
..
ItemToggle Decouple Lights from Toggleable Visuals (and headphone music notes bugfix) (#35341) 2025-08-06 22:06:58 +02:00
HeldSpeedModifierComponent.cs Mirror speed penalty for worn duffels and hardsuits when in-hand (#22168) 2023-12-16 19:28:55 +01:00
HeldSpeedModifierSystem.cs Add Slowdown to Dragging Items that Slow when Held (#29364) 2024-08-09 17:18:59 +01:00
ItemComponent.cs Fix PseudoItems (#821) 2024-02-12 21:52:49 +01:00
ItemSizeChangedEvent.cs upstream merge 27/04/2025 (#3596) 2025-05-06 19:35:03 -04:00
ItemSizePrototype.cs Cleanup: Remove redundant prototype name specifications (#35793) 2025-03-23 15:57:26 +00:00
MultiHandedItemComponent.cs upstream merge 27/04/2025 (#3596) 2025-05-06 19:35:03 -04:00
MultiHandedItemSystem.cs upstream merge 27/04/2025 (#3596) 2025-05-06 19:35:03 -04:00
PickupAttemptEvent.cs hands ECS (#7081) 2022-03-17 18:13:31 +11:00
SharedItemSystem.cs cherry pick Fix storage (#37714) (#3833) 2025-05-23 17:34:37 +01:00