Commit Graph

241 Commits

Author SHA1 Message Date
Pandipipas 4db5c89f0a Cache game titles for offline selector labels 2026-03-04 16:52:16 +01:00
Pandipipas 752232eeca Store persistent assets in bundle-local db directory 2026-03-04 16:45:48 +01:00
Pandipipas c1e9133970 Make downloaded game assets persistent and offline-friendly 2026-03-04 16:10:08 +01:00
Pandipipas 774bd373d3 chore: add pnpm workspace configuration with only built dependencies 2026-03-04 14:50:51 +01:00
Pandipipas e922a6061e feat: remove deprecated character images and README for character catalog 2026-03-03 23:09:12 +01:00
Pandipipas dbbf17c917 Merge pull request #152 from Pandipipas/add-slug-formatting-for-game-names
Soportar nombres visibles de juegos mediante `games/games.json`
2026-03-03 23:04:16 +01:00
Pandipipas 097c9014f9 Mostrar nombre personalizado de juego en selector del dashboard 2026-03-03 21:52:53 +01:00
Pandipipas 2b2dd3180b Soportar nombres de juegos personalizados desde games.json 2026-03-03 21:45:55 +01:00
Pandipipas 69cb280ec1 Merge pull request #151 from Pandipipas/update-gameassetsview-to-auto-load-games
feat: descubrir y mostrar juegos desde el servidor HTTP de assets
2026-03-03 21:22:44 +01:00
Pandipipas 586c95ec11 feat: cargar juegos de assets desde servidor HTTP 2026-03-03 21:06:51 +01:00
Pandipipas 98f08e39d3 Merge pull request #150 from Pandipipas/cache-logos-from-http-server
Use configurable assets base URL for game logos and construct remote asset paths
2026-03-03 20:59:20 +01:00
Pandipipas c8097a72d8 Document how to host remote game logos on HTTP server 2026-03-03 20:59:03 +01:00
Pandipipas f91d5eaf48 Serve game logos directly from assets HTTP server 2026-03-03 20:44:19 +01:00
Pandipipas 5e6276ee19 Merge pull request #149 from Pandipipas/migrate-assets-to-local-server-1rhwip
Switch game assets to HTTP server (remove GitHub API) and require assetsBaseUrl
2026-03-03 20:28:06 +01:00
Pandipipas d4fe407b92 fix: relax bundle config requirements and default assetsBaseUrl 2026-03-03 20:24:56 +01:00
Pandipipas a93492b86b refactor: remove GitHub assets source and require HTTP provider 2026-03-03 20:01:13 +01:00
Pandipipas 13db5528a8 Merge pull request #146 from Pandipipas/add-character-names-download-with-assets
Descargar y usar listas de personajes por juego desde los assets
2026-03-03 16:22:12 +01:00
Pandipipas fc82c9215a Load character names from downloaded game assets 2026-03-03 16:15:11 +01:00
Pandipipas 584f872954 Merge pull request #145 from Pandipipas/add-new-view-for-fighting-games-uyw5fv
Add game assets manager (backend, store, UI) and character image fallbacks
2026-03-03 15:48:24 +01:00
Pandipipas 057b5a29c3 Remove tracked PNG game logos from repository 2026-03-03 15:44:47 +01:00
Pandipipas 1735e38edd Merge pull request #143 from Pandipipas/adapta-bundle-a-nueva-dependencia-nodecg
Bump Node.js engine, simplify start script, and add usage to README
2026-03-03 12:29:50 +01:00
Pandipipas f8ffad02cb Update docs to require Node.js 24.14.0+ 2026-03-03 12:26:58 +01:00
Pandipipas d289b7e0b7 Merge pull request #142 from Pandipipas/node24-deps
Update Node.js version to 24.14.0 in .nvmrc and package.json; adjust …
2026-03-01 15:23:29 +01:00
Pandipipas 27e2e441c0 fixes 2026-03-01 15:21:34 +01:00
Pandipipas 7ec56575d1 Refactor scoreboard settings layout for improved usability; consolidate options into a single sectioned card and enhance input styling. 2026-03-01 15:03:50 +01:00
Pandipipas d26e0df713 Update Node.js version to 24.14.0 in .nvmrc and package.json; adjust TypeScript configurations to extend from @tsconfig/node24. Reorganize dependencies and devDependencies for clarity. 2026-03-01 14:53:16 +01:00
Pandipipas 183e10b75b Merge pull request #140 from Pandipipas/add-icons-to-player-and-team-buttons
Agregar iconos a los campos de opciones del scoreboard
2026-02-26 15:26:43 +01:00
Pandipipas 240099a1df Add dedicated icons to scoreboard input options 2026-02-25 19:35:58 +01:00
Pandipipas 2f9bc22834 Merge pull request #138 from Pandipipas/add-keyboard-shortcut-settings-window
Add configurable keyboard shortcuts for scoreboard updates
2026-02-25 15:18:51 +01:00
Pandipipas eeab438ea7 Reorganize settings view into single sectioned card 2026-02-25 14:29:04 +01:00
Pandipipas 54ab922e12 Adjust settings layout and use underlined inputs 2026-02-25 14:23:13 +01:00
Pandipipas 5fd5224f0c Improve shortcut capture with key combinations 2026-02-25 14:15:11 +01:00
Pandipipas 8a3b3ebcaf Add configurable keyboard shortcuts for score updates 2026-02-25 14:08:48 +01:00
Pandipipas a4351b369c Merge pull request #137 from Pandipipas/fix-scoreboard-panel-reset-issues
Fix scoreboard state being reset when switching tabs
2026-02-25 13:59:48 +01:00
Pandipipas cecd08f3ac Fix scoreboard panel state resets across tabs 2026-02-25 13:57:09 +01:00
Pandipipas d69b294e0c remove docs 2026-02-25 13:52:40 +01:00
Pandipipas 103707c7c0 update ci 2026-02-25 13:52:09 +01:00
Pandipipas e1148d398c ci: trigger workflow on master branch (#136) 2026-02-25 12:25:45 +01:00
Pandipipas 494e9919e9 Fix implicit any types in Players NodeCG callback (#134) 2026-02-23 23:21:03 +01:00
Pandipipas 10841f4fff Harden TypeScript configs against parent workspace bleed (#133) 2026-02-23 22:52:47 +01:00
Pandipipas 9066e6a643 docs: expand refactor audit to cover entire repository (#132) 2026-02-21 13:55:58 +01:00
Pandipipas 3b4ac94d37 chore: remove outdated refactor and cleanup audit document 2026-02-21 13:34:54 +01:00
Pandipipas 6dd23dd8a0 Merge pull request #130 from Pandipipas/list-refactor-and-cleanup-tasks
docs: add comprehensive refactor/cleanup roadmap
2026-02-21 02:18:28 +01:00
Pandipipas 1caf3b6c65 docs: add detailed refactor and cleanup audit 2026-02-21 02:17:43 +01:00
Pandipipas 6412bce598 Merge pull request #127 from Pandipipas/add-animations-to-scoreboard-graphics
Add reactive animations to scoreboard and scoreboard-2xko
2026-02-21 01:24:04 +01:00
Pandipipas 8d1aecc44a Add transition animations to scoreboard graphics 2026-02-21 01:20:37 +01:00
Pandipipas 66572e0bf4 Merge pull request #126 from Pandipipas/integrate-template.css-into-main.vue
Inline 2XKO template CSS into scoreboard main.vue
2026-02-21 01:14:31 +01:00
Pandipipas f3d7b8b1e0 Revert unintended inline CSS changes in main scoreboard 2026-02-21 00:59:29 +01:00
Pandipipas 102c0b7e61 Remove template.css and inline 2xko styles 2026-02-21 00:59:24 +01:00
Pandipipas 7f6cac409a Inline 2XKO template CSS into scoreboard main.vue 2026-02-20 23:34:54 +01:00