Delta-v/Content.Shared/Atmos
PJB3005 eaf7cbda43 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-28 04:31:28 +00:00
..
Components Atmospheric network monitor (#32294) 2024-12-21 10:13:11 +00:00
Consoles Atmospheric network monitor (#32294) 2024-12-21 10:13:11 +00:00
EntitySystems Predicted gas pumps (#33717) 2024-12-07 22:10:56 +00:00
Monitor Remove client state from server AirAlarmComponent (#31236) 2024-08-27 00:50:40 +01:00
Piping Made anchor visuals generic (#33810) 2024-12-21 09:54:48 +00:00
Portable/Components Add space heaters (#25250) 2024-03-07 01:05:02 +01:00
Prototypes Make all prototype types partial (#21374) 2023-11-12 20:29:57 +01:00
Reactions Move GasMixture to shared (#27480) 2024-05-07 04:00:15 +02:00
Rotting Hivelord mob (#31322) 2024-09-14 14:23:33 +01:00
Visuals Add space heaters (#25250) 2024-03-07 01:05:02 +01: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-07 04:18:25 +02:00
Atmospherics.cs Atmospheric network monitor (#32294) 2024-12-21 10:13:11 +00:00
FireVisuals.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
GasMixture.cs Make GasMixture enumerable 2025-01-28 04:31:28 +00:00
GasMixtureStringRepresentation.cs Move GasMixture to shared (#27480) 2024-05-07 04:00:15 +02:00
GasOverlayChunk.cs Fix exception with gas overlay rendering (#24001) 2024-01-26 22:34:21 +01:00
GetFireProtectionEvent.cs make fire not burn through hardsuits (#27161) 2024-05-18 13:35:46 +02:00
PipeDirection.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00