SlamBamActionman
3af2928a25
Add nose customization to humans & dwarves ( #25557 )
...
Initial commit
2024-02-26 16:15:04 -07:00
Leon Friedrich
bd4597c5ca
Fix action state handling bug ( #25395 )
...
* Rejig action state handling
* Fix entity arg
* Fix deserialization
2024-02-20 13:08:41 +11:00
Pieter-Jan Briers
68ce53ae17
Random spontaneous cleanup PR ( #25131 )
...
* Use new Subs.CVar helper
Removes manual config OnValueChanged calls, removes need to remember to manually unsubscribe.
This both reduces boilerplate and fixes many issues where subscriptions weren't removed on entity system shutdown.
* Fix a bunch of warnings
* More warning fixes
* Use new DateTime serializer to get rid of ISerializationHooks in changelog code.
* Get rid of some more ISerializationHooks for enums
* And a little more
* Apply suggestions from code review
Co-authored-by: 0x6273 <0x40@keemail.me >
---------
Co-authored-by: 0x6273 <0x40@keemail.me >
2024-02-13 16:48:39 -05:00
themias
f7a3ea6dcf
Flipped caps real ( #24961 )
...
* Flipped caps real
* oops
* whoops
* flip not fold
* fix formatting
* cargosoft formatting
2024-02-10 00:44:19 -08:00
themias
b503fe5864
Add face bandanas ( #24597 )
...
* add face bandanas
* oops
* make face bandanas butcherable, also one bite
* oops
* Add mouth IdentityBlocker to bandanas
* refactor to use foldablecomponent
* remove some leftover bits
* remove HamsterWearable until face sprite updated
* oops
* review changes
* remove a few unneeded bits
2024-02-04 11:52:44 +11:00
themias
d75f6c3db4
Allow IdentityBlocker partial coverage ( #24741 )
...
* Allow IdentityBlocker partial coverage
* rename to TotalCoverage
2024-01-30 19:49:19 -08:00
Nemanja
804c76f8c9
Add support clothing equip/unequip doafters ( #24389 )
...
* add clothing equip/unequip doafters
* boowomp
2024-01-28 21:48:42 +11:00
AJCM-git
9c522c8b19
UseDelay + ItemCooldown merge ( #22502 )
2024-01-03 21:33:09 -04:00
TemporalOroboros
7a77d6d5dd
Content ecs containers ( #22484 )
2023-12-28 01:30:03 -04:00
themias
59e23c5283
Fix toggle mask issues ( #22496 )
2023-12-14 13:49:26 -07:00
DrSmugleaf
ad6dc94c60
Move MaskComponent to shared and add toggle events ( #22395 )
...
* Move MaskComponent to shared and add toggle events
* Datafield and network IsToggled
* Add missing dirty
2023-12-12 19:02:35 -07:00
metalgearsloth
0433d3b06a
Don't apply toggleclothing in state handling ( #22347 )
...
Wasn't sure where to put it but this seems least likely to break stuff.
2023-12-11 15:43:01 -07:00
metalgearsloth
3252a2b8bb
Fix toggleable helmets ( #22195 )
2023-12-06 17:56:03 -04:00
metalgearsloth
8583f0d565
Predict helmet toggles ( #22089 )
2023-12-06 17:59:31 +11:00
Rainfey
bf2bdd6b68
Fix chameleon changing ID card metadata ( #21998 )
...
Co-authored-by: Rainfall <rainfey0+git@gmail.com >
2023-11-30 16:42:44 -05:00
brainfood1183
8be97a20c5
Roller Skates fixes ( #21542 )
2023-11-08 18:43:27 -07:00
Leon Friedrich
3101e5a18d
Fix action-granting items not being predicted ( #20778 )
...
* Ensure actions are predicted
* Fix test fail
2023-10-07 15:08:13 -04:00
DrSmugleaf
a44fa86b68
Update trivial components to use auto comp states ( #20539 )
2023-09-28 16:20:29 -07:00
Leon Friedrich
684b334806
Action container rejig ( #20260 )
...
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2023-09-23 18:49:39 +10:00
metalgearsloth
5a0fc68be2
Content update for NetEntities ( #18935 )
2023-09-11 09:42:41 +10:00
DrSmugleaf
09bce85f19
Fix actions not being usable, ordering, and containers ( #19964 )
2023-09-09 16:14:17 -07:00
DrSmugleaf
c71f97e3a2
Refactor actions to be entities with components ( #19900 )
2023-09-08 18:16:05 -07:00
deltanedas
7870d02254
stealth clothing ( #19397 )
...
Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-08-30 12:34:58 +10:00
Visne
b88c2cbb49
Remove usages of obsolete MetaDataComponent setters ( #19582 )
2023-08-28 19:20:31 +10:00
DrSmugleaf
a88e747a0b
Refactor serialization copying to use source generators ( #19412 )
2023-08-22 18:14:33 -07:00
Leon Friedrich
385b587cfc
Validate prototype ids in c# fields ( #18224 )
2023-07-30 03:34:51 +10:00
metalgearsloth
90110183be
Fix a bunch of logger warnings ( #17691 )
2023-06-27 23:56:52 +10:00
metalgearsloth
ae01618874
Revert "Revert "Replace ResourcePath with ResPath ( #15308 )" (#155… ( #15566 )
2023-04-20 20:16:01 +10:00
metalgearsloth
acf79a8209
Revert "Replace ResourcePath with ResPath ( #15308 )" ( #15551 )
2023-04-20 11:43:54 +10:00
Ygg01
71f358a027
Replace ResourcePath with ResPath ( #15308 )
2023-04-19 23:39:17 +10:00
Leon Friedrich
b9b8180131
DoAfter & misc interaction fixes ( #15144 )
2023-04-05 10:19:28 +10:00
Leon Friedrich
19277a2276
More DoAfter Changes ( #14609 )
...
* DoAfters
* Compact Clone()
* Fix mice and cuffables
* Try generalize attempt events
* moves climbabledoafter event to shared, fixes issue with climbable target
* Fix merge (cuffing)
* Make all events netserializable
* handful of doafter events moved
* moves the rest of the events to their respective shared folders
* Changes all mentions of server doafter to shared
* stop stripping cancellation
* fix merge errors
* draw paused doafters
* handle unpausing
* missing netserializable ref
* removes break on stun reference
* removes cuffing state reference
* Fix tools
* Fix door prying.
* Fix construction
* Fix dumping
* Fix wielding assert
* fix rev
* Fix test
* more test fixes
---------
Co-authored-by: keronshb <keronshb@live.com >
2023-04-02 21:13:48 -04:00
Leon Friedrich
b148bebd60
Equipment verbs & admin inventory access. ( #14315 )
2023-03-06 04:12:08 +11:00
Leon Friedrich
48bcd30ef9
Makes humanoid appearance component networked. ( #13009 )
...
Fixes https://github.com/space-wizards/space-station-14/issues/12248
2023-01-24 11:38:19 +11:00
Leon Friedrich
881a2b2ece
PopupSystem public methods rejig ( #12830 )
2022-12-19 08:41:47 +11:00
Alex Evgrashin
1cae861f40
Chameleon clothing hides identity ( #12642 )
2022-11-23 18:02:54 -08:00
Leon Friedrich
7d276d1101
Remove server/client clothing components. ( #11981 )
2022-10-22 15:30:37 -07:00
Alex Evgrashin
9ce3a18e3f
Chameleon clothing ( #8444 )
...
Co-authored-by: Moony <moonheart08@users.noreply.github.com >
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2022-09-14 18:42:14 +10:00
Leon Friedrich
d279f6172a
Fix item/clothing visual & networking bugs ( #10116 )
2022-07-28 18:02:09 -07:00
Kara
258ec0cac1
Clothing/item ECS & cleanup ( #9706 )
2022-07-27 03:53:47 -07:00
Leon Friedrich
33ddd2d73d
Fix helmet toggle bug ( #7861 )
2022-04-29 21:54:35 -07:00
Leon Friedrich
7feea724fd
Fix hardsuit helmet unequip ( #7728 )
2022-04-24 01:35:46 +10:00
Leon Friedrich
1141c19d76
Toggleable Hardsuit Helmets ( #7559 )
2022-04-23 13:31:45 +10:00