ModernUO/Projects/UOContent/Items/Construction
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
..
Chairs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Decorative fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Doors fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
Floors fix: Codegens construction items (#1520) 2023-09-29 23:28:51 -07:00
Misc fix: Codegens construction items (#1520) 2023-09-29 23:28:51 -07:00
Ruined fix: Codegens construction items (#1520) 2023-09-29 23:28:51 -07:00
Signs fix: Codegens construction items (#1520) 2023-09-29 23:28:51 -07:00
Tables fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Walls fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Ankhs.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00