metalgearsloth
a9502be29e
Revert "Fix chat bubbles ( #25643 )" ( #25645 )
...
* Revert "Fix chat bubbles (#25643 )"
This reverts commit 23d2c4d924 .
* Revert "Fixes obsolete Transform warnings in Content. (#25256 )"
This reverts commit f284b43ff6 .
2024-02-28 00:51:20 +11:00
TemporalOroboros
f284b43ff6
Fixes obsolete Transform warnings in Content. ( #25256 )
...
* Fix TransformComponent.MapPosition warnings in Content.Client
* Fix TransformComponent.MapPosition warnings in Content.IntegrationTests
* Fix TransformComponent.MapPosition warnings in Content.Shared
* Fix TransformComponent.MapPosition warnings in Content.Server
* Fix TransformComponent.WorldPosition warnings in Content.Shared
* Fix TransformComponent.WorldPosition warnings in Content.Client
Excepts ClickableComponent b/c that needs to be ECS'd entirely later
* Fix TransformComponent.WorldPosition warnings in Content.Server
* Fix TransformComponent.WorldRotation warnings in Content.*
* Fix TransformComponent.MapPosition warnings I missed
* Fix TransformComponent.WorldMatrix warnings in Content.*
* Fix TransformComponent.InvWorldMatrix warnings in Content.*
* Fix TransformComponent.GetWorldPositionRotationMatrixWithInv warnings in Content.*
* Fix TransformComponent.GetWorldPositionRotationMatrix warnings in Content.*
* Fix TransformComponent.GetWorldPositionRotation warnings in Content.*
* Fix TransformComponent.Anchored.set warnings in Content.*
* Fix TransformComponent.Coordinates.set warnings in Content.*
* Fix TransformComponent.LocalPosition.set warnings in Content.*
* Fix TransformComponent.AttachToGridOrMap warnings in Content.*
* Fix TransformComponent.AttachParent warnings in Content.*
* Preempt TransformComponent.LocalRotation.set warnings in Content.Shared
* Preempt TransformComponent.LocalRotation.set warnings in Content.Client
* Preempt TransformComponent.LocalRotation.set warnings in Content.IntegrationTests
* Preempt TransformComponent.LocalRotation.set warnings in Content.Server
* Fix/Preempt the remaining obsolete TransformComponent properties/methods in Content.*
* ECS ClickableComponent
* Fix obsolete SharedTransformSystem methods in Content.*
* Fix ExplosionOverlay `SharedTransformSystem` dependency
* Maybe fix null eye position breaking tests
* MGS requested changes
2024-02-27 12:06:20 +11:00
Pieter-Jan Briers
e00f74505c
Use new ComponentPauseGenerator ( #25183 )
...
Also includes some (non critical) changes to the solution file to re-organize the Roslyn components.
2024-02-26 14:36:19 +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
AJCM-git
108f001731
Virtual items cleanup ( #23912 )
...
* Virtual items cleanup
* Detail
* Review
---------
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2024-01-14 21:18:47 +11:00
Kara
0ae3858b69
Examine prediction ( #23565 )
...
* Initial prediction
* new group handling
* groups for all examines that use multiple rn
* compile
* why was it doing this??
* handle newlines with sorting properly
2024-01-06 17:53:13 +11:00
Geekyhobo
94a4e4ca10
Aghost Now Can Drop Things Wherever They Want ( #23502 )
...
* Aghost Now Can Drop Things Wherever They Want
* update admin CL
* Update Resources/Changelog/Admin.yml
* Update Resources/Prototypes/tags.yml
* Update Resources/Prototypes/tags.yml
---------
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2024-01-04 16:31:58 +11:00
Nemanja
ad5f7a5c76
Give throwing a cooldown ( #23311 )
2024-01-01 14:24:37 +11:00
TemporalOroboros
7a77d6d5dd
Content ecs containers ( #22484 )
2023-12-28 01:30:03 -04:00
Leon Friedrich
721a445bbd
Fix pulling mispredicts ( #22941 )
...
* Fix pulling mispredicts
* Make behaviour consistent
* Good ol terminating entities
2023-12-25 00:33:32 -07:00
Leon Friedrich
5da332f75e
Stop terminating entities from being removed from containers ( #22232 )
2023-12-10 12:00:53 +11:00
Nemanja
fb10dff335
Mirror speed penalty for worn duffels and hardsuits when in-hand ( #22168 )
...
* Add speed penalty for holding hardsuits and duffels
* just inherit from ClothingSpeedModifier
* comment godo
2023-12-06 20:41:29 -07:00
Leon Friedrich
eb0c86f803
Storage CanInsert() tweaks ( #21623 )
2023-11-13 23:43:03 +11:00
Nemanja
7a2a3ce9a7
fix hand examine ( #21309 )
2023-11-04 15:50:05 +03:00
Leon Friedrich
e685cb626b
Un-revert IPlayerManager refactor ( #21244 )
2023-10-28 09:59:53 +11:00
metalgearsloth
a2bbda43cc
Revert "Update submodule to 172.0.0 ( #21222 )" ( #21225 )
2023-10-24 21:55:20 +11:00
Leon Friedrich
7ba0ea2926
IPlayerManager refactor ( #21215 )
2023-10-24 20:19:08 +11:00
Leon Friedrich
fbf4333a03
Maybe fix hand test failures ( #21157 )
2023-10-22 16:55:10 +11:00
DrSmugleaf
f560f88eb5
Remove 700 usages of Component.Owner ( #21100 )
2023-10-19 12:34:31 -07:00
metalgearsloth
d394477d3a
Update submodule to 167.0.0 ( #21060 )
2023-10-17 23:58:36 +11:00
metalgearsloth
91ea140ff1
Fix item drop mispredicts ( #21035 )
2023-10-16 22:49:41 +11:00
mokiros
071f75d146
Fixed "Dropping things makes you teleport" ( #20919 )
2023-10-12 00:26:22 +11:00
Kara
dbb7c7065a
Kill ContainerHelpers ( #20908 )
2023-10-11 20:18:49 +11:00
Nemanja
25a6912667
Reformat hand examine text ( #20842 )
2023-10-08 14:01:18 -07:00
metalgearsloth
7064f262b4
Add ore bag area pickups ( #19358 )
2023-09-12 22:34:04 +10:00
metalgearsloth
5a0fc68be2
Content update for NetEntities ( #18935 )
2023-09-11 09:42:41 +10:00
metalgearsloth
4d1c3ae66a
Revert "Remove IContainer and move functions to the container system.… ( #19975 )
2023-09-10 21:46:36 +10:00
Leon Friedrich
b45e53603d
Remove IContainer and move functions to the container system. ( #19834 )
2023-09-10 12:16:37 +10:00
metalgearsloth
4cfc578011
Revert "Remove most usages of obsolete TransformComponent methods (#1… ( #19714 )
2023-09-01 12:30:29 +10:00
Visne
1416942bea
Remove most usages of obsolete TransformComponent methods ( #19571 )
2023-08-30 12:05:19 +10:00
metalgearsloth
ed81d1a4da
Reflection refactor ( #19253 )
2023-08-25 12:48:27 +10:00
DrSmugleaf
a88e747a0b
Refactor serialization copying to use source generators ( #19412 )
2023-08-22 18:14:33 -07:00
PixelTK
1e36976d3a
Arachnid zombie hands fix ( #19073 )
...
* zombie hands begone
* the shortening
* Move it to SharedHandsSystem
* do the requested changes
2023-08-13 15:51:20 -04:00
metalgearsloth
fcf01cc6ef
Trashbag stuff ( #18096 )
2023-07-18 21:44:00 +10:00
metalgearsloth
fbf1d476f2
Component ECS ( #17991 )
2023-07-13 20:20:46 +10:00
metalgearsloth
68480af109
Update content vectors to numerics ( #17759 )
2023-07-08 14:08:32 +10:00
metalgearsloth
90110183be
Fix a bunch of logger warnings ( #17691 )
2023-06-27 23:56:52 +10:00
Leon Friedrich
f99533a7bf
Remove server and shared sprite component ( #15917 )
2023-04-30 16:09:52 +10:00
Menshin
c1ef48cee9
Raise hand (un)equipped events on container insert/remove ( #15664 )
2023-04-24 05:38:52 +10:00
Slava0135
c00bd9c247
Add hot potato ( #14204 )
...
Co-authored-by: AJCM <AJCM@tutanota.com >
2023-04-22 21:40:36 +10:00
DrSmugleaf
b947856431
Remove hands component reference ( #15197 )
2023-04-07 11:21:12 -07:00
Leon Friedrich
b11c8d4df8
More predicted virtual item fixes ( #15049 )
2023-04-02 05:49:26 +10:00
metalgearsloth
72d9bd0a58
Don't delete virtual hand items on client ( #14954 )
2023-03-29 22:04:21 +11:00
Nemanja
49f7575298
Cuffable/Handcuff ECS ( #14382 )
2023-03-13 19:34:26 -04:00
Leon Friedrich
b148bebd60
Equipment verbs & admin inventory access. ( #14315 )
2023-03-06 04:12:08 +11:00
metalgearsloth
c8f89eca60
ECS dragdrop ( #12973 )
...
* ECS dragdrop
No more excuses.
* AAAAAAAAAAAAAA
* kry
* events
* aaaaaaaaaa
* HUH
* Fix stripping
* aaaaaa
* spoike
* asease
* fix table vaulting
* ded
* rebiew
* aaaaaaaaaaaaa
* drag
* aeaeae
* weh
2023-02-13 13:29:34 +00:00
Leon Friedrich
567d07ef30
Improve hand error log ( #13631 )
2023-01-22 01:35:51 +11:00
Visne
c6d3e4f3bd
Fix warnings and code cleanup/fixes ( #13570 )
2023-01-19 13:56:45 +11:00
Leon Friedrich
44631c7723
Remove server-sprite references from handcuffs ( #13515 )
2023-01-17 14:23:53 +11:00
Leon Friedrich
f1cb0ca37a
Misc replay related changes ( #13250 )
2023-01-08 05:04:09 +11:00