Commit Graph

10 Commits

Author SHA1 Message Date
Vasilis a2fdad31ed
Expose preset in status (#23586) 2024-01-06 14:14:25 +11:00
deathride58 0ffd4e953e
Adds current panic bunker status to the server's /status API (#23330)
allows the server to advertise its current panic bunker status
2024-01-01 17:16:03 -07:00
Simon 14b8762bf3
Add round ID to status HTTP API (#21904)
* added round_id

* Update Content.Server/GameTicking/GameTicker.StatusShell.cs

Co-authored-by: 0x6273 <0x40@keemail.me>

---------

Co-authored-by: Moony <moony@hellomouse.net>
Co-authored-by: 0x6273 <0x40@keemail.me>
2023-11-26 13:54:43 -06:00
Morb 525d8e3e94
Add map info to status HTTP API (#21089) 2023-11-05 21:03:36 -07:00
Aerocrux 7750675757
Add SoftMaxPlayers to status response for launcher use (#9365) 2022-07-08 21:44:49 +02:00
wrexbe bc68ac96dd
Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
mirrorcult ec4d4688c7
Seal/abstract/virtual everything (#6739) 2022-02-16 18:23:23 +11:00
Pieter-Jan Briers 2125f1dda9
Remove usages of Newtonsoft.Json from StatusHost (#6082) 2022-01-10 01:41:46 +01:00
Vera Aguilera Puerto 5b41d3328e Fix crash when getting server status
- Adds _roundStartDateTime field to GameTicker, the UTC time when the round started.
2021-06-20 17:38:05 +02:00
Vera Aguilera Puerto d3a611164b
Turns GameTicker into an EntitySystem. (#4197)
* GameTicker turned into an EntitySystem

* Turns ClientGameTicker into an EntitySystem, turn NetMessages into events

* Change event names to be more consistent with the rest.

* YAML linter uses the dummy gameticker CVar override.

* Fix game ticker initialization order

* Dummy ticker won't spawn players.

* Fix character creation test
2021-06-20 10:09:24 +02:00