slipher

Results 1111 comments of slipher

What's `vx`? The documentation at http://sauerbraten.org/iqm/iqe.txt doesn't say anything about a `vx`.

> Our submodules may provide symbols not provided by system libraries. What do you mean by that? Like the OpenAL Soft library which may be built without symbols for the...

OK, I discovered the [motivation](https://github.com/Unvanquished/Unvanquished/pull/3330#issuecomment-2708200384) for the PR. #3330 uses a Lua 5.3 function while the APT install command requests Lua 5.2.

Let's use names that are not the same as the C ones so we don't have to deal with ifdef bullshit. How about `Math::sqrt2_f` (float version) and `Math::sqrt2_d` (double version)....

> The accuracy is a little unusual. `float` has 24 binary digits, that is about 7 decimal digits. I would have used 8 digits, like in `1.4142136f`. For a random...

Besides annoying ifdef stuff, using the C library names is also bad because of the type mismatch. The C library ones are expected to be floats. So a 3rd-party library...

How can we distinguish the "import" and "urgent" axes for things that don't have any kind of deadline? I'm not trying to criticize; I would really like to understand.

Sorry but I don't see the distinction at all. This just seems to cash out as holes in maps being highest priority, improving gameplay being high priority, and replacing assets...

Does "milestoned" refer to GitHub milestones or something else? We have had some GitHub "milestones" named after releases, but they have been useless because anyone can add stuff and people...

That terminology could cause confusion with the GitHub thing so it would be good to either nuke the GitHub milestones, or synchronize them with the roadmap.