ModernUO/Projects/Server/Utilities
Kamron Batman 23532db603
fix: Cleans up LINQ calls. (#965)
- [X] Removes several `ToList()` uses with `PooledRefQueue`
- [X] Adds a `PeekRandom` to PooledRefQueue
- [X] Updates EV/BS so they dispel each other in a more efficient manner.
- [X] Fixes Firebomb so it works like a normal firefield.
- [X] Fixes field spells so they aren't unnecessarily using a Point3D ref more than necessary.
- [X] Removes extra allocation in campfire by using reverse loop.
- [X] Removes other LINQ calls that aren't needed.
2022-03-20 19:20:54 -07:00
..
ActivatorExtensions.cs Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
EntityActivatorExtensions.cs Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
PathUtility.cs fix: Adds CUO settings support and adds more robust 7.0.9 support (#945) 2022-02-27 02:15:06 -08:00
Utility.cs fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00