Commit graph

27 commits

Author SHA1 Message Date
forgebot
b32ac22be8 chore: update version to 0.4.0 [skip ci] 2026-01-07 05:04:22 +00:00
71c8129f37 Merge pull request 'Feature/Sound, mangling and minification' (#6) from Feature/Sound-mangling-and-minification into main
All checks were successful
Build and Publish Docker Image / Publish to Registry (push) Successful in 8s
Build and Publish Docker Image / Deploy to Portainer (push) Successful in 1s
Reviewed-on: #6
2026-01-07 00:04:17 -05:00
66719912ba refactor: remove unused audio playback logic from setupMusicHandlers, streamlining music configuration
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 10s
2026-01-07 00:03:50 -05:00
5a24d6a2af feat: refactor audio management by introducing setup functions for music and sound effects, enhancing modularity and maintainability
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 10s
2026-01-06 23:58:26 -05:00
2213f64e60 feat: implement Music and SoundEffects systems for enhanced audio management, including background music and sound effects playback
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 10s
2026-01-06 23:25:33 -05:00
143072f0a0 feat: enhance minification and mangling support by switching FONT_DATA to a Map and updating Vite configuration for ECMAScript 2020 compatibility 2026-01-06 22:40:19 -05:00
forgebot
9e640aa7be chore: update version to 0.3.0 [skip ci] 2026-01-07 03:00:21 +00:00
0d3bce4d4f Merge pull request 'Feature/VFX and animations' (#5) from Feature/VFX-and-animations into main
All checks were successful
Build and Publish Docker Image / Publish to Registry (push) Successful in 10s
Build and Publish Docker Image / Deploy to Portainer (push) Successful in 2s
Reviewed-on: #5
2026-01-06 22:00:16 -05:00
f01e6af519 chore: clean up .gitignore by removing unnecessary empty lines
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 14s
2026-01-06 21:54:53 -05:00
c582f2004e feat: migrate JavaScript files to TypeScript, enhancing type safety and maintainability across the codebase 2026-01-06 21:51:00 -05:00
3db2bb9160 refactor: centralize system names, component types, entity types, and animation states into a new Constants module. 2026-01-06 18:58:12 -05:00
e9db84abd1 feat: introduce VFXSystem to centralize visual effect management and rendering, migrating absorption effects from UISystem and AbsorptionSystem. 2026-01-06 18:56:20 -05:00
forgebot
691bc3b8da chore: update version to 0.2.0 [skip ci] 2026-01-06 22:28:30 +00:00
294e2dcf1f Merge pull request 'Feature/Pixel-Rework' (#4) from Feature/Pixel-Rework into main
All checks were successful
Build and Publish Docker Image / Publish to Registry (push) Successful in 8s
Build and Publish Docker Image / Deploy to Portainer (push) Successful in 2s
Reviewed-on: #4
2026-01-06 17:28:25 -05:00
4e51a430e8 fix: Add minimum width to a layout element.
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 10s
2026-01-06 17:25:59 -05:00
86c1c3bc59 feat: Move player stats and skill progress display from active HUD to the paused menu, removing minor HUD elements and consolidating evolution details into the stats display. 2026-01-06 17:25:34 -05:00
cf04677511 feat: Implement pixel-art rendering with new level loading, tile maps, palettes, and pixel fonts, alongside a game over screen. 2026-01-06 17:21:15 -05:00
forgebot
5b15e63ac3 chore: update version to 0.1.1 [skip ci] 2026-01-06 20:09:05 +00:00
49d20532da Merge pull request 'Hotfix/Use var instead of secret for username' (#3) from Hotfix/Use-var-instead-of-secret-for-username into main
All checks were successful
Build and Publish Docker Image / Publish to Registry (push) Successful in 10s
Build and Publish Docker Image / Deploy to Portainer (push) Successful in 1s
Reviewed-on: #3
2026-01-06 15:09:00 -05:00
4c0af096f9 fix: replace secret with var
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 16s
2026-01-06 15:03:39 -05:00
c698bf032f Merge pull request 'Feature/Deploy improvements' (#2) from Feature/Deploy-improvements into main
All checks were successful
Build and Publish Docker Image / Publish to Registry (push) Successful in 10s
Build and Publish Docker Image / Deploy to Portainer (push) Successful in 1s
Reviewed-on: #2
2026-01-06 14:53:47 -05:00
5956220a2b feat: improve image naming
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 11s
2026-01-06 14:26:03 -05:00
12e13bcaee feat: add portainer deploy config 2026-01-06 14:25:58 -05:00
2050d27f27 Merge pull request 'Feature/Proof of Concept' (#1) from Feature/Proof-of-Concept into main
Some checks failed
Build and Publish Docker Image / Publish to Registry (push) Failing after 3s
Build and Publish Docker Image / Deploy to Portainer (push) Has been skipped
Reviewed-on: #1
2026-01-06 14:06:01 -05:00
616463eceb feat: add ci cd
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 40s
2026-01-06 14:02:18 -05:00
4a4fa05ce4 feat: add poc 2026-01-06 14:02:09 -05:00
43d27b04d9 feat: initial commit 2026-01-06 13:55:21 -05:00