31 Commits

Author SHA1 Message Date
925be65769 Enable Ragdoll on player death 2023-06-27 22:17:03 +01:00
7571a7fe7a Add Health Damage Delegates in Characters 2023-06-26 18:34:57 +01:00
b5088f3bae Apply Rider cleanup 2023-06-23 21:06:28 +01:00
e8d41797b0 Remove Z-aim lock from player aiming 2023-06-21 23:08:06 +01:00
33eb3f709e Change ProcessHits to check for HealthComponent instead of class 2023-06-01 02:26:14 +01:00
705d46820c Add Interactable Actor Component interaction on weapon hit 2023-05-29 01:36:59 +01:00
7256afd8bf Add extra checking for field system spawning 2023-05-29 01:36:05 +01:00
9d2d3c0187 Fix PlayFireSoundAtLocation bugs 2023-03-16 23:50:15 +00:00
403eff6029 Move hit processing to ProcessHits 2023-03-13 21:47:42 +00:00
ba6c614116 Change TargetArmLength and SocketOffset in CameraBoomComponent on PlayerCharacter 2023-03-13 01:39:43 +00:00
9ed5da5792 Add Perception Source Stimuli to PlayerCharacter 2023-02-16 18:27:34 +00:00
4582493b8e Move SetInventoryToDefault call to base character BeginPlay 2023-02-09 22:11:25 +00:00
d56e25ad62 Move weapon and inventory logic to base Character class 2023-02-09 21:56:52 +00:00
5c18442131 Change platform RequestExit from Generic to Windows 2023-02-06 01:30:57 +00:00
8e59d1a8b7 Add basic Player HUD 2023-02-06 01:07:01 +00:00
8a54837ad6 Damage EnemyCharacter in CalculateHits 2023-02-03 01:31:23 +00:00
a0c125c424 Spawn FieldSystemActor at Hit Result Impact Point 2023-01-31 21:27:36 +00:00
ac9c8981b9 Fix out of range array crashes when removing weapon from inventory 2023-01-24 02:54:17 +00:00
a3456fce0f Add logic for removing weapons from inventory 2023-01-18 22:41:10 +00:00
7c44598084 Play Weapon Fire Sound in OnFire 2023-01-18 00:35:06 +00:00
a266215e98 Decrement Weapon AmmoCount in OnFire 2023-01-18 00:10:39 +00:00
495e08ec74 Filter Hits by Actor Tag 2023-01-16 23:14:03 +00:00
26d9daf73d Add "Player" Actor Tag to PlayerCharacter 2023-01-16 23:13:24 +00:00
3007c56580 UseCurrentWeapon properties in CalculateHits 2023-01-13 21:25:19 +00:00
a90c447ce9 Add extra weapon firing logic 2023-01-13 21:11:07 +00:00
b955732fb8 Add Weapon from Weapon Pickup to Current Inventory 2023-01-12 23:53:02 +00:00
ada4178123 Add attach weapon to hand socket 2023-01-12 23:17:34 +00:00
b59171df27 Invert Camera Pitch Movement 2023-01-11 01:48:29 +00:00
86b34b7226 Add Weapon Switching Input Action and Callback 2023-01-05 01:53:32 +00:00
f002cfa870 Add Inventory basic shell 2023-01-02 02:59:40 +00:00
87b2102733 Add Player Character 2022-12-13 04:11:56 +00:00