ModernUO/Projects/UOContent/Spells/Necromancy
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
..
AnimateDeadSpell.cs fix: Fixes stabled, abilities targeting self, and unsummon memory leak (#1418) 2023-07-03 09:45:22 -07:00
BloodOathSpell.cs fix: Cleans up more spells (#1121) 2022-07-16 22:32:51 -07:00
CorpseSkin.cs fix: Adds name support for all mods (#1128) 2022-10-15 10:46:31 -07:00
CurseWeapon.cs fix: Cleans up more spells (#1121) 2022-07-16 22:32:51 -07:00
EvilOmen.cs fix: Adds name support for all mods (#1128) 2022-10-15 10:46:31 -07:00
Exorcism.cs fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
HorrificBeast.cs fix: Cleans up spell info variable (#848) 2021-11-14 18:31:32 -08:00
LichForm.cs fix: Cleans up spell info variable (#848) 2021-11-14 18:31:32 -08:00
MindRot.cs fix: Cleans up more spells (#1121) 2022-07-16 22:32:51 -07:00
NecromancerSpell.cs fix: Fixes cast spell speeds for various expansions (#1178) 2022-10-01 12:25:40 -07:00
PainSpike.cs fix: Renames WeightOverloading to StaminaSystem (#1495) 2023-09-06 18:58:45 -07:00
PoisonStrike.cs fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
Strangle.cs fix: Fixes random bias & Adds back champion arties for UOML (#1235) 2022-11-09 16:33:27 -08:00
SummonFamiliar.cs fix: Cleans up spell info variable (#848) 2021-11-14 18:31:32 -08:00
TransformationSpell.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
VampiricEmbrace.cs fix: Cleans up spell info variable (#848) 2021-11-14 18:31:32 -08:00
VengefulSpirit.cs fix: Cleans up spell info variable (#848) 2021-11-14 18:31:32 -08:00
Wither.cs fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
WraithForm.cs fix: Blood Oath, Wraith form, & Strangle (#1153) 2022-09-01 09:19:40 -07:00