Sara
|
84f0d48879
|
feat: added open menu input
|
2025-07-23 14:43:01 +02:00 |
|
Sara
|
5b826cc23b
|
feat: added main menu and game over
|
2025-07-23 14:42:52 +02:00 |
|
Sara
|
c57a4c8bb9
|
feat: added godot-git plugin to improve vcs experience
|
2025-07-23 14:05:44 +02:00 |
|
Sara
|
48dde1089c
|
feat: adjusted hitbox shapes
|
2025-07-23 13:59:41 +02:00 |
|
Sara
|
1a8c64806d
|
feat: enemy death and damage effects
|
2025-07-23 00:24:52 +02:00 |
|
Sara
|
2134fcae92
|
feat: implemented avoidance and exposed speed settings to editor
|
2025-07-22 20:02:33 +02:00 |
|
Sara
|
fb9417a1d8
|
feat: implemented enemy wretched attack animation and damage boxes
|
2025-07-22 14:40:57 +02:00 |
|
Sara
|
a0c143d3b5
|
fix: removed some forgotten print_line s
|
2025-07-22 13:14:17 +02:00 |
|
Sara
|
97e0c1a79d
|
feat: adjusted collision settings for hitscan weapons
|
2025-07-21 23:18:20 +02:00 |
|
Sara
|
426a7a8688
|
feat: added wretched model and first animations
|
2025-07-21 23:18:09 +02:00 |
|
Sara
|
2c59572e40
|
feat: implemented damage box
|
2025-07-21 23:17:54 +02:00 |
|
Sara
|
a734eb8b20
|
feat: exposed health status getter on player
|
2025-07-21 23:17:46 +02:00 |
|
Sara
|
74aead946c
|
feat: reworked enemy wretched logic
|
2025-07-21 23:17:37 +02:00 |
|
Sara
|
2cd1cba04f
|
feat: implemented damage to enemies
|
2025-07-21 20:41:02 +02:00 |
|
Sara
|
70696db134
|
fix: animation timing for hip fire on rifle now matches animation
|
2025-07-21 17:22:29 +02:00 |
|
Sara
|
d8aafba90e
|
fix: WretchedPatrolState now works without a path
|
2025-07-21 17:21:56 +02:00 |
|
Sara
|
ec6fc76335
|
feat: units hold formation while patrolling
|
2025-07-21 16:50:58 +02:00 |
|
Sara
|
c05d3aa28f
|
fix: patrol navigation now first targets the closest point on the path
|
2025-07-21 15:50:26 +02:00 |
|
Sara
|
9517588415
|
feat: implemented enemy wretched patrol and chase states
|
2025-07-21 15:05:02 +02:00 |
|
Sara
|
1b0e4384b9
|
feat: enemies now rotate with movement
|
2025-07-20 21:46:18 +02:00 |
|
Sara
|
526f756736
|
feat: first basic enemy patrolling behaviour
|
2025-07-20 21:41:22 +02:00 |
|
Sara
|
7c4c75d193
|
feat: defined state and state machine concepts
|
2025-07-19 20:06:45 +02:00 |
|
Sara
|
7c0b338f68
|
feat: added health status class to ClassDB
|
2025-07-19 20:05:03 +02:00 |
|
Sara
|
144e18b2d0
|
fix: look_at normal and up aligning
|
2025-07-19 20:04:52 +02:00 |
|
Sara
|
f02dbf44ac
|
feat: added more settings to rifle
|
2025-07-19 15:26:55 +02:00 |
|
Sara
|
58e90780d5
|
feat: implemented recoil
|
2025-07-19 14:26:46 +02:00 |
|
Sara
|
a7b3f97b3b
|
feat: implemented bullet impacts
|
2025-07-19 12:33:48 +02:00 |
|
Sara
|
7a5c129bb9
|
feat: added raycast node to rifle to start work on hitscan weapons
|
2025-07-18 00:47:17 +02:00 |
|
Sara
|
52ab7bea59
|
feat: started work on health tracking
|
2025-07-18 00:46:52 +02:00 |
|
Sara
|
01b69df872
|
feat: replace 'fallback weapon' with 'starting weapon'
|
2025-07-18 00:45:55 +02:00 |
|
Sara
|
a93e79cd1c
|
fix(compiletime): removed compiledb arg from justfile
|
2025-07-17 12:50:03 +02:00 |
|
Sara
|
aecc40ed6e
|
feat: implemented basics for weapons
|
2025-07-17 12:49:32 +02:00 |
|
Sara
|
6fa9d11af5
|
feat: implementations of initial weapon inventory interface
|
2025-07-15 23:01:28 +02:00 |
|
Sara
|
6cdb2cbd4f
|
feat: work on running and weapon inventory
|
2025-07-15 00:50:54 +02:00 |
|
Sara
|
43c5863e89
|
fix(git): added kdev files to .gitignore
|
2025-07-14 23:07:35 +02:00 |
|
Sara
|
46a958f801
|
feat: initialized template and wrote first gameplay code
|
2025-07-14 23:03:04 +02:00 |
|
Sara
|
82f2cae0f6
|
fix: added .cache and build artifacts to gitignore
|
2025-06-23 21:13:38 +02:00 |
|
hertog
|
fdb9ad8de0
|
Merge pull request 'Adding just format command to justfile ' (#13) from feat/just-format into development
Reviewed-on: hertog/godot-module-template#13
|
2025-06-21 21:40:05 +00:00 |
|
Sara
|
79048bc28e
|
feat: added comments to justfile for clarity and debugging ease
|
2025-06-20 21:28:26 +02:00 |
|
Sara
|
684fcbf3c9
|
feat: added just format command
|
2025-06-20 21:28:01 +02:00 |
|
Sara
|
384cfcbec6
|
feat: added clang-format and formatted existing files
|
2025-06-20 21:27:01 +02:00 |
|
Sara
|
2d7050a065
|
Merge remote-tracking branch 'origin/fix/justfile-export_templates' into development
|
2025-04-16 11:55:12 +02:00 |
|
Jan van der Weide
|
49689745db
|
added custom modules to build command
|
2025-04-14 13:04:03 +02:00 |
|
Sara
|
0e78ce5031
|
fix: engine sourcecode module
|
2025-04-14 11:17:09 +02:00 |
|
Sara
|
31c715db98
|
feat: erased broken engine submodule
|
2025-04-14 11:13:48 +02:00 |
|
Sara
|
202693b275
|
feat: erased accidentally added engine files
|
2025-04-14 11:13:27 +02:00 |
|
Jan van der Weide
|
58690660c4
|
fix: export_preset path not resetting propperly
|
2025-04-13 22:15:59 +02:00 |
|
Sara
|
f0fc98b2b8
|
Merge pull request 'feature/engine-template-rework' (#7) from feature/engine-template-rework into development
Reviewed-on: hertog/godot-module-template#7
|
2025-04-13 09:51:05 +00:00 |
|
Jan van der Weide
|
c420f4b4a8
|
feat: justfile updated and effected files updated accordingly
|
2025-04-12 18:41:11 +02:00 |
|
Jan van der Weide
|
c33d2130cc
|
feat: modules moved and engine moved to submodule
|
2025-04-12 18:40:44 +02:00 |
|