ModernUO/Projects/Server/Items
Kamron Batman d57f1fecc1
fix: Prepares for IPooledEnumerable removal (#1548)
### Summary

- Removes `IPooledEnumerable` (non-generic)
- Changes `IPooledEnumerable<T>` so that  `Free()` is replaced with the `IDisposable` pattern
2023-10-15 11:20:49 -07:00
..
BaseMulti.cs feat: Adds Next/Prev for future link list support (#1546) 2023-10-14 19:43:10 -07:00
BaseMulti.SectorMultiLinkList.cs feat: Adds Next/Prev for future link list support (#1546) 2023-10-14 19:43:10 -07:00
Container.cs fix: Fix ConsumeTotal always failing (#1534) 2023-10-06 11:02:59 -07:00
Container.Enumerable.cs fix: Cleans up FindItems and removes allocations (#1516) 2023-09-28 22:20:36 -07:00
Containers.cs fix: Fixes critical serial dupe bug and deserialization/serialization issues. (#1245) 2022-11-13 15:54:58 -08:00
Item.cs fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
ItemBounds.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
Layer.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
LightType.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
SecureTradeContainer.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
VirtualCheck.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
VirtualHair.cs fix: Fixes more packet initializations (#1507) 2023-09-19 00:02:17 -07:00