ModernUO/Projects/UOContent/Engines/Doom
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
..
LeverPuzzle fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
GauntletRegion.cs fix(doom): Adds RemGauntlet (#591) 2021-05-09 09:40:23 -07:00
GauntletSpawner.cs fix: Codegens Khaldun and Doom (#1521) 2023-09-30 00:27:06 -07:00
GenGauntlet.cs fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00