ModernUO/Projects/UOContent/Commands/Generic/Implementors
Kamron Batman c494fb4cc3
fix: Fixes container enumeration not recycling pooled arrays (#2341)
### Summary

Updates all calls to container.EnumerateItems() to properly dispose of the underlying PooledRefQueue so that we are properly recycling pooled arrays.
2026-02-17 09:54:32 -08:00
..
AreaCommandImplementor.cs fix: Removes GetObjectsInRange and fixes boat planks closing (#1579) 2023-11-03 13:45:18 -07:00
BaseCommandImplementor.cs fix: Fixes adding items with ambiguous type lookup (#2307) 2026-01-06 21:21:29 -08:00
ContainedCommandImplementor.cs fix: Fixes container enumeration not recycling pooled arrays (#2341) 2026-02-17 09:54:32 -08:00
FacetCommandImplementor.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
GlobalCommandImplementor.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
IPAddressCommandImplementor.cs feat: Moves TcpServer to another thread. Rewrites Firewall (#1660) 2024-01-20 14:25:12 -08:00
MultiCommandImplementor.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
ObjectConditional.cs cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
OnlineCommandImplementor.cs feat: Moves TcpServer to another thread. Rewrites Firewall (#1660) 2024-01-20 14:25:12 -08:00
RangeCommandImplementor.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
RegionCommandImplementor.cs fix: Eliminates List allocations in various places. (#2158) 2025-11-16 18:33:53 -08:00
ScreenCommandImplementor.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
SelfCommandImplementor.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
SerialCommandImplementor.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
SingleCommandImplementor.cs fix: Fixes adding items with ambiguous type lookup (#2307) 2026-01-06 21:21:29 -08:00