Lyle Tafoya
Lyle Tafoya
I did some digging in the source code for older versions of the game and saw that the 1st issue I mentioned has been in the game at least as...
One more oddity I noticed is that even though tacoptions replaces 'A' with 'C' or 'T' depending on weapon type, it doesn't update your meleestr every time you change your...
Hello. This project should not require any changes to run on Windows. All it requires is a working Ruby installation with RubyGems and a Steam API key. I do have...
I am beginning work on this right now. I am experimenting with the GTK3 toolkit for the GUI.
My plan for how this interface will work is as follows: 1. Publisher categories and community defined tags are retrieved from store pages and displayed along with basic metrics of...
Would there be any negative consequence to defining KEY_BACKSPACE as 8? Such a change doesn't make it easier to differentiate between backspace and Ctrl-H, but it would mean that applications...
> _may_ raise a compiler warning in a switch statement when both `\b` and that macro is used, I'm not sure Yes, it appears that duplicate cases in a switch...
In the context of handling backspace during string input, it is trivial to check for 8, 127, and KEY_BACKSPACE. In that context, it's fine if Ctrl-H is treated as backspace....
While I have not experienced this in SteamOS specifically yet, I have experienced audio crackling with a select few Windows games played on Arch Linux via Steam Play (ie. Dark...
I'm developing some software which is intended to be run in terminal emulators and requires the Window id as part of a solution to detect key release events. By far...