]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Revert "Gamerule Entities" (#15724)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 24 Apr 2023 06:21:05 +0000 (16:21 +1000)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 06:21:05 +0000 (16:21 +1000)
commitd3552dae006e23a0927bcb67efd4ed7a4d053043
tree4fff21ab8a411f2547a6b0512529e55552dafbb7
parent39cc02b8f9c34a33810a1769077b31b0e7ad0d90
Revert "Gamerule Entities" (#15724)
124 files changed:
Content.Client/Suspicion/SuspicionEndTimerSystem.cs [new file with mode: 0644]
Content.Client/Suspicion/SuspicionGui.xaml [new file with mode: 0644]
Content.Client/Suspicion/SuspicionGui.xaml.cs [new file with mode: 0644]
Content.Client/Suspicion/SuspicionRoleComponent.cs [new file with mode: 0644]
Content.Client/Suspicion/SuspicionRoleSystem.cs [new file with mode: 0644]
Content.Client/Suspicion/TraitorOverlay.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/GameRules/RuleMaxTimeRestartTest.cs
Content.IntegrationTests/Tests/GameRules/SecretStartsTest.cs
Content.IntegrationTests/Tests/GameRules/StartEndGameRulesTest.cs
Content.Server/Dragon/Components/DragonRuleComponent.cs [deleted file]
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 [deleted file]
Content.Server/GameTicking/Rules/Components/GameRuleComponent.cs [deleted file]
Content.Server/GameTicking/Rules/Components/InactivityRuleComponent.cs [deleted file]
Content.Server/GameTicking/Rules/Components/MaxTimeRestartRuleComponent.cs [deleted file]
Content.Server/GameTicking/Rules/Components/NukeOperativeSpawnerComponent.cs
Content.Server/GameTicking/Rules/Components/PiratesRuleComponent.cs [deleted file]
Content.Server/GameTicking/Rules/Components/SandboxRuleComponent.cs [deleted file]
Content.Server/GameTicking/Rules/Components/SecretRuleComponent.cs [deleted file]
Content.Server/GameTicking/Rules/Components/TraitorRuleComponent.cs [deleted file]
Content.Server/GameTicking/Rules/Components/ZombieRuleComponent.cs [deleted file]
Content.Server/GameTicking/Rules/Configurations/GameRuleConfiguration.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Configurations/GenericGameRuleConfiguration.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Configurations/InactivityGameRuleConfiguration.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Configurations/MaxTimeRestartRuleConfiguration.cs [new file with mode: 0644]
Content.Server/GameTicking/Rules/Configurations/NukeopsRuleConfiguration.cs [moved from Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs with 51% similarity]
Content.Server/GameTicking/Rules/Configurations/SolarFlareEventRuleConfiguration.cs [moved from Content.Server/StationEvents/Components/SolarFlareRuleComponent.cs with 69% similarity]
Content.Server/GameTicking/Rules/Configurations/StationEventRuleConfiguration.cs [moved from Content.Server/StationEvents/Components/StationEventComponent.cs with 58% similarity]
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 [new file with mode: 0644]
Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs [new file with mode: 0644]
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 [deleted file]
Content.Server/StationEvents/Components/BasicStationEventSchedulerComponent.cs [deleted file]
Content.Server/StationEvents/Components/BluespaceArtifactRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/BluespaceLockerRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/BreakerFlipRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/BureaucraticErrorRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/DiseaseOutbreakRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/FalseAlarmRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/GasLeakRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/KudzuGrowthRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/LoneOpsSpawnRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/MeteorSwarmRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/MouseMigrationRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/PowerGridCheckRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/RampingStationEventSchedulerComponent.cs [deleted file]
Content.Server/StationEvents/Components/RandomSentienceRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/RevenantSpawnRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/SentienceTargetComponent.cs
Content.Server/StationEvents/Components/SpiderSpawnRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/VentClogRuleComponent.cs [deleted file]
Content.Server/StationEvents/Components/VentCritterSpawnLocationComponent.cs
Content.Server/StationEvents/Components/VentCrittersRuleComponent.cs [deleted file]
Content.Server/StationEvents/EventManagerSystem.cs
Content.Server/StationEvents/Events/AnomalySpawn.cs [moved from Content.Server/StationEvents/Events/AnomalySpawnRule.cs with 61% similarity]
Content.Server/StationEvents/Events/BluespaceArtifact.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/BluespaceArtifactRule.cs [deleted file]
Content.Server/StationEvents/Events/BluespaceLocker.cs [moved from Content.Server/StationEvents/Events/BluespaceLockerRule.cs with 79% similarity]
Content.Server/StationEvents/Events/BreakerFlip.cs [moved from Content.Server/StationEvents/Events/BreakerFlipRule.cs with 70% similarity]
Content.Server/StationEvents/Events/BureaucraticError.cs [moved from Content.Server/StationEvents/Events/BureaucraticErrorRule.cs with 82% similarity]
Content.Server/StationEvents/Events/DiseaseOutbreak.cs [moved from Content.Server/StationEvents/Events/DiseaseOutbreakRule.cs with 70% similarity]
Content.Server/StationEvents/Events/FalseAlarm.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/FalseAlarmRule.cs [deleted file]
Content.Server/StationEvents/Events/GasLeak.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/GasLeakRule.cs [deleted file]
Content.Server/StationEvents/Events/KudzuGrowth.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/KudzuGrowthRule.cs [deleted file]
Content.Server/StationEvents/Events/LoneOpsSpawn.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/LoneOpsSpawnRule.cs [deleted file]
Content.Server/StationEvents/Events/MeteorSwarm.cs [moved from Content.Server/StationEvents/Events/MeteorSwarmRule.cs with 53% similarity]
Content.Server/StationEvents/Events/MouseMigration.cs [moved from Content.Server/StationEvents/Events/MouseMigrationRule.cs with 66% similarity]
Content.Server/StationEvents/Events/PowerGridCheck.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/PowerGridCheckRule.cs [deleted file]
Content.Server/StationEvents/Events/RandomSentience.cs [moved from Content.Server/StationEvents/Events/RandomSentienceRule.cs with 67% similarity]
Content.Server/StationEvents/Events/RevenantSpawn.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/RevenantSpawnRule.cs [deleted file]
Content.Server/StationEvents/Events/SolarFlare.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/SolarFlareRule.cs [deleted file]
Content.Server/StationEvents/Events/SpiderSpawn.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/SpiderSpawnRule.cs [deleted file]
Content.Server/StationEvents/Events/StationEventSystem.cs
Content.Server/StationEvents/Events/VentClog.cs [moved from Content.Server/StationEvents/Events/VentClogRule.cs with 73% similarity]
Content.Server/StationEvents/Events/VentCritters.cs [new file with mode: 0644]
Content.Server/StationEvents/Events/VentCrittersRule.cs [deleted file]
Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs
Content.Server/Suspicion/Roles/SuspicionInnocentRole.cs [new file with mode: 0644]
Content.Server/Suspicion/Roles/SuspicionRole.cs [new file with mode: 0644]
Content.Server/Suspicion/Roles/SuspicionTraitorRole.cs [new file with mode: 0644]
Content.Server/Suspicion/SuspicionItemComponent.cs [new file with mode: 0644]
Content.Server/Suspicion/SuspicionRoleComponent.cs [new file with mode: 0644]
Content.Server/Suspicion/SuspicionRoleSystem.cs [new file with mode: 0644]
Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchRedemptionComponent.cs [new file with mode: 0644]
Content.Server/TraitorDeathMatch/Components/TraitorDeathMatchReliableOwnerTagComponent.cs [new file with mode: 0644]
Content.Server/TraitorDeathMatch/TraitorDeathMatchRedemptionSystem.cs [new file with mode: 0644]
Content.Shared/Suspicion/SharedSuspicionRoleComponent.cs [new file with mode: 0644]
Content.Shared/Suspicion/SuspicionMessages.cs [new file with mode: 0644]
Resources/Prototypes/Entities/Markers/Spawners/Conditional/traitordm.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/Machines/traitordm.yml [new file with mode: 0644]
Resources/Prototypes/GameRules/events.yml
Resources/Prototypes/GameRules/roundstart.yml
Resources/Prototypes/Roles/Antags/Suspicion/suspicion_innocent.yml [new file with mode: 0644]
Resources/Prototypes/Roles/Antags/Suspicion/suspicion_traitor.yml [new file with mode: 0644]
Resources/Prototypes/game_presets.yml