ModernUO/Projects/UOContent/Engines/Spawners
Kamron Batman dc8737bfbd feat(spawners): native compact writer for [ExportSpawners
Export now writes the compact spawn-file layout directly (homeRange/spawnBounds/location
inline, entries expanded, fits-in-100-cols rule), UTF-8 no BOM, LF — so re-exports stay
diff-friendly instead of the 4x WriteIndented blow-up. location serializes as the array
form [x, y, z] via a property-scoped converter (the default Point3DConverter writes an
object). Compact writer walks a JsonNode tree with a ValueStringBuilder.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 18:45:04 -07:00
..
Commands feat(spawners): native compact writer for [ExportSpawners 2026-06-25 18:45:04 -07:00
Json feat(spawners): native compact writer for [ExportSpawners 2026-06-25 18:45:04 -07:00
BaseSpawner.cs refactor(json): delete DynamicJson; spawners use SpawnerDto exclusively 2026-06-25 16:27:54 -07:00
BaseSpawner.Dto.cs refactor(spawners): non-nullable SpawnerDto; write homeRange for square bounds 2026-06-25 18:32:11 -07:00
BaseSpawner.Migrations.cs feat: Add spawn position caching and spiral scan optimization (#2295) 2025-12-28 02:40:21 -08:00
ProximitySpawner.cs refactor(json): delete DynamicJson; spawners use SpawnerDto exclusively 2026-06-25 16:27:54 -07:00
ProximitySpawner.Dto.cs refactor(spawners): non-nullable SpawnerDto; write homeRange for square bounds 2026-06-25 18:32:11 -07:00
RegionSpawner.cs refactor(json): delete DynamicJson; spawners use SpawnerDto exclusively 2026-06-25 16:27:54 -07:00
RegionSpawner.Dto.cs refactor(spawners): non-nullable SpawnerDto; write homeRange for square bounds 2026-06-25 18:32:11 -07:00
SectorSpawnCache.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
Spawner.cs refactor(json): delete DynamicJson; spawners use SpawnerDto exclusively 2026-06-25 16:27:54 -07:00
Spawner.Dto.cs refactor(spawners): non-nullable SpawnerDto; write homeRange for square bounds 2026-06-25 18:32:11 -07:00
SpawnerControllerGump.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
SpawnerEntry.cs fix: Fixes spawn entry deserialization (#1693) 2024-03-03 08:45:16 -08:00
SpawnerGump.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
SpawnerJsonSerializer.cs feat(spawners): native compact writer for [ExportSpawners 2026-06-25 18:45:04 -07:00
SpawnPositionState.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
SpawnPropsGump.cs feat: Consolidates staff gump layouts (#2404) 2026-04-08 11:42:46 -06:00