Commit Graph
100 Commits
Author SHA1 Message Date
Arnaud Jamin e4001c2399 missing file 2025-01-06 00:56:48 -05:00
Arnaud Jamin 404f28ba6b Merge branch 'main' of https://github.com/arnaud-jamin/Cog 2025-01-06 00:55:43 -05:00
Arnaud Jamin 01e6619e86 improve NetImgui integration 2025-01-06 00:55:39 -05:00
Arnaud Jamin 9a0c32c4b8 Support NetImgui on dedicated server
Support the creation of ImGui context on dedicated server (remove the requirements on the game viewport and slate application)
Add an option to auto connect to the netimgui server when running on a dedicated game server. On by default.
2025-01-02 22:44:19 -05:00
Arnaud Jamin 123ae5b68f Initial integration of NetImgui. The engine/netimgui window can be used to connect to the NetImgui server. 2025-01-01 15:46:19 -05:00
Arnaud Jamin b07213cd0f Fix ECogDebugRecolorMode not an enum class 2024-12-31 22:08:14 -05:00
Arnaud Jamin 34da6c96a6 Fix CogSample UI menu not working 2024-12-31 21:54:57 -05:00
Arnaud Jamin 19d88558cb Support Unreal 5.5. Fix Multi PIE not working when running under one process. 2024-12-31 01:11:11 -05:00
Arnaud Jamin 14ca7e035e Switch to unreal 5.3 (Fix warning) 2024-02-27 23:07:09 -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 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 057b556d54 Merge branch 'main' into new-windows 2024-01-03 19:00:21 -05:00
Arnaud Jamin 751761d176 Adding collision tester 2023-12-17 16:40:59 -05:00
Arnaud Jamin 18283d4187 Fix shipping build 2023-12-09 17:07:31 -05:00
Arnaud Jamin 37ec60e7fe Move cog include into #if ENABLE_COG 2023-12-09 17:02:04 -05:00
Arnaud Jamin d5fd488b6a Formating
sort headers and remove tabs
2023-12-09 16:58:32 -05:00
Arnaud Jamin caa0f015d4 CogImgui: Fix imgui windows not correctly placed at startup when using imgui viewports 2023-12-03 23:56:15 -05:00
Arnaud Jamin d1a4c8027f CogImGui: Rework input mangement. 2023-11-29 01:27:41 -05:00
Arnaud Jamin 69c4def0aa CogImgui: Remove debug draw 2023-11-28 01:45:34 -05:00
Arnaud Jamin a385e15f64 CogImGui: Add imgui viewport support 2023-11-28 01:28:09 -05:00
Arnaud Jamin 4857b23be3 Merge branch 'main' of https://github.com/arnaud-jamin/Cog 2023-11-24 12:58:02 -05:00
Arnaud Jamin 463e943890 CogImGui: remove the scale widget containing the imgui widget 2023-11-24 12:57:59 -05:00
Arnaud Jamin ecddecf3e5 Use InputProcessor to support shared mouse 2023-11-24 09:46:03 -05:00
Arnaud Jamin 1daa073713 CogImGui: Use an InputProcessor to support shared mouse between ImGui and the game 2023-11-23 23:59:55 -05:00
Arnaud Jamin de923e949c CogImGui: rework imgui lib integration 2023-11-23 09:50:09 -05:00
Arnaud Jamin 988b048bde CogSample: improve shooting ability (still wip) 2023-11-11 00:47:43 -05:00
Arnaud Jamin 399b577f0e Fix tabs 2023-11-10 16:25:03 -05:00
Arnaud Jamin 26ad291d01 Remove old enum 2023-11-10 16:23:48 -05:00
Arnaud Jamin eddfc833a8 Fix unity build 2023-11-10 16:06:40 -05:00
Arnaud Jamin ad43e039f9 move layout menu items into its own window 2023-11-10 15:45:13 -05:00
Arnaud Jamin fca5b27fb9 Start to implement input sharing (mouse not supported yet) 2023-11-10 15:23:54 -05:00
Arnaud Jamin 2babdf04c6 Merge branch 'main' of https://github.com/arnaud-jamin/Cog 2023-11-07 01:36:00 -05:00
Arnaud Jamin 294cb56610 CogImGui: Let the click pass through when imgui input is disabled.
CogSample: Add Start/Escape menu
2023-11-07 01:35:57 -05:00
Arnaud Jamin dacbaf2bea CogSample: start to add a shooting ability 2023-11-05 23:22:59 -05:00
Arnaud Jamin 34e08a9e2a CogSample: Add a window with the Team of the selection. 2023-11-05 01:10:22 -04:00
Arnaud Jamin c44171b113 CogWindow: Add an option to have no padding on windows (used by CogAbilityWindow_Abilities, Effects, Tags, ...) 2023-11-05 00:32:25 -04:00
Arnaud Jamin 860c9be349 CogEngine: Plot window improvements. 2023-11-04 23:20:21 -04:00
Arnaud Jamin 9d3143298b CogAbility: Add blocked ability tags 2023-11-04 00:20:18 -04:00
Arnaud Jamin 429123dbd3 CogAbility: Add menu to sort and filter Tags window 2023-11-03 23:38:53 -04:00
Arnaud Jamin 31d5fa9db8 CogWindow: Widgets can now be chosen and ordered by the user 2023-11-03 21:08:54 -04:00
Arnaud Jamin 4393709bbc Merge branch 'main' of https://github.com/arnaud-jamin/Cog 2023-11-03 14:05:00 -04:00
Arnaud Jamin 4e13413dab CogInput: Improve gamepad window
can control that stick by dragging it
2023-11-03 14:04:57 -04:00
Arnaud Jamin 29e8fa4522 CogAbility: Improve Effects Ability and Attribute window
CogAbility:
- Add sorting on Effects and Ability
- Add search on Effects and Ability
- Colors are now per user config
- Add blocking info in ability window and change its color when blocked
- Add separate windows for Effects
CogEnine: Change the command binding key widget
2023-11-03 02:40:38 -04:00
Arnaud Jamin 7e8ba3e092 CogAbility: Fix cheats not correctly saved when connected to a server
CogSample: Projectile progress
2023-10-31 23:50:41 -04:00
Arnaud Jamin f876862d12 CogCommon: Better debug formating
CogSample: Projectile Progress
CogSample: Disable Character Mesh collision on dedicated server
2023-10-31 00:44:59 -04:00
Arnaud Jamin 5200db56c5 Merge branch 'main' of https://github.com/arnaud-jamin/Cog 2023-10-30 23:44:27 -04:00
Arnaud Jamin 7f88f5d53a CogWindow: Rename CreateWindow to AddWindow to prevent name conflict with windows headers
CogSample : Projectile progress
2023-10-30 23:44:24 -04:00
Arnaud Jamin 315782183d CogSample: progress on projectiles 2023-10-30 01:11:48 -04:00
Arnaud Jamin be498905bc Merge branch 'main' of https://github.com/arnaud-jamin/Cog 2023-10-27 10:17:30 -04:00
Arnaud Jamin b147b4b05f minor fixes 2023-10-27 10:17:25 -04:00
Arnaud Jamin 9a1fe2a348 Fix the build in no unity 2023-10-27 02:56:10 -04:00
Arnaud Jamin e72504b47a CogWindow: CogWindows are not UObject anymore
CogWindows are now normal object because we want to be able to Ifdef them, and UObject cannot be ifdef. CogWindows were UObject mainly for saving their config. The configs have been moved in separated class, which are UObject.
2023-10-27 02:39:33 -04: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 07e9db10af Merge branch 'main' of https://github.com/arnaud-jamin/Cog 2023-10-22 23:16:04 -04:00
Arnaud Jamin a39c8b277d CogInput: Add multiple IMC on the input data asset. Maybe propose a current imc 2023-10-22 23:16:00 -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 4c9f731475 CogImGui: Fix crash when restating level 2023-10-21 20:20:25 -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 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
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 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 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 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 fe18f457e1 add more keys in the blackboard 2023-10-16 17:22:07 -04:00
Arnaud Jamin 6d11f22a63 Merge branch 'main' of https://github.com/arnaud-jamin/Cog 2023-10-16 17:04:39 -04:00
Arnaud Jamin 95d24ae767 Add behavior tree window 2023-10-16 17:04:32 -04:00
Arnaud Jamin 170869648c fix package mode build
Cog Data asset should now be correctly loaded in package mode
2023-10-16 12:48:43 -04:00
Arnaud Jamin 283608e6ff blackboard window now display key and values 2023-10-16 12:14:46 -04:00
Arnaud Jamin fc5abf7e8f starting to add AI windows 2023-10-16 02:51:44 -04:00
Arnaud Jamin e674cf29c1 Merge branch 'main' of https://github.com/arnaud-jamin/Cog 2023-10-16 02:04:41 -04:00
Arnaud Jamin 18e3e3c25f add basic AI behavior in the sample 2023-10-16 02:04:37 -04:00
Arnaud Jamin da02827408 improve inspector 2023-10-16 00:00:05 -04:00
Arnaud Jamin 667439e5fa Merge branch 'main' of https://github.com/arnaud-jamin/Cog 2023-10-13 23:35:19 -04:00
Arnaud Jamin 63f4a8b92f Add Inspector window
Add Inspector window
Hide main menu widgets when the width gets too small
Add log category description
Renaming
2023-10-13 23:35:16 -04:00
Arnaud Jamin 5b50d97cbd Move most modules in the same Cog plugin 2023-10-13 14:59:53 -04:00
Arnaud Jamin 6f50f1d1ce Merge branch 'main' of https://github.com/arnaud-jamin/Cog 2023-10-13 10:48:12 -04:00