* Gas Mixture Refactor
* derp
* defined turf types
* fixes
* cuts turf visuals cost in half
* even better equalizing with planetary atmos
* remove volatile fuel
* comment and documentatino on turf gas vars
* Makes the Freeze Mech admin verb work properly
* freeze overhaul, axe Freeze Mech verb
* define freeze on the atom/movable level
* CRLF to LF
* rebase and touch ups
Co-authored-by: SteelSlayer <SteelSlayer@users.noreply.github.com>
* Initial Commit - Trying to add DC to Travis
* Forgot to chmod
* This took too long
* Farie Fixes
* Fixes new code
* Job factions are fucking smelly
* Loadouts work again
* Runtime fixes
* Super early initial commit
* Why do I keep comitting this
* in between
* In between
* Sort fix. Transfer fix. HTML and more
* Scrolling + define values change
* Search fixes and time input fixes
* Minor tweaks. Fuel tank inclusion. Fixes
* derp
* Extra logging to fuel tank
* minor stuff
* add the message to admins for fueltanks
* Don't keep mob/atom references + fixes
* line fixes?
* Review improvements
* pois comment
* Handlers converted, now to fix 3532 compile errors
* 3532 compile fixes later, got runtimes on startup
* Well the server loads now atleast
* Take 2
* Oops
* Panic bunker threshold is configurable
* Cleaned up bunker automation logic, added admin control verb
* Changed Set Server Capacity to two toggle verbs; modified logic
* Revert "Changed Set Server Capacity to two toggle verbs; modified logic"
This reverts commit 398a8615a5.
* Revert "Cleaned up bunker automation logic, added admin control verb"
This reverts commit b6a6d49714.
1) ports https://github.com/tgstation/tgstation/pull/32384 - fixes our world/IsBanned not being updated to account for a BYOND change where the world/IsBanned proc now includes a 4th param, 'type'
2) ports https://github.com/tgstation/tgstation/pull/48583 - changes by MSO which prevent BYOND from degrading server performance during world topic calls
3) future-proofs calls to world/IsBanned by using explicitly named params to avoid this sort of thing happening again if it changes in future