]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Code to support icons which are shown with an "incorporated" bar indicating the pps...
authorterencehill <piuntn@gmail.com>
Wed, 28 Jul 2010 20:25:55 +0000 (22:25 +0200)
committerterencehill <piuntn@gmail.com>
Wed, 28 Jul 2010 20:25:55 +0000 (22:25 +0200)
commit6e04cb95750423d62110e01c5efc56cf0e127293
tree0ce216ea1ac6ee3459c7e7a65506f0641a603da5
parent35a65b8d3178ec18ba6fd25446af4ba190532233
Code to support icons which are shown with an "incorporated" bar indicating the pps percentage.
Add a set of dom icons, I hope I did something decent... surely as they are they don't fit luminos' style so I've put them only in the nexuiz skin.

Rename hud_panel_modicons_dom_pps to hud_panel_modicons_dom_layout and add it to defaultXonotic.cfg
3 possible layouts:
0) only icons
1) icons and percentage of average pps (points per second)
2) icons and average pps

The whole code is now cleaner.
12 files changed:
defaultXonotic.cfg
gfx/hud/old/dom_icon_blue-highlighted.tga [new file with mode: 0644]
gfx/hud/old/dom_icon_blue.tga [new file with mode: 0644]
gfx/hud/old/dom_icon_pink-highlighted.tga [new file with mode: 0644]
gfx/hud/old/dom_icon_pink.tga [new file with mode: 0644]
gfx/hud/old/dom_icon_red-highlighted.tga [new file with mode: 0644]
gfx/hud/old/dom_icon_red.tga [new file with mode: 0644]
gfx/hud/old/dom_icon_yellow-highlighted.tga [new file with mode: 0644]
gfx/hud/old/dom_icon_yellow.tga [new file with mode: 0644]
qcsrc/client/hud.qc
qcsrc/server/cl_client.qc
qcsrc/server/domination.qc