]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Defs.qc
Merge remote branch 'origin/terencehill/newpanelhud-dom_points' into terencehill...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Defs.qc
index e816fe221a13bc4994deb8aaf2f90318b1364e38..5f5974a1aac5a33c9f281737514897fdc806ecb2 100644 (file)
@@ -216,6 +216,13 @@ float race_status;
 string race_status_name;
 float race_myrank;
 
+// DOM
+float dom_total_pps;
+float dom_pps_red;
+float dom_pps_blue;
+float dom_pps_yellow;
+float dom_pps_pink;
+
 // Nexball
 float nb_pb_period;
 
@@ -265,3 +272,11 @@ float cr_maxbullets;
 
 float bgmtime;
 
+string weaponorder_byimpulse;
+string weaponorder_bypriority;
+
+float nex_charge_movingavg;
+
+float serverflags;
+
+float uid2name_dialog;