20 Commits

Author SHA1 Message Date
795ca383d6 Remove GameItemsData.csv and update item loading path in Program.cs 2025-02-16 12:27:27 -03:00
77f4ada5f1 Update CI workflow to target ARM64 platform and clean up Dockerfile 2025-02-16 10:30:59 -03:00
a044faa163 Remove Docker installation steps from CI workflow 2025-02-15 22:27:22 -03:00
1cf5f07c80 Add CI workflow for Docker build and deployment; update Dockerfile and adjust health reduction logic in PetActionService; modify database connection string in appsettings.json 2025-02-15 22:20:19 -03:00
b84599b370 Implement base controller for shared functionality; update existing controllers to inherit from BaseController and adjust user ID handling. Add JWT authentication support and modify item retrieval methods in GameDataController. 2025-02-15 21:57:59 -03:00
6d81ff1564 Add GameDataController for item icon retrieval; update GameItemsRepository and GameItemService for new action effects 2025-02-12 21:22:43 -03:00
215d4ecb72 Add action gathering functionality: implement ActionGathered model and repository, update Pet model and services, and enhance GameItemsRepository with item retrieval methods. 2025-02-09 21:22:52 -03:00
653cc451d2 Refactor skill allocation to upgrade; implement skill requirements and resource checks; remove experience from Pet model; update README for skill tree progress 2025-02-08 22:46:19 -03:00
f553196ca0 Refactor inventory unequip logic to use item ID instead of equip target; update README for inventory and skill tree progress 2025-02-05 20:37:12 -03:00
5289910270 inventory working :D 2025-02-05 19:38:25 -03:00
7a2c3d2f67 not working inventory :c 2025-02-04 17:47:18 -03:00
f234b5d84d Add skill management system: implement Skill and PetSkill models, create SkillController, and update ApplicationDbContext for skills 2025-02-02 15:30:48 -03:00
06455db598 Refactor namespaces to remove "Companion" and standardize to "PetCompanion" 2025-02-02 12:45:00 -03:00
c433095eb8 Add item rarity management and random item generation logic 2025-02-02 12:42:52 -03:00
0a257199f7 Refactor namespaces to follow new naming convention and add item model classes 2025-02-02 12:39:59 -03:00
4e5addd1d5 Update .gitignore to include *.db-wal files 2025-02-01 23:25:00 -03:00
df62710b9a Refactor pet action management: rename PetAction to PetBasicAction, update related properties and methods, and enhance pet stats with maximum values. 2025-02-01 23:08:25 -03:00
d6d3dc9f44 Refactor pet action management: rename PetAction to PetActionGather, update related models and services, and enhance resource gathering logic. 2025-02-01 13:50:39 -03:00
e1c5eed02d Add pet action management and update requests 2025-02-01 00:29:33 -03:00
4c4036a266 initial commit 2025-01-31 23:41:30 -03:00