ModernUO/Projects/UOContent.Tests/Tests/Engines
Kamron Batman 3a4dee0bf1 fix(advanced-search): E — descending sort last page renders its items
The paging loop in AdvancedSearchGump.Build assumed a full MaxEntries
page: on a partial last page in descending mode, the first iteration's
index already overflowed SearchResults.Length, and the break early-out
killed the whole loop, rendering zero rows.

Add a VisibleCount(total, displayFrom, maxEntries) helper and bound the
loop to it instead of MaxEntries, generalizing the descending offset
formula (MaxEntries - 1 - i -> visibleCount - 1 - i) so it stays valid
for partial pages while being identical to the old formula on full
pages.
2026-07-19 22:03:17 -07:00
..
AdvancedSearch fix(advanced-search): E — descending sort last page renders its items 2026-07-19 22:03:17 -07:00
Chat feat: Upgrades networking to use io_uring. (#2315) 2026-02-01 16:02:32 -08:00
Events chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
Help feat: Upgrades networking to use io_uring. (#2315) 2026-02-01 16:02:32 -08:00
ML Quests feat: Upgrades networking to use io_uring. (#2315) 2026-02-01 16:02:32 -08:00
Party feat: Upgrades networking to use io_uring. (#2315) 2026-02-01 16:02:32 -08:00
Pathing perf(pathing): pool the StepCache strata buffer, then clean up the pathing engine around it (#2523) 2026-07-12 20:02:29 -07:00
Spawners refactor(spawners): replace DynamicJson with typed SpawnerDto records (#2505) 2026-06-25 23:24:45 -07:00
Veteran Rewards/Character Statue Maker feat: Upgrades networking to use io_uring. (#2315) 2026-02-01 16:02:32 -08:00