Fred Emmott

Results 270 issues of Fred Emmott

- releasing either d2d/d3d RTs should not change the GPU state at all; this should only happen on the next action - acquiring should also only change internal state; actual...

performance
internals

e.g. second chart here: ![image](https://github.com/user-attachments/assets/df89cc22-ed22-4cfa-a296-a7ba8e549378) I have a basic implementation here, but it's very limited - doesn't support the usual flags etc: - https://github.com/fredemmott/XRFrameTools/blob/11cb058fc9e99636d4810606e23ea298d9666df5/src/ImStackedAreaPlotter.hpp - https://github.com/fredemmott/XRFrameTools/blob/main/src/ImStackedAreaPlotter.cpp Usage: ```c++ ImGuiStackedAreaPlotter plotter;...

Received a user report that quad layers were shown incorrectly when there was a mix of world-locked (LOCAL) and head-locked (VIEW) I can reproduce the issue with this test.

synced to gitlab

Will still need to put files in `Saved Games\DCS\Hooks` , but these could just pull in `C:\Program Files\OpenKneeboard\....` The benefit here would be that the Windows Installer service could say...

internals

Removed from startup, as the unix socket approach is a bit delayed and not reliable. Re-adding it to settings -> input will still show it in a relevant place, and...

The installer is currently using WixSharp v2.4.3; v2.12 is out. These releases have included fixes for several issues encountered while working on OpenKneeboard and my other tools.

internals

Allow a view to be *fixed* to a specific tab, rather than just defaulting to it

enhancement

A 'user action' is things like next/previous page/tab/... - most of the things that remotes exist for. They can be triggered in multiple ways, e.g: - remote controls - API...

enhancement