Alex Foster
Alex Foster
I suppose it could just not install the dependencies and then print out the names of the missing libraries. I would expect that getting just apt support would do 90%...
The original issue here was resolved with #868 since edit keybinds were added to the binds UI. There may yet be a need for a keyboard translation setup. Perhaps a...
 Here's a screenshot to prove it still exists on the current build (2298) on ffs35 (r360).
I can reproduce this for both rifle1 and rifle2. I'd guess it's a `riflecollide` issue somehow.
Still relevant.
I made it easier to pick out the numbers by graying out the descriptions, used multiplication symbols for the selection volume, fixed selcys (fourth item in parens, second row), and...
We need to come back to this, and at least come up with some official requirements which reflect the already-established coding style. I am not the most qualified to speak...
Right now, functions are rarely described with comments which help explain how a block of code works. Adding a preface before functions should help laypeople who wish to contribute figure...
Doxygen format looks like it will be OK for Cubescript, using `//!` or `///` for every line instead of multiline block comments (which clearly won't work). I assume that Markdown...
This is a simple command with how I'd document it in C++; is this a documentation style worth keeping, or is there some other idea on how to format it?...