]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merged Lyberta/TeamplayFixes_
authorLyberta <lyberta@lyberta.net>
Sun, 6 Aug 2017 07:46:50 +0000 (10:46 +0300)
committerLyberta <lyberta@lyberta.net>
Sun, 6 Aug 2017 07:46:50 +0000 (10:46 +0300)
12 files changed:
1  2 
defaultXonotic.cfg
qcsrc/client/hud/panel/modicons.qc
qcsrc/client/view.qc
qcsrc/common/mutators/mutator/overkill/rpc.qc
qcsrc/common/mutators/mutator/overkill/rpc.qh
qcsrc/common/notifications/all.inc
qcsrc/common/stats.qh
qcsrc/common/t_items.qc
qcsrc/common/weapons/weapon/shotgun.qc
qcsrc/server/client.qc
qcsrc/server/defs.qh
qcsrc/server/g_world.qc

Simple merge
Simple merge
Simple merge
index afca9517cfb74f28e743c85db632e651a25816f0,e9a5ce2c3fc01b3a39a0ab055234b5f23170b4fd..536435d34ff3c48cc94ed797eabbbb7042708007
@@@ -8,9 -8,9 +8,9 @@@ void W_RocketPropelledChainsaw_Explode(
        this.event_damage = func_null;
        this.takedamage = DAMAGE_NO;
  
 -      RadiusDamage (this, this.realowner, WEP_CVAR(rpc, damage), WEP_CVAR(rpc, edgedamage), WEP_CVAR(rpc, radius), NULL, NULL, WEP_CVAR(rpc, force), this.projectiledeathtype, directhitentity);
 +      RadiusDamage (this, this.realowner, WEP_CVAR_PRI(rpc, damage), WEP_CVAR_PRI(rpc, edgedamage), WEP_CVAR_PRI(rpc, radius), NULL, NULL, WEP_CVAR_PRI(rpc, force), this.projectiledeathtype, directhitentity);
  
-       delete (this);
+       delete(this);
  }
  
  void W_RocketPropelledChainsaw_Explode_think(entity this)
Simple merge
Simple merge
Simple merge
index e8e79ebeed0593086935f862cabc702533dad697,e255174c008c32fb715ef65de6cee1d98ac3fa33..eeb6b120bbc63224bf6ee3af25d6e801e7fefc67
@@@ -1709,11 -1726,8 +1728,10 @@@ void SpectateCopy(entity this, entity s
        this.superweapons_finished = spectatee.superweapons_finished;
        STAT(PRESSED_KEYS, this) = STAT(PRESSED_KEYS, spectatee);
        this.weapons = spectatee.weapons;
-       this.dual_weapons = spectatee.dual_weapons;
        this.vortex_charge = spectatee.vortex_charge;
        this.vortex_chargepool_ammo = spectatee.vortex_chargepool_ammo;
 +      this.okvortex_charge = spectatee.okvortex_charge;
 +      this.okvortex_chargepool_ammo = spectatee.okvortex_chargepool_ammo;
        this.hagar_load = spectatee.hagar_load;
        this.arc_heat_percent = spectatee.arc_heat_percent;
        this.minelayer_mines = spectatee.minelayer_mines;
Simple merge
Simple merge