Delta-v/Content.Server/GameTicking/Rules
Kara cc24ba6a31
Roundstart variation game rules (#24397)
* Raise `StationPostInitEvent` broadcast

* Basic variation pass handling

* standardize names + rule entities

* why does it work like that?

* add to defaults

* light break variation pass

* ent spawn entry

* move some stationevent utility functions to gamerule + add one for finding random tile on specified station

* forgot how statistics works

* powered light variation pass is good now

* station tile count function

* public method to ensure all solutions (for procedural use before mapinit)

* move gamerulesystem utility funcs to partial

* ensure all solutions before spilling in puddlesystem. for use when spilling before mapinit

* trash & puddle variation passes!

* oh yeah

* ehh lets live a little

* std

* utility for game rule check based on comp

* entprotoid the trash spawner oops

* generalize trash variation

* use added instead of started for secret rule

* random cleanup

* generic replacement variation system

* Wall rusting variation rule

* account for modifying while enumerating

* use localaabb

* fix test

* minor tweaks

* reinforced wall replacer + puddletweaker
2024-01-30 21:52:35 -08:00
..
Components Roundstart variation game rules (#24397) 2024-01-30 21:52:35 -08:00
VariationPass Roundstart variation game rules (#24397) 2024-01-30 21:52:35 -08:00
DeathMatchRuleSystem.cs Add new entity spawn test & fix misc bugs (#19953) 2023-10-16 16:54:10 +11:00
GameRulePrototype.cs Make all prototype types partial (#21374) 2023-11-01 19:56:23 -07:00
GameRuleSystem.Utility.cs Roundstart variation game rules (#24397) 2024-01-30 21:52:35 -08:00
GameRuleSystem.cs Roundstart variation game rules (#24397) 2024-01-30 21:52:35 -08:00
GenericAntagRuleSystem.cs move ninja objectives code into generic antag system (#20186) 2023-09-21 07:33:18 -07:00
InactivityTimeRestartRuleSystem.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
KillCalloutRuleSystem.cs Move ActorComponent to shared (#21293) 2023-10-29 04:21:02 +11:00
MaxTimeRestartRuleSystem.cs Gamerule Entities, Take 2 (#15765) 2023-04-25 20:23:14 -04:00
NukeopsRuleSystem.cs Fix deadmin on join cvar for nukies (#20198) 2024-01-06 20:29:53 +11:00
PiratesRuleSystem.cs Fix shuttle loading error (#22767) 2023-12-19 23:24:26 -07:00
RespawnRuleSystem.cs Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
RevolutionaryRuleSystem.cs Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
RoundstartStationVariationRuleSystem.cs Roundstart variation game rules (#24397) 2024-01-30 21:52:35 -08:00
SandboxRuleSystem.cs Gamerule Entities, Take 2 (#15765) 2023-04-25 20:23:14 -04:00
SecretRuleSystem.cs Roundstart variation game rules (#24397) 2024-01-30 21:52:35 -08:00
ThiefRuleSystem.cs Ensure correct number of thieves are selected (#23270) 2023-12-31 21:25:28 -05:00
TraitorRuleSystem.cs more objective logging + maybe fix the no objective bug (#24139) 2024-01-15 16:09:14 -07:00
ZombieRuleSystem.cs ERT, DeathSquad and Central Command Officer Inital Infected immunity (#23601) 2024-01-26 21:56:09 -05:00