]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move some Station methods into shared (#38976)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Fri, 8 Aug 2025 15:22:34 +0000 (11:22 -0400)
committerGitHub <noreply@github.com>
Fri, 8 Aug 2025 15:22:34 +0000 (11:22 -0400)
commit1374ceea4758db71c7c3cbff9d4b128f38662b82
tree73f53ca1f6b7cde9ba4863ce230938a00b5533e8
parent3d9e1f64a93b7937dccb88c780941f5f6a60cdbc
Move some Station methods into shared (#38976)
41 files changed:
Content.Client/Administration/UI/Tabs/ObjectsTab/ObjectsTab.xaml.cs
Content.Client/Station/StationSystem.cs
Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs
Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs
Content.Server/Anomaly/AnomalySystem.Generator.cs
Content.Server/Cargo/Components/StationCargoOrderDatabaseComponent.cs
Content.Server/Cargo/Systems/CargoSystem.Orders.cs
Content.Server/Cargo/Systems/CargoSystem.Telepad.cs
Content.Server/Chat/Systems/ChatSystem.cs
Content.Server/Commands/ContentCompletionHelper.cs
Content.Server/CrewManifest/CrewManifestSystem.cs
Content.Server/GameTicking/Rules/DragonRuleSystem.cs
Content.Server/GameTicking/Rules/GameRuleSystem.Utility.cs
Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs
Content.Server/GameTicking/Rules/RoundstartStationVariationRuleSystem.cs
Content.Server/GameTicking/Rules/VariationPass/BaseEntityReplaceVariationPassSystem.cs
Content.Server/GameTicking/Rules/VariationPass/EntitySpawnVariationPassSystem.cs
Content.Server/GameTicking/Rules/VariationPass/PuddleMessVariationPassSystem.cs
Content.Server/GameTicking/Rules/ZombieRuleSystem.cs
Content.Server/Maps/GameMapPrototype.cs
Content.Server/Nuke/Commands/SendNukeCodesCommand.cs
Content.Server/Nuke/NukeCodePaperSystem.cs
Content.Server/RoundEnd/RoundEndSystem.cs
Content.Server/Salvage/SalvageSystem.Runner.cs
Content.Server/Shuttles/Systems/ArrivalsSystem.cs
Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs
Content.Server/Shuttles/Systems/ShuttleSystem.GridFill.cs
Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs
Content.Server/Station/Commands/StationCommand.cs
Content.Server/Station/Events/StationPostInitEvent.cs
Content.Server/Station/Systems/StationBiomeSystem.cs
Content.Server/Station/Systems/StationNameSystem.cs
Content.Server/Station/Systems/StationSystem.cs
Content.Server/StationEvents/Events/AnomalySpawnRule.cs
Content.Server/StationEvents/Events/CargoGiftsRule.cs
Content.Server/StationEvents/Events/MeteorSwarmSystem.cs
Content.Server/StationEvents/Events/SpaceSpawnRule.cs
Content.Shared/Station/Components/StationDataComponent.cs [moved from Content.Server/Station/Components/StationDataComponent.cs with 55% similarity]
Content.Shared/Station/SharedStationSystem.Tracker.cs [new file with mode: 0644]
Content.Shared/Station/SharedStationSystem.cs
Content.Shared/Station/StationConfig.cs [moved from Content.Server/Station/StationConfig.cs with 59% similarity]