]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server
Merge branch 'master' into samual/weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server /
2014-01-06 MarioMerge branch 'master' into samual/weapons
2014-01-06 Samual LenksMerge remote-tracking branch 'origin/Mario/monsters'
2014-01-06 Samual LenksUpdate comment for crouching
2014-01-06 MarioClean up monster commands a bit more
2014-01-06 MarioClean up mobspawn command a little bit
2014-01-06 MarioClean up invasion global functions a bit
2014-01-06 MarioMerge branch 'master' into Mario/monsters
2014-01-05 Samual LenksMerge remote-tracking branch 'origin/terencehill/vehicl...
2014-01-05 Samual LenksMerge remote-tracking branch 'origin/terencehill/ca_ft_...
2014-01-05 Samual LenksDon't decrease ammo_none field
2014-01-05 Samual LenksAdd weaponthrowable property to weapons
2014-01-05 terencehillMerge branch 'master' into terencehill/ca_ft_fixes
2014-01-05 Samual LenksAdd debug in case a weapon causes negative ammo
2014-01-05 Samual LenksSome minor cleanup of weaponsystem
2014-01-05 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2014-01-04 terencehillMerge branch 'master' into terencehill/vehicles_fixes
2014-01-03 Samual LenksOn second thought, undo all that shit... this system...
2014-01-03 MarioFix mobbutcher command description
2014-01-03 MarioUse printf macro
2014-01-03 Samual LenksAdd unique fields for this, because fuck doing it any...
2014-01-03 Samual LenksAdd reminder
2014-01-03 Samual LenksStart fixing up weaponsystem.qc to handle new model...
2014-01-03 Samual LenksRename our usage of model2 to wpmodel
2014-01-02 Samual LenksUse macro for WEP_NAME as well (get rid of W_Name)
2014-01-01 Samual LenksMerge remote-tracking branch 'origin/master' into Mario...
2014-01-01 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2014-01-01 Samual LenksDon't use direct cvar access for bot weapon logic
2014-01-01 Rudolf PolzerMerge remote-tracking branch 'origin/divVerent/ballistic2'
2014-01-01 Rudolf PolzerMerge branch 'master' into divVerent/ballistic2
2014-01-01 Rudolf PolzerAdd the most obvious __VA_ARGS__ macro of all.
2013-12-31 Samual LenksMove item constants to t_items.qh
2013-12-31 Samual LenksProper naming for "ammo_field"
2013-12-31 Samual LenksAnother unnecessary thing to be removed
2013-12-31 Samual LenksRemove unused function from qh file
2013-12-31 Samual LenksThat doesn't belong here
2013-12-31 Samual LenksMove antilag_debug to where it belongs
2013-12-31 Samual LenksFinal cleanup of SetupProjVelocity stuff :)
2013-12-31 Samual LenksEven more cleanup of SetupProjVelocity
2013-12-31 Samual LenksRename the macros so that they're a little easier to...
2013-12-31 Samual LenksClean up SetupProjectileVelocity a little bit
2013-12-31 Samual Lenksfix "hack" :P
2013-12-30 Samual LenksCleanup ammofield stuff some more, fix handling in...
2013-12-30 MarioRename uzi to machinegun
2013-12-30 MarioUpdate uzi function names
2013-12-29 Samual LenksMerge remote-tracking branch 'origin/terencehill/color_...
2013-12-28 Samual LenksMerge remote-tracking branch 'origin/master' into Mario...
2013-12-26 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-12-26 MarioAdd some mutator hooks for regen & mob spawning
2013-12-26 MarioClean up CTF monster checks a little
2013-12-26 MarioAttempt to clean up commands a bit
2013-12-26 MarioAdd a mutator hook for accuracy checking & fix notifica...
2013-12-26 MarioDon't network monsterid
2013-12-24 MarioRemove freeze code, monsters no longer use freeze attacks
2013-12-23 MarioRename nex to vortex
2013-12-20 MarioRemove some leftovers from the old random monster spawn...
2013-12-20 MarioFix another bad thing
2013-12-20 MarioMerge branch 'master' into Mario/monsters
2013-12-20 Rudolf PolzerFix csqcmodel display for cloned/dead players. Also...
2013-12-16 MarioRename minstanex to vaporizer
2013-12-13 MarioFix shotgun reloading
2013-12-13 MarioFix shotgun not showing in new toys mutator
2013-12-13 MarioRetrieve weapon name from client, rather than networking it
2013-12-12 Rudolf PolzerMerge branch 'divVerent/ballistic2' into samual/weapons
2013-12-11 Rudolf PolzerWe DO need to detect double-hits, due to the weird...
2013-12-11 Rudolf PolzerAlways show DamageInfo, even when hitting the same...
2013-12-11 Rudolf PolzerMerge branch 'master' into divVerent/ballistic2
2013-12-11 Rudolf PolzerFix use of "self".
2013-12-11 MarioAdd shotgun
2013-12-11 Samual LenksClean spawning up a little too
2013-12-11 Samual LenksFix some things I broke
2013-12-11 Samual LenksFix DecreaseAmmo usage
2013-12-10 Samual LenksSkip complain if: We don't own it, it's not normal...
2013-12-10 Samual LenksFixes for Crylink
2013-12-10 Samual LenksAdd proper support for weaponstart and weaponstartoverride
2013-12-10 Samual LenksFix that last one, plus update the config- now we have...
2013-12-10 Samual LenksSupport weaponreplace with new properties system
2013-12-10 Samual LenksMore work on switching over to using entity field inste...
2013-12-10 Samual LenksBegin fixing ammo field usage
2013-12-09 Samual LenksMove weaponstats to its own file as well
2013-12-09 Samual LenksDelete useless comment from 2004
2013-12-09 Samual LenksOn second thought, no, we're not moving this
2013-12-09 Samual LenksStart using weaponstart property now
2013-12-09 MarioMerge branch 'samual/weapons' of http://nl.git.xonotic...
2013-12-09 Samual LenksAdd reminder
2013-12-09 Samual LenksRemove one of the projectile velocity setup macros
2013-12-09 MarioRemove "if not"
2013-12-08 Samual LenksMove MinstaNex to the new settings system as well
2013-12-08 MarioMerge branch 'samual/weapons' of http://nl.git.xonotic...
2013-12-08 MarioRename WEP_GRENADE_LAUNCHER to WEP_MORTAR
2013-12-08 MarioMerge branch 'samual/weapons' of http://nl.git.xonotic...
2013-12-08 Samual LenksAnother fix by Mario for previous weapon function
2013-12-08 MarioMerge branch 'samual/weapons' of http://nl.git.xonotic...
2013-12-08 MarioAttempt to fix some item linking issues
2013-12-08 Samual LenksCommit by Mario: Attempt to fix dropped weapon networki...
2013-12-08 Samual LenksRemove some files that got left over by merge accidentally
2013-12-08 Samual LenksMore progress on moving Electro to new settings system
2013-12-08 Samual LenksStrip lightning gun functionality out of Electro
2013-12-08 Samual LenksFinish moving all Laser code to Blaster code, almost...
2013-12-07 Samual LenksMore work on Laser->Blaster transition
2013-12-07 Samual LenksFurther cleanup of laser, plus remove useless mode...
next