]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove hud_panel_notify_print
authorSamual Lenks <samual@xonotic.org>
Fri, 1 Mar 2013 05:14:17 +0000 (00:14 -0500)
committerSamual Lenks <samual@xonotic.org>
Fri, 1 Mar 2013 05:14:17 +0000 (00:14 -0500)
_hud_descriptions.cfg
hud_luminos.cfg
hud_luminos_minimal.cfg
hud_luminos_minimal_xhair.cfg
hud_luminos_old.cfg
hud_nexuiz.cfg
qcsrc/client/hud_config.qc

index 90ae7a3743785d0b034e7d4a9e8234f09e5d857d..f4ecc143e522670bfe225b1f09c9ddc6831fcffc 100644 (file)
@@ -126,7 +126,6 @@ seta hud_panel_notify_bg_border "" "if set to something else than \"\" = overrid
 seta hud_panel_notify_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
 seta hud_panel_notify_flip "" "order the list top to bottom instead of bottom to top"
 seta hud_panel_notify_fontsize "" "multiplier for the font size used for player names in the panel"
-seta hud_panel_notify_print "" "also con_notify print the messages that are shown on the notify panel"
 seta hud_panel_notify_fadetime "" "fade out time"
 seta hud_panel_notify_time "" "time that a new entry stays until it fades out"
 
index 6a45b02a51b2306ddb816ffa5b71a7e7de511ece..bb0c97e0998af1f8a4d88cf7f3aef2e236f9e52b 100644 (file)
@@ -124,7 +124,6 @@ seta hud_panel_notify_bg_border ""
 seta hud_panel_notify_bg_padding ""
 seta hud_panel_notify_flip "0"
 seta hud_panel_notify_fontsize "0.8"
-seta hud_panel_notify_print "1"
 seta hud_panel_notify_time "10"
 seta hud_panel_notify_fadetime "3"
 
index 7442f3bd72119127ccc089a1900a231af606ead1..775ddaf8f16f3779f77ace00f834c7c4015a418b 100644 (file)
@@ -124,7 +124,6 @@ seta hud_panel_notify_bg_border ""
 seta hud_panel_notify_bg_padding ""
 seta hud_panel_notify_flip "1"
 seta hud_panel_notify_fontsize "0.8"
-seta hud_panel_notify_print "0"
 seta hud_panel_notify_time "10"
 seta hud_panel_notify_fadetime "3"
 
index c4c99f317fd1f90c95e55d74aed62aa00b58bd0e..b7a208dbdbccb0a924fe50bcd37f9b7e460685c7 100644 (file)
@@ -124,7 +124,6 @@ seta hud_panel_notify_bg_border ""
 seta hud_panel_notify_bg_padding ""
 seta hud_panel_notify_flip "1"
 seta hud_panel_notify_fontsize "0.8"
-seta hud_panel_notify_print "0"
 seta hud_panel_notify_time "10"
 seta hud_panel_notify_fadetime "3"
 
index 74d98c098d5f19ff504e8d4f2adf446697d0ef87..2e718b288b240dacd582d711835b0ba3ed16e14c 100644 (file)
@@ -124,7 +124,6 @@ seta hud_panel_notify_bg_border ""
 seta hud_panel_notify_bg_padding ""
 seta hud_panel_notify_flip "0"
 seta hud_panel_notify_fontsize "0.8"
-seta hud_panel_notify_print "1"
 seta hud_panel_notify_time "10"
 seta hud_panel_notify_fadetime "3"
 
index ab326c6247d0360268cff65f4a638b68e3607c19..d4e71d876268cac6b7cccd8e60b9bb7573563ca0 100644 (file)
@@ -124,7 +124,6 @@ seta hud_panel_notify_bg_border ""
 seta hud_panel_notify_bg_padding ""
 seta hud_panel_notify_flip "0"
 seta hud_panel_notify_fontsize "1"
-seta hud_panel_notify_print "1"
 seta hud_panel_notify_time "10"
 seta hud_panel_notify_fadetime "3"
 
index ea9fd93facb8c9af1bec780938ad681a3b573e4a..21ab08fa709c51aceb213849a47b6058f413747c 100644 (file)
@@ -117,7 +117,6 @@ void HUD_Panel_ExportCfg(string cfgname)
                                case HUD_PANEL_NOTIFY:
                                        HUD_Write_PanelCvar_q("_flip");
                                        HUD_Write_PanelCvar_q("_fontsize");
-                                       HUD_Write_PanelCvar_q("_print");
                                        HUD_Write_PanelCvar_q("_time");
                                        HUD_Write_PanelCvar_q("_fadetime");
                                        break;