]> git.smokeofanarchy.ru Git - space-station-14.git/commit
action refactor proper ecs edition (#27422)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Wed, 28 May 2025 19:52:11 +0000 (19:52 +0000)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 19:52:11 +0000 (15:52 -0400)
commitb3825dce97e7debd8ea376ce7f247e050f812eb2
tree3c1431e6915c39bc053192733a15b1dc77a7c188
parenta9f7cfbcb6c54fb2483d41b5881a0b97b1ac97da
action refactor proper ecs edition (#27422)
111 files changed:
Content.Client/Actions/ActionEvents.cs
Content.Client/Actions/ActionsSystem.cs
Content.Client/Charges/ChargesSystem.cs
Content.Client/Decals/DecalPlacementSystem.cs
Content.Client/Mapping/MappingSystem.cs
Content.Client/Store/Ui/StoreMenu.xaml.cs
Content.Client/UserInterface/Systems/Actions/ActionUIController.cs
Content.Client/UserInterface/Systems/Actions/Controls/ActionButton.cs
Content.IntegrationTests/Tests/Actions/ActionsAddedTest.cs
Content.Server/Actions/ActionOnInteractSystem.cs
Content.Server/Commands/ActionCommands.cs
Content.Server/NPC/Components/NPCUseActionOnTargetComponent.cs
Content.Server/NPC/Systems/NPCUseActionOnTargetSystem.cs
Content.Server/Polymorph/Systems/PolymorphSystem.cs
Content.Server/Silicons/Borgs/BorgSystem.Modules.cs
Content.Server/Store/Systems/StoreSystem.Ui.cs
Content.Shared/Abilities/Goliath/GoliathSummonTentacleAction.cs
Content.Shared/Abilities/Goliath/GoliathTentacleSystem.cs
Content.Shared/Actions/ActionContainerSystem.cs
Content.Shared/Actions/ActionEvents.cs
Content.Shared/Actions/ActionUpgradeSystem.cs
Content.Shared/Actions/Components/ActionComponent.cs [moved from Content.Shared/Actions/BaseActionComponent.cs with 61% similarity]
Content.Shared/Actions/Components/ActionContainerComponent.cs [moved from Content.Shared/Actions/ActionContainerComponent.cs with 66% similarity]
Content.Shared/Actions/Components/ActionUpgradeComponent.cs [moved from Content.Shared/Actions/ActionUpgradeComponent.cs with 68% similarity]
Content.Shared/Actions/Components/ActionsComponent.cs [moved from Content.Shared/Actions/ActionsComponent.cs with 78% similarity]
Content.Shared/Actions/Components/ConfirmableActionComponent.cs [moved from Content.Shared/Actions/ConfirmableActionComponent.cs with 90% similarity]
Content.Shared/Actions/Components/EntityTargetActionComponent.cs [new file with mode: 0644]
Content.Shared/Actions/Components/InstantActionComponent.cs [new file with mode: 0644]
Content.Shared/Actions/Components/TargetActionComponent.cs [moved from Content.Shared/Actions/BaseTargetActionComponent.cs with 65% similarity]
Content.Shared/Actions/Components/WorldTargetActionComponent.cs [new file with mode: 0644]
Content.Shared/Actions/ConfirmableActionSystem.cs
Content.Shared/Actions/EntityTargetActionComponent.cs [deleted file]
Content.Shared/Actions/EntityWorldTargetActionComponent.cs [deleted file]
Content.Shared/Actions/Events/ActionAttemptEvent.cs
Content.Shared/Actions/Events/ActionGetEventEvent.cs [new file with mode: 0644]
Content.Shared/Actions/Events/ActionSetEventEvent.cs [new file with mode: 0644]
Content.Shared/Actions/Events/ActionSetTargetEvent.cs [new file with mode: 0644]
Content.Shared/Actions/Events/ActionValidateEvent.cs [new file with mode: 0644]
Content.Shared/Actions/Events/GetActionDataEvent.cs [deleted file]
Content.Shared/Actions/Events/ValidateActionEntityTargetEvent.cs [deleted file]
Content.Shared/Actions/Events/ValidateActionEntityWorldTargetEvent.cs [deleted file]
Content.Shared/Actions/Events/ValidateActionWorldTargetEvent.cs [deleted file]
Content.Shared/Actions/InstantActionComponent.cs [deleted file]
Content.Shared/Actions/SharedActionsSystem.cs
Content.Shared/Actions/WorldTargetActionComponent.cs [deleted file]
Content.Shared/Bed/SharedBedSystem.cs
Content.Shared/Bed/Sleep/SleepingSystem.cs
Content.Shared/Clothing/Components/ToggleClothingComponent.cs
Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs
Content.Shared/Eye/Blinding/Systems/EyeClosingSystem.cs
Content.Shared/ItemRecall/SharedItemRecallSystem.cs
Content.Shared/Magic/SpellbookSystem.cs
Content.Shared/Mapping/StartPlacementActionEvent.cs
Content.Shared/Mindshield/FakeMindShield/SharedFakeMindShieldImplantSystem.cs
Content.Shared/Mobs/Systems/MobStateActionsSystem.cs
Content.Shared/Ninja/Components/DashAbilityComponent.cs
Content.Shared/Ninja/Components/ItemCreatorComponent.cs
Content.Shared/PAI/SharedPAISystem.cs
Content.Shared/RatKing/SharedRatKingSystem.cs
Content.Shared/Silicons/Borgs/SharedBorgSwitchableTypeSystem.cs
Content.Shared/Xenoarchaeology/Artifact/Components/XenoArtifactComponent.cs
Resources/Prototypes/Actions/anomaly.yml
Resources/Prototypes/Actions/borgs.yml
Resources/Prototypes/Actions/crit.yml
Resources/Prototypes/Actions/diona.yml
Resources/Prototypes/Actions/internals.yml
Resources/Prototypes/Actions/mapping.yml [new file with mode: 0644]
Resources/Prototypes/Actions/mech.yml
Resources/Prototypes/Actions/ninja.yml
Resources/Prototypes/Actions/polymorph.yml
Resources/Prototypes/Actions/revenant.yml
Resources/Prototypes/Actions/security.yml
Resources/Prototypes/Actions/speech.yml
Resources/Prototypes/Actions/spider.yml
Resources/Prototypes/Actions/station_ai.yml
Resources/Prototypes/Actions/types.yml
Resources/Prototypes/Entities/Clothing/Head/helmets.yml
Resources/Prototypes/Entities/Clothing/Head/misc.yml
Resources/Prototypes/Entities/Clothing/Masks/base_clothingmask.yml
Resources/Prototypes/Entities/Clothing/Neck/misc.yml
Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml
Resources/Prototypes/Entities/Clothing/Shoes/misc.yml
Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml
Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml
Resources/Prototypes/Entities/Mobs/Player/dragon.yml
Resources/Prototypes/Entities/Mobs/Player/guardian.yml
Resources/Prototypes/Entities/Mobs/Player/observer.yml
Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml
Resources/Prototypes/Entities/Objects/Fun/pai.yml
Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml
Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml
Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/xenoartifacts.yml
Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml
Resources/Prototypes/Magic/animate_spell.yml
Resources/Prototypes/Magic/event_spells.yml
Resources/Prototypes/Magic/forcewall_spells.yml
Resources/Prototypes/Magic/knock_spell.yml
Resources/Prototypes/Magic/mindswap_spell.yml
Resources/Prototypes/Magic/projectile_spells.yml
Resources/Prototypes/Magic/recall_spell.yml
Resources/Prototypes/Magic/repulse_spell.yml
Resources/Prototypes/Magic/rune_spells.yml
Resources/Prototypes/Magic/smoke_spell.yml
Resources/Prototypes/Magic/spawn_spells.yml
Resources/Prototypes/Magic/staves.yml
Resources/Prototypes/Magic/teleport_spells.yml
Resources/Prototypes/Magic/touch_spells.yml
Resources/Prototypes/Magic/utility_spells.yml
Resources/Prototypes/Roles/Jobs/Civilian/mime.yml
Resources/mapping_actions.yml