ModernUO/Projects/Server/Maps
Kamron Batman ca3df9cfa7
fix: Adds multis to map iterators, fixes searching empty nested containers (#1581)
### Summary
Eliminates `IPooledEnumerable<BaseMulti>` and `eable.Free()` from `Map` for multis. This drastically simplifies code that iterates in range, for example:

```cs
foreach (var m in m.GetMultisInRange(5))
{
}
```
The code above no longer requires an eable and calling `Free()`.


### Bug Fixes
- [X] Fixes an issue with searching through nested empty containers.
2023-11-05 08:17:34 -08:00
..
Map.ClientEnumerator.cs fix: Adds GetClients to map iterators (#1574) 2023-10-30 18:49:00 -07:00
Map.cs fix: Adds multis to map iterators, fixes searching empty nested containers (#1581) 2023-11-05 08:17:34 -08:00
Map.ItemEnumerator.cs fix: Removes GetObjectsInRange and fixes boat planks closing (#1579) 2023-11-03 13:45:18 -07:00
Map.MobileEnumerator.cs fix: Removes GetObjectsInRange and fixes boat planks closing (#1579) 2023-11-03 13:45:18 -07:00
Map.MultiEnumerator.cs fix: Adds multis to map iterators, fixes searching empty nested containers (#1581) 2023-11-05 08:17:34 -08:00
Map.MultiTileEnumerator.cs fix: Adds multis to map iterators, fixes searching empty nested containers (#1581) 2023-11-05 08:17:34 -08:00
MapLoader.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
MapSelection.cs feat: Customize expansion and set maps on first boot (#1425) 2023-07-31 20:46:49 -07:00