ModernUO/Projects
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
..
Benchmarks fix(core): Converts BB packets (#406) 2021-01-13 22:28:31 -08:00
Server fix(core): Fixes threading issue and adds threadguard (#565) 2021-04-08 21:56:31 -07:00
Server.Tests fix(network): Adds ConnectUO (#551) 2021-03-15 14:14:33 -07:00
UOContent fix(boats): Fixes boat movement issues (#567) 2021-04-10 17:22:50 -07:00
UOContent.Tests fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00