ModernUO/Projects/UOContent/Multis
Kamron Batman ee61c5a257
fix(boats): Fixes boat movement issues (#567)
- [X] Fixes entity enumerator short circuiting when it hit a bad case
- [X] Fixes order of moving entities because boat pieces that constitute tiles must be moved after objects that stand on them. (The llama problem).

TODO: Implement packet of packets for displaying boats

Notes:
- In the future, we will have z-sorted lists, and we can iterate from highest to lowest, which will avoid the llama problem naturally.
2021-04-10 17:22:50 -07:00
..
Boats fix(boats): Fixes boat movement issues (#567) 2021-04-10 17:22:50 -07:00
Camps fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
Houses fix(network): Adds UOG & Fixes ConnectUO packet (#552) 2021-03-15 16:18:28 -07:00
ComponentVerification.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Deeds.cs Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
DynamicDecay.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00