]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Allow binding weapons individually in the menu
authorotta8634 <k9wolf@pm.me>
Tue, 4 Feb 2025 06:27:05 +0000 (14:27 +0800)
committerotta8634 <k9wolf@pm.me>
Tue, 4 Feb 2025 06:27:05 +0000 (14:27 +0800)
commitfc9687796da35b9b5ace347199b35fba812f893e
tree9f2d1d928e0b81400d99ef3d5bc0d08556d9c8e7
parent70fd977981a46194cf6b2907f1eb8025f63b06a0
Allow binding weapons individually in the menu

Previously weapon-groups could only be bound via the menu, meaning a player can't set a separate bind for Crylink and HLAC (for example).
Added individual weapon bind keys under the group key in the menu.
- Binding a group key will unbind all the child weapon binds, so that the user doesn't end up with multiple binds set for the one weapon. This is of course a legitimate thing to do, but is likely too confusing for inexperienced players.
Added tree icons to make it more obvious which weapons are a part of the group.
- Currently there's no tree icons for wickedx or luminos.
Since this now shows weapon icons along with their names, this is enough to complete the menu-side of #2065.
gfx/menu/luma/tree_branch.tga [new file with mode: 0644]
gfx/menu/luma/tree_branch_start.tga [new file with mode: 0644]
gfx/menu/luma/tree_elbow.tga [new file with mode: 0644]
gfx/menu/xaw/tree_branch.tga [new file with mode: 0644]
gfx/menu/xaw/tree_branch_start.tga [new file with mode: 0644]
gfx/menu/xaw/tree_elbow.tga [new file with mode: 0644]
qcsrc/menu/xonotic/keybinder.qc
qcsrc/menu/xonotic/keybinder.qh
qcsrc/menu/xonotic/weaponslist.qc
qcsrc/menu/xonotic/weaponslist.qh