Delta-v/Content.Server/GameTicking/Rules/Components
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
..
ActiveGameRuleComponent.cs Add active and ended game rule components, generic TryRoundStartAttempt and minPlayers field (#20564) 2023-09-28 10:48:59 -04:00
DeathMatchRuleComponent.cs 1v1 me first to 31 no powerups [Deathmatch Gamemode] (#19467) 2023-08-30 18:06:15 -07:00
EndedGameRuleComponent.cs Add active and ended game rule components, generic TryRoundStartAttempt and minPlayers field (#20564) 2023-09-28 10:48:59 -04:00
GameRuleComponent.cs Add active and ended game rule components, generic TryRoundStartAttempt and minPlayers field (#20564) 2023-09-28 10:48:59 -04:00
GenericAntagRuleComponent.cs move ninja objectives code into generic antag system (#20186) 2023-09-21 07:33:18 -07:00
InactivityRuleComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
KillCalloutRuleComponent.cs 1v1 me first to 31 no powerups [Deathmatch Gamemode] (#19467) 2023-08-30 18:06:15 -07:00
MaxTimeRestartRuleComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
NinjaRuleComponent.cs use weighted random for ninja threats (#20469) 2023-09-24 23:16:09 -04:00
NukeOperativeSpawnerComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
NukeOpsShuttleComponent.cs Give nukies the ability to declare war for a TC boost (#19291) 2023-08-29 23:56:20 -08:00
NukeopsRuleComponent.cs Operations (#21154) 2023-11-16 14:04:50 -07:00
PiratesRuleComponent.cs Refactor minds to be entities with components, make roles components (#19591) 2023-08-28 16:53:24 -07:00
RespawnDeadRuleComponent.cs 1v1 me first to 31 no powerups [Deathmatch Gamemode] (#19467) 2023-08-30 18:06:15 -07:00
RespawnTrackerComponent.cs 1v1 me first to 31 no powerups [Deathmatch Gamemode] (#19467) 2023-08-30 18:06:15 -07:00
RevolutionaryRuleComponent.cs headrev spawn music (#21119) 2023-10-26 22:19:35 -04:00
RoundstartStationVariationRuleComponent.cs Roundstart variation game rules (#24397) 2024-01-30 21:52:35 -08:00
SandboxRuleComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
SecretRuleComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
StationVariationPassRuleComponent.cs Roundstart variation game rules (#24397) 2024-01-30 21:52:35 -08:00
ThiefRuleComponent.cs Thief hotfix (#22976) 2023-12-27 12:42:15 -08:00
TraitorRuleComponent.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
ZombieRuleComponent.cs Zombie round shuttle autocall waits until more crew are zombied. (#24379) 2024-01-21 21:02:25 -05:00