SuuperW
SuuperW
I can't replicate this bug on the most recent build.
A single selected cheat can be toggled via the space key. Once PR #181 is merged, the space key will toggle all selected cheats. I will look into adding the...
If you're wanting to use hotkeys to modify cheats without having the cheat list window active, then I'm not sure how you're wanting to use them. Would a hotkey to...
@ReyVGM It sounds like you may not be familiar with what can already be done. It is already possible to highlight any arbitrary combination of cheats via clicking on them...
It is true that IO might have side effects, but I don't see that as a reason to block access to these reads and writes for Lua scripts. Some of...
Apparently the compiler used by the macOS build check doesn't support my use of alignas in GPUSoft_2D.cpp:22: `BGOBJLine = new alignas(8) u32[len];` When I compile it locally with MSYS2 on...
From the failed build check: "error: aligned allocation function of type 'void *(std::size_t, std::align_val_t)' is only available on macOS 10.14 or newer" Uhg. Can it be upgraded to macOS 10.14?...
> so oldest supported is 10.13 Which is just below the required 10.14 for aligned allocation. So if the targeted build is updated to 10.13 we still need a change...
I force-pushed a version that has been rebaesd onto master. (If you saw my force-push from earlier today ignore it, I was being dumb.) I'm still waiting for a decision...
No, I've been very busy lately. Is there anything that needs to be done before this is merged? If it's going to be merged I can try to find time...