ModernUO/Projects
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
..
Server fix: Adds multis to map iterators, fixes searching empty nested containers (#1581) 2023-11-05 08:17:34 -08:00
Server.Tests chore(deps): Bump xunit from 2.5.3 to 2.6.1 (#1578) 2023-11-03 10:52:13 -07:00
UOContent fix: Adds multis to map iterators, fixes searching empty nested containers (#1581) 2023-11-05 08:17:34 -08:00
UOContent.Tests fix: Fixes memory leak with houses (#1580) 2023-11-03 15:05:08 -07:00