ModernUO/Projects/Server/Items
Kamron Batman b6cd408623
Updates Message Packets (#321)
### API Breaking Change
Combined `AsciiMessage` and `UnicodeMessage` into a single function that takes two arguments, `bool ascii` and `string lang`. Lang can be null (or anything) if ascii is true. 

- [X] Changes message packets
- [X] Cleans up some code
- [X] Uses benchmarks to determine if the spanwriter + copyfrom
2020-11-20 21:50:13 -08:00
..
BaseMulti.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Container.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Containers.cs Converts equipment packets (#314) 2020-11-16 01:04:56 -08:00
Item.cs Updates Message Packets (#321) 2020-11-20 21:50:13 -08:00
ItemBounds.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Layer.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
LightType.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
SecureTradeContainer.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
VirtualCheck.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
VirtualHair.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00