Delta-v/Content.Shared/Atmos
PJB3005 0e840d816a
Make GasMixture enumerable
I noticed that enumerating gases is frequently done in an annoying way with Enum.GetValues. So I made it better. Now GasMixture is IEnumerable<(Gas gas, float moles)> and it just works.
2025-01-18 00:50:22 +01:00
..
Components Atmospheric network monitor (#32294) 2024-12-17 04:53:17 +01:00
Consoles Atmospheric network monitor (#32294) 2024-12-17 04:53:17 +01:00
EntitySystems Predicted gas pumps (#33717) 2024-12-07 14:39:52 +11:00
Monitor Remove client state from server AirAlarmComponent (#31236) 2024-08-25 12:01:46 +10:00
Piping Made anchor visuals generic (#33810) 2024-12-11 14:50:20 +01:00
Portable/Components Add space heaters (#25250) 2024-02-28 10:27:29 -08:00
Prototypes Make all prototype types partial (#21374) 2023-11-01 19:56:23 -07:00
Reactions Move GasMixture to shared (#27480) 2024-04-30 14:31:05 -07:00
Rotting Hivelord mob (#31322) 2024-09-11 09:52:27 -04:00
Visuals Add space heaters (#25250) 2024-02-28 10:27:29 -08:00
AtmosCommandUtils.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
AtmosDirection.cs Replace NavMap dictionaries with int[] (#27602) 2024-05-02 12:51:21 +10:00
Atmospherics.cs Atmospheric network monitor (#32294) 2024-12-17 04:53:17 +01:00
FireVisuals.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
GasMixture.cs Make GasMixture enumerable 2025-01-18 00:50:22 +01:00
GasMixtureStringRepresentation.cs Move GasMixture to shared (#27480) 2024-04-30 14:31:05 -07:00
GasOverlayChunk.cs Fix exception with gas overlay rendering (#24001) 2024-01-13 00:22:10 +01:00
GetFireProtectionEvent.cs make fire not burn through hardsuits (#27161) 2024-05-09 00:12:48 -07:00
PipeDirection.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00