ModernUO/Projects/Server/Mobiles
Kamron Batman 03d0a4664e
fix(core): Adds SkipLocalsInitAttribute support, optimizes broadcasted packets (#363)
- [X] Adds support for `SkipLocalsInitAttribute`. SkipLocalsInitAttribute skips initializing stack variables including `stackalloc`. I don't think it is wired/working yet but should be implemented soon.
- [X] Optimizes broadcasted packets by checking if the first byte (packet ID) is non-zero. If it is already set, it reuses the buffer.
- [X] Removes unnecessary refs to Spans. I don't think the Span struct itself is mutable, so a ref is not helpful.
2020-12-26 12:46:06 -08:00
..
AggressorInfo.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
BaseVendor.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Body.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
IMount.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
IVendor.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Mobile.cs fix(core): Adds SkipLocalsInitAttribute support, optimizes broadcasted packets (#363) 2020-12-26 12:46:06 -08:00
Movement.cs Updates movement packets & Fastwalk (#324) 2020-11-26 23:53:47 -08:00
Notoriety.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
SimplePrompt.cs Splits up mobile (#296) 2020-10-31 23:30:51 -07:00
SimpleTarget.cs Splits up mobile (#296) 2020-10-31 23:30:51 -07:00