Arnaud Jamin
aa114a90de
Update README.md
2023-10-22 16:17:59 -04:00
Arnaud Jamin
e827289610
Update README.md
2023-10-22 16:12:20 -04:00
Arnaud Jamin
9a7766b9a7
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
2023-10-22 01:37:30 -04:00
Arnaud Jamin
6f54b429f0
CogAbility: Apply tweaks at start and when an new actor is spawned
...
The data asset is now loaded directly by the windows.
2023-10-22 01:37:26 -04:00
Arnaud Jamin
be30c0f056
Update README.md
2023-10-21 21:52:29 -04:00
Arnaud Jamin
ee667b71a1
Update README.md
2023-10-21 21:51:53 -04:00
Arnaud Jamin
4c9f731475
CogImGui: Fix crash when restating level
2023-10-21 20:20:25 -04:00
Arnaud Jamin
4a9750cacd
Update README.md
2023-10-21 11:29:13 -04:00
Arnaud Jamin
9f5431465b
Fix garbage collection unloading cog assets
2023-10-21 01:28:54 -04:00
Arnaud Jamin
f2d8311c90
CogWindow: Add shortcuts text for some menu items
2023-10-21 00:31:14 -04:00
Arnaud Jamin
a200c40bed
CogEngine: Selection prioritize another actor than the selected actor unless only touching the selected actor.
2023-10-20 16:25:01 -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
812f4fa91f
Start to add path following debug
2023-10-20 09:02:11 -04:00
Arnaud Jamin
804f7c6ba5
CogWindow: Move Registering of default command bindings to WindowManager
2023-10-19 23:31:42 -04:00
Arnaud Jamin
e4ad41601e
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
2023-10-19 22:51:22 -04:00
Arnaud Jamin
518d741b6e
CogSample: Better placement of the damage vfx for the poison ability
2023-10-19 22:51:19 -04:00
Arnaud Jamin
e691c6be26
Update README.md
2023-10-19 17:40:42 -04:00
Arnaud Jamin
93196728b0
Update README.md
2023-10-19 17:38:19 -04:00
Arnaud Jamin
1b5d63b0af
Rework how ImGui input toggle is triggered
...
Add a new window CommandBindings to configure the shortcuts of console commands
The first time it is created, this window add the bindings to control cog:
[Tab] Cog.ToggleInput
[F1] Cog.LoadLayout 1
[F2] Cog.LoadLayout 2
[F3] Cog.LoadLayout 3
[F4] Cog.LoadLayout 4
[F5] Cog.ToggleSelectionMode
The selection window can now uses the Actor Label instead of Name (simpler to read)
Fix Blackboard sorting
2023-10-19 17:28:42 -04:00
Arnaud Jamin
c32efe88f5
Merge branch 'main' into pr/6
2023-10-18 21:27:36 -04:00
Arnaud Jamin
ea61e2d7a1
Fix tabs
2023-10-18 21:12:55 -04:00
Arnaud Jamin
bbb89f09ff
Start to add hit impact on the sample
2023-10-18 17:22:50 -04:00
Eduardo Valencia
74d43f0b4c
Update gitignore for Rider, fix typos
...
I use Rider as my IDE and when working with Unreal projects it installs a plugin that enable its unique integration. We don't want that being uploaded to the repo so it gets ignored. In addition, The project module has a typo, this commit fixes that
2023-10-18 16:51:12 -04:00
Arnaud Jamin
87e87edc13
minor change
2023-10-18 14:41:40 -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
fd235b17da
Update README.md
2023-10-17 21:19:51 -04:00
Arnaud Jamin
7dd0beec7e
Update README.md
2023-10-17 21:18:14 -04:00
Arnaud Jamin
5b8fefff7c
Update README.md
2023-10-17 21:16:39 -04:00
Arnaud Jamin
5e57eaaf46
Update README.md
2023-10-17 21:13:53 -04:00
Arnaud Jamin
daf5762035
Update Todo
2023-10-17 19:19:26 -04:00
Arnaud Jamin
08b43a16dd
CogSample: improve the activate ability BTTask
2023-10-17 17:42:37 -04:00
Arnaud Jamin
43d6fdbaf0
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
2023-10-17 17:19:24 -04:00
Arnaud Jamin
c8c68ee2b4
Improve behavior tree
...
add hover feedback on gamepad buttons
2023-10-17 17:18:56 -04:00
Arnaud Jamin
7c0e2e1382
Update README.md
2023-10-17 16:53:04 -04:00
Arnaud Jamin
9b7304004d
fix crash at launch
2023-10-17 15:10:19 -04:00
Arnaud Jamin
0d9a5b4457
Update todo
2023-10-17 15:06:30 -04:00
Arnaud Jamin
0529373683
Add CogSample own BTTask to implement a custom description
2023-10-17 15:05:38 -04:00
Arnaud Jamin
0c00b4a2c4
Save selection window config
2023-10-17 15:02:20 -04:00
Arnaud Jamin
e05c35cecf
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
2023-10-17 12:36:01 -04:00
Arnaud Jamin
ead94dffe6
Add runtime values in the behavior tree window
...
Sort blackboard by name
2023-10-17 12:35:56 -04:00
Arnaud Jamin
4e342c8fce
Fix #pragma once in CogSampleLogCategories.h
2023-10-17 12:34:17 -04:00
Arnaud Jamin
78af7215e2
Update README.md
2023-10-17 00:19:11 -04:00
Arnaud Jamin
1b9c647da2
Update README.md
2023-10-17 00:12:20 -04:00
Arnaud Jamin
96dba6f91e
Update README.md
2023-10-17 00:10:29 -04:00
Arnaud Jamin
3c2eac3969
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
2023-10-17 00:05:52 -04:00
Arnaud Jamin
8fd05218ca
improve behavior tree window
2023-10-17 00:05:49 -04:00
Arnaud Jamin
b4c276f021
Update README.md
2023-10-17 00:03:44 -04:00
Arnaud Jamin
d2bc581d3e
Update README.md
2023-10-17 00:03:02 -04:00
Arnaud Jamin
2eb741a94c
Update README.md
2023-10-16 23:43:58 -04:00
Arnaud Jamin
ea8ff574b0
Update README.md
2023-10-16 23:39:30 -04:00