]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common/weapons/w_mortar.qc
No need for that extra prefix
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_mortar.qc
2013-12-11 Samual LenksNo need for that extra prefix
2013-12-11 Samual LenksFix DecreaseAmmo usage
2013-12-10 Samual LenksBegin fixing ammo field usage
2013-12-09 Samual LenksDon't do the full WEP_id for these, not necessary
2013-12-09 Samual LenksClean up settings lists slightly
2013-12-09 Samual LenksAdd weaponstartoverride property to weapons
2013-12-09 Samual LenksAdd the properties to all weapons now
2013-12-09 Samual LenksBegin adding support for weaponstart and weaponreplace...
2013-12-09 MarioFix a missing cvar
2013-12-09 Samual LenksRemove one of the projectile velocity setup macros
2013-12-08 MarioBouncing effects for mortar grenades
2013-12-08 MarioMerge branch 'samual/weapons' of http://nl.git.xonotic...
2013-12-08 MarioRename WEP_GRENADE_LAUNCHER to WEP_MORTAR
2013-12-07 Samual LenksFINALLY it compiles
2013-12-07 Samual LenksWorking on new system which does not need macro defines...
2013-12-06 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-09-14 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-09-14 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-09-05 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-08-20 Samual LenksRemove some reloading system stupidity
2013-08-20 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-08-14 Samual LenksStart working on a new system which calculates weapon...
2013-08-14 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-07-10 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-07-01 Samual LenksRemove the weapon_setup function, it's stupid
2013-07-01 Samual LenksEven more cleanup (sort of)
2013-07-01 Samual LenksClean up some more macros (sort of :D)
2013-06-30 Samual LenksRename "shortname" to "netname", the field is called...
2013-06-30 Samual LenksAdd config support to Arc, Crylink, Hagar, Mortar,...
2013-06-30 Samual LenksRename WR_PRECACHE to WR_INIT, which is more appropriate
2013-06-30 Samual LenksActually we can do another macro there too :D
2013-06-29 Samual LenksRename weapon_action to WEP_ACTION
2013-06-28 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-06-15 MarioMove nex to the new cvar system
2013-06-15 Samual LenksDon't forget to add this to precache when moving weapon...
2013-06-15 Samual LenksWhy does this crash gmqcc?
2013-06-15 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-06-14 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-06-11 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-06-11 MarioReplace if statements with switches in the weapon reque...
2013-06-11 Samual LenksOn second thought, add those prefixes back, it helps...