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
90393fea2a
fix(core): Converts death animation ( #356 )
...
- [X] Converts death animation
- [X] Fixes tests for movement packets
2020-12-21 23:43:45 -08:00
Kamron Batman
525cda5413
Cleanup & Fixes for .NET 5 ( #309 )
...
- [X] Fixes several bugs
- [X] Updates more ordinal issues
- [X] Cleans up the code a bit
- [X] Turns classes static that should have been
- [X] Changes TcpServer.Instances to a HashSet
Bumps release version
2020-11-15 10:03:50 -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