]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into Mario/qc_stats
authorMario <mario.mario@y7mail.com>
Sat, 25 Jul 2020 05:09:00 +0000 (15:09 +1000)
committerMario <mario.mario@y7mail.com>
Sat, 25 Jul 2020 05:09:00 +0000 (15:09 +1000)
1  2 
qcsrc/client/view.qc
qcsrc/common/stats.qh
qcsrc/common/weapons/all.qc
qcsrc/dpdefs/csprogsdefs.qh

Simple merge
Simple merge
Simple merge
index 9756c074585dff755318a9b59c4745c85ff0027a,e7eaf01f3c7104483eefbbaeeef31dadc1b296d7..0b53fb20e5f8063f44ff2db80651de2b7d2d9e30
  #define STAT_MOVEVARS_TICRATE _STAT_MOVEVARS_TICRATE
  #define STAT_MOVEVARS_TIMESCALE _STAT_MOVEVARS_TIMESCALE
  #define STAT_MOVEVARS_GRAVITY _STAT_MOVEVARS_GRAVITY
 +#define STAT_HEALTH _STAT_HEALTH
 +#define STAT_ARMOR _STAT_ARMOR
 +#define STAT_SHELLS _STAT_SHELLS
 +#define STAT_NAILS _STAT_NAILS
 +#define STAT_ROCKETS _STAT_ROCKETS
 +#define STAT_CELLS _STAT_CELLS
 +#define STAT_ITEMS _STAT_ITEMS
 +#define STAT_VIEWHEIGHT _STAT_VIEWHEIGHT
  
+ #define drawpic drawpic_builtin
+ #define drawstring drawstring_builtin
+ #define drawcharacter drawcharacter_builtin
+ #define drawfill drawfill_builtin
+ #define drawsetcliparea drawsetcliparea_builtin
+ #define drawcolorcodedstring drawcolorcodedstring_builtin
+ #define drawcolorcodedstring2 drawcolorcodedstring2_builtin
+ #define stringwidth stringwidth_builtin
  #include "upstream/csprogsdefs.qc"
  
  #undef true