]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Mind ecs (#14412)
authorShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
Sun, 26 Mar 2023 18:31:13 +0000 (11:31 -0700)
committerGitHub <noreply@github.com>
Sun, 26 Mar 2023 18:31:13 +0000 (14:31 -0400)
commitbfc4da9377618322b9e34fd9fac051c83dbf810e
treea397f839b7258d0681e6d6d29a620f54e996dc4f
parent0e5dc41fe81fc2d67cd9539068e669a6a81b90b7
Mind ecs (#14412)
85 files changed:
Content.IntegrationTests/Tests/Minds/MindEntityDeletionTest.cs [moved from Content.IntegrationTests/Tests/MindEntityDeletionTest.cs with 88% similarity]
Content.IntegrationTests/Tests/Minds/MindTests.cs [new file with mode: 0644]
Content.Server/AME/Components/AMEControllerComponent.cs
Content.Server/Administration/Commands/AGhost.cs
Content.Server/Administration/Commands/ControlMob.cs
Content.Server/Administration/Commands/SetMindCommand.cs
Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs
Content.Server/Administration/Systems/AdminVerbSystem.cs
Content.Server/Body/Systems/BodySystem.cs
Content.Server/Body/Systems/BrainSystem.cs
Content.Server/Bql/QuerySelectors.cs
Content.Server/CharacterInfo/CharacterInfoSystem.cs
Content.Server/Chat/Commands/SuicideCommand.cs
Content.Server/Chat/Managers/ChatManager.cs
Content.Server/Chat/Managers/IChatManager.cs
Content.Server/Chat/Systems/ChatSystem.cs
Content.Server/Chemistry/ReagentEffects/MakeSentient.cs
Content.Server/Cloning/CloningConsoleSystem.cs
Content.Server/Cloning/CloningSystem.cs
Content.Server/Drone/DroneSystem.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs
Content.Server/GameTicking/GameTicker.GamePreset.cs
Content.Server/GameTicking/GameTicker.Player.cs
Content.Server/GameTicking/GameTicker.RoundFlow.cs
Content.Server/GameTicking/GameTicker.Spawning.cs
Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs
Content.Server/GameTicking/Rules/PiratesRuleSystem.cs
Content.Server/GameTicking/Rules/SuspicionRuleSystem.cs
Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs
Content.Server/GameTicking/Rules/TraitorRuleSystem.cs
Content.Server/GameTicking/Rules/ZombieRuleSystem.cs
Content.Server/Ghost/GhostSystem.cs
Content.Server/Ghost/Roles/Components/GhostRoleMobSpawnerComponent.cs
Content.Server/Ghost/Roles/Components/GhostTakeoverAvailableComponent.cs
Content.Server/Ghost/Roles/GhostRoleSystem.cs
Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs
Content.Server/Medical/BiomassReclaimer/BiomassReclaimerSystem.cs
Content.Server/Mind/Commands/MakeSentientCommand.cs
Content.Server/Mind/Commands/MindInfoCommand.cs
Content.Server/Mind/Commands/RenameCommand.cs
Content.Server/Mind/Components/MindContainerComponent.cs [moved from Content.Server/Mind/Components/MindComponent.cs with 88% similarity]
Content.Server/Mind/Components/VisitingMindComponent.cs
Content.Server/Mind/Mind.cs
Content.Server/Mind/MindSystem.cs
Content.Server/Mind/MindTrackerSystem.cs
Content.Server/Mind/TransferMindOnGibSystem.cs
Content.Server/Objectives/Commands/AddObjectiveCommand.cs
Content.Server/Objectives/Commands/RemoveObjectiveCommand.cs
Content.Server/Objectives/Conditions/DieCondition.cs
Content.Server/Objectives/Conditions/EscapeShuttleCondition.cs
Content.Server/Objectives/Conditions/KillPersonCondition.cs
Content.Server/Objectives/Conditions/KillRandomPersonCondition.cs
Content.Server/Objectives/Conditions/RandomTraitorAliveCondition.cs
Content.Server/Objectives/Requirements/TraitorRequirement.cs
Content.Server/PAI/PAISystem.cs
Content.Server/PDA/PDASystem.cs
Content.Server/ParticleAccelerator/Components/ParticleAcceleratorControlBoxComponent.cs
Content.Server/Players/PlayerData.cs
Content.Server/Polymorph/Systems/PolymorphSystem.cs
Content.Server/Revenant/EntitySystems/EssenceSystem.cs
Content.Server/Roles/AddRoleCommand.cs
Content.Server/Roles/Job.cs
Content.Server/Roles/RemoveRoleCommand.cs
Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs
Content.Server/Store/Conditions/BuyerAntagCondition.cs
Content.Server/Store/Conditions/BuyerJobCondition.cs
Content.Server/Suspicion/Roles/SuspicionInnocentRole.cs
Content.Server/Suspicion/Roles/SuspicionTraitorRole.cs
Content.Server/Suspicion/SuspicionRoleComponent.cs
Content.Server/Teleportation/PortalSystem.cs
Content.Server/Traitor/TraitorRole.cs
Content.Server/TraitorDeathMatch/TraitorDeathMatchRedemptionSystem.cs
Content.Server/Zombies/ZombifyOnDeathSystem.cs
Resources/Locale/en-US/mind/components/mind-component.ftl
Resources/Maps/barratry.yml
Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml
Resources/Prototypes/Entities/Mobs/Player/diona.yml
Resources/Prototypes/Entities/Mobs/Player/dwarf.yml
Resources/Prototypes/Entities/Mobs/Player/familiars.yml
Resources/Prototypes/Entities/Mobs/Player/human.yml
Resources/Prototypes/Entities/Mobs/Player/observer.yml
Resources/Prototypes/Entities/Mobs/Player/reptilian.yml
Resources/Prototypes/Entities/Mobs/Player/skeleton.yml
Resources/Prototypes/Entities/Mobs/Player/slime.yml
Resources/Prototypes/Entities/Mobs/Player/vox.yml