ModernUO/Projects/UOContent/Engines/Quests
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
..
Ambitious Solen Queen fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00
Collector 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
Core fix: Fixes span reader ReadString (#1539) 2023-10-11 13:41:24 -07:00
Dark Tides fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00
Emino's Undertaking fix: Fixes span reader ReadString (#1539) 2023-10-11 13:41:24 -07:00
Haochi's Trials fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00
Regions fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
Solen Matriarch fix: Removes from literals (#893) 2021-12-24 15:56:07 -08:00
Study of the Solen Hive fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Terrible Hatchlings Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
The Summoning fix: Fixes map iterators for Items (#1564) 2023-10-26 17:49:15 -07:00
Uzeraan Turmoil fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00
Witch Apprentice fix: Overhauls virtue system (#1376) 2023-07-19 21:43:47 -07:00