Working atmospherics code which sets the station atmosphere to gradually go towards the temperature of the planet according to the weather apps on communicators, which can fluctuate.
This does not affect dorms or other areas if we add the TEMPERATURE_SHIELDED flags to them.
Also added overrides to Dorm areas similar to the tether's.
Adds about 6-7ms of time to the Air subsystem but isn't lagging anything while testing.
TODO:
[x] The actual heat engine machine
[x] Passive instead of active gas pumping
[x] Only start making the station zones temperatures go towards planet temp if the heat engine is offline
[x] Heat engine on/active animated sprite
[x] Radiator sprites (on/off)
[ ] Wood burning / looping sfx
[x] TGUI to see status, wood left, time remaining with current wood, pressure/temps in both sides of pipes
[x] Improve the roof vent or use passive vents and pumps in atmos
[x] Set up proper intake ratio in atmos (21 oxygen / 79 nitrogen) before going to supply until a proper atmos remake can be made - izac assigned
Do not merge!
Working atmospherics code which sets the station atmosphere to gradually go towards the temperature of the planet according to the weather apps on communicators, which can fluctuate.
This does not affect dorms or other areas if we add the TEMPERATURE_SHIELDED flags to them. Also added overrides to Dorm areas similar to the tether's.
Adds about 6-7ms of time to the Air subsystem but isn't lagging anything while testing.
TODO: