20 Commits

Author SHA1 Message Date
Arnaud Jamin 810c51ac13 Rework how replicators are spawned to simplify Cog integration
- Replicators are now automatically spawned
- Rework input management.
- Add input shortcuts in the TimeScale window to change the time scale.
2025-03-19 12:59:37 -04:00
Arnaud Jamin 74dd726c2c CogEngine: Make the Cheat Execution implementable in blueprint
- Deprecate CogAbilityWindow_Cheats as it is now replaced with CogEngineWindow_Cheats
- Add CogAbilityCheat_Execution_ActivateAbility for cheats that rely on an ability
- CogSample: Add new cheats
2025-02-04 21:52:53 -05:00
Arnaud Jamin 980fe16f6e CogSample: Add invisibility cheat 2025-01-24 00:59:59 -05:00
Arnaud Jamin f706ed6637 CogSample: change cast notification to be instant 2025-01-14 23:41:40 -05:00
Arnaud Jamin a05d8cc9a4 Replace CogAbilityCheat window with CogEngineCheat window
CogEngineCheat window relies on an Execution to execute the cheat which can be extended. One implementation is implemented in CogAbility which applies an effect on the selected target (same logic as the previous CogAbilityCheat window)
2025-01-13 03:06:41 -05:00
Arnaud Jamin 14ca7e035e Switch to unreal 5.3 (Fix warning) 2024-02-27 23:07:09 -05:00
Arnaud Jamin 42ca1afc6a Cog Sample: Adding more gameplay
Cog Sample: Make Area a component instead of an actor
Cog Sample: Add Basic actor for Projectiles, Areas, etc...
Cog Sample: Start to add Projectile
Cog Sample: Start to add SpawnPrediction
2023-10-26 12:33:50 -04:00
Arnaud Jamin ac90ba6ab6 CogPackage: fix Gameplay Cues not cooked
CogSample: Add area of effect
CogSample: Add "Easy" cheat
CogWindow: Fix some tooltips
CogEngine: Spawns now spawn the default controller
CogDebug: Early out on DebugDraw if WorldContextObject is null
2023-10-20 15:47:57 -04:00
Arnaud Jamin db184c4aed Replicate client selection to the server to filter server debug replication 2023-10-18 14:09:02 -04:00
Arnaud Jamin 18e3e3c25f add basic AI behavior in the sample 2023-10-16 02:04:37 -04:00
Arnaud Jamin 7b0ed3d05f fix scale replication and other fixes 2023-10-13 00:37:07 -04:00
Arnaud Jamin adbb417c43 tweak hud 2023-10-12 12:59:30 -04:00
Arnaud Jamin 83d756252a add possession in selection window 2023-10-10 17:24:27 -04:00
Arnaud Jamin 91a18306e4 add remove ability 2023-10-10 11:26:37 -04:00
Arnaud Jamin 0dca669326 update UI effect on the sample 2023-10-10 00:20:12 -04:00
Arnaud Jamin 99db2cfd5e started to add effects in hud on the sample 2023-10-09 03:15:09 -04:00
Arnaud Jamin 25f2e06400 Add more abilities in the sample 2023-10-05 16:57:43 -04:00
Arnaud Jamin 27f4b9485a add a new heroes push back abilities 2023-10-05 01:54:26 -04:00
Arnaud Jamin 28cef19935 Add spawning window 2023-10-02 15:28:35 -04:00
Arnaud Jamin 1aabdb5c4e First Submit 2023-10-02 01:32:41 -04:00