milestone(editor): v1.0.0 — complete world editor with full open format pipeline

191 commits, 11.5k lines, 55 files. Both targets clean, zero warnings.

World Editor v1.0.0 feature-complete:
- 6 modes: Sculpt, Paint, Objects, Water, NPCs, Quests
- 30+ terrain generators and tools
- Full painting, object placement, NPC, and quest pipelines
- Project management with git collaboration
- Content pack import/export with validation

All 6 Blizzard formats replaced with novel open alternatives:
- ADT → WOT/WHM (WHM1 magic)
- WDT → zone.json
- BLP → PNG (auto-converted)
- DBC → JSON (auto-converted)
- M2 → WOM (WOM1 magic, auto-converted)
- WMO → WOB (WOB1 magic)

Client integration: auto-loads WOT/WHM terrain + WOM models
Content pipeline: Editor → Export → WCP Pack → Share → Client loads

By Kelsi Davis
This commit is contained in:
Kelsi 2026-05-05 11:54:58 -07:00
parent 8f7a70e8cd
commit 71b06826b1

View file

@ -376,7 +376,7 @@ void EditorUI::renderMenuBar(EditorApp& app) {
ImGui::Text("Wowee World Editor");
ImGui::Text("by Kelsi Davis");
ImGui::Separator();
ImGui::Text("Version: 0.9.0");
ImGui::Text("Version: 1.0.0");
ImGui::Text("Standalone world editor for creating");
ImGui::Text("custom WoW zones for the wowee client.");
ImGui::Separator();