feature/save_and_loaaaaaad #32

Merged
kziolkowski merged 18 commits from feature/save_and_loaaaaaad into develop 2 months ago

18 Commits (develop)

Author SHA1 Message Date
kziolkowski 75e4bdd7fd ♻️ removed Print statements
2 months ago
kziolkowski f37f7c7ceb added saving and loading support to collectable inventory items
2 months ago
kziolkowski 70383fc16e Implemented load check for unique inventory items
2 months ago
kziolkowski 88f3c90eec ♻️ inventory works
2 months ago
kziolkowski 9d818e5079 ♻️ refactored field code to work with the new id system
2 months ago
kziolkowski e9cd4ce276 ♻️ reworked and debugged the SaveSystem. Removed unnecessary scene reference.
2 months ago
kziolkowski 638ebaff46 📝 Added documentation
2 months ago
kziolkowski b4013b1ff2 :feature: made GetComponent nullable in NodeExtension
2 months ago
kziolkowski c695115a4a :feature: implemented saving and loading for ducks, 🔥 removed save implementation from interactionArea
2 months ago
kziolkowski c68727aebe 🚧 intermediate state with homework
2 months ago
kziolkowski bee6249c6f 🚧 implemented interaction area loading
2 months ago
kziolkowski fda2b95b38 Savesystem rework
2 months ago
kziolkowski 4bbaab1a2a Created ISaveable interface and made existing saveable classes inherit from it.
2 months ago
kziolkowski 4ed6f4e7d9 Reworked existing save system for user data: Made path steam-compatible, added Versioning and try/catch to save
2 months ago
kziolkowski ce29711614 ❇️ Added Settings classes to save and load local configurations
2 months ago
kziolkowski 2947011a1a working intermediate state of the save system
2 months ago
kziolkowski 2a4425b9db Added Save and load support to the inventory
2 months ago
kziolkowski 72079044bd 🚧 WIP implementing save and load for the inventory
2 months ago