~ruther/NosSmooth

ref: 762fc34c97e8b1f6e9290426b8bc2a78122e28ba NosSmooth/Packets/NosSmooth.PacketSerializersGenerator/InlineConverterGenerators d---------
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
998ce1e0 — František Boháček 2 years ago
feat(packets): add possibility to increment read tokens for arrays using capture and increment read tokens
e67bb2ba — Rutherther 2 years ago
Merge pull request #47 from Rutherther/feat/pass-nullable

Pass CanBeNull to string serializer and converter
5931dd4c — František Boháček 2 years ago
fix(packets): add forgotten nullable check to inline enum generator
f5ff5c65 — František Boháček 2 years ago
feat(packets): pass nullable to packet serializers
6e4b542e — Rutherther 2 years ago
Merge pull request #45 from Rutherther/feat/mates

Add support for mates
ab0f326d — František Boháček 2 years ago
fix(packets): correctly deserialize list with generic elements inline
493935a2 — František Boháček 2 years ago
fix(packets): correctly deserialize list with nullable elements inline
414a9944 — Rutherther 3 years ago
fix(packets): syntax error in generator
35fb44a4 — Rutherther 3 years ago
fix(packets): deserialize strings starting with "-" correctly
b19b38a7 — František Boháček 3 years ago
feat(serializer): fix null representation as stated in #18
c0768137 — František Boháček 3 years ago
feat: split packets definitions into separate assembly