ModernUO/Projects/UOContent/Spells/Bushido
Kamron Batman 28c06c1cc0
fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553)
### Summary

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

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

- [X] Fixed several locations where an NPC that was damaged would cause a server crash.
- [X] Removed an unnecessary allocation in guard fake calls (NPCs calling guards on you)
- [X] Fixes damage precision loss in Poison Strike Spell
- [X] BogThing no longer attempts to "search" for boglings to eat when it is at full health
2023-10-29 22:42:46 -07:00
..
Confidence.cs fix: Fixes buff icons for confidence, honorable excution, and divine fury (#1291) 2022-12-04 13:52:44 -08:00
CounterAttack.cs fix: Fixes first/second scrolls crashing (#891) 2021-12-24 15:26:12 -08:00
Evasion.cs fix: Adds FindItemOnLayer generic (#1223) 2022-11-01 00:49:20 -07:00
HonorableExecution.cs fix: Fixes buff icons for confidence, honorable excution, and divine fury (#1291) 2022-12-04 13:52:44 -08:00
LightningStrike.cs fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221) 2022-10-30 16:53:23 -07:00
MomentumStrike.cs fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
SamuraiMove.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
SamuraiSpell.cs fix: Updates Mysticism to use circles (#1123) 2022-07-16 23:25:48 -07:00