ModernUO/Projects/UOContent/Engines/Party
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
..
AddPartyTarget.cs Cleanup and adds configuration for crashguard (#240) 2020-09-12 01:57:07 -07:00
DeclineTimer.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Packets.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Party.cs fix(core): Adds SkipLocalsInitAttribute support, optimizes broadcasted packets (#363) 2020-12-26 12:46:06 -08:00
PartyCommands.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
PartyMemberInfo.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
RemoveFromParty.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
RemovePartyTarget.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00