Commit Graph

56 Commits

Author SHA1 Message Date
plenarius 8b35c41a52 fix: skip tsc type-check in frontend build, let Vite handle it 2026-04-21 00:10:12 -04:00
plenarius 0de60e6f00 fix: use bundler moduleResolution for frontend tsconfig 2026-04-21 00:08:55 -04:00
plenarius a8fa85416d fix: resolve TypeScript errors in editor routes and git service imports 2026-04-21 00:08:10 -04:00
plenarius d64bf905d3 feat: optimize builder Dockerfile with pre-built release binaries
Download neverwinter.nim tools, nasher, and layonara_nwn from GitHub
Releases instead of compiling from source. Reduces build time from
~15 minutes to ~45 seconds.
2026-04-21 00:06:16 -04:00
plenarius 288c762356 feat: add GIT_PROVIDER_URL to Forge docker-compose environment 2026-04-20 23:07:10 -04:00
plenarius 2a97af5ce8 feat: update Setup Wizard for Gitea tokens and URLs 2026-04-20 23:06:55 -04:00
plenarius b85f70dc95 refactor: replace GitHub API with Gitea-compatible git provider service 2026-04-20 23:05:38 -04:00
plenarius 43d3aa979c feat: add complete database schema dump with seed data 2026-04-20 22:13:19 -04:00
plenarius 3a1df485ed feat: add error display, error boundaries, and toast notifications 2026-04-20 22:12:50 -04:00
plenarius 3df79d3b17 feat: add error display, error boundaries, and toast notifications 2026-04-20 22:12:25 -04:00
plenarius 72027a3024 feat: upgrade Dashboard with server status, repo summary, and quick actions 2026-04-20 22:11:37 -04:00
plenarius 8df7a78c08 feat: add Settings page with PAT management, theme, and shortcuts 2026-04-20 22:11:03 -04:00
plenarius 1a46baa7fe feat: add global keyboard shortcuts for navigation and panels 2026-04-20 22:10:11 -04:00
plenarius 83d1a0a169 feat: polish IDE layout with sidebar nav, resizable panels, and routing 2026-04-20 22:09:41 -04:00
plenarius c310b04f74 feat: add Layonara branding assets and IDE header 2026-04-20 22:09:09 -04:00
plenarius 1255cee8e6 feat: add dark/light theme toggle with Layonara color palette 2026-04-20 22:08:41 -04:00
plenarius 8a3cb1b0a3 feat: add Setup Wizard with 10-step contributor onboarding flow 2026-04-20 22:08:07 -04:00
plenarius 8849c25dff feat: add Repos page with commit dialog, PR creation, and upstream badges 2026-04-20 21:57:52 -04:00
plenarius b224ebc927 feat: add upstream repo polling every 15 minutes 2026-04-20 21:55:52 -04:00
plenarius 3784d9f13a feat: add conventional commit message validation 2026-04-20 21:55:23 -04:00
plenarius 7f848aad5d feat: add Git service for clone, pull, commit, push operations 2026-04-20 21:54:56 -04:00
plenarius f54816a622 feat: add GitHub service for PAT validation, forking, and PR management 2026-04-20 21:54:09 -04:00
plenarius 6e3abb0b07 feat: add specialized visual editors for items, creatures, areas, and dialogs 2026-04-20 20:11:44 -04:00
plenarius 5620e38282 feat: add generic GFF visual editor component 2026-04-20 20:09:24 -04:00
plenarius c7f5646e62 feat: add GFF type schema definitions for visual editors 2026-04-20 20:07:48 -04:00
plenarius 3b91c0312d feat: add Toolset page with live change detection and diff viewer 2026-04-20 20:01:27 -04:00
plenarius 269ce1178c feat: add Toolset service for temp0/ watching and GFF change detection 2026-04-20 20:00:17 -04:00
plenarius 3484404b94 feat: add Server page with log viewer, SQL console, and config editor 2026-04-20 19:57:34 -04:00
plenarius e8cce96557 feat: add SQL console endpoint for local MariaDB queries 2026-04-20 19:56:22 -04:00
plenarius 695c5d4fb7 feat: add real-time server log streaming via WebSocket 2026-04-20 19:55:58 -04:00
plenarius dc45098cd1 feat: add NWN server stack management service 2026-04-20 19:55:31 -04:00
plenarius 973310113c feat: add Build page UI with real-time output streaming 2026-04-20 19:54:42 -04:00
plenarius 0e31277eec feat: add NWNX C++ build pipeline 2026-04-20 19:51:34 -04:00
plenarius 6d18386473 feat: add hak build pipeline 2026-04-20 19:51:05 -04:00
plenarius 5c840e324b feat: add script hot-reload and compile-on-save 2026-04-20 19:50:39 -04:00
plenarius 59909a7b48 feat: add module build service with nasher compile and pack 2026-04-20 19:50:07 -04:00
plenarius b7177a8fd7 feat: connect NWScript language server to Monaco via WebSocket
Add the forked nwscript-ee-language-server as a git submodule and wire
it up to the editor through a WebSocket-based LSP bridge:

- Backend: lsp.service.ts spawns the language server in --stdio mode
  and bridges JSON-RPC messages between WebSocket and stdin/stdout
- Backend: /ws/lsp upgrade handler in index.ts
- Frontend: LspClient class using vscode-ws-jsonrpc for JSON-RPC over
  WebSocket, with Monaco providers for completions, hover, and
  diagnostics
- Frontend: useLspClient/useLspDocument hooks integrated into
  MonacoEditor component
2026-04-20 19:41:05 -04:00
plenarius 64908098cd feat: add integrated terminal with xterm.js and shell sessions 2026-04-20 19:32:02 -04:00
plenarius b36391b520 feat: add global workspace search with regex and file filtering 2026-04-20 19:30:42 -04:00
plenarius d7c5f18544 feat: add SQL syntax highlighting inside NWScript query strings 2026-04-20 19:12:19 -04:00
plenarius 03b762e239 feat: add 2DA intellisense parser and lookup for NWScript editor 2026-04-20 19:12:03 -04:00
plenarius 99d0c4f1e9 feat: add TLK string preview lookup for NWScript editor 2026-04-20 19:11:32 -04:00
plenarius 1b8293627d feat: add resref auto-lookup index for NWScript editor 2026-04-20 19:11:10 -04:00
plenarius 02ca134743 feat: add file explorer with tree view and IDE layout
Backend: editor service for directory tree reading and file CRUD,
editor routes at /api/editor with path traversal protection.

Frontend: FileExplorer tree component with expand/collapse directories,
IDELayout with sidebar + header + outlet, wired into App routing.
Editor now receives state as props from App for cross-component file loading.
2026-04-20 19:09:19 -04:00
plenarius eaca2d8a6c feat: integrate Monaco Editor with tabs, NWScript syntax, and session persistence 2026-04-20 19:06:00 -04:00
plenarius 42d7f4b041 feat: add database schema dump with seed data 2026-04-20 18:39:35 -04:00
plenarius 9cb11b07e5 feat: add layonara-builder Docker image with nasher, Nim, and NWN tools 2026-04-20 18:39:09 -04:00
plenarius c6a57fe448 feat: add Forge Dockerfile and docker-compose.yml 2026-04-20 18:38:52 -04:00
plenarius bc434254ce feat: add WebSocket hook and API client for frontend 2026-04-20 18:37:34 -04:00
plenarius 47d0ee60c0 feat: scaffold React frontend with Tailwind and Layonara theme 2026-04-20 18:37:07 -04:00