23 Commits

Author SHA1 Message Date
81a4058b04 systems rework: buffs, prestige graph, research, modular architecture
Decouples core systems from centralized globals in favor of catalogue-based architecture and data-driven content.

   Key changes:
   - Prestige: node-based buff tech tree, graph panel, progress bar
   - Research: multi-worker system, per-generator research, xp generation
   - Ascension: meta-currency layer via multi-currency prestige resets
   - Buffs: refactored as generator-independent via catalogues
   - UI: currency panel, edge-scrolling camera + zoom, current-goal panel
   - Alchemy Tower: crafting building with recipe/cost system
   - Testing: 7 test suites (ascension, prestige, research, goals)
   - Content: migrated from hardcoded idles/ to gym format (tiny_sword)
2026-05-07 20:36:21 +00:00
2743fd314a Add new resource for testing 2026-03-22 15:14:30 +01:00
726f2bb5a3 Fix generator behaviour after prestige 2026-03-22 12:19:26 +01:00
c914b0c590 Add prestige 2026-03-22 10:50:37 +01:00
bb1a96b63c Minor improvements 2026-03-21 18:32:54 +01:00
471a7b10f7 Use GoalData for everything 2026-03-21 12:11:38 +01:00
52c23b194e Replace generic Resource usage with type-safe resources 2026-03-21 10:28:43 +01:00
c55b59fcad Add README 2026-03-21 09:14:38 +01:00
64e9fbbe6f Move generator panel ui inside generator 2026-03-20 00:50:49 +01:00
bcf228447d Revamp goals as resources 2026-03-19 23:46:24 +01:00
3c8709c834 Change project organization 2026-03-19 22:18:34 +01:00
278b073501 Add generator buffs (additional test required) 2026-03-15 10:06:43 +01:00
7b58c36414 Add currency database, cleanup legacy system 2026-03-14 17:20:22 +01:00
6da962a53d Replace CurrencyType with Currency resource 2026-03-14 12:39:21 +01:00
020d287b03 Cleanup 2026-03-14 11:54:14 +01:00
Michele Rossi
1041fc917d Add goals 2026-03-14 11:12:05 +01:00
Michele Rossi
1322903637 Use a single currency changed signal 2026-03-14 09:22:52 +01:00
Michele Rossi
23d1a79a9a Add click interaction 2026-03-14 00:32:12 +01:00
Michele Rossi
797467ea47 Add missing file 2026-03-13 00:43:30 +01:00
Michele Rossi
246cf6a05f Cleanup 2026-03-13 00:36:52 +01:00
Michele Rossi
e019b4b90a Cleanup 2026-03-12 22:52:53 +01:00
Michele Rossi
d8942b5185 Add generator logic 2026-03-08 12:10:08 +01:00
Michele Rossi
bd11d2c037 First commit 2026-03-08 10:38:30 +01:00