Arnaud Jamin
72127c9cdd
remove wrong dependency
2024-03-01 11:12:02 -05:00
Arnaud Jamin
dd2c4ad694
Move CogLogCategory in common project
2024-03-01 11:04:14 -05:00
Arnaud Jamin
14ca7e035e
Switch to unreal 5.3 (Fix warning)
2024-02-27 23:07:09 -05:00
Eduardo Valencia
7543b49ef7
Updated to 5.3.x, renamed interface function, and more
...
In CogSampleSpawnPredictionComponent.cpp, lines 299 through 302 have return statements of FColor::FColor, these have been updated to a single FColor return statement
In CogSampleTargetableInterface.h, the GetTargetLocation function does not compile against Linux. Reason being that it interferes with built in functions that share the same name (notably within the AIController class). This has been changed to GetTargetActorLocation to maintain a similar name. Recommend adding comments when possible.
Additionaly, the sample project and the editor have had their IncludeOrderVersion updated to 5.2. This was done to clear the warning listing that 5.1 will be deprecated in the next major version release.
The project compiles against Windows and Linux (likely other platforms too, unable to check)
Happy to help! :)
2024-02-15 18:59:25 -05:00
Arnaud Jamin
4263047309
Update README.md
2024-01-28 22:43:42 -05:00
Arnaud Jamin
6793a31aae
Update README.md
2024-01-28 22:43:22 -05:00
Arnaud Jamin
a5bf8e2b6b
Update README.md
2024-01-28 22:41:18 -05:00
Arnaud Jamin
23f88ef378
Update README.md
2024-01-28 22:40:53 -05:00
Arnaud Jamin
4529d509a5
Update README.md
2024-01-28 22:40:36 -05:00
Arnaud Jamin
45d2ae4d2b
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
2024-01-12 09:33:42 -05:00
Arnaud Jamin
c6fa1e1a1d
CogCommon
...
Reorder ECogCommonAllegiance to match ETeamAttitude in AIModule
2024-01-12 09:33:39 -05:00
Arnaud Jamin
c53b0b7830
Update README.md
2024-01-10 00:22:30 -05:00
Arnaud Jamin
e8fb710632
Comment
2024-01-09 21:24:47 -05:00
Arnaud Jamin
e773b6636f
Fix build
2024-01-09 21:24:31 -05:00
Arnaud Jamin
7009b3f2e7
Fix plugins have empty content folders showing
2024-01-09 21:18:07 -05:00
Arnaud Jamin
e2c204b173
Update README.md
2024-01-09 10:17:31 -05:00
Arnaud Jamin
90c3a54b0f
Update README.md
2024-01-09 10:16:12 -05:00
Arnaud Jamin
cce91e1485
Fix includes
2024-01-09 09:59:22 -05:00
Arnaud Jamin
8cbecf504b
Add a CogAll module to ease the integration for projects that want all windows
2024-01-09 01:12:31 -05:00
Arnaud Jamin
4434b72835
Fix includes
2024-01-08 16:10:47 -05:00
Arnaud Jamin
ee42b2a238
CogAbility: Change the way CogAbilityReplicator apply the tweaks to newly spawned actor. Now needs to be called manually.
2024-01-08 14:18:53 -05:00
Arnaud Jamin
7768cfd38f
CogImGui: Fix gamepad sticks not forwarded in some cases
2024-01-08 09:06:36 -05:00
Arnaud Jamin
b2bb2a4de0
CogImGui: Fix cursor hidden on startup if imgui input is enabled
2024-01-08 02:40:54 -05:00
Arnaud Jamin
56bb628792
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
2024-01-08 01:50:30 -05:00
Arnaud Jamin
5e0976a902
CogImGui: rework share mouse mode. Add widget that act as a input catcher below the UI widgets
2024-01-08 01:50:26 -05:00
Arnaud Jamin
c9b71ac36c
Merge pull request #22 from arnaud-jamin/new-windows
...
New windows
2024-01-08 01:41:57 -05:00
Arnaud Jamin
58450037da
Merge branch 'main' into new-windows
2024-01-08 01:36:47 -05:00
Arnaud Jamin
c959ccab81
CogEngine: refactor Selection window to share the actor list with other windows such as the Collision Tester window
2024-01-08 01:36:25 -05:00
Arnaud Jamin
a2d4565f73
Update README.md
2024-01-05 19:31:20 -05:00
Arnaud Jamin
63872d8a50
Update README.md
2024-01-05 19:27:46 -05:00
Arnaud Jamin
e18b69070b
Update README.md
2024-01-05 17:38:01 -05:00
Arnaud Jamin
831f78bcea
Update README.md
2024-01-05 17:32:52 -05:00
Arnaud Jamin
c90a32031b
CogImGui: Support shared mouse
2024-01-05 17:25:59 -05:00
Arnaud Jamin
5de42fd1c8
CogImGui: Fix gamepad buttons not forwarded to game
2024-01-03 23:38:37 -05:00
Arnaud Jamin
e82e4cd741
Update README.md
2024-01-03 21:11:19 -05:00
Arnaud Jamin
3aee7ce5fb
Merge pull request #21 from arnaud-jamin/new-windows
...
Add Collision Tester window
2024-01-03 19:28:21 -05:00
Arnaud Jamin
78ec4d06fa
Merge branch 'new-windows' of https://github.com/arnaud-jamin/Cog into new-windows
2024-01-03 19:20:43 -05:00
Arnaud Jamin
0f130f7dff
Fix bad refactor
2024-01-03 19:20:12 -05:00
Arnaud Jamin
057b556d54
Merge branch 'main' into new-windows
2024-01-03 19:00:21 -05:00
Arnaud Jamin
11022f7311
CogEngine: Improve collision tester and viewer
...
Replace usage of engine asset by debug config for the colors of collision channels
2024-01-03 03:56:47 -05:00
Arnaud Jamin
7dd4922b01
CogEngine: move CollisionTester logic inside an actor
2024-01-02 00:57:02 -05:00
Arnaud Jamin
65bd2150de
CogDebug: improve gizmo
2023-12-31 03:13:10 -05:00
Arnaud Jamin
dd20cff959
CogEngine: improve collision tester
2023-12-30 01:28:01 -05:00
Arnaud Jamin
81fc6269ad
CogDebug: improving transform gizmos and collision tester (WIP)
2023-12-29 03:08:15 -05:00
Elhoussine Mehnik
66f9b2cc52
Fix build : missing change
2023-12-19 17:57:04 +01:00
Elhoussine Mehnik
8fa5bdeb33
Revert "Fix build : missing change"
...
This reverts commit 719a956d29 .
2023-12-19 17:56:45 +01:00
Elhoussine Mehnik
74b70a50e4
Merge branch 'main' of https://github.com/HoussineMehnik/Cog
2023-12-19 17:54:37 +01:00
Elhoussine Mehnik
719a956d29
Fix build : missing change
2023-12-19 17:54:27 +01:00
Elhoussine Mehnik
ac2834dcf0
Merge branch 'arnaud-jamin:main' into main
2023-12-19 11:46:59 -05:00
Elhoussine Mehnik
ea100dbf77
Changed TObjectPtr<FCogImguiContext> to FCogImguiContext* as TObjectPtr should be used with UObject dervied classes only
2023-12-19 17:44:16 +01:00