Merge pull request #82 from Rutherther/feat/serialize-stackalloc
Use stackalloc and Span for packet serialization
fix(packets): dispose packet string builder correctly
fix: try to copy until enough size
feat: return array to ArrayPool in PacketStringBuilder
feat: use "in" instead of "ref" in packet serializer
feat: use stackalloc and Span for packet serialization
Merge pull request #81 from Rutherther/feat/pathfinding-mates
Add mates to pathfinding
test: adjust argument order for WalkCommand
docs: fix MateWalkCommand header
test: adjust types in test for walk command handler
feat(combat): update Pathfinding methods
feat(pathfinding): add MateWalkTo to WalkManager
feat(pathfinding): save mates state
feat(core): rename PetWalkCommand to MateWalkCommand, use MateId instead of selector
feat(game): add smart dialog handling, rejecting conflicting answers to same dialog
Resolves #57.
Merge pull request #80 from plsfixrito/ilivingenitityvnum
Move VNum property to ILivingEntity
Move VNum property to ILivingEntity
All Living entities have a VNum so it should be inside the interface
feat(pcap): support multiple clients for same connection