Kamron Batman
c166e113b1
fix: Streamlines gump compilation ( #969 )
...
Changes gump compilation to use string interpolation. .NET 6 uses code generation and compile time tricks to speed up string interpolation between 15 and 30% and reduce allocations dramatically.
2022-03-22 23:46:10 -07:00
Kamron Batman
0dc4acc164
fix(core): Removes implicit cast between Serial and uint ( #728 )
...
* Fixes spellbooks using serial ctor
* Fixes misc items where someone thought they had an amount and it didn't
* Fixes all `Food` types.
2021-08-25 00:27:19 -07:00
Kamron Batman
67625ad249
fix(core): Removes disposable netstates. ( #467 )
...
- [X] Removes IDisposable from NetState
- [X] Swaps Disconnect and Dispose methods
2021-02-05 14:33:35 -08:00
Kamron Batman
0912876f7c
fix(core): Converts virtual hair packets ( #388 )
...
- [X] Converts virtual hair packets
2021-01-05 22:14:54 -08:00
Kamron Batman
a278623f38
fix(core): Converts Gump Packets (v1) ( #379 )
...
- [X] Converts gump packets
2021-01-05 01:17:34 -08:00
Kamron Batman
ae436cb55f
Fix bad serials ( #304 )
...
- [X] Fixes bad serial calculations
- [X] Tightens HexStrings
Bumps release version
Updates documentation
2020-11-08 12:09:26 -08:00