]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Improve sorting of the Settings > Game list
authorotta8634 <k9wolf@pm.me>
Sat, 8 Feb 2025 17:25:13 +0000 (01:25 +0800)
committerotta8634 <k9wolf@pm.me>
Fri, 14 Mar 2025 16:33:04 +0000 (00:33 +0800)
commit69fd36cd58b7f0c6b1a3ab52285198eb9a17f022
treeaf74bc09c33167c7d63c94f33fbe6062ea3a2008
parentd0a4d263f621ee919fb168b712cffb93f1593549
Improve sorting of the Settings > Game list

Did what seemed most logical: View, HUD, Crosshair, Weapons, Models, Messages, Damage text.
This is an improvement over the previous alphabetical sorting with Damage text tacked on to the end.
Additionally View is now first, which contains Field of view, so is quite important.
qcsrc/common/mutators/mutator/damagetext/ui_damagetext.qh
qcsrc/menu/gamesettings.qh
qcsrc/menu/xonotic/dialog_settings_game_crosshair.qh
qcsrc/menu/xonotic/dialog_settings_game_hud.qh
qcsrc/menu/xonotic/dialog_settings_game_messages.qh
qcsrc/menu/xonotic/dialog_settings_game_model.qh
qcsrc/menu/xonotic/dialog_settings_game_view.qh
qcsrc/menu/xonotic/dialog_settings_game_weapons.qh