Commit Graph

13 Commits

Author SHA1 Message Date
1d2dce75cc Add equipment crafting system
- Add crafting-recipes.ts with blueprint definitions and material requirements
- Update crafting-slice.ts with equipment crafting functions
- Add EquipmentCraftingProgress type and state
- Update CraftingTab.tsx with new Craft tab for equipment crafting
- Add material deletion functionality
- Update store.ts with equipment crafting methods
- Update page.tsx to pass new props to CraftingTab

Features:
- Players can craft equipment from discovered blueprints
- Crafting requires materials and mana
- Materials are obtained from loot drops
- New Craft tab in the crafting interface
- Shows blueprint details and material requirements
2026-03-26 11:04:50 +00:00
4f4cbeb527 Add floor navigation system with up/down direction and respawn mechanics
- Added climbDirection state to track player movement direction
- Added clearedFloors tracking for floor respawn system
- Players can now manually navigate between floors using ascend/descend buttons
- Floors respawn when player leaves and returns (for loot farming)
- Enhanced LootInventory component with:
  - Full inventory management (materials, essence, equipment)
  - Search and filter functionality
  - Sorting by name, rarity, or count
  - Delete functionality with confirmation dialog
- Added updateLootInventory function to store
- Blueprints are now shown as permanent unlocks in inventory
- Floor navigation UI shows direction toggle and respawn indicators
2026-03-26 10:28:15 +00:00
ee0268d9f6 Fix Docker build: exclude .config file and simplify Dockerfile
All checks were successful
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 3m11s
2026-03-25 18:00:09 +00:00
6f2f022cb9 Fix Docker build: create .config/prisma directory and use proper standalone output
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m24s
2026-03-25 17:55:19 +00:00
aeabebdd9f Fix Docker build: create .config/prisma directory for Prisma 6
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Has been cancelled
2026-03-25 17:54:05 +00:00
81a72a1ed7 Fix Docker build: set PRISMA_SKIP_CONFIG_LOADING and use standalone output
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m38s
2026-03-25 17:51:09 +00:00
5e9f560f26 Fix Docker build: use npx prisma generate and multi-stage build
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 2m4s
2026-03-25 17:47:27 +00:00
3386ffc41e Fix bun install command - remove invalid --production=false flag
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 2m4s
2026-03-25 17:20:43 +00:00
390b1de203 Add mandatory git workflow instructions to AGENTS.md
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 44s
2026-03-25 17:18:10 +00:00
ff5ecd82ca Add Docker support and Gitea Actions workflow for container builds
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 4m55s
2026-03-25 17:07:17 +00:00
Z User
7c5f2f30f0 pack 2026-03-25 16:35:56 +00:00
Z User
3b2e89db74 pack 2026-03-25 15:05:12 +00:00
Z User
5b6e50c0bd Initial commit 2026-03-25 07:22:25 +00:00