Tayrtahn
76e72893c9
Add warnings when TagSystem methods are called with string literals ( #36281 )
...
Apply ForbidLiteralAttribute to all appropriate TagSystem methods
2025-04-12 16:18:31 +02:00
Tayrtahn
6f925dd610
Fix prototypes so they pass analyzer checks ( #35435 )
2025-02-24 15:21:59 +11:00
Tornado Tech
21bc3bfa22
Cleans up tag system ( #28272 )
...
* Updated tag system
* Added params methods
* Fixed tag integration tests
* Fixed params methods recursion
* Revert has All/Any tag one argument realisation
* Updated tag integration tests
* Shit happens
* Added individual List/HashSet methods, docs, tests
2024-06-02 11:11:19 +10:00
Leon Friedrich
f348e6aa30
Add EntityWhitelistSystem ( #27632 )
...
* Add EntityWhitelistSystem
* Sandbox fix
* update test
2024-05-03 10:10:15 +10:00
Leon Friedrich
a7e6337cbd
Replace NavMap dictionaries with int[] ( #27602 )
...
* Replace NavMap dictionaries with int[]
* Remove badly named const
* Remove unnecessary offset
* Prioritize airlocks
2024-05-02 12:51:21 +10:00
metalgearsloth
7ba228732d
Optimise navmaps significantly ( #27528 )
...
* Optimise navmaps significantly
- Reduce the delta state size significantly.
- Remove AirtightChangedEvent because this will spam them out constantly.
* weh
* review
---------
Co-authored-by: ElectroJr <leonsfriedrich@gmail.com >
2024-05-02 10:18:38 +10:00
Errant
c3a0ba9dd8
Size-based entity whitelist ( #26798 )
...
* Size based whitelisting
* namespace and misc refactor
* modern datafields, what will they think of next
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com >
* the future is now
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com >
* Update TagSystem to work with ProtoId lists
* I guess someone might run into these too, one day
* copypaste moment
* update to sawmill
* Okay, but what if it just worked
---------
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com >
2024-04-30 11:06:56 -04:00
Tayrtahn
4a83c36585
Code cleanup: Dirty(Comp) ( #26238 )
...
* Replaced uses of Dirty(Component) with Dirty(Uid, Component)
Modified some systems (notably pulling-related) to use uids.
* Missed a few
* Revert changes to pulling
* No
2024-03-19 23:27:02 -04:00
Leon Friedrich
671e145a78
Add new HasAnyTag and HasAllTags overrides ( #22577 )
...
* Add new HasAnyTag and HasAllTags overrides
* Add missing overrides
2023-12-17 03:22:42 +11:00
PixelTK
03ed3ff37c
Make TagComponent networked ( #21958 )
2023-11-29 10:35:42 +11:00
DrSmugleaf
2d58d19b07
Make all prototype types partial ( #21374 )
2023-11-01 19:56:23 -07:00
DrSmugleaf
a88e747a0b
Refactor serialization copying to use source generators ( #19412 )
2023-08-22 18:14:33 -07:00
Leon Friedrich
30a36b2fd5
Replace GetTagOrThrow() with a debug assert. ( #16974 )
...
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2023-06-01 00:00:09 +10:00
Visne
c6d3e4f3bd
Fix warnings and code cleanup/fixes ( #13570 )
2023-01-19 13:56:45 +11:00
DrSmugleaf
7fbc2608e8
Remove redundant read-only VV from datafields ( #12626 )
2022-11-16 20:22:11 +01:00
Leon Friedrich
6f33d3a7f8
Fix more prototypes for save/spawn test ( #11087 )
2022-09-07 18:35:34 +10:00
metalgearsloth
189d49a51f
ItemMapper ECS ( #9867 )
2022-08-08 12:35:57 +10:00
Pieter-Jan Briers
a323ba8223
Revert "Revert "Fix some friend access violations by allowing others access. ( #8594 ) ( #8703 )" (working this time) ( #8704 )
2022-06-07 15:26:28 +02:00
Pieter-Jan Briers
cecf87997b
Revert "Fix some friend access violations by allowing others access. ( #8594 ) ( #8703 )
2022-06-07 13:44:31 +02:00
Vera Aguilera Puerto
c5f7c61041
Fix some friend access violations by allowing others access. ( #8594 )
...
Rename Friend attribute to Access attribute.
Updates submodule to v0.21.0.0 as well.
2022-06-07 11:30:27 +02:00
wrexbe
bc68ac96dd
Cleanup the namespaces ( #8132 )
2022-05-13 17:59:03 +10:00
Paul Ritter
2ff40d5a1f
Serv3 rework content changes ( #7145 )
2022-04-03 02:01:22 +02:00
metalgearsloth
ba9312ccc7
Predicted footstep sounds ( #7107 )
2022-03-14 02:42:39 +11:00
metalgearsloth
6bf24e748b
Revert "Predicted footstep sounds" ( #7068 )
2022-03-11 14:56:43 +11:00
metalgearsloth
f1e6a352a8
Predicted footstep sounds ( #7060 )
2022-03-11 12:48:03 +11:00
mirrorcult
ec4d4688c7
Seal/abstract/virtual everything ( #6739 )
2022-02-16 18:23:23 +11:00
metalgearsloth
70c0a502cf
ECS tags ( #6504 )
2022-02-08 14:08:11 +11:00
wrexbe
17db0775c8
Auto comp ( #6416 )
2022-02-02 14:35:40 +11:00
Vera Aguilera Puerto
2ff16a580b
Bunch more error fixes.
2021-12-04 12:59:44 +01:00
Vera Aguilera Puerto
5cd42c9ad6
Inline UID
2021-12-03 15:53:09 +01:00
Vera Aguilera Puerto
69b270017b
Inline TryGetComponent completely, for real
2021-12-03 14:17:01 +01:00
Paul Ritter
fbcb53dcc0
pvs content ( #5484 )
...
Co-authored-by: Paul <ritter.paul1+git@googlemail.com >
2021-11-30 15:20:38 +01:00
Visne
b7dc3c81ae
Remove redundant #nullable enable ( #4275 )
2021-07-16 17:37:09 -07:00
Acruid
59e5cc5e3c
Remove Static Component NetIds ( #4247 )
...
* Remove the unnecessary NetID property from ComponentState.
* Remove Component.NetworkSynchronizeExistence.
* Removed Component.NetID.
* Adds component netID automatic generation.
* Removed NetIdAttribute from serverside components with no corresponding clientside registration.
* Completely remove static NetIds.
* Renamed NetIDAttribute to NetworkedComponentAttribute.
* Add GenerateNetIds calls to client and server entry points.
Add test to make sure auto generated NetIds are identical.
* Component changes when rebasing that I am too lazy to rewrite into the branch.
Co-authored-by: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com >
2021-07-12 10:32:10 +02:00
Acruid
15fb554c28
Engine Entity Anchoring Changes ( #4195 )
...
* Converted all SnapGridPositionChangedEvent subscriptions to AnchorStateChangedEvent.
* Fixes power tests with new anchored requirements.
* Moved AnchorableComponent into construction.
AnchorableComponent now uses Transform.Anchored.
* Fixed bug with nodes, power works again.
* Adds lifetime stages to Component.
* Update Engine to v0.4.70.
2021-06-19 19:41:26 -07:00
DrSmugleaf
ff1a2d97ea
Re-organize all projects ( #4166 )
2021-06-09 22:19:39 +02:00