Arnaud Jamin
32026c29b0
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
2025-02-12 15:18:36 -05:00
Arnaud Jamin
362d248866
Cleanup
2025-02-12 15:18:33 -05:00
Arnaud Jamin
e7c864b962
Update README.md
2025-02-12 15:04:34 -05:00
Arnaud Jamin
3549f89bd2
Update README.md
2025-02-12 15:03:25 -05:00
Arnaud Jamin
0b13879282
Update README.md
2025-02-12 14:31:22 -05:00
Arnaud Jamin
32ca4dc2ba
Rename CogWindow plugin to Cog.
...
Fix Config saving not working
2025-02-12 13:56:06 -05:00
Arnaud Jamin
6d9494b685
Major Change - Rework how Cog gets integrated
...
Cog integration has been reworked to make it easier, to keep Cog available between level loadings, and to properly tick ImGui while the game is paused.
Cog 's WindowManager is now a GameInstanceSubsystem.
The WindowManager ticks ImGui and the windows during the OnWorldPostActorTick delegate.
(If this is not working for your project, don't hesitate to open an issue.)
Check the readme to see how to integrate Cog.
The Plot debug functions (displayed by the Engine/Plot window) have been reworked as they were not properly working in Multi PIE in Single Process.
API changes:
- use FCogDebug::Plot instead of FCogDebugPlot::PlotValue
- use FCogDebug::InstantEvent instead of FCogDebugPlot::PlotEventInstant
- use FCogDebug::StartEvent instead of FCogDebugPlot::PlotEventStart
- use FCogDebug::StopEvent instead of FCogDebugPlot::PlotEventStop
2025-02-11 13:29:12 -05:00
Arnaud Jamin
357bd9974e
Console: completion use Contains instead of StartWith
2025-02-09 17:03:24 -05:00
Arnaud Jamin
d5c6896766
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
2025-02-09 16:44:11 -05:00
Arnaud Jamin
319a870522
CogEngine: Levels window: Remove the loading of assets by default.
2025-02-09 16:44:10 -05:00
Arnaud Jamin
a59058f799
Update README.md
2025-02-09 01:22:43 -05:00
Arnaud Jamin
67e13860bb
Update README.md
2025-02-09 01:21:04 -05:00
Arnaud Jamin
8b650632a7
CogEngine: Add Levels window to load a specific level
...
CogSample: fix server target not excluding cog
2025-02-09 01:18:27 -05:00
Arnaud Jamin
f13ef84dab
Fix shipping target
2025-02-08 01:57:55 -05:00
Arnaud Jamin
29fed867e3
Update TODO.txt
2025-02-08 01:45:03 -05:00
Arnaud Jamin
8734905574
Update TODO.txt
2025-02-08 01:43:48 -05:00
Arnaud Jamin
0cf3880017
Update TODO.txt
2025-02-08 01:42:07 -05:00
Arnaud Jamin
8f73047176
Merge pull request #48 from jakobbouchard/add-transparent-mode-setting
...
Add setting for transparent mode
2025-02-08 01:01:08 -05:00
Arnaud Jamin
160a09d7c5
Merge branch 'main' into pr/48
2025-02-08 00:54:57 -05:00
Arnaud Jamin
7e69b9cfbb
Merge pull request #49 from jakobbouchard/fix-typos
...
Fix typo in Show Borders
2025-02-08 00:49:54 -05:00
Arnaud Jamin
2befda814b
Merge pull request #47 from jakobbouchard/add-utf8-inspector
...
Use TCHAR_TO_UTF8 in Inspector window for some properties
2025-02-08 00:33:04 -05:00
Arnaud Jamin
a5cd84be7f
CogSample: Add properties to test inspector TSet and TMap
2025-02-08 00:29:26 -05:00
Arnaud Jamin
157d8bae84
Merge branch 'main' into pr/50
2025-02-08 00:01:50 -05:00
Arnaud Jamin
acac8992e5
Update README.md
2025-02-07 23:57:06 -05:00
Arnaud Jamin
a52e1abc5b
Update README.md
2025-02-07 23:56:47 -05:00
Arnaud Jamin
a49857c7a8
Add missing dependency
2025-02-07 23:54:06 -05:00
Arnaud Jamin
7ba2e5221f
Fix crash in CogDebugDrawImGui
2025-02-07 23:51:04 -05:00
Arnaud Jamin
2cc42bf196
CogEngine: Add BuildInfo window to display the build changelist, target, and so on.
2025-02-07 23:50:25 -05:00
Arnaud Jamin
254a1c2ce5
API change for CogWindow
...
FCogWindow::PreRender Renamed to PreBegin
FCogWindow::PostRender Renamed to PostEnd
Add FCogWindow::PostBegin
Remove FCogWindow bNoPadding field. Instead implement PreBegin/PostBegin to push the desired styles
Improve Notifications usability
2025-02-07 23:49:30 -05:00
Arnaud Jamin
c55589595f
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
2025-02-07 09:41:20 -05:00
Arnaud Jamin
6a1a3901d4
CogEngine: Fix crash related to log and notification
2025-02-07 09:41:17 -05:00
Jakob Bouchard
9fe19c862a
Merge branch 'main' into add-map-set-inspector
2025-02-06 16:09:47 -05:00
Arnaud Jamin
ac4d9496b3
Update README.md
2025-02-06 16:07:57 -05:00
Arnaud Jamin
1e27fc0c13
Code analysis pass
2025-02-06 15:46:34 -05:00
Jakob Bouchard
5c19a41cfe
Add render function for TMap and TSet
2025-02-06 14:30:47 -05:00
Jakob Bouchard
68a2c4c66d
Fix struct name rendering
2025-02-06 14:30:24 -05:00
Jakob Bouchard
b1920a3dc8
Fix inspected object tooltip being overridden
2025-02-06 14:29:34 -05:00
Jakob Bouchard
87c093277c
Fix typo in Show Borders
2025-02-06 14:28:59 -05:00
Jakob Bouchard
5f923d37a0
Use TCHAR_TO_UTF8 for FText, categories, tooltips and display names
2025-02-06 14:25:54 -05:00
Jakob Bouchard
7d76db3872
Add setting for transparent mode
2025-02-06 14:22:15 -05:00
Arnaud Jamin
2765d07cb9
Update README.md
2025-02-06 13:12:41 -05:00
Arnaud Jamin
e0806b976a
Update README.md
2025-02-06 13:11:45 -05:00
Arnaud Jamin
b3a704deaa
Update README.md
2025-02-06 12:48:48 -05:00
Arnaud Jamin
89db1b9db1
Update README.md
2025-02-06 12:42:07 -05:00
Arnaud Jamin
82fbf9caaf
CogEngine: Fix command list of console widget staying when deactivating imgui input
2025-02-06 11:39:16 -05:00
Arnaud Jamin
0bbd805247
Merge branch 'main' of https://github.com/arnaud-jamin/Cog
2025-02-06 11:27:12 -05:00
Arnaud Jamin
cf3bcf9612
CogWindow: Fix Push Pop ID in main menu bar
2025-02-06 11:27:10 -05:00
Arnaud Jamin
afb6e86894
Update README.md
2025-02-06 10:36:27 -05:00
Arnaud Jamin
27ad15488d
CogEngine: Fix crash when the CogEngine data asset is not present
...
Fix cheat colors always overriding the user color
2025-02-06 10:21:31 -05:00
Arnaud Jamin
e56966482e
Update README.md
2025-02-06 10:15:38 -05:00