Delta-v/Content.Server/Construction
Pieter-Jan Briers ccea85136b
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>
(cherry picked from commit 68ce53ae17985876d6d112b764b2144964a9f42e)
2024-02-18 23:02:29 +01:00
..
Commands Remove uses of `TransformComponent.ChildEntities` (#22442) 2023-12-16 20:38:06 +01:00
Completions Content ecs containers (#22484) 2024-01-22 18:47:55 +01:00
Components The Flatpacker 1001 can now make flatpacks for computers. (#23471) 2024-01-26 21:35:50 +01:00
Conditions Examine prediction (#23565) 2024-01-26 21:48:02 +01:00
NodeEntities Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
ConstructionSystem.Computer.cs Content ecs containers (#22484) 2024-01-22 18:47:55 +01:00
ConstructionSystem.Graph.cs Content ecs containers (#22484) 2024-01-22 18:47:55 +01:00
ConstructionSystem.Guided.cs Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-27 23:44:02 +01:00
ConstructionSystem.Initial.cs Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
ConstructionSystem.Interactions.cs Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
ConstructionSystem.Machine.cs Rip out remaining machine upgrades (#24413) 2024-01-27 23:43:49 +01:00
ConstructionSystem.Pathfinding.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
ConstructionSystem.cs Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
FlatpackSystem.cs Flatpacker Tweaks (#23552) 2024-01-26 21:45:11 +01:00
MachineFrameSystem.cs Content ecs containers (#22484) 2024-01-22 18:47:55 +01:00
PartExchangerSystem.cs Rip out remaining machine upgrades (#24413) 2024-01-27 23:43:49 +01:00
RefiningSystem.cs Predict tile-prying (#21167) 2023-10-23 23:54:01 +02:00