ModernUO/Projects
Kamron Batman b125146b27
fix: Adds BitArray support with codegen (#888)
* Adds a custom BitArray class with the following added features:
  * ctor for creating BitArray against read only span
  * ctor for creating BitArray against BinaryReader
  * CopyTo to copy a BitArray to a Span
* Adds BitArray to UO Primitive serialization so it can be codegenned.
2021-12-13 09:31:02 -08:00
..
Benchmarks feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00
SerializationGenerator fix: Adds BitArray support with codegen (#888) 2021-12-13 09:31:02 -08:00
SerializationSchemaGenerator fix: Bumps source generator to netstandard2.1 (#874) 2021-12-04 11:58:59 -08:00
Server fix: Adds BitArray support with codegen (#888) 2021-12-13 09:31:02 -08:00
Server.Tests fix: Adds Debian 11 and fixes Fedora 34 support (#875) 2021-12-04 23:40:38 -08:00
UOContent fix: Fixes damage bonus and makes it easier to read (#885) 2021-12-11 09:58:24 -08:00
UOContent.Tests feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00