James
James
I've been doing a lot of work with squads and have a squad manip/reassign system, but its unfortunately dependent on a dfhack fork that likely won't land any time soon...
I should have some free time to finish this up fairly soon, sorry for the long delay!
Cleaned up a bunch more of the PR. The only major code-wise unanswered question as far as I can tell is what uniform_priority is doing there I also need to...
[dfoverlay.webm](https://user-images.githubusercontent.com/755197/208272435-be921706-f546-42f8-9450-c21da0d5aebf.webm) Lots more progress, putting together a basic overlay config example
[overlayintegrations.webm](https://user-images.githubusercontent.com/755197/209250512-799f2695-f014-4ad1-bb4d-854c64047d79.webm) Current state: the high level integration is mostly (entirely?) done, barring any bugs or unknown unknowns. ImGui windows respect viewscreen sorting, and the technical/architectural work is mostly done. So...
I'd be interested on working on this, I'd previously written off this being possible because I've always heard you need to use native OS widgets to get screen reader functionality,...
Generating names is one that I'd love to see. I'm willing to bet that name generation has a lot going on under the hood, so dfhack created things are always...
This is planned, and although I have no specific experience with this part of the WinAPI I suspect it isn't too complex. Per-application profiles are coming first though :)
@addrum You need a c++17 compliant compiler to get support, has a different interface in some respects, additionally the serialisation library I'm using also requires c++17 If you're lacking a...
@idietmoran The std::launder is likely unnecessary, you could replace that line with v = \*(T\*)&data[prev] and make sure strict aliasing is disabled What deps are missing? It should only be...