Merge pull request #82 from Rutherther/feat/serialize-stackalloc
Use stackalloc and Span for packet serialization
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
test: adjust types in test for walk command handler
Merge pull request #71 from plsfixrito/PtctlPacket-
Add missing fields to PtctlPacket
Add missing fields to PtctlPacket
Merge pull request #68 from plsfixrito/NpcOwnerId
Add OwnerId and IsPartner properties to NPC (partners/nosmates)
chore: remove unnecessary target framework netstandard2.1 for Core tests
tests: adapt Game tests to new features
tests: add new fields to su packet
feat(core): split raw client and managed client as well as packet handlers
Resolves #65
feat(packets): remove ExtraSpace from CList packet and replace it with allowing multiple separators
docs: add missing documentation
Merge pull request #60 from Rutherther/feat/combat-v1
Make combat nonblocking, make multiple queues for distinct operations
tests(core): add tests for contracts
tests(game): add raid tests