]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
No need to use a self.owner to determine origin, as the sender entity already copies...
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
2011-04-10 Mircea KitsuneNo need to use a self.owner to determine origin, as...
2011-04-10 Mircea KitsuneUse checkpvs to determine if the client we're sending...
2011-04-10 Mircea KitsuneSome small tweaks to stuff
2011-04-07 Mircea KitsuneMerge branch 'master' into mirceakitsune/damage_effects
2011-04-06 Rudolf Polzerfix wrong strreplace usage
2011-04-05 Jakob MGMerge remote-tracking branch 'origin/samual/fix_csqc_st...
2011-04-05 Jakob MGMerge remote-tracking branch 'origin/samual/balance'
2011-04-05 Jakob MGMerge remote-tracking branch 'origin/samual/fix_hud_dra...
2011-04-05 SamualACTUALLY make drawpic_aspect_skin_expanding use the...
2011-04-05 Samualgettext a string which was missed for warmup
2011-04-05 Rudolf Polzerfix health in ekg
2011-04-04 Mircea KitsuneAllow the client-side cvar switch to specify particle...
2011-04-04 Mircea KitsuneAlways apply the effect to bodies as well, even if...
2011-04-04 Mircea KitsuneOnly bound the effect's lifetime if the cvar is enabled.
2011-04-04 Mircea KitsuneBound the maximum lifetime the effect might have at...
2011-04-04 Mircea KitsuneReduce effect probability on gibs each tick. Helps...
2011-04-03 mand1ngaMerge remote branch 'origin/fruitiex/mapvote_fix'
2011-04-03 mand1ngaMerge remote branch 'origin/fruitiex/accelerometer_fix'
2011-04-03 Mircea KitsuneMerge branch 'master' into mirceakitsune/damage_effects
2011-04-03 Mircea KitsuneCopy an existing damage repeater to another entity...
2011-04-03 Mircea KitsuneI was wrong. Send the ent num of the player for dead...
2011-04-03 mand1ngaMerge remote branch 'origin/morphed/hpitems'
2011-04-03 Mircea KitsuneRemove the effect from respawn ghosts
2011-04-03 Mircea KitsuneInstead, send the entnum of the player from copied...
2011-04-03 Mircea KitsuneUndo one of my changes with ent num. I think it's best...
2011-04-03 Mircea KitsuneMake dead bodies not take any more damage after they...
2011-04-03 Mircea KitsuneFix another bug with dead bodies. Also set the .owner...
2011-04-03 Mircea KitsuneSome tweaks to my last commit.
2011-04-03 Mircea KitsuneFix many issues with how the effect is handles. Includi...
2011-04-03 Mircea KitsuneSecond part of my latest change. When a body is gibbed...
2011-04-03 mand1ngaMerge remote branch 'origin/terencehill/italian_update'
2011-04-03 Mircea KitsuneFirst part of my attempt to apply damage effects to...
2011-04-03 Mircea KitsuneDo the last change properly, and also hide our own...
2011-04-03 Mircea KitsuneNetwork over one more byte, specifying if the damaged...
2011-04-02 Mircea KitsuneAlso make a client side cvar switch
2011-04-02 Mircea KitsuneSkip the effect if the lifetime or tick cvars are disabled.
2011-04-02 Mircea KitsuneIf the repeater is being updated, increase its lifetime...
2011-04-02 Mircea KitsuneDo as said in the last commit, and update the effect...
2011-04-02 Mircea KitsuneTurn the repeater entity into a field entity. This...
2011-04-02 Mircea KitsuneBase the lifetime of a damage effect on the damage...
2011-04-02 Mircea KitsuneAlso remove my testing print. It's not needed any more.
2011-04-02 Mircea KitsuneProperly fix the species effectnum
2011-04-02 Mircea KitsuneFix per-species effectnum
2011-04-02 Rudolf Polzerskip the WarpZone_StoreProjectileData loop if there...
2011-04-02 Mircea KitsuneIf the weapon is a bullet weapon (shotgun uzi or sniper...
2011-04-02 Mircea KitsuneFirst code that causes damage particles to show! Functi...
2011-04-02 Mircea KitsuneSkip the effect if the damage was not caused by a weapon
2011-04-02 Mircea KitsuneMake the effect dependent on both sv_gentle and cl_gentle
2011-04-02 Mircea KitsuneAdd more info to the debug tester
2011-04-02 Mircea KitsuneRename the effect from WeaponDamage to DamageEffect...
2011-04-02 Mircea KitsuneCvar the server part of the effect
2011-04-02 Mircea KitsuneReturn if a damage effect is already active for that...
2011-04-02 Mircea KitsuneMake the repeater actually repeat properly
2011-04-02 Mircea KitsuneThe \n... it always gets forgotten
2011-04-02 Mircea KitsunePut a little test in place client-side. No actual parti...
2011-04-02 Mircea KitsuneOnly send the effect if the target is a player or dead...
2011-04-02 Mircea KitsuneFirst actual usage of the new code. Damage() will activ...
2011-04-02 Mircea KitsuneAttempt (once again) to implement constant player damag...
2011-04-02 FruitieXaccelerometer: remove the "glow"/fade out effects from...
2011-04-02 FruitieXMapvote: Don't show the "-1 votes" count when a map...
2011-04-01 Rudolf Polzerput the watermark in an ifdef
2011-04-01 Rudolf Polzersupport # comments in player stats
2011-04-01 Rudolf Polzersend a "R" line in the player stats POST that is the...
2011-04-01 Rudolf Polzerin adminmsg: entnumber 0 means "all clients"
2011-04-01 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2011-04-01 Rudolf Polzernew command: sv_cmd adminmsg <clientno> "string" <infob...
2011-03-31 Rudolf Polzerimprove team spawn logic
2011-03-31 Rudolf PolzerMerge remote branch 'origin/mirceakitsune/cvared_gib_he...
2011-03-31 Rudolf PolzerMerge remote branch 'origin/mand1nga/i18n-ES'
2011-03-30 MorphedMerge branch 'morphed/hpitems' of ssh://git.xonotic...
2011-03-30 sevMerge branch 'sev/hudlayout' of ssh://git.xonotic.org...
2011-03-30 sevMerge branch 'master' of ssh://git.xonotic.org/xonotic...
2011-03-30 Rudolf PolzerMerge remote-tracking branch 'origin/samual/fixes_for_l...
2011-03-30 sevMerge branch 'master' of ssh://git.xonotic.org/xonotic...
2011-03-30 SamualMerge remote branch 'origin/master' into sev/hudlayout
2011-03-30 SamualMerge remote branch 'origin/master' into samual/fixes_f...
2011-03-29 Rudolf PolzerFINALLY fix the "warpzonelib" error a proper way
2011-03-28 Rudolf PolzerMerge remote-tracking branch 'origin/samual/change_defa...
2011-03-28 Rudolf Polzerfix slow push :P
2011-03-28 Rudolf PolzerFix some bugs in here
2011-03-28 Rudolf Polzernew toy: autocvar_g_damagepush_speedfactor - ENJOY
2011-03-27 Rudolf Polzermove the minstanex_ammo hack out of WR_THINK, as now...
2011-03-27 terencehillFix minstagib where isn't possible to shoot when you...
2011-03-25 Rudolf Polzersome unused vars be gone
2011-03-24 SamualMerge remote branch 'origin/master' into samual/change_...
2011-03-23 Mircea KitsuneBetter names
2011-03-23 Mircea KitsuneFix HUD blood splash being drawn at incorrect position...
2011-03-23 Rudolf Polzeruse crylink_impact again (which is a copy of crylink_im...
2011-03-23 Rudolf PolzerMerge branch 'master' into samual/change_default_balance
2011-03-23 Rudolf PolzerMerge remote branch 'origin/terencehill/misc_bugfixes'
2011-03-23 SamualMerge branch 'samual/change_default_balance' of ssh...
2011-03-22 SamualSwap the file names back and add support for old seeker...
2011-03-22 terencehillCheck for negative values returned by search_begin...
2011-03-21 SamualMerge branch 'samual/crylink_updates' into samual/chang...
2011-03-21 SamualMerge branch 'samual/seeker_updates' into samual/change...
2011-03-21 SamualChange the effect from crylink_impact to crylink_impact...
2011-03-21 SamualNew effect (slightly) for tag rockets
2011-03-21 SamualMerge remote branch 'origin/master' into samual/seeker_...
2011-03-21 SamualChange the effect slightly for the seeker, and swap...
2011-03-20 Mircea KitsuneCvar the amount of health dead bodies must take in...
next