]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Gamerule Entities (#15513)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Mon, 24 Apr 2023 05:20:51 +0000 (01:20 -0400)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 05:20:51 +0000 (15:20 +1000)
commit39cc02b8f9c34a33810a1769077b31b0e7ad0d90
treec1985031e6d2a9f38ea9f91c610128ca7493b93d
parent8943c2a10eb2b7673de893d2063701dc4781c827
Gamerule Entities (#15513)
124 files changed:
Content.Client/Suspicion/SuspicionEndTimerSystem.cs [deleted file]
Content.Client/Suspicion/SuspicionGui.xaml [deleted file]
Content.Client/Suspicion/SuspicionGui.xaml.cs [deleted file]
Content.Client/Suspicion/SuspicionRoleComponent.cs [deleted file]
Content.Client/Suspicion/SuspicionRoleSystem.cs [deleted file]
Content.Client/Suspicion/TraitorOverlay.cs [deleted file]
Content.IntegrationTests/Tests/GameRules/RuleMaxTimeRestartTest.cs
Content.IntegrationTests/Tests/GameRules/SecretStartsTest.cs
Content.IntegrationTests/Tests/GameRules/StartEndGameRulesTest.cs
Content.Server/Dragon/Components/DragonRuleComponent.cs [new file with mode: 0644]
Content.Server/Dragon/DragonSystem.Rule.cs
Content.Server/Dragon/DragonSystem.cs
Content.Server/GameTicking/GameTicker.GamePreset.cs
Content.Server/GameTicking/GameTicker.GameRule.cs
Content.Server/GameTicking/GameTicker.RoundFlow.cs
Content.Server/GameTicking/Presets/GamePresetPrototype.cs
Content.Server/GameTicking/Rules/Components/DeathMatchRuleComponent.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Components/GameRuleComponent.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Components/InactivityRuleComponent.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Components/MaxTimeRestartRuleComponent.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Components/NukeOperativeSpawnerComponent.cs
Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs [moved from Content.Server/GameTicking/Rules/Configurations/NukeopsRuleConfiguration.cs with 51% similarity]
Content.Server/GameTicking/Rules/Components/PiratesRuleComponent.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Components/SandboxRuleComponent.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Components/SecretRuleComponent.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Components/TraitorRuleComponent.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Components/ZombieRuleComponent.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Configurations/GameRuleConfiguration.cs [deleted file]
Content.Server/GameTicking/Rules/Configurations/GenericGameRuleConfiguration.cs [deleted file]
Content.Server/GameTicking/Rules/Configurations/InactivityGameRuleConfiguration.cs [deleted file]
Content.Server/GameTicking/Rules/Configurations/MaxTimeRestartRuleConfiguration.cs [deleted file]
Content.Server/GameTicking/Rules/DeathMatchRuleSystem.cs
Content.Server/GameTicking/Rules/GameRulePrototype.cs
Content.Server/GameTicking/Rules/GameRuleSystem.cs
Content.Server/GameTicking/Rules/InactivityTimeRestartRuleSystem.cs
Content.Server/GameTicking/Rules/MaxTimeRestartRuleSystem.cs
Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs
Content.Server/GameTicking/Rules/PiratesRuleSystem.cs
Content.Server/GameTicking/Rules/SandboxRuleSystem.cs
Content.Server/GameTicking/Rules/SecretRuleSystem.cs
Content.Server/GameTicking/Rules/SuspicionRuleSystem.cs [deleted file]
Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs [deleted file]
Content.Server/GameTicking/Rules/TraitorRuleSystem.cs
Content.Server/GameTicking/Rules/ZombieRuleSystem.cs
Content.Server/Objectives/Conditions/RandomTraitorAliveCondition.cs
Content.Server/Objectives/Conditions/RandomTraitorProgressCondition.cs
Content.Server/Objectives/Requirements/MultipleTraitorsRequirement.cs
Content.Server/Spawners/Components/ConditionalSpawnerComponent.cs
Content.Server/Spawners/EntitySystems/ConditionalSpawnerSystem.cs
Content.Server/StationEvents/BasicStationEventSchedulerSystem.cs
Content.Server/StationEvents/Components/AnomalySpawnRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/BasicStationEventSchedulerComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/BluespaceArtifactRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/BluespaceLockerRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/BreakerFlipRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/BureaucraticErrorRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/DiseaseOutbreakRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/FalseAlarmRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/GasLeakRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/KudzuGrowthRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/LoneOpsSpawnRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/MeteorSwarmRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/MouseMigrationRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/PowerGridCheckRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/RampingStationEventSchedulerComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/RandomSentienceRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/RevenantSpawnRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/SentienceTargetComponent.cs
Content.Server/StationEvents/Components/SolarFlareRuleComponent.cs [moved from Content.Server/GameTicking/Rules/Configurations/SolarFlareEventRuleConfiguration.cs with 69% similarity]
Content.Server/StationEvents/Components/SpiderSpawnRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/StationEventComponent.cs [moved from Content.Server/GameTicking/Rules/Configurations/StationEventRuleConfiguration.cs with 58% similarity]
Content.Server/StationEvents/Components/VentClogRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/VentCritterSpawnLocationComponent.cs
Content.Server/StationEvents/Components/VentCrittersRuleComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/EventManagerSystem.cs
Content.Server/StationEvents/Events/AnomalySpawnRule.cs [moved from Content.Server/StationEvents/Events/AnomalySpawn.cs with 61% similarity]
Content.Server/StationEvents/Events/BluespaceArtifact.cs [deleted file]
Content.Server/StationEvents/Events/BluespaceArtifactRule.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/BluespaceLockerRule.cs [moved from Content.Server/StationEvents/Events/BluespaceLocker.cs with 79% similarity]
Content.Server/StationEvents/Events/BreakerFlipRule.cs [moved from Content.Server/StationEvents/Events/BreakerFlip.cs with 70% similarity]
Content.Server/StationEvents/Events/BureaucraticErrorRule.cs [moved from Content.Server/StationEvents/Events/BureaucraticError.cs with 82% similarity]
Content.Server/StationEvents/Events/DiseaseOutbreakRule.cs [moved from Content.Server/StationEvents/Events/DiseaseOutbreak.cs with 70% similarity]
Content.Server/StationEvents/Events/FalseAlarm.cs [deleted file]
Content.Server/StationEvents/Events/FalseAlarmRule.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/GasLeak.cs [deleted file]
Content.Server/StationEvents/Events/GasLeakRule.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/KudzuGrowth.cs [deleted file]
Content.Server/StationEvents/Events/KudzuGrowthRule.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/LoneOpsSpawn.cs [deleted file]
Content.Server/StationEvents/Events/LoneOpsSpawnRule.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/MeteorSwarmRule.cs [moved from Content.Server/StationEvents/Events/MeteorSwarm.cs with 53% similarity]
Content.Server/StationEvents/Events/MouseMigrationRule.cs [moved from Content.Server/StationEvents/Events/MouseMigration.cs with 66% similarity]
Content.Server/StationEvents/Events/PowerGridCheck.cs [deleted file]
Content.Server/StationEvents/Events/PowerGridCheckRule.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/RandomSentienceRule.cs [moved from Content.Server/StationEvents/Events/RandomSentience.cs with 67% similarity]
Content.Server/StationEvents/Events/RevenantSpawn.cs [deleted file]
Content.Server/StationEvents/Events/RevenantSpawnRule.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/SolarFlare.cs [deleted file]
Content.Server/StationEvents/Events/SolarFlareRule.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/SpiderSpawn.cs [deleted file]
Content.Server/StationEvents/Events/SpiderSpawnRule.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/StationEventSystem.cs
Content.Server/StationEvents/Events/VentClogRule.cs [moved from Content.Server/StationEvents/Events/VentClog.cs with 73% similarity]
Content.Server/StationEvents/Events/VentCritters.cs [deleted file]
Content.Server/StationEvents/Events/VentCrittersRule.cs [new file with mode: 0644]
Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs
Content.Server/Suspicion/Roles/SuspicionInnocentRole.cs [deleted file]
Content.Server/Suspicion/Roles/SuspicionRole.cs [deleted file]
Content.Server/Suspicion/Roles/SuspicionTraitorRole.cs [deleted file]
Content.Server/Suspicion/SuspicionItemComponent.cs [deleted file]
Content.Server/Suspicion/SuspicionRoleComponent.cs [deleted file]
Content.Server/Suspicion/SuspicionRoleSystem.cs [deleted file]
Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs [deleted file]
Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs [deleted file]
Content.Server/TraitorDeathMatch/TraitorDeathMatchRedemptionSystem.cs [deleted file]
Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs [deleted file]
Content.Shared/Suspicion/SuspicionMessages.cs [deleted file]
Resources/Prototypes/Entities/Markers/Spawners/Conditional/traitordm.yml [deleted file]
Resources/Prototypes/Entities/Structures/Machines/traitordm.yml [deleted file]
Resources/Prototypes/GameRules/events.yml
Resources/Prototypes/GameRules/roundstart.yml
Resources/Prototypes/Roles/Antags/Suspicion/suspicion_innocent.yml [deleted file]
Resources/Prototypes/Roles/Antags/Suspicion/suspicion_traitor.yml [deleted file]
Resources/Prototypes/game_presets.yml