Commit Graph
100 Commits
Author SHA1 Message Date
Arnaud Jamin dcce0f1b47 CogEngine: improve plot events automatic row manangement
CogSample: plot Ability Activate/End event
2025-01-16 19:30:12 -05:00
Arnaud Jamin 4491614a0d CogEngine: Fix crash with new cheat window when no asset defined
minor: rework cheat filters
2025-01-16 19:28:20 -05:00
Arnaud Jamin cde200829f Fix package compilation 2025-01-16 08:07:43 -05:00
Arnaud Jamin d7ab3f18b9 CogAbility: Add open asset button on effect and abilities context menu 2025-01-16 07:56:28 -05:00
Arnaud Jamin 24cc2971c8 CogSample: Fix walk animation not playing 2025-01-16 07:43:17 -05:00
Arnaud Jamin 4a5f7294e1 CogAbility: UI improvements
Attribute Window:
 - Fix ID conflicts
 - Add attribute set column (hidden by default)
 - Improve indentation when displaying attribute set or categories
2025-01-14 23:47:24 -05:00
Arnaud Jamin f706ed6637 CogSample: change cast notification to be instant 2025-01-14 23:41:40 -05:00
Arnaud Jamin 96bed06f28 CogSample: Add asset search plugin 2025-01-14 23:40:49 -05:00
Arnaud Jamin 392c015d2e CogSample: Add new attribute sets to test having the same attribute name in different attribute sets. 2025-01-14 23:40:02 -05:00
Arnaud Jamin e118785e1e imgui update to v1.91.7 2025-01-14 23:38:40 -05:00
Arnaud Jamin 5ee9a4ae13 CogEngine: fix skeleton window tree node overlapping checkboxes 2025-01-14 23:37:43 -05:00
Arnaud Jamin 5eee7c9903 CogEngine: Improve plot window UI
Make docking of plots optional
2025-01-14 23:36:41 -05:00
Arnaud Jamin c561f4b92d CogEngine: fix imgui ID conflict in Inspector window 2025-01-14 23:34:30 -05:00
Arnaud Jamin c6881534b8 CogAbility: Fix imgui ID assert 2025-01-13 03:07:25 -05:00
Arnaud Jamin b2f71aedc1 CogWindow: show menu by default 2025-01-13 03:06:55 -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 c3100d59b5 CogWindow: Save the windows "Show Menu" state (used to be called "Hide Menu") 2025-01-13 02:07:11 -05:00
Arnaud Jamin 37b041051b CogEngine: Fix selection widget not updating the selection after clicking on the actor name 2025-01-13 02:05:14 -05:00
Arnaud Jamin 2f1361a412 CogEngine: Fix and improve Plot window
CogEngine: Fix and improve the Plot window
- Fix ImPlot assert
- Improve UI

CogSample:
-  Add Inputs and AnimNotify plot events
- Fix ability system warning
2025-01-11 00:31:53 -05:00
Arnaud Jamin 269f8ae469 CogInput: UI tweaks 2025-01-09 15:15:42 -05:00
Arnaud Jamin cb98140f1d CogInput: Improve CogWindow_Actions
- Remove the need of the Input DataAsset used to identify the input mapping context
- Display the Input Contexts in priority order
- Cleanup the UI
2025-01-09 00:54:26 -05:00
Arnaud Jamin 469aab67d3 CogSample: Fix warning and abilities not receiving input release 2025-01-08 16:21:05 -05:00
Arnaud Jamin 6fe4806b02 Improve debug draw collision function to draw each hit bones in a skeletal mesh. Was previously drawing a box around the hit actor for each bone. 2025-01-08 16:09:47 -05:00
Arnaud Jamin b20d196c57 improve netimgui auto connection 2025-01-07 13:57:21 -05:00
Arnaud Jamin af565bf70d Fix cheat window not working on dedicated game server (when using netimgui)
Also add cheat commands: Cog.Cheat <CheatName> -Allies -Enemies -Controlled
2025-01-07 00:38:44 -05:00
Arnaud Jamin 28f0bead74 fix compilation errors on Linux 2025-01-06 21:42:12 -05:00
Arnaud Jamin 6f45f48036 Add collision debug draw functions 2025-01-06 14:23:56 -05:00
Arnaud Jamin 934ef438f8 Update to ImGui v1.91.6
Update ImPlot
Fix misc compilation errors
2025-01-06 14:23:18 -05:00
Arnaud Jamin 9a1cd48434 Option to replicate client selection to server. 2025-01-06 13:41:46 -05:00
Arnaud Jamin c58126d244 Fix assert when disconnecting 2025-01-06 02:40:38 -05:00
Arnaud Jamin 78508fda24 Add the removal of an active gameplay effect 2025-01-06 02:03:07 -05:00
Arnaud JaminandGitHub 00b6dd65bc Update README.md 2025-01-06 00:59:12 -05:00
Arnaud JaminandGitHub afd2d527b2 Update README.md 2025-01-06 00:57:05 -05:00
Arnaud JaminandGitHub 8eafab849d Update README.md 2025-01-02 23:01:15 -05:00
Arnaud JaminandGitHub 4e126dacba Update README.md 2025-01-02 22:55:02 -05:00
Arnaud Jamin 3539881135 Fix includes
Fix collision draw functions not using draw settings
2024-06-05 09:39:05 -04:00
Arnaud Jamin 8949050964 add missing includes 2024-05-16 11:13:49 -04:00
Arnaud Jamin 1690b802ed Add Vlog on server debug shape
Add more debug recolor option
2024-05-16 10:59:53 -04:00
Arnaud Jamin 4cc44207a4 missing include 2024-05-11 18:39:40 -04:00
Arnaud Jamin 1033bc8cf7 Move enum ECogLogVerbosity to cog common 2024-05-10 22:56:37 -04:00
Arnaud Jamin 5e2ff8b918 Move the window config base class in CogCommon for projects that want to have their own configs, 2024-05-10 22:34:53 -04:00
Arnaud Jamin c4af1f304d Make the ability window more easily overridable in case a project wants to add more ability debug 2024-05-10 11:56:41 -04:00
Arnaud Jamin 69ef005a1e Display inhibition of gameplay effects 2024-05-10 00:57:19 -04:00
Arnaud Jamin 5cd88b2f86 Add required tags in gameplay ability window 2024-05-02 12:45:03 -04:00
Arnaud Jamin 87dd681624 Add gameplay tasks window. Add blocking tags in the gameplay ability window. 2024-04-26 11:59:12 -04:00
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 JaminandGitHub 4263047309 Update README.md 2024-01-28 22:43:42 -05:00
Arnaud JaminandGitHub 6793a31aae Update README.md 2024-01-28 22:43:22 -05:00
Arnaud JaminandGitHub a5bf8e2b6b Update README.md 2024-01-28 22:41:18 -05:00
Arnaud JaminandGitHub 23f88ef378 Update README.md 2024-01-28 22:40:53 -05:00
Arnaud JaminandGitHub 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 JaminandGitHub 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 JaminandGitHub e2c204b173 Update README.md 2024-01-09 10:17:31 -05:00
Arnaud JaminandGitHub 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 JaminandGitHub 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 JaminandGitHub a2d4565f73 Update README.md 2024-01-05 19:31:20 -05:00
Arnaud JaminandGitHub 63872d8a50 Update README.md 2024-01-05 19:27:46 -05:00
Arnaud JaminandGitHub e18b69070b Update README.md 2024-01-05 17:38:01 -05:00
Arnaud JaminandGitHub 831f78bcea Update README.md 2024-01-05 17:32:52 -05:00
Arnaud JaminandGitHub e82e4cd741 Update README.md 2024-01-03 21:11:19 -05:00
Arnaud JaminandGitHub 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 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
Arnaud Jamin bd29211013 CogDebug: Refactor debug settings for easier serialization
CogDebug: Move DebugGizmo to CogDebug
2023-12-19 01:08:26 -05:00
Arnaud Jamin 829be00034 CogImGui: Fix key down/up not properly sent to imgui 2023-12-18 12:47:38 -05:00
Arnaud Jamin 85a903a341 Various null checks, const correctness, remove unused headers 2023-12-17 01:02:05 -05:00
Arnaud JaminandGitHub a90881555b Merge pull request #18 from Skylonxe/patch-1
Fix possible crash when GetPlayerInput() is nullptr on startup
2023-12-13 09:46:36 -05:00
Arnaud Jamin 3eaf54c64c Fix build: missing includes 2023-11-29 11:42:49 -05:00
Arnaud Jamin cf07a05424 CogImGui: Rework input with viewports (still wip) 2023-11-28 17:08:17 -05:00
Arnaud Jamin 4df4df3ee7 CogImgui: Change default settings 2023-11-28 13:01:02 -05:00
Arnaud Jamin 76b768d0bd CogImGui: Change default settings 2023-11-28 12:55:10 -05:00
Arnaud JaminandGitHub 3481d10480 Update README.md 2023-11-24 09:47:02 -05:00
Arnaud JaminandGitHub a4362bfbb0 Merge pull request #15 from klechenov/ensure-fix
Avoided ENSURE_ABILITY_IS_INSTANTIATED in GetCurrentAbilitySpec()
2023-11-10 16:25:41 -05:00
Arnaud JaminandGitHub 0bae72015a Update TODO.txt 2023-11-05 13:05:11 -05:00
Arnaud JaminandGitHub dad10459f1 Update README.md 2023-11-03 12:31:16 -04:00
Arnaud Jamin 7e9043f4af Update CogSampleAbilityTask_PlayMontageAndWaitForEvent.cpp
fix build
2023-11-01 13:59:30 -04:00
Arnaud JaminandGitHub ffdb5786e2 Update README.md 2023-10-30 22:14:19 -04:00
Arnaud JaminandGitHub 5d6cb0a1bf Update README.md 2023-10-27 10:07:32 -04:00
Arnaud JaminandGitHub aa114a90de Update README.md 2023-10-22 16:17:59 -04:00
Arnaud JaminandGitHub e827289610 Update README.md 2023-10-22 16:12:20 -04:00
Arnaud JaminandGitHub be30c0f056 Update README.md 2023-10-21 21:52:29 -04:00