ModernUO/Projects/UOContent/Mobiles/Monsters/ML
Kamron Batman 24858f3989
fix: Changes Map.Sector.Items to link list. (#1547)
### Summary

Eliminates `IPooledEnumerable<T>` and `eable.Free()` from `Map` for items. This drastically simplifies code that iterates in range, for example:

```cs
foreach (var item in m.GetItemsInRange(5))
{
}
```
The code above no longer requires an eable and calling `Free()`.
2023-10-16 20:51:02 -07:00
..
Animal fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Bedlam fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Blighted Grove fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Humanoid fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Labyrinth fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Misc fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
Painted Caves fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Palace of Paroxysmus fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Prism of Light fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Sanctuary fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Special fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Twisted Weald fix: Codegens familiars (#1473) 2023-08-25 20:51:38 -07:00