ModernUO/Projects/Server.Tests/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
..
Buffers cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
Collections fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Network chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
Serialization feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00
Timer feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Utility fix(core): Fixes string wrapping for houses (#717) 2021-08-22 10:01:01 -07:00