feature/farming_bugfixes_and_magic_word #30

Merged
Jonathan merged 31 commits from feature/farming_bugfixes_and_magic_word into develop 2025-11-18 17:26:00 +01:00
Owner

I did basically everything this branch is calling for, but bugfixing and implementing the magic word :D.
BUT! I....

  • reworked the farming system (fields are now pre-created in the scene and no longer instantiated at runtime)
  • I migrated the InteractionAreas to work with arrays now and ditched the old code
  • fields have outlines now (whooohooo)
  • you can't water fields with an empty watering can (any more)
  • Created InventoryListener that lets you react when a certain item is selected in the inventory
  • wrote basic save and load system that auto-triggers on scenechange and as of right now, only saves the field and plant state
I did basically everything this branch is calling for, but bugfixing and implementing the magic word :D. BUT! I.... - reworked the farming system (fields are now pre-created in the scene and no longer instantiated at runtime) - I migrated the InteractionAreas to work with arrays now and ditched the old code - fields have outlines now (whooohooo) - you can't water fields with an empty watering can (any more) - Created InventoryListener that lets you react when a certain item is selected in the inventory - wrote basic save and load system that auto-triggers on scenechange and as of right now, only saves the field and plant state
kziolkowski added 28 commits 2025-11-18 15:37:12 +01:00
# Conflicts:
#	scenes/Babushka_scene_farm_outside_2d.tscn
#	scenes/Babushka_scene_indoor_vesnas_room.tscn
#	scripts/CSharp/Common/CharacterControls/InteractionArea2D.cs
kziolkowski requested review from Jonathan 2025-11-18 15:37:19 +01:00
kziolkowski added 1 commit 2025-11-18 15:55:36 +01:00
kziolkowski added 1 commit 2025-11-18 16:42:02 +01:00
kziolkowski added 1 commit 2025-11-18 17:17:47 +01:00
Jonathan approved these changes 2025-11-18 17:25:26 +01:00
Jonathan merged commit b205e45096 into develop 2025-11-18 17:26:00 +01:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Jonathan/Babushka#30