tgstation-server-v6.4.1
Please refer to the README for setup instructions. Full changelog can be found here.
Component Versions
Core: 6.4.1
Configuration: 5.1.0
HTTP API: 10.2.0
DreamMaker API: 7.1.1 (Interop: 5.9.0)
Web Control Panel: 5.6.0
Host Watchdog: 1.4.1
Patch 1
Core
- Fixed chat help commands not working. (#1808 @Cyberboss)
- Fixed an incorrect warning related to
oom_score_adj
on server startup on Linux. (#1798 @Cyberboss)
Update 4.X
Core
- On Linux, TGS will now set the
oom_score_adj
of child processes appropriately so as to ensure they are terminated when memory becomes scarce before its own processes. This means game processes with runaway memory no longer risk killing TGS. Note: Docker users should add--cap-add=sys_resource
to their command lines to allow this. (#1794 @Cyberboss) - When test merge metadata fails to be retrieved using a GitHub or GitLab remote, TGS will attempt to deduce the URL using known paths. (#1794 @Cyberboss)