Delta-v/Content.Server/Atmos
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
..
Commands Cleanup all instances of `IMapManager.GetMapEntityId` (#37814) 2025-08-05 16:31:56 +02:00
Components Change atmos plaques to yaml (#37318) 2025-05-18 17:07:41 +01:00
Consoles Predicted internals (#33800) 2025-05-18 16:21:09 +01:00
EntitySystems Decouple Lights from Toggleable Visuals (and headphone music notes bugfix) (#35341) 2025-08-06 22:06:58 +02:00
Monitor air alarm panic wire snipping forces panic mode (#36439) 2025-05-18 17:40:25 +01:00
Piping Move PriceCalculationEvent and EstimatedPriceCalculationEvent to shared (#37782) 2025-08-05 16:21:45 +02:00
Portable Predict gasthermomachines (#33837) 2025-05-18 17:30:44 +01:00
Reactions Cleanup: Remove redundant prototype name specifications (#35793) 2025-03-23 15:57:26 +00:00
Rotting replace all uses of TryGetContainingContainer with non-obsolete overload (#30583) 2024-08-09 18:24:46 +01:00
Serialization Cleanup warnings in `TileAtmosCollectionSerializer` (#37798) 2025-08-05 16:30:02 +02:00
ExcitedGroup.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
GasMixtureStringRepresentation.cs Add cryopod logs (#16854) 2023-05-28 18:59:27 +10:00
Hotspot.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
IGasReactionEffect.cs Move GasMixture to shared (#27480) 2024-05-07 04:00:15 +02:00
MonstermosInfo.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
PressureEvent.cs Rejig pressure protection (#7560) 2022-04-15 15:41:47 -07:00
TileAtmosphere.cs Use archived gas mixture in gas exchange comparison (#32088) 2024-10-02 12:13:09 +01:00
TileFireEvent.cs Minor atmos optimisations (#6625) 2022-02-20 17:43:20 +11:00
TileMixtureEnumerator.cs Move GasMixture to shared (#27480) 2024-05-07 04:00:15 +02:00