~ruther/NosSmooth

ref: 8e5e00ccd56847d9864ba586ef1617df53ac9b8a NosSmooth/Packets/NosSmooth.PacketSerializersGenerator/PacketConverterGenerator.cs -rw-r--r-- 8.2 KiB
762fc34c — Rutherther 2 years ago
Merge pull request #82 from Rutherther/feat/serialize-stackalloc

Use stackalloc and Span for packet serialization
d734ef02 — František Boháček 2 years ago
Revert "feat: use "in" instead of "ref" in packet serializer"

This reverts commit ae1b3301e659c237a10f742675e1f8db9389d2db.
ae1b3301 — František Boháček 2 years ago
feat: use "in" instead of "ref" in packet serializer
7dbc6664 — František Boháček 2 years ago
feat: use stackalloc and Span for packet serialization
e094b5c4 — František Boháček 2 years ago
feat(packets): prevent duplicit usings inside source generator
e67bb2ba — Rutherther 2 years ago
Merge pull request #47 from Rutherther/feat/pass-nullable

Pass CanBeNull to string serializer and converter
f5ff5c65 — František Boháček 2 years ago
feat(packets): pass nullable to packet serializers
66e17e71 — František Boháček 2 years ago
fix(packets): make generator work with packets that have 0 members
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
7f45f96e — František Boháček 3 years ago
refactor: split string converters
16df48bb — František Boháček 3 years ago
Merge pull request #16 from Rutherther/packets-list-inline-serializer

Add generation of packet list inline serializer
5f2cfd78 — František Boháček 3 years ago
feat: add inline list converter
38121333 — František Boháček 3 years ago
feat: split inline generated deserialization into different methods
01bf7e2a — František Boháček 3 years ago
Merge pull request #12 from Rutherther/packets

Implement custom packet serializer
ff35a829 — František Boháček 3 years ago
fix: check for null after popping the string enumerator level
4fcde381 — František Boháček 3 years ago
fix: return correct result type in converter generator when skipping
6f882225 — František Boháček 3 years ago
feat: add support for conditional packet attribute
90aff7c9 — František Boháček 3 years ago
feat: add checking parameter method for the generator
Next
Do not follow this link