jonpas
jonpas
Closing due to lack of information.
This is an upstream issue with https://github.com/epezent/implot. Please open an issue there and we will pull the fix in. I would like to avoid doing fixes to upstream projects directly...
You can rename addons in a post-build hook. I can paste an example used in CUP later today.
```rs let addons = HEMTT_OUT.join("addons"); let prefix_len = HEMTT.project().prefix().len(); for pbo_path in addons.list() { let rpbo = pbo_path.file_name(); // Weapons_CUP_Weapons_ACR.pbo => cup_weapons_acr.pbo if rpbo.starts_with("Weapons_CUP_") { rpbo.crop(prefix_len + 1); rpbo.make_lower(); let...
Closed by #1347
@Drofseh Needs conflict resolution, then good to merge.
Add to existing `ACE_Extensions`?
This will be required to update imgui above v1.91.4. Help would be appreciated.
This is functional for mouse and keyboard on a demo UI. Gamepad still to be tested. Mouse capture debug commit above also happens on current `master`, so it is unlikely...
Gamepad and Touch (although emulated on PC with mouse) also tested and functional. Please test and report issues, aiming to merge this soon.