slipher

Results 868 comments of slipher

> 99.99999% of the time, we don't care about the history of the submodules too. Wouldn't that be a point in favor of submodules? With submodules you get a 1-line...

If the aspect is really wide, stuff on the sides of the screen gets excessively stretched out. So we may want to do something here just to prevent it from...

Fire has its own entity type ET_FIRE. The reason it cannot be detected with traces is that the content flags (`ent->r.contents`) is 0. We just need to define a content...

We should investigate if this is caused by [memcpy with a null pointer and size 0](https://github.com/DaemonEngine/Daemon/issues/839#issuecomment-2134993702)

We still have an `options_fov.rml` but it has been disabled since 2014 (c5aff3fc). The reasoning given was that an FOV cvar won't display the right value when at its default...

As @DolceTriade tells me, the right way to do this stuff is to have a Lua script that builds the table, and some presentation-agnostic way of making the data to...

Partially. This shows registering a C++ callback (albeit in a weird way, I think there are utilities for doing that), and making an event handler that uses the callback. So...

As I wrote in the G_WideTrace banner comment: ``` FIXME: does not work correctly if width or height is big enough that the trace box is not contained inside the...