Skip to content

Commit 23bbeca

Browse files
committed
Release v3.7: align Misc tab labels with cvar names
1 parent 355c9f3 commit 23bbeca

4 files changed

Lines changed: 16 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.7
4+
5+
- Misc tab UX: updated labels to show actual cvar names (matching Profiles tab style) for faster config auditing and copy/paste workflows.
6+
37
## v3.6
48

59
- Wine/Proton updater downloads: runtime Wine detection now biases asset selection toward `release_linux_wine.zip` during `sofbuddy_update download` (non-XP builds).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6
1+
3.7

hdr/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
Increment version using: ./increment_version.sh
88
*/
99

10-
#define SOFBUDDY_VERSION "3.6"
10+
#define SOFBUDDY_VERSION "3.7"

src/features/internal_menus/menu_library/sof_buddy/sb_tweaks_other_content.rmf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
<text "SOF BUDDY: MISC">
3838
<hr width 560 tint cyan>
3939
<font type title tint white atint white>
40-
<list "Off,On" cvar ghl_specular atext "GHL specular : " noshade><hbr>
41-
<list "0,1,2,3" cvar gl_detailtexturing atext "Detail tex : " noshade><hbr>
42-
<ctext gl_detailtexturingdistance atext "Detail dist : " noshade><br>
40+
<list "Off,On" cvar ghl_specular atext "ghl_specular : " noshade><hbr>
41+
<list "0,1,2,3" cvar gl_detailtexturing atext "gl_detailtexturing : " noshade><hbr>
42+
<ctext gl_detailtexturingdistance atext "gl_detailtexturingdistance : " noshade><br>
4343
<slider cvar gl_detailtexturingdistance min 50 max 500 step 50><hbr>
44-
<ctext gl_effectfill atext "Effectfill : " noshade><br>
44+
<ctext gl_effectfill atext "gl_effectfill : " noshade><br>
4545
<slider cvar gl_effectfill min 500 max 20000 step 500><hbr>
46-
<list "Off,On" cvar ghl_no_texture_stack atext "No tex stack : " noshade><hbr>
47-
<list "3,2,1,0" cvar mskins_variety_limit atext "Mskins variety : " noshade><hbr>
48-
<list "3,2,1,0" cvar mskins_expression_limit atext "Mskins expr : " noshade><hbr>
49-
<ctext ai_maxcorpses atext "Max corpses : " noshade><br>
46+
<list "Off,On" cvar ghl_no_texture_stack atext "ghl_no_texture_stack : " noshade><hbr>
47+
<list "3,2,1,0" cvar mskins_variety_limit atext "mskins_variety_limit : " noshade><hbr>
48+
<list "3,2,1,0" cvar mskins_expression_limit atext "mskins_expression_limit : " noshade><hbr>
49+
<ctext ai_maxcorpses atext "ai_maxcorpses : " noshade><br>
5050
<slider cvar ai_maxcorpses min 1 max 20 step 1><hbr>
51-
<list "0,50,250,1024" match "0,50,250,1024" cvar cl_max_quads atext "Max quads : " noshade><hbr>
52-
<list "16,32" match "16,32" cvar gl_bitdepth atext "Bit depth : " noshade><hbr>
51+
<list "0,50,250,1024" match "0,50,250,1024" cvar cl_max_quads atext "cl_max_quads : " noshade><hbr>
52+
<list "16,32" match "16,32" cvar gl_bitdepth atext "gl_bitdepth : " noshade><hbr>
5353

5454
<hbr>
5555
<font type title tint white atint white>

0 commit comments

Comments
 (0)