ModernUO/Projects/Server.Tests
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
..
Fixtures feat(expansions): Adds expansion.json and loads expansions dynamically (#798) 2021-09-23 20:28:43 -07:00
Helpers fix: Fixes networking (#822) 2021-10-09 11:55:31 -07:00
Tests fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
SequentialTestCollectionDefinition.cs Fixes leaking tests (#231) 2020-09-06 14:16:57 -07:00
Server.Tests.csproj fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00