andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
528 stars 49 forks source link

Make view cvars such as `cl_rollspeed` persist across restarts #313

Open Calinou opened 5 months ago

Calinou commented 5 months ago

This removes the need for creating an autoexec to define those cvars persistently, which is usually what's desired. This was already applied to some cvars like cl_rollangle, but not all of them.

See Xonotic's DarkPlaces fork which adopted a similar change recently: https://gitlab.com/xonotic/darkplaces/-/issues/393