Detail
2021.01.20.Log1885.txt
No SVN revisions parsed. Raw content is shown below.
Raw Content
commit dd8c088fb27d63414f7383a8c9c7d0b5c3aee7b9
Author: Evan Ramos <hendricks266@gmail.com>
Date: Wed Jan 20 20:37:56 2021 -0600
Ensure that cvars adjusting sound settings re-initialize what they need to
commit 9ee394fb801e44ccf48866636c9d7701c9078fa4
Author: Evan Ramos <hendricks266@gmail.com>
Date: Wed Jan 20 19:49:03 2021 -0600
Don't set the r_useindexedcolortextures cvar to 0 when enabling filtering
The cfg file should reflect the user's preferences even if the features
don't take effect. The cvars' descriptions document the incompatibility
that is happening.
commit 71782260f8477f0ce3d984141e590b55cc3ddcfa
Author: Evan Ramos <hendricks266@gmail.com>
Date: Wed Jan 20 19:41:33 2021 -0600
Clarify the descriptions of conflicting renderer cvars
- r_texfilter
- r_anisotropy
- r_useindexedcolortextures
commit 0f77f5df8e1439fb7fe785992fd762aa72a6cbb4
Author: Evan Ramos <hendricks266@gmail.com>
Date: Wed Jan 20 19:11:13 2021 -0600
Re-enable the r_texfilter cvar
commit 525828c43d645bec550ebe295f77ac7da3c3d439
Author: Evan Ramos <hendricks266@gmail.com>
Date: Wed Jan 20 19:07:32 2021 -0600
Apparently aarch64 sometimes needs -latomic too, contrary to my own testing
See https://voidpoint.io/terminx/eduke32 for more details.