]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Tail wagging (#19573)
authorMorb <14136326+Morb0@users.noreply.github.com>
Sun, 14 Jan 2024 07:52:07 +0000 (10:52 +0300)
committerGitHub <noreply@github.com>
Sun, 14 Jan 2024 07:52:07 +0000 (18:52 +1100)
commit9063cfe454263e2616d4d948648d6c73cbc039f9
tree84914d9ec57cff0078a429b5199f8bf4e824a7d7
parent88db476d27a31083cf36276419e8b59530da08a6
Tail wagging (#19573)

* MVP

* Uncomment animated prototypes

* Disable wagging on death

* Move component to server

* Looped tail animation

* Apply front tail template

* Disable animated markings globally

* Add emote sending

* Update documentation

* Move locale

* Use static instantAction & remove action on comp del

* Use fluent POSS-ADJ

* Update docs

* Add copyright

* Update copyright

* Update license & copyright

* Move to main directory & format meta.json

* Fix path

* Change namespace

* Remove empty meta.json

* Update

* REMOVE unnecessary IsNullOrWhiteSpace check

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
* Move animated markings to main file

* Use emotes

* new

* fix

* fix

* Tests, pls

* fix dixel

* Remove networked from wagging comp

* Remove unused import

* Remove unused imports

* Move wagging comp to shared

* Revert the emotes

If we're getting it the action is better.

---------

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
13 files changed:
Content.Server/Wagging/WaggingSystem.cs [new file with mode: 0644]
Content.Shared/Actions/SharedActionsSystem.cs
Content.Shared/Wagging/WaggingComponent.cs [new file with mode: 0644]
Resources/Locale/en-US/actions/actions/wagging.ftl [new file with mode: 0644]
Resources/Prototypes/Actions/types.yml
Resources/Prototypes/Entities/Mobs/Customization/Markings/reptilian.yml
Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Resources/Prototypes/Voice/tail_emotes.yml [new file with mode: 0644]
Resources/Textures/Mobs/Customization/reptilian_parts.rsi/meta.json
Resources/Textures/Mobs/Customization/reptilian_parts.rsi/tail_dtiger_wagging.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/reptilian_parts.rsi/tail_ltiger_wagging.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/reptilian_parts.rsi/tail_smooth_wagging.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/reptilian_parts.rsi/tail_spikes_wagging.png [new file with mode: 0644]