slipher

Results 1111 comments of slipher

I found another buggy place with huge exposure changes between spots that look about the same in mxl-school. ![unvanquished_2025-03-15_013605_000](https://github.com/user-attachments/assets/5abe1e7d-f2f0-4caa-b1f6-c4eb18bf38fe) ![unvanquished_2025-03-15_013607_000](https://github.com/user-attachments/assets/5f714ceb-39a4-4f1b-9bb2-e5ea5c32da83)

Also the instant exposure adjustments mess up other effects that are supposed to cause rapid changes in brightness. The flickering of the firelight in `metro-b1-2` alien base is almost not...

SGTM to use the submodule in the release script and to make the CI match what is done with the release. I'm just disputing what should be the default value....

> The second nearest cubemap seems to never be selected at all. It can happen. It's just rare because the lookup only checks a 100x100x100 box and the probes are...

Did you mean MB? If a probe uses 6 * 32*32 * 3 bytes that's 18K so you could only store a handful of them with that much memory.

I don't think we should add the flag except where it is actually needed.

Normally you don't have to request linking to pthreads unless you directly use the pthread API, e.g. `pthread_create`. For example, with MinGW, you do need `-pthread` if you explicitly use...

Well if you want, you can test whether it builds with `-pthread`. Or if not, just toss in the flag on FreeBSD too to be safe.

Oops typo, I meant you can test whether it builds WITHOUT `-pthread`. FreeBSD is the same situation like Mac, if you base it on whether the pthread API is actually...

I guess this is probably obsolete but in case there's still anything to be tested, I now have a test suite...