Delta-v/Content.Shared/Atmos
Debug 6afde59998
Hopefully fix atmos issues (#656)
* Check for divide by near zero (#22876)

* Clamp after AdjustMoles() (#22907)

Clamping is needed because x - x can be negative with floating point
numbers. If we don't clamp here, the caller always has to call
GetMoles(), clamp, then SetMoles(), which makes this function not very
useful.

* Add maximum atmos temperature limit (#22882)

* Add Tmax

* Increase Tmax

* Revert "Add YAML gas reactions (#22803)" (#22939)

This reverts commit 054321d2c2c17eb55a1640150131c61c29a3eb2b.

Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>

---------

Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
Co-authored-by: Kara <lunarautomaton6@gmail.com>
2024-01-07 22:10:35 +00:00
..
Components Candles (#21087) 2023-11-12 20:35:48 +01:00
EntitySystems Improve atmos debug overlay (#22520) 2023-12-16 20:31:51 +01:00
Monitor Make all prototype types partial (#21374) 2023-11-12 20:29:57 +01:00
Piping Rename Miasma to Ammonia (#22791) 2023-12-22 23:12:06 +01:00
Prototypes Make all prototype types partial (#21374) 2023-11-12 20:29:57 +01:00
Rotting Rename Miasma to Ammonia (#22791) 2023-12-22 23:12:06 +01:00
Visuals Fix warnings and code cleanup/fixes (#13570) 2023-01-19 13:56:45 +11:00
AtmosCommandUtils.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
AtmosDirection.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
Atmospherics.cs Hopefully fix atmos issues (#656) 2024-01-07 22:10:35 +00:00
FireVisuals.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
GasOverlayChunk.cs Gas tile overlay state handling changes (#12691) 2022-12-19 06:25:27 +11:00
PipeDirection.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00