ModernUO/Projects/UOContent/Engines/Quests/Collector/Items
Kamron Batman 03f850fe03
fix: Fixes sending packets and sidesteps a major issue with stackalloc and PGO in .NET 8 (#1607)
### Summary
- Works around a sneaky edge case bug in the JIT with stackalloc where sometimes the buffer is not zero'd.
- Fixes SendDisplayBoatHS
- Fixes sending health bars in the `SendEverything()` logic.
- Fixes a bug in sizing for some string helper functions.

### Developer Note
We are enabled `SkipLocalsInit` - do not rely on `stackalloc` to be zero'd. To zero the buffer, use `span.Clear();`

Closes #1606
2023-11-21 12:18:20 -08:00
..
EnchantedPaints.cs fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00
ImageTypeInfo.cs fix: Fixes sending packets and sidesteps a major issue with stackalloc and PGO in .NET 8 (#1607) 2023-11-21 12:18:20 -08:00
Obsidian.cs fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00
PaintedImage.cs fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00