ModernUO/Projects/Server/Maps
Kamron Batman cde59a82f2
fix: Adds GetClients to map iterators (#1574)
### Summary

Eliminates `IPooledEnumerable<NetState>` and `eable.Free()` from `Map` for clients. This drastically simplifies code that iterates in range, for example:

```cs
foreach (var m in m.GetClientsInRange(5))
{
}
```
The code above no longer requires an eable and calling `Free()`.
2023-10-30 18:49:00 -07:00
..
Map.ClientEnumerator.cs fix: Adds GetClients to map iterators (#1574) 2023-10-30 18:49:00 -07:00
Map.cs fix: Adds GetClients to map iterators (#1574) 2023-10-30 18:49:00 -07:00
Map.ItemEnumerator.cs fix: Adds GetClients to map iterators (#1574) 2023-10-30 18:49:00 -07:00
Map.MobileEnumerator.cs fix: Adds GetClients to map iterators (#1574) 2023-10-30 18:49:00 -07: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
PooledEnumeration.cs fix: Adds GetClients to map iterators (#1574) 2023-10-30 18:49:00 -07:00