slipher
slipher
Merges without conflict with #1433.
`r_materialSystem 1` `setviewpos 688 -778 -158 -167 14`  It doesn't always happen. Once again it seems to depend on the sequence of previously loaded maps. Maybe we could avoid...
Master looks like this for me on the main menu. If I set `r_glslCache 0` it works. 
`r_materialSystem 0`, `r_ssao 0`  `r_materialSystem 0`, `r_ssao 1`  `r_materialSystem 1`, `r_ssao 1`  The last screenshot (material system + SSAO) is more similar to the first screenshot (SSAO...
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
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...
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...
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...