Delta-v/Content.Client/Interfaces
DrSmugleaf d91a8c4925
Add delaystart and forcepreset commands (#1163)
* Add extendroundstart message to extend lobby start timer

* Rename StartExtend to DelayStart

* Fix delaystart amounts above 59 not working

* Change delaystart seconds type from int to uint

* Change delaystart wrong args amount message

* Add forcegamepreset command

* Rename forcegamepreset to forcepreset and merged start and forcestart preset methods

* Fix index out of bounds exception when forcing suspicion to start

* Change game preset to match regardless of casing

* Add forcepreset unknown preset message

* Add and move in lobby checks

* Remove testing changes

* Change delaystart to pause/resume the timer when no seconds are specified

* Change pause message

* Remove testing code

* Change 0 seconds to not be a valid amount of seconds

* Replace MsgTickerLobbyCountdown Seconds with DateTime instead of uint

* Add one entire dot

* Replace Math.Min + Math.Max with Math.Clamp

Co-authored-by: ComicIronic <comicironic@gmail.com>

Co-authored-by: ComicIronic <comicironic@gmail.com>
2020-06-21 22:05:47 +02:00
..
Chat Rider static analysis (#433) 2019-11-13 23:37:46 +01:00
GameObjects/Components/Items Document some stun code 2020-05-14 17:49:40 +02:00
Parallax Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
IClientGameTicker.cs Add delaystart and forcepreset commands (#1163) 2020-06-21 22:05:47 +02:00
IClientNotifyManager.cs Rider static analysis (#433) 2019-11-13 23:37:46 +01:00
IClientPreferencesManager.cs added Character Setup (#511) 2020-01-18 01:54:13 +01:00