ModernUO/Projects/Server/Serialization
Kamron Batman d6c87a4da4
fix: Fixes infinite loop in gump builders (#1772)
### Summary
- Fixes infinite loop in gump builders
- Removes allocations for centering/coloring html in builders
2024-05-11 11:13:57 -07:00
..
Attributes chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
AdhocPersistence.cs feat: Adds console commands (#1714) 2024-03-30 09:40:43 -07:00
BinaryFileReader.cs fix: Removes custom BitArray (#1597) 2023-11-17 14:37:07 -08:00
BinaryFileWriter.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
BufferReader.cs chore: Cleans up unused imports (#1608) 2023-11-21 12:32:51 -08:00
BufferWriter.cs fix: Fixes spawner timer deserialization, decimal deserialization, and adds potion keg reverse lookup (#1711) 2024-03-28 13:34:12 -07:00
GenericEntityPersistence.cs fix: Fixes infinite loop in gump builders (#1772) 2024-05-11 11:13:57 -07:00
GenericPersistence.cs fix: Fixes serialization threading, moves world save to end of loop, and eliminates Parallel.ForEach. (#1530) 2023-10-03 00:42:49 -07:00
IGenericReader.cs chore: Cleans up unused imports (#1608) 2023-11-21 12:32:51 -08:00
IGenericWriter.cs fix: Fixes spawner timer deserialization, decimal deserialization, and adds potion keg reverse lookup (#1711) 2024-03-28 13:34:12 -07:00
ISerializable.cs fix: Fixes serialization threading, moves world save to end of loop, and eliminates Parallel.ForEach. (#1530) 2023-10-03 00:42:49 -07:00
ISerializableExtensions.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
Persistence.cs chore: Cleans up unused imports (#1550) 2023-10-15 11:45:42 -07:00
SerializationExtensions.cs fix: Adds generic entity persistence support and BOBEntry as entities (#1527) 2023-10-01 17:38:52 -07:00