nooperation
2ae331bf05
Replacing MemoryPack and BinaryFormatter with MessagePack, which covers a much wider range of .net frameworks
...
Removed all old Serialization tags and methods
Potentially Breaking Change: Removed InventoryNode.ParentID - This was an old serlization hack. Use Data.ParentUUID instead
2025-05-24 00:49:36 -04:00
Robert Adams
6bc260dcb9
More syntactic stuff to make static code review happy.
...
Made CreatePatch private so float[,] wasn't a problem.
Centralized some duplicate code.
Removed even more instances of optional parameters.
2023-06-30 17:00:10 -07:00
Robert Adams
7bf28bd0ed
Syntactical corrections to try and make the code style checker happy.
...
Added overloaded method to replace optional parameters.
Possibly still a problem with float[,] since C# doesn't have a typedef.
2023-06-30 16:10:15 -07:00
Robert Adams
d2455d591a
Add code to terrain packet compression/decompression to handle LayerType.LandExtended.
...
Passed flag "largeRegion" around which properly parses ParcelIDs in layer packet headers.
Some notes on functions that won't work for varregions (like GlobalPosToRegionHandle).
2023-06-23 12:28:16 -07:00
Cinder
757294eaba
Remove ProtoBuf.net, it's unused and likely the cause of some bizarre platform issues.
2022-01-04 16:20:10 -06:00
Cinder
80bfc3340f
More ProtoBuf work
2021-12-09 09:38:31 -06:00
Cinder
12dc855afb
Another attempt at ProtoBuf serialization of Inventory
2021-12-08 21:32:57 -06:00
Ricky C
f1e4854bab
File name change part 1
2017-03-11 22:21:07 -08:00