Dagen Brock
Dagen Brock
This still seems to be an unresolved issue stemming from a desktop UI request to grant permissions to run the AppleScript. In my case, I'm trying to run this from...
Looking in the code we use a mix of char literals and SDL defines for the key mapping: ``` { 0x0c, 'q', 'Q' }, { 0x0d, 'w', 'W' }, {...
I believe this is fixed in https://github.com/digarok/gsplus/pull/49
User reported back that shift-7 still does not produce "/" but the keypad slash works. This is odd because there is a special keycode for the keypad divider which is...
It seems like the OSX version appends ".po" if you choose an invalid extension so now I need to compare behaviors across the platforms to see if that's not universally...
The X11 version is largely deprecated as I've focused on doing a single abstraction via SDL2 for now. That said, I still try to maintain the Makefile and my CI...
Thanks for reporting this. Yes, the joystick support just needs a little attention to be a lot better. Current idea is to do the following: Fix multiple joystick support and...
This is a good idea, and we were able to get some advancements in RPi support last year. I'll look into this, but it may take some time. I'll leave...
Personally, I've never liked that. Middle mouse used to drop to the broken debugger so I took that out under a similar premise. However, I think I run the risk...
Add an option to "freeze" config, and when set it doesn't ever try to write?