ModernUO/Projects/UOContent.Tests/Tests
Kamron Batman 598223703f
refactor: Add BitMask256 utility for 256-bit bitmask operations (#2300)
### Summary

- Create BitMask256 struct with scalar operations (benchmarks showed AVX2 vectorization provides no benefit for this size)
- Refactor Map.cs to use BitMask256 for full Z range support (-128 to 127)
- Remove SectorSpawnCache struct, use BitMask256 directly in manager
- Update tests to use BitMask256 directly
- Remove unused test assertions for old 64-bit behavior
2025-12-29 12:54:49 -08:00
..
Accounting fix: Use vectorized search for username-password validation. (#2152) 2025-04-11 22:40:06 -07:00
Engines refactor: Add BitMask256 utility for 256-bit bitmask operations (#2300) 2025-12-29 12:54:49 -08:00
Gumps feat: Adds size/style support to gump builders, optimizes EscapeHtml (#2257) 2025-11-23 11:35:31 -08:00
Items chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
Misc chore: Fixes name verification test (#2201) 2025-05-26 22:36:23 -07:00
Multis chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
Network/Packets chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
Skills feat: Adds proper OSI tracking up to 120 tiles. (#2281) 2025-11-29 09:55:52 -08:00
Utilities chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00