Delta-v/Content.Server/Atmos
Tom Leys 28bec85d86
Space sections substantially slower (5-15 sec, exponential) with cooling (#16115)
* Space sections fractionally slower (1 sec, exponential)

- ExplosivelyDepressurize reduces air pressure by about 20% each pass, sets to vacuum below 20 kPa
- Causes some issues with AdjacentBits on airlock close

* Introduced constants for Spacing in atmospherics

* Limit space wind allowed during spacing to 1000 kPa per tile/sec

- Less tile ripping per tick
- Tiles rip based on wind
- Robustness checks

* Slowed down the spacing a bit

* Slowed down the spacing a bit more

* Better dynamics about high pressure air escaping,

- Reduce air temperature (due to decompression) during spacing
- Make some water vapor for flavor

* Limit temperature loss to >8 Deg.C. No Water vapor
2023-05-20 13:53:04 -06:00
..
Commands Changes for prototype load parallelization (#13066) 2022-12-20 14:25:34 -08:00
Components Flare gun 1984 (#15807) 2023-05-04 12:46:02 +10:00
EntitySystems Space sections substantially slower (5-15 sec, exponential) with cooling (#16115) 2023-05-20 13:53:04 -06:00
Miasma Remove diseases (#15684) 2023-05-07 17:50:37 +10:00
Monitor Fixes air sensors not accessing gas mixture on construction + visual fixes (#15224) 2023-04-08 19:25:38 -07:00
Piping Device Linking and better linking ui (#13645) 2023-05-07 16:07:24 +10:00
Portable Machine upgrade examine verb (#12119) 2022-11-04 14:27:47 +11:00
Reactions Plasma still creates tritium down to 1 to 32 concentration (#16517) 2023-05-17 13:22:56 -06:00
Serialization Content fixes for timeoffsets (#15934) 2023-05-01 14:49:25 +10:00
ExcitedGroup.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
GasMixture.cs Remove redundant read-only VV from datafields (#12626) 2022-11-16 20:22:11 +01:00
Hotspot.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
IGasMixtureHolder.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
IGasReactionEffect.cs Frezon (#9980) 2022-07-27 04:55:28 -05: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 Remove redundant read-only VV from datafields (#12626) 2022-11-16 20:22:11 +01:00
TileFireEvent.cs Minor atmos optimisations (#6625) 2022-02-20 17:43:20 +11:00