AbigailBuccaneer

Results 18 issues of AbigailBuccaneer

This fixes usage of `markdown-macros` with new versions of `markdown` and Python. Now, on any version of `markdown` from 2.1.1 to 3.2.1 (the latest), and Python 2 or 3, the...

When running on Windows, we output paths like `"c:\users\..."`, and `\u` is interpreted as an escape sequence. We should instead output `"c:/users/..."` even if the `compile_commands.json` uses backslashes.

Travis is only uploading a source tarball, not the bdist_wheel tarball, to PyPI. That means when I release a version I wait for Travis to do its thing, check PyPI,...

Being able to optimize individual shaders is great, but it would be even better if a fragment and vertex shader could be optimized at the same time - this would...

Whenever a variable name or function name begins with the name of a built-in function, it highlights the beginning of the word in blue. This only occurs with things highlighted...

I use Shdr as a lightweight shader IDE - none of the other IDEs or text editors I use have sensible syntax-highlighting or compile checking. The live model preview is...

I'd like to add Bootil to a package manager (in order to use it as a dependency for `gmad`, in order to automate building of Workshop addons, ...), and that...

For the engineering gamemode, it needs to be possible to open the relay boxes under the trains to see and replace relays, as well as to test voltages.

@PhoenixBlack mentioned he'd like players to receive a score based on how many relays have to be replaced before a train is fixed. For that to happen, each train should...