Files
tgstation-server/src
Jordan Dominion d36e2f59f8 Add broadcasting support
- Bump appropriate versions
- Add DreamDaemon request field and permission bit.
- Add generic failure error code.
- Remove `ErrorCode` comment since they are being using in #1666.
- Fix bad interop return messages.
- Adjust DMAPI code to support broadcasts.
- Add tests.

Closes #138
2023-11-15 20:53:52 -05:00
..
2023-11-15 20:53:52 -05:00
2023-11-14 12:26:59 -05:00

Guided Code Tour

This is a series of README.md files aimed at directing people around the codebase based on what they want to know/change. Best viewed on the GitHub website.

Tgstation.Server.Host.Watchdog, Tgstation.Server.Host.Service, and Tgstation.Server.Host.Console are related to the Service/Console runners which have the simple task of executing Tgstation.Server.Host and updating it when requested.