  
|
4747e5a05a
|
Add and update a lot of documentation (#6337)
* Serialization docs
Co-authored-by: Moony <moonheart08@users.noreply.github.com>
* ECS docs
Co-authored-by: Moony <moonheart08@users.noreply.github.com>
* scattered docs
Co-authored-by: Moony <moonheart08@users.noreply.github.com>
* Fixes
---------
Co-authored-by: Moony <moonheart08@users.noreply.github.com>
Co-authored-by: PJB3005 <pieterjan.briers+git@gmail.com>
|
2025-12-15 20:26:17 +01:00 |
|
Pieter-Jan Briers
|
da2a2ce4ff
|
Remove "Do not use from content" public members.
|
2024-01-07 04:43:59 +01:00 |
|
 DrSmugleafandGitHub
|
f754ddb96d
|
Remove all usages of obsolete Dirty method, remove some obsoleted methods (#4500)
|
2023-10-21 14:19:07 -07:00 |
|
 DrSmugleafandGitHub
|
6b6ec844e8
|
Replace all T : Component constraints with T : IComponent (#4494)
|
2023-10-17 19:37:46 -07:00 |
|
 DrSmugleafandGitHub
|
0152f9d1d8
|
Move Component lifecycle methods to EntityManager (#4483)
|
2023-10-10 17:34:40 -07:00 |
|
 metalgearslothandGitHub
|
064e8ee365
|
Minor CompAdd stuff (#4327)
|
2023-08-27 12:54:09 +02:00 |
|
 DrSmugleafandGitHub
|
b2d121e780
|
Fix serialization sharing instances when copying data definitions and not assigning null when the source is null (#4295)
|
2023-08-22 23:59:03 -07:00 |
|
 DrSmugleafandGitHub
|
66239d23ea
|
Refactor serialization copying to use source generators (#4286)
|
2023-08-22 17:37:13 -07:00 |
|
 Leon FriedrichandGitHub
|
4eaf624555
|
Allow pre-startup components to be shut down. (#4281)
|
2023-08-21 13:45:57 +10:00 |
|
 metalgearslothandGitHub
|
8b4925863e
|
Cull Component.Initialize (#4191)
|
2023-07-26 22:37:45 +10:00 |
|
 metalgearslothandGitHub
|
89f78d76ab
|
Cull Component.Startup (#4190)
|
2023-07-23 16:04:37 +10:00 |
|
 metalgearslothandGitHub
|
b69b4fd8fe
|
Kill comp getstate / handlestate (#4183)
|
2023-07-13 20:19:58 +10:00 |
|
 Leon FriedrichandGitHub
|
9b0139032b
|
Fix container networking bugs (#3901)
|
2023-04-03 03:16:09 +10:00 |
|
 metalgearslothandGitHub
|
884ac75e42
|
Remove Component.Name (#3711)
|
2023-01-19 13:57:41 +11:00 |
|
 metalgearslothandGitHub
|
5df840db2d
|
Remove comp shutdown method (#3710)
|
2023-01-19 11:57:03 +11:00 |
|
 metalgearslothandGitHub
|
08d47feb97
|
Obsolete .Owner (#3373)
|
2023-01-12 13:39:55 +11:00 |
|
 metalgearslothandGitHub
|
a12a973a26
|
Mark component.Dirty() as obsolete (#3409)
|
2022-10-30 19:14:50 +11:00 |
|
 Leon FriedrichandGitHub
|
cd40916df0
|
Remove Dirty(comp) on component init. (#3303)
|
2022-10-11 16:14:08 +11:00 |
|
 Leon FriedrichandGitHub
|
d87d6f7f8c
|
Session specific state support (#3249)
|
2022-09-14 19:29:46 +10:00 |
|
 Leon FriedrichandGitHub
|
7d9db6f7b2
|
NetSyncEnabled & animation changes (#3228)
|
2022-09-06 13:10:59 +10:00 |
|
 Leon FriedrichandGitHub
|
6a8266af7e
|
Revert "Revert "PVS & client state handling changes"" (#3152)
|
2022-08-21 08:30:28 +10:00 |
|
 Leon FriedrichandGitHub
|
9cd8adae93
|
Revert "PVS & client state handling changes" (#3151)
|
2022-08-21 05:27:16 +10:00 |
|
 Leon FriedrichandGitHub
|
b4358a9e33
|
PVS & client state handling changes (#3000)
|
2022-08-21 03:40:18 +10:00 |
|
 Pieter-Jan BriersandGitHub
|
832672149b
|
Entity creation performance improvements (#2911)
|
2022-06-06 14:49:36 +02:00 |
|
 Pieter-Jan BriersandGitHub
|
bf1cc8fd7c
|
Minor performance improvements (#2860)
|
2022-05-28 15:28:08 +02:00 |
|
 metalgearslothandGitHub
|
2d6e699e2c
|
Mark component name as obsolete (#2791)
|
2022-05-05 18:42:38 +10:00 |
|
 Leon FriedrichandGitHub
|
58d12e6e09
|
Remove Component.OnAdd() (#2660)
|
2022-04-04 16:11:47 +10:00 |
|
 mirrorcultandGitHub
|
7e56f46f35
|
Remove network component messages (#2659)
|
2022-03-31 10:24:27 +11:00 |
|
 metalgearslothandGitHub
|
075b5ec203
|
Kill local comp messages (#2648)
|
2022-03-29 23:37:58 +11:00 |
|
  
|
de4d255841
|
Analyzer to enforce classes to be either [Virtual], abstract, or sealed. (#2469)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
|
2022-02-05 19:31:58 +01:00 |
|
 Leon FriedrichandGitHub
|
213955566b
|
remove GetBus() (#2491)
|
2022-02-02 10:03:03 +11:00 |
|
 metalgearslothandGitHub
|
8f790c28be
|
Deprecate component.Paused (#2449)
|
2022-01-26 16:10:25 +11:00 |
|
 wrexbeandGitHub
|
d1e0f2cd94
|
Automatic Component Names (Alternate ending) (#2389)
|
2022-01-25 14:10:08 +01:00 |
|
 metalgearslothandGitHub
|
753f3f8c0f
|
Add dirty method to entmanager for components (#2453)
|
2022-01-25 14:00:03 +01:00 |
|
 mirrorcultandGitHub
|
b8a3bda31d
|
Don't dirty entities when NetSyncEnabled is false (#2426)
|
2022-01-15 19:31:05 +01:00 |
|
 metalgearslothandGitHub
|
375402c455
|
Optimise DetachParentToNull for grid deletion (#2362)
|
2021-12-20 13:59:50 +01:00 |
|
Vera Aguilera Puerto
|
db996b9fb3
|
A bunch more resolves removed wooo
|
2021-12-08 11:37:11 +01:00 |
|
20kdc
|
8aa6fb478b
|
Susser Todd: Robust.Shared, Error Pass 2 "It Now Compiles"
|
2021-12-03 19:36:16 +00:00 |
|
Vera Aguilera Puerto
|
5eda1b326d
|
Inline OwnerUid
|
2021-12-03 16:30:34 +01:00 |
|
Vera Aguilera Puerto
|
7a06db60cf
|
Inline UID
|
2021-12-03 15:53:10 +01:00 |
|
Vera Aguilera Puerto
|
e10bd576ff
|
Inline SendNetworkMessage
|
2021-12-03 11:47:46 +01:00 |
|
Vera Aguilera Puerto
|
20ff1e86c0
|
Inline SendMessage
|
2021-12-03 11:47:24 +01:00 |
|
Vera Aguilera Puerto
|
419f4f36ab
|
Inline Paused
|
2021-12-03 11:30:39 +01:00 |
|
Vera Aguilera Puerto
|
f782e76671
|
Inline EntityManager
|
2021-12-03 11:11:52 +01:00 |
|
 
|
44649eea1c
|
pvs refactor (#2247)
Co-authored-by: Paul <ritter.paul1+git@googlemail.com>
|
2021-11-30 15:07:08 +01:00 |
|
 AcruidandGitHub
|
e1b9327ec0
|
Misc Engine Tweaks (#2238)
|
2021-11-17 09:39:18 +01:00 |
|
Vera Aguilera Puerto
|
079e099a3b
|
Makes many things use OwnerUid instead of Owner.Uid
|
2021-11-09 15:11:02 +01:00 |
|
 Vera Aguilera PuertoandGitHub
|
ce169ed15e
|
Move LastModifiedTick out of Entity and into MetaDataComponent. (#2209)
|
2021-11-08 15:56:49 +01:00 |
|
 metalgearslothandGitHub
|
a4ff5d65ec
|
Dirty changes (#2174)
|
2021-11-02 16:05:45 +11:00 |
|
 metalgearslothandGitHub
|
380de8c4c3
|
Expose OwnerUid on Component (#2183)
|
2021-10-31 11:35:21 +01:00 |
|