ModernUO/Projects/UOContent/Engines/Khaldun
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
..
Books fix: Codegens Khaldun and Doom (#1521) 2023-09-30 00:27:06 -07:00
Mobiles fix: Codegens Khaldun and Doom (#1521) 2023-09-30 00:27:06 -07:00
KhaldunGen.cs fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
KhaldunPitTeleporter.cs fix: Codegens Khaldun and Doom (#1521) 2023-09-30 00:27:06 -07:00
PuzzleChest.cs fix: Codegens lockable containers and cleans up lockpickable (#976) 2022-03-26 21:48:18 -07:00
RaisableItem.cs fix: Codegens Khaldun and Doom (#1521) 2023-09-30 00:27:06 -07:00
RaiseSwitch.cs fix: Codegens Khaldun and Doom (#1521) 2023-09-30 00:27:06 -07:00