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 |
|
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 |
|
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 |
|
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 |
|
Leon Friedrich
|
eb0c86f803
|
Storage CanInsert() tweaks (#21623)
|
2023-11-13 23:43:03 +11: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 |
|
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
|
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 |
|
Menshin
|
c1ef48cee9
|
Raise hand (un)equipped events on container insert/remove (#15664)
|
2023-04-24 05:38:52 +10:00 |
|
DrSmugleaf
|
b947856431
|
Remove hands component reference (#15197)
|
2023-04-07 11:21:12 -07:00 |
|
Leon Friedrich
|
567d07ef30
|
Improve hand error log (#13631)
|
2023-01-22 01:35:51 +11:00 |
|
Vordenburg
|
54397ca4a7
|
Use IContainer instead of BaseContainer. (#12876)
|
2022-12-06 10:03:58 +13:00 |
|
metalgearsloth
|
8905996cfc
|
Make raiselocalevent not broadcast by default (#8998)
|
2022-06-22 09:53:41 +10:00 |
|
Leon Friedrich
|
959c9a9615
|
Fix drop/equip code (#8336)
|
2022-05-21 13:58:57 -07:00 |
|
Leon Friedrich
|
bfd95c493b
|
hands ECS (#7081)
|
2022-03-17 18:13:31 +11:00 |
|