ModernUO/Projects/UOContent/Spells/Base
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
..
DisturbType.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
MagerySpell.cs fix: Fixes cast delay issue being 0 (#1186) 2022-10-10 13:30:41 -07:00
SpecialMove.cs fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221) 2022-10-30 16:53:23 -07:00
Spell.cs feat: Adds KR/EC client versions (No actual support yet). (#1506) 2023-09-18 23:53:18 -07:00
SpellCircle.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
SpellHelper.cs fix: Adds multis to map iterators, fixes searching empty nested containers (#1581) 2023-11-05 08:17:34 -08:00
SpellInfo.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
SpellRegistry.cs fix(types): Fixes casting spell by type and [Add keyword search (#668) 2021-08-01 13:18:01 -07:00
SpellState.cs fix: Players casting is sometimes not disturbed (#1138) 2022-08-16 22:17:39 -07:00