ModernUO/Projects/UOContent/Engines/Spawners
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
..
Commands fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
BaseSpawner.cs fix: Fixes duping of spawners (#1255) 2022-11-19 17:46:44 -08:00
ProximitySpawner.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
RegionSpawner.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
Spawner.cs fix: Cleans up movement code (#787) 2021-09-16 23:23:22 -07:00
SpawnerControllerGump.cs fix: Fixes [spawn gump for older clients (#1108) 2022-07-04 07:20:20 -07:00
SpawnerEntry.cs feat: Customize expansion and set maps on first boot (#1425) 2023-07-31 20:46:49 -07:00
SpawnerGump.cs fix: Update LabelTo, SendMessage, etc to Interpolated Strings (#1283) 2022-11-28 19:58:12 -08:00
SpawnPropsGump.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00