Skip to content

History

Revisions

  • docs: Add Fence to wiki sidebar Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 17, 2026
    ceb58c4
  • docs: Update developer architecture docs for all tools - Parley: Remove plugin system, add Token System, update TTS/services - Manifest: Add SpellCheckService, CommandLineService, Unit Tests section - Quartermaster: Update to v0.1.36, add new services/panels/dialogs - Fence: Add initial developer architecture documentation - Index: Add Fence to alphabetical and developer sections Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 17, 2026
    1450dd0
  • docs: Remove plugin references from Home page

    @LordOfMyatar LordOfMyatar committed Jan 15, 2026
    588f229
  • docs: Remove plugin documentation (plugins removed in #891)

    @LordOfMyatar LordOfMyatar committed Jan 15, 2026
    a06329a
  • fix: Remove duplicate Token System entry in sidebar

    @LordOfMyatar LordOfMyatar committed Jan 13, 2026
    47c12e2
  • docs: Add Token System guide Comprehensive documentation for NWN dialog tokens including: - Standard tokens (names, gender, character info, time) - Highlight tokens (action, check, highlight) - Custom color tokens via SetCustomToken() - token-colors.json configuration - Module setup NWScript example Applies to Parley, Manifest, and Quartermaster. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 13, 2026
    3fc572e
  • Update Scrap System docs for TreeView & role swap - TreeView hierarchical display (was ListBox) - Selective node restoration (any node, not just batch root) - New SwapRoles feature for NPC↔PC conversion - Children property for tree binding - Updated API reference

    @LordOfMyatar LordOfMyatar committed Jan 12, 2026
    c51e496
  • Update developer docs for PR #765 Pages updated: - Quartermaster-Developer-Architecture.md Changes: - Added BasePanelControl pattern documentation - Added ComboBoxHelper documentation - Updated CreatureDisplayService section with focused services architecture - Added service delegation diagram - Updated project structure with new files - Version bump to 0.1.26 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 4, 2026
    f076049
  • Update developer docs for PR #757 Pages updated: - Quartermaster-Developer-Architecture: Add SpellsPanel architecture, spell-related service methods - Radoub-Formats-UTC: Add spell list documentation (KnownSpells, MemorizedSpells) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 4, 2026
    84503b2
  • Update Quartermaster developer docs for PR #755 Pages updated: - Quartermaster-Developer-Architecture.md - Updated Known Limitations (stat editing now implemented) - Fixed test path reference (CreatureEditor.Tests → Quartermaster.Tests) - Fixed commit convention prefix ([Radoub] → [Quartermaster]) - Updated freshness date 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 3, 2026
    2edd693
  • Update developer docs for PR #714 Pages updated: - Parley-Developer-Architecture.md (TreeView Node Models section) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 1, 2026
    8fba429
  • Update developer docs for PR #713 Pages updated: - Parley-Developer-Architecture: Added ScriptPreview service and ParameterBrowser controller to MainWindow organization tables 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 1, 2026
    7217e64
  • Update developer docs for PR #712 Pages updated: - Parley-Developer-Architecture: Added ParameterValidationService and ParameterPersistenceService 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 1, 2026
    7d27ce0
  • Update developer docs for PR #711 Pages updated: - Parley-Developer-Architecture: Added Sound Browser Services section (v0.1.106) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 1, 2026
    50ecde6
  • Update developer docs for PR #710 Pages updated: - Parley-Developer-Architecture: Added SettingsWindow Controllers section (v0.1.105), updated parser layer to Radoub.Formats 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 1, 2026
    b733b68
  • docs: Add Quartermaster stub, taglines, and game version compatibility - Add Quartermaster.md stub page with "under construction" notice - Add tagline to Manifest.md: "Keeping your quests on course." - Update _Sidebar.md with Quartermaster link - Add NWN:EE vs 1.69 compatibility section to Support-Scope.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Jan 1, 2026
    7089bd0
  • Add Quartermaster and Radoub.UI developer docs New pages: - Radoub-UI-Developer: ItemListView, ItemFilterPanel, EquipmentSlotsPanel - Quartermaster-Developer-Architecture: Creature Editor architecture Updated pages: - Radoub-Formats: Added ItemPropertyResolver, UnifiedLogger sections - _Sidebar: Added Quartermaster and Radoub.UI sections - Index: Added new pages to alphabetical and category listings Covers CHANGELOG entries 0.9.3-0.9.15 (#575) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Dec 28, 2025
    d0b67d1
  • docs: Add wiki pages for UTI, UTC, UTM, BIC formats Created comprehensive documentation pages for high-level parsers: - Radoub-Formats-UTI.md - Item blueprints - Radoub-Formats-UTC.md - Creature blueprints - Radoub-Formats-UTM.md - Store/merchant blueprints - Radoub-Formats-BIC.md - Player character files Updated sidebar to link to all new pages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Dec 26, 2025
    8049da1
  • docs: Add GameDataService, update format listings - Added GameDataService section to Radoub-Formats.md - Updated test count (274 tests) - Added Services/ folder to architecture diagram - Updated sidebar with UTI/UTC/UTM/BIC high-level parsers - Reorganized sidebar Radoub.Formats section

    @LordOfMyatar LordOfMyatar committed Dec 26, 2025
    8f95990
  • docs: Add UTM and BIC formats to wiki

    @LordOfMyatar LordOfMyatar committed Dec 26, 2025
    61448cf
  • docs: Add UTI and UTC formats to Radoub.Formats page - Added UTI/UTC to supported formats table - Added Utc/ and Uti/ to architecture diagram - Added quick start examples for UTC and UTI - Updated test count to 208 - Updated freshness date

    @LordOfMyatar LordOfMyatar committed Dec 26, 2025
    5117922
  • Add Installing Additional Language Dictionaries page Documentation for installing additional Hunspell dictionaries from LibreOffice. Includes PowerShell/curl download commands for common languages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Dec 25, 2025
    c191b57
  • Update developer architecture for v0.1.91 Add MainWindow Organization section documenting service container pattern. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Dec 25, 2025
    f9de9d4
  • docs: Update Script Browser for HAK support

    @LordOfMyatar LordOfMyatar committed Dec 24, 2025
    ec5a94f
  • Add joke clarification to Spell Check page 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Dec 24, 2025
    829059e
  • Add shared Spell-Check page for Radoub-wide dictionary docs - New Spell-Check.md with full dictionary documentation - Simplified Parley-Spell-Check.md to reference shared page - Added spell check section to Manifest.md - Updated Index.md and _Sidebar.md with shared features section Dictionary is shared at ~/Radoub/Dictionaries/custom.dic across all tools. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Dec 24, 2025
    5685989
  • docs: Add Spell Check wiki page and cross-references New page documenting spell-check feature with: - Hunspell + NWN/D&D dictionary support - Custom dictionary persistence - Current limitation: English (US) only Updated: Index, Settings, Editing Dialogs, Sidebar 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @LordOfMyatar LordOfMyatar committed Dec 24, 2025
    0937c38
  • Updated About Radoub and Using AI (markdown)

    @LordOfMyatar LordOfMyatar committed Dec 23, 2025
    456b0c4
  • Updated About Radoub and Using AI (markdown)

    @LordOfMyatar LordOfMyatar committed Dec 23, 2025
    716a48c
  • Updated About Radoub (markdown)

    @LordOfMyatar LordOfMyatar committed Dec 23, 2025
    58b6976