ModernUO/Projects/UOContent/Spells/Chivalry
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
..
CleanseByFire.cs fix: Fixes disarm, strangle, curse, summons, looting rights, creatures attacking, and items going to the floor (#1174) 2022-09-27 22:19:15 -07:00
CloseWounds.cs fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
ConsecrateWeapon.cs fix: Cleans up more spells (#1121) 2022-07-16 22:32:51 -07:00
DispelEvil.cs fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
DivineFury.cs fix: Fixes buff icons for confidence, honorable excution, and divine fury (#1291) 2022-12-04 13:52:44 -08:00
EnemyOfOne.cs fix: More spell variable cleanup (#850) 2021-11-14 18:48:44 -08:00
HolyLight.cs fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
NobleSacrifice.cs fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
PaladinSpell.cs fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
RemoveCurse.cs fix: Fixes cast spell speeds for various expansions (#1178) 2022-10-01 12:25:40 -07:00
SacredJourney.cs fix: Renames WeightOverloading to StaminaSystem (#1495) 2023-09-06 18:58:45 -07:00