~ruther/NosSmooth

ref: c1b9be1d64b2a2a7eef99af0ffd9127b2b701a59 NosSmooth/Tests/NosSmooth.Packets.Tests d---------
299d631f — Rutherther 2 years ago
Merge pull request #34 from Rutherther/tests

Add core tests
c0089a20 — Rutherther 2 years ago
fix(tests): add needed using
00ff79ce — František Boháček 2 years ago
fix(tests): add default packet serializers
79316394 — Rutherther 2 years ago
feat(tests): add player test with 0 UpgradeRareSubPacket
f31220f0 — Rutherther 2 years ago
chore: update tests
de85b671 — Rutherther 2 years ago
fix: correct usings
79b27514 — Rutherther 2 years ago
chore: move PacketSerializer types to correct namespace
3a690ba9 — Rutherther 2 years ago
Merge pull request #32 from Rutherther/combat

Add combat extension
c28ac80f — Rutherther 2 years ago
feat(tests): add Ski packet test
115ea2fe — Rutherther 2 years ago
chore: update dependencies
8f2380c0 — František Boháček 2 years ago
chore: update to .NET 7
d4b8ba82 — František Boháček 3 years ago
Merge pull request #8 from Rutherther/game-objects

Game objects
2cebbe16 — František Boháček 3 years ago
feat(samples): add sample with loading data from a file
844058d5 — Rutherther 3 years ago
docs: remove see converter from packet tests
99579cb3 — František Boháček 3 years ago
feat(tests): add tests for bool and string converters
9767852d — František Boháček 3 years ago
fix(tests): test null values correctly
c0768137 — František Boháček 3 years ago
feat: split packets definitions into separate assembly
ba49ad7e — František Boháček 3 years ago
Merge pull request #14 from Rutherther/packets-span

Rewrite packets string enumerator to use spans, add Injector for .NET 5+
c3d5b45b — František Boháček 3 years ago
feat: use ReadOnlySpan for deserialization instead of strings
01bf7e2a — František Boháček 3 years ago
Merge pull request #12 from Rutherther/packets

Implement custom packet serializer
Next