ModernUO/Projects/UOContent/Mobiles/Monsters
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
..
Ants fix: Updates messages with clilocs (#1381) 2023-03-26 00:54:09 -07:00
AOS fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Arachnid fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Elemental fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Humanoid fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
LBR fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
Mammal/Melee fix: Updates messages with clilocs (#1381) 2023-03-26 00:54:09 -07:00
Misc fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
ML fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
Ore Elementals fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Plant fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
Reptile fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
SE fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
Summons fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00