wave-survival/modules/wave_survival
2025-07-23 00:24:52 +02:00
..
__pycache__ feat: initialized template and wrote first gameplay code 2025-07-14 23:03:04 +02:00
enemies feat: implemented avoidance and exposed speed settings to editor 2025-07-22 20:02:33 +02:00
weapons feat: added more settings to rifle 2025-07-19 15:26:55 +02:00
config.py feat: initialized template and wrote first gameplay code 2025-07-14 23:03:04 +02:00
damage_box.cpp feat: implemented enemy wretched attack animation and damage boxes 2025-07-22 14:40:57 +02:00
damage_box.h feat: implemented damage box 2025-07-21 23:17:54 +02:00
enemy_body.cpp feat: enemy death and damage effects 2025-07-23 00:24:52 +02:00
enemy_body.h feat: units hold formation while patrolling 2025-07-21 16:50:58 +02:00
health_status.cpp feat: implemented damage to enemies 2025-07-21 20:41:02 +02:00
health_status.h feat: started work on health tracking 2025-07-18 00:46:52 +02:00
hitbox.cpp feat: enemy death and damage effects 2025-07-23 00:24:52 +02:00
hitbox.h feat: enemy death and damage effects 2025-07-23 00:24:52 +02:00
hitscan_muzzle.cpp feat: enemy death and damage effects 2025-07-23 00:24:52 +02:00
hitscan_muzzle.h feat: implemented damage to enemies 2025-07-21 20:41:02 +02:00
macros.h feat: first basic enemy patrolling behaviour 2025-07-20 21:41:22 +02:00
npc_unit.cpp feat: implemented avoidance and exposed speed settings to editor 2025-07-22 20:02:33 +02:00
npc_unit.h feat: implemented avoidance and exposed speed settings to editor 2025-07-22 20:02:33 +02:00
patrol_path.cpp fix: patrol navigation now first targets the closest point on the path 2025-07-21 15:50:26 +02:00
patrol_path.h fix: patrol navigation now first targets the closest point on the path 2025-07-21 15:50:26 +02:00
player_body.cpp feat: exposed health status getter on player 2025-07-21 23:17:46 +02:00
player_body.h feat: exposed health status getter on player 2025-07-21 23:17:46 +02:00
player_camera.cpp feat: implemented recoil 2025-07-19 14:26:46 +02:00
player_camera.h feat: implemented recoil 2025-07-19 14:26:46 +02:00
player_detector.cpp fix: removed some forgotten print_lines 2025-07-22 13:14:17 +02:00
player_detector.h feat: implemented enemy wretched patrol and chase states 2025-07-21 15:05:02 +02:00
player_input.cpp feat: replace 'fallback weapon' with 'starting weapon' 2025-07-18 00:45:55 +02:00
player_input.h feat: replace 'fallback weapon' with 'starting weapon' 2025-07-18 00:45:55 +02:00
register_types.cpp feat: implemented damage box 2025-07-21 23:17:54 +02:00
register_types.h feat: initialized template and wrote first gameplay code 2025-07-14 23:03:04 +02:00
SCsub feat: first basic enemy patrolling behaviour 2025-07-20 21:41:22 +02:00
state.cpp feat: defined state and state machine concepts 2025-07-19 20:06:45 +02:00
state.h feat: defined state and state machine concepts 2025-07-19 20:06:45 +02:00
state_machine.cpp feat: units hold formation while patrolling 2025-07-21 16:50:58 +02:00
state_machine.h feat: implemented enemy wretched patrol and chase states 2025-07-21 15:05:02 +02:00
weapon_base.cpp feat: implemented basics for weapons 2025-07-17 12:49:32 +02:00
weapon_base.h feat: implemented basics for weapons 2025-07-17 12:49:32 +02:00
weapon_inventory.cpp feat: replace 'fallback weapon' with 'starting weapon' 2025-07-18 00:45:55 +02:00
weapon_inventory.h feat: replace 'fallback weapon' with 'starting weapon' 2025-07-18 00:45:55 +02:00