wave-survival/modules/wave_survival
2025-07-21 16:50:58 +02:00
..
__pycache__ feat: initialized template and wrote first gameplay code 2025-07-14 23:03:04 +02:00
enemies feat: units hold formation while patrolling 2025-07-21 16:50:58 +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
enemy_body.cpp feat: units hold formation while patrolling 2025-07-21 16:50:58 +02:00
enemy_body.h feat: units hold formation while patrolling 2025-07-21 16:50:58 +02:00
health_status.cpp feat: started work on health tracking 2025-07-18 00:46:52 +02:00
health_status.h feat: started work on health tracking 2025-07-18 00:46:52 +02:00
hitscan_muzzle.cpp fix: look_at normal and up aligning 2025-07-19 20:04:52 +02:00
hitscan_muzzle.h feat: implemented recoil 2025-07-19 14:26:46 +02:00
macros.h feat: first basic enemy patrolling behaviour 2025-07-20 21:41:22 +02:00
npc_unit.cpp feat: units hold formation while patrolling 2025-07-21 16:50:58 +02:00
npc_unit.h feat: units hold formation while patrolling 2025-07-21 16:50:58 +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: implemented basics for weapons 2025-07-17 12:49:32 +02:00
player_body.h feat: implemented basics for weapons 2025-07-17 12:49:32 +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 feat: implemented enemy wretched patrol and chase states 2025-07-21 15:05:02 +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 enemy wretched patrol and chase states 2025-07-21 15:05:02 +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