slipher

Results 870 comments of slipher

I've never heard of `__VERSION__`. Indeed I am talking about requesting the version from the command line. I don't think this has a "lying" problem. I tried ICC, ICX, and...

CMake already knows about GCC, Clang, and MinGW. We use the `MINGW` variable often. The toolchain files for NaCl toolchains are written by us ourselves so we can simply write...

> > CMake already knows about MinGW. We use the `MINGW` variable often. > > And then what? For printing a compiler string we build the string from that? That...

https://github.com/Unvanquished/Unvanquished/pull/2900 was approved so now I just need an LGTM on this one.

`autosprite` (without the 2) seems to be broken as well. station15 is supposed to have a sun. Its `textures/station15_custom_src/sun_d` shader uses the `autosprite` keyword. Here's what in looks like in...

`autosprite` "one" probably actually works fine. I believe the sun was [broken by some map update](https://github.com/UnvanquishedAssets/map-station15_src.dpkdir/issues/16) and autosprite was a red herring.

I made a tool to more easily look up which maps contain a given shader keyword such as `autosprite2`. https://users.unvanquished.net/~slipher/shader-keyword-directory.txt

For the third-party packages downloaded by the build.sh script, the checksums should definitely be part of the Daemon repository. Otherwise it would be too annoying to update a package as...

When I tried this, there were way more places in the renderer with division by zero than just one. I decided against trying to "fix" them as this would just...

The beacon ones seem wrong to me. The `clamp_dir` field of cbeacon_t is set only if the calculation of the preferred 2d position of the beacon is off-screen and it...