kziolkowski
|
8b77ca9bc5
|
♻️ migrated the InteractionAreas currently used to the new format and removed the old code
|
2025-11-04 17:20:15 +01:00 |
|
jonathan
|
f51275ccc0
|
✨ made dead fighters shrink to telegraph to the player that they are dead
|
2025-11-04 16:42:16 +01:00 |
|
kziolkowski
|
8d616735f4
|
🚚 moved Animationfix script
|
2025-11-04 16:40:19 +01:00 |
|
jonathan
|
50b2c04cb4
|
🐛 Fixed fighters keep fighting at 0 hp
|
2025-11-04 13:55:37 +01:00 |
|
kziolkowski
|
66848af8bf
|
Merge branch 'develop' into feature/farming_bugfixes_and_magic_word
|
2025-11-04 11:24:51 +01:00 |
|
Jonathan
|
e864c62a3a
|
Merge pull request 'Fight rework premature merge' (#22) from feature/fight_rework into develop
Reviewed-on: #22
|
2025-11-04 10:25:12 +01:00 |
|
jonathan
|
f27f69c15f
|
🐛 Rebase fixing
|
2025-11-04 10:07:29 +01:00 |
|
jonathan
|
21b361f9d7
|
🎨 Live review changes
|
2025-11-04 10:07:19 +01:00 |
|
jonathan
|
83dc6bfd56
|
♻️ Implemented FightersFormation to keep track of the fight entered state of the fighters
|
2025-11-04 05:59:19 +01:00 |
|
jonathan
|
0de3bcae22
|
♻️Code cleanup
|
2025-11-04 05:59:19 +01:00 |
|
jonathan
|
3326bde40c
|
🐛Exiting fight happening when one side wins
|
2025-11-04 05:59:19 +01:00 |
|
jonathan
|
83c9dfc945
|
✨Added theme-based region colors
|
2025-11-04 05:59:19 +01:00 |
|
jonathan
|
cd235248c6
|
✨Added minigame label for each region
|
2025-11-04 05:59:19 +01:00 |
|
jonathan
|
8bb1c22549
|
Added minigame to attack action
|
2025-11-04 05:59:18 +01:00 |
|
jonathan
|
8624e2aea8
|
Added minigame
|
2025-11-04 05:59:18 +01:00 |
|
jonathan
|
fef1bcc3b6
|
cap health at minimum 0
|
2025-11-04 05:59:18 +01:00 |
|
jonathan
|
f4d8ed87e2
|
Added blob attack action
|
2025-11-04 05:59:18 +01:00 |
|
jonathan
|
1f227f70a7
|
Added basic health bar
|
2025-11-04 05:59:18 +01:00 |
|
jonathan
|
9bf25640f6
|
Added basic action animation
|
2025-11-04 05:59:18 +01:00 |
|
jonathan
|
0e315396c9
|
Made fight fightable
|
2025-11-04 05:59:18 +01:00 |
|
jonathan
|
f27dd199b8
|
Fight happening base setup
|
2025-11-04 05:27:34 +01:00 |
|
jonathan
|
fd0e631b1f
|
Bootstrap fight system
- Fight World data structure
- Generating basic fight world
- Opening correct fight room
- Block paths in fight rooms
- Transition between rooms
|
2025-11-04 05:25:22 +01:00 |
|
kziolkowski
|
6ba26c360d
|
🚧 reworking Fieldservice
|
2025-10-31 14:08:55 +01:00 |
|
kziolkowski
|
63fd81e54d
|
🔥 removed no longer needed scene call group
|
2025-10-31 12:38:48 +01:00 |
|
kziolkowski
|
b54f784d51
|
🎨 Replaced pickup animation group call with event
|
2025-10-31 12:36:08 +01:00 |
|
kziolkowski
|
6194988bf0
|
🎨 removed plant growing call group and replaced it with an event call. Made FarmingAnimation play on event.
|
2025-10-31 12:07:05 +01:00 |
|
kziolkowski
|
759933c1cd
|
Merge pull request 'feature/detection_cross' (#21) from feature/detection_cross into develop
Reviewed-on: #21
|
2025-10-31 10:47:20 +01:00 |
|
kziolkowski
|
af8807610d
|
:bug increased interaction area size for fence gates
|
2025-10-29 16:25:31 +01:00 |
|
kziolkowski
|
02b6584e44
|
🐛 fixed ObjectDisposedException from the Inventory when switching scenes.
|
2025-10-29 16:03:36 +01:00 |
|
kziolkowski
|
e202534c6b
|
🐛 Vesnas Namensschild sieht nicht richtig aus FIXED
|
2025-10-29 15:00:30 +01:00 |
|
kziolkowski
|
1f13f3ea51
|
Merge branch 'develop' into feature/detection_cross
# Conflicts:
# addons/dialogic/vesna_style.tres
# dialog/NPC_narrative.tres
# scenes/Babushka_scene_indoor_vesnas_room.tscn
|
2025-10-29 14:01:55 +01:00 |
|
kziolkowski
|
8b7afbcab6
|
Merge remote-tracking branch 'origin/feature/detection_cross' into feature/detection_cross
|
2025-10-29 13:32:57 +01:00 |
|
Jonathan
|
afce4ad0b9
|
Merge pull request 'feature/events' (#19) from feature/events into develop
Reviewed-on: #19
|
2025-10-28 21:12:45 +01:00 |
|
kziolkowski
|
32ac007256
|
🎨 Exchanged Quest post it with ui sprite
|
2025-10-28 17:32:18 +01:00 |
|
kziolkowski
|
d45deeb7ed
|
🔧 adjusted seed pickup positions and indoor collider sizes
|
2025-10-28 17:32:18 +01:00 |
|
kziolkowski
|
9e21b07271
|
🍱 Adjusted colliders in farm_outside scene and reactivated ground collider on Vesna
|
2025-10-28 17:32:18 +01:00 |
|
kziolkowski
|
f94c2d0a50
|
:memo::fire:🔨
- removed a lot of unnecessary code
- Made a minimal working version
- Added documentation
|
2025-10-28 17:32:18 +01:00 |
|
kziolkowski
|
84b8938d1f
|
🚧 WIP first setup completed (still buggy!)
|
2025-10-28 17:32:18 +01:00 |
|
kziolkowski
|
8d421b58ec
|
Implemented dialogue box design as described in mockups
|
2025-10-28 17:32:18 +01:00 |
|
kziolkowski
|
ebe99c5f22
|
💄 Added new fonts and increased textbox size. Also added border line.
|
2025-10-28 17:32:18 +01:00 |
|
kziolkowski
|
b32b483d09
|
upgraded project to 4.5
|
2025-10-28 17:32:18 +01:00 |
|
kziolkowski
|
c6e9bc9336
|
scene updates after undoing changes to interactionArea
|
2025-10-28 17:32:17 +01:00 |
|
kziolkowski
|
5b0fed7816
|
sound autoimports
|
2025-10-28 17:31:10 +01:00 |
|
Nao
|
3bdd5aa873
|
SFX for Wolf added + redone reverb of footsteps (but not sure it worked?! - possible new upload/replacement possible)
|
2025-10-28 17:30:48 +01:00 |
|
kziolkowski
|
3fe79f2fd8
|
✨ Added VariableGetter functionality and some Variable setting components. Also added them to test scene.
|
2025-10-28 13:09:36 +01:00 |
|
kziolkowski
|
8c1157c26e
|
🔥 removed indexed RaiseEvent-Call from EventRaiser
|
2025-10-28 12:04:41 +01:00 |
|
kziolkowski
|
c96e6da78e
|
✨ Separated events from variables and adjusted test scene
|
2025-10-28 11:57:36 +01:00 |
|
kziolkowski
|
0fc1760b70
|
Merge pull request 'feature/animations_update' (#17) from feature/animations_update into develop
Reviewed-on: #17
|
2025-10-28 10:59:32 +01:00 |
|
kziolkowski
|
90b8dda16a
|
Merge branch 'feature/dialogic_style_rework' into feature/detection_cross
|
2025-10-28 10:56:22 +01:00 |
|
kziolkowski
|
ecff43d5c3
|
Merge branch 'develop' into feature/detection_cross
|
2025-10-28 10:46:02 +01:00 |
|