]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Action charges refactor (#33993)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Fri, 18 Apr 2025 03:45:48 +0000 (13:45 +1000)
committerGitHub <noreply@github.com>
Fri, 18 Apr 2025 03:45:48 +0000 (13:45 +1000)
commit7d2ef2bd47b38f067e68c73bf9dd74801dfe9606
tree4ed7559aa2a3af773c5fdf42efc621060918d8c2
parent424f1531423f8dd4b0997a88aaed64df23ae7323
Action charges refactor (#33993)

* Action charges refactor

- Fixes the slight godmoding of baseactioncomponent.
- Gets back 1ms of server time.

* chorg

* Remove FrameUpdate

* Fixes

* More fixes

* Combine

* Fixes

* Updates

* weh

* Last fixes

* weh

* Fix naughty

* YAML fixes

* This one too

* Merge conflicts

* This thing

* Review

* Fix this as well

* Icon fix

* weh

* Review

* Review

* seamless

* Review
30 files changed:
Content.Client/Actions/ActionsSystem.cs
Content.Client/Charges/ChargesSystem.cs [new file with mode: 0644]
Content.Client/Charges/Systems/ChargesSystem.cs [deleted file]
Content.Client/UserInterface/Systems/Actions/ActionUIController.cs
Content.Client/UserInterface/Systems/Actions/Controls/ActionButton.cs
Content.Server/Charges/ChargesSystem.cs [new file with mode: 0644]
Content.Server/Charges/Components/AutoRechargeComponent.cs [deleted file]
Content.Server/Charges/Systems/ChargesSystem.cs [deleted file]
Content.Server/Flash/FlashSystem.cs
Content.Shared/Actions/BaseActionComponent.cs
Content.Shared/Actions/SharedActionsSystem.cs
Content.Shared/Charges/Components/AutoRechargeComponent.cs [new file with mode: 0644]
Content.Shared/Charges/Components/LimitedChargesComponent.cs
Content.Shared/Charges/Systems/SharedChargesSystem.cs
Content.Shared/Emag/Systems/EmagSystem.cs
Content.Shared/Magic/SpellbookSystem.cs
Content.Shared/Ninja/Systems/DashAbilitySystem.cs
Content.Shared/Ninja/Systems/EnergyKatanaSystem.cs
Content.Shared/RCD/Components/RCDAmmoComponent.cs
Content.Shared/RCD/Systems/RCDAmmoSystem.cs
Content.Shared/RCD/Systems/RCDSystem.cs
Resources/Prototypes/Actions/types.yml
Resources/Prototypes/Entities/Objects/Misc/fluff_lights.yml
Resources/Prototypes/Entities/Objects/Tools/lantern.yml
Resources/Prototypes/Entities/Objects/Tools/tools.yml
Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml
Resources/Prototypes/Entities/Objects/Weapons/security.yml
Resources/Prototypes/Magic/animate_spell.yml
Resources/Prototypes/Magic/projectile_spells.yml
Resources/Prototypes/Magic/staves.yml