]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix effects (#27533)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Thu, 2 May 2024 02:40:07 +0000 (12:40 +1000)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 02:40:07 +0000 (12:40 +1000)
commit5053c8afdbd2c18dc6654eae0443ba39eadb1838
treed70d7c1f3fcb7747e4384638a73117a866aadf4f
parent659658472224232927eb771733db634a4590cacd
Fix effects (#27533)

* Fix effects

- Fix muzzle flash rotations.
- Fix effects so they update every frame.
- Fix effects tanking client performance.

* Fix merge artifact
Content.Client/Animations/TrackUserComponent.cs [new file with mode: 0644]
Content.Client/MouseRotator/MouseRotatorSystem.cs
Content.Client/Weapons/Melee/MeleeWeaponSystem.Effects.cs
Content.Client/Weapons/Melee/MeleeWeaponSystem.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Content.Shared/Weapons/Ranged/Events/MuzzleFlashEvent.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs