ModernUO/Projects/Server.Tests/Tests
Kamron Batman d7d914df6c
fix: Adds ISpanFormattable to Geometry structs (#1231)
* Adds ISpanFormattable to geometry structs and makes ToString() near-zero-allocation.
* Adds IEquatable, and Parsable to Rectangle3D to get it in-line with the other structs.

Closes #1067
2022-11-06 17:37:30 -08:00
..
Buffers fix: Adds optimized formatter for clilocs (#1045) 2022-06-04 11:53:32 -07:00
Collections fix: Fixes BitArray serialization (#1027) 2022-05-18 17:25:03 -07:00
Geometry fix: Adds ISpanFormattable to Geometry structs (#1231) 2022-11-06 17:37:30 -08:00
Localization fix: Fixes localization test (#1046) 2022-06-04 12:09:19 -07:00
Network fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
Serialization feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00
Text fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221) 2022-10-30 16:53:23 -07:00
Timer feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Utility fix(core): Fixes string wrapping for houses (#717) 2021-08-22 10:01:01 -07:00
SerialTests.cs fix: Adds ISpanFormattable support to Serial (#1065) 2022-06-14 18:39:46 -07:00