slipher

Results 181 issues of slipher

Merges without conflict with #1433.

`r_materialSystem 1` `setviewpos 688 -778 -158 -167 14` ![Image](https://github.com/user-attachments/assets/6a547738-d437-4836-a190-db714cdaab6f) It doesn't always happen. Once again it seems to depend on the sequence of previously loaded maps. Maybe we could avoid...

T-Bug
A-Renderer

Master looks like this for me on the main menu. If I set `r_glslCache 0` it works. ![Image](https://github.com/user-attachments/assets/6196f537-ab92-4a87-a8b9-cdb663fe5e57)

T-Bug
A-Renderer
GPU-NVidia

`r_materialSystem 0`, `r_ssao 0` ![Image](https://github.com/user-attachments/assets/063afade-4780-446b-ba0d-0bc15333fca9) `r_materialSystem 0`, `r_ssao 1` ![Image](https://github.com/user-attachments/assets/0ec6dd21-c35d-4cb2-8f1d-b478e931a7dc) `r_materialSystem 1`, `r_ssao 1` ![Image](https://github.com/user-attachments/assets/9ba00e40-5361-4b73-8a7e-d64c9d0305c7) The last screenshot (material system + SSAO) is more similar to the first screenshot (SSAO...

T-Bug
A-Renderer
GPU-AMD

Migrate all server cvars (`sv_`), other than `sv_killserver`. (That one I want to NUKE later.)

`videomap` does not work when bindless textures are enabled. This is not a regression; they never worked together. There's a test map for video textures https://users.unvanquished.net/~slipher/map-test-video_2.1-20231113-084535-c164c77.dpk

T-Bug
A-Renderer

The cvar `r_toneMappingExposure` multiplies pixels by a constant, before applying the tonemap curve. But I don't see why this shouldn't be available even without tonemapping off, as it's a cheap...

A-Renderer
T-Feature-Request

Precompiled headers on Mac are still broken since #982. The problem of #1508 that USE_PRECOMPILED_HEADER is *ignored* was fixed: now it attempts to build a PCH. But the build does...

T-Regression
A-Build
Compiler-AppleClang

cu-kai and freem report having seen O(10s of seconds) hangs due to the client's server list queries. This is presumably caused by DNS. A possible scenario is wanting to join...

T-Improvement
A-Network