ModernUO/Projects/UOContent/Mobiles/Monsters/SE
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
..
BakeKitsune.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
DeathWatchBeetle.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
DeathWatchBeetleHatchling.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
EliteNinja.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
FanDancer.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
FireBeetle.cs fix: Removes AfterDeserialization for some monsters (#1313) 2022-12-28 09:50:33 -08:00
Kappa.cs fix: Removes PoolOfAcid (#1310) 2022-12-22 13:20:34 -08:00
KazeKemono.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
LadyOfTheSnow.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Oni.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
RaiJu.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
RevenantLion.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Ronin.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
RuneBeetle.cs fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
TsukiWolf.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Yamandon.cs fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
YomotsuElder.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
YomotsuPriest.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
YomotsuWarrior.cs fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00