// add button which does cvar_resettodefaults_saveonly
me.TR(me);
- me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Cvar filter:")));
+ me.TDempty(me, 0.2);
+ me.TD(me, 1, 0.8, e = makeXonoticTextLabel(0, _("Filter:")));
me.TD(me, 1, 3, e = makeXonoticInputBox(0, string_null));
e.color = e.colorF = SKINCOLOR_CVARLIST_CONTROLS;
e.cb_color = e.cb_colorC = e.cb_colorF = SKINCOLOR_CVARLIST_CONTROLS;
me.gotoRC(me, me.rows - 8, 0);
me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Setting:")));
me.TD(me, 1, me.columns - 1, e = makeXonoticTextLabel(0, string_null));
+ e.colorL = '1 1 0'; // draw the cvar name yellow
cvarlist.cvarNameBox = e;
me.TR(me);
me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Type:")));
e.onChangeEntity = cvarlist;
e.onEnter = CvarList_End_Editing;
e.onEnterEntity = cvarlist;
- me.TD(me, 1, 1, e = makeXonoticButton(string_null, SKINCOLOR_CVARLIST_CONTROLS));
+ me.TD(me, 1, 1, e = makeXonoticButton_T(string_null, SKINCOLOR_CVARLIST_CONTROLS, _("Reset to default")));
cvarlist.cvarDefaultBox = e;
e.onClick = CvarList_Revert_Click;
e.onClickEntity = cvarlist;
seta menu_tooltips 1 "menu tooltips; \"0\" = disabled, \"1\" = enabled, \"2\" = also show cvar or console command (when available) changed or executed by the item"
set menu_picmip_bypass 0 "bypass texture quality enforcement based on system resources (WARNING: not recommended and may cause crashes!)"
set menu_showboxes 0 "show item bounding boxes (NOTE: for debugging)"
-set menu_cvarlist_onlymodified 0 "show only modified cvars in the cvar list"
+set menu_cvarlist_onlymodified 1 "show only modified cvars in the advanced cvar list"
seta menu_create_show_all 0 "show most gametypes in the create menu"
set menu_no_music_nor_welcome 0 "don't play the menu music and skip the welcome announcer"