]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Item Pickup panel
authorz411 <z411@omaera.org>
Wed, 4 Jan 2023 20:40:42 +0000 (20:40 +0000)
committerterencehill <piuntn@gmail.com>
Wed, 4 Jan 2023 20:40:42 +0000 (20:40 +0000)
commitd77d35f12d537628d021b946d5fd6aa20734042d
tree3da22ca2d3908c7509c08e30da28c7d7a671672d
parente3f69d98a5280a43326e34b201a800c7a5bf5e63
Item Pickup panel

* This panel shows the weapon or item that has been just picked up, with its icon, item name, and time of pickup.
* The time of pickup can be hidden by the client or the server (default in XPM ruleset).
* If you pick up the same item several times in a row it will show (x2, x3...) in parentheses.
* Display time, fade out time and icon size can all be configured. The size of its contents automatically change size to fit the panel size.
30 files changed:
_hud_common.cfg
_hud_descriptions.cfg
hud_luma.cfg
hud_luminos.cfg
hud_luminos_minimal.cfg
hud_luminos_minimal_xhair.cfg
hud_luminos_old.cfg
hud_nexuiz.cfg
qcsrc/client/hud/hud.qh
qcsrc/client/hud/panel/_mod.inc
qcsrc/client/hud/panel/_mod.qh
qcsrc/client/hud/panel/pickup.qc [new file with mode: 0644]
qcsrc/client/hud/panel/pickup.qh [new file with mode: 0644]
qcsrc/client/hud/panel/timer.qc
qcsrc/common/constants.qh
qcsrc/common/items/inventory.qh
qcsrc/common/items/item/ammo.qh
qcsrc/common/items/item/jetpack.qh
qcsrc/common/net_linked.qh
qcsrc/common/notifications/all.qh
qcsrc/menu/xonotic/_mod.inc
qcsrc/menu/xonotic/_mod.qh
qcsrc/menu/xonotic/dialog_hudpanel_pickup.qc [new file with mode: 0644]
qcsrc/menu/xonotic/dialog_hudpanel_pickup.qh [new file with mode: 0644]
qcsrc/menu/xonotic/mainwindow.qc
qcsrc/server/items/items.qc
qcsrc/server/weapons/common.qc
qcsrc/server/world.qc
ruleset-XPM.cfg
xonotic-server.cfg