]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/shortlog
xonotic/xonotic-data.pk3dir.git
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 MarioUpdate command aliases to match code
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 LenksAdd switch delay to Arc
2014-01-05 Samual LenksDon't decrease ammo_none field
2014-01-05 Samual LenksSmaller distance for blast attack
2014-01-05 Samual Lenksupdate config too
2014-01-05 Samual LenksAdd weaponthrowable property to weapons
2014-01-05 Samual LenksRemove the stupid _lightning models
2014-01-05 Samual LenksUnhandled weapon requests from weapon functions should...
2014-01-05 Samual LenksFix some issues with effects
2014-01-05 Samual LenksFix Vaporizer secondary
2014-01-05 terencehillMerge branch 'master' into terencehill/ca_ft_fixes
2014-01-05 Samual LenksAdd shotgun spawnfunc
2014-01-05 Samual LenksFix hud_panel_ammo_onlycurrent
2014-01-05 Samual LenksThe image for ammo_nails is actually named ammo_bullets
2014-01-05 Samual LenksAdd back the old bot aiming logic for devastator in...
2014-01-05 Samual LenksWe don't need stupid hacks for guiding with ammocheck
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-04 Samual LenksAdd race times to hud_notify with notification system
2014-01-04 Samual LenksAlways ensure pixel accuracy instead of manually setting it
2014-01-04 Samual Lenksuse cvar_settemp for orthoview settings
2014-01-03 Samual LenksTry working on shockwave a bit
2014-01-03 Samual LenksFix ordering in notifications.qh file for weapons
2014-01-03 Samual LenksOther fixes for death messages
2014-01-03 Samual LenksElectro doesn't use plasma anymore, remove it from...
2014-01-03 Samual LenksFix spacing in notifications.qh
2014-01-03 Samual LenksFix for HUD weapon image usage
2014-01-03 Samual LenksAdd weapon image specification to REGISTER_WEAPON
2014-01-03 Samual LenksMake these weapons use the proper refname
2014-01-03 Samual LenksFix compile
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 LenksNow make the weapon files use it
2014-01-03 Samual LenksBegin making weapon model specification part of REGISTE...
2014-01-03 Samual LenksRename our usage of model2 to wpmodel
2014-01-02 Samual LenksMake the declaration in weapons.qh match in weapons.qc
2014-01-02 Samual Lenkscommit message goes here
2014-01-02 Samual LenksMore descriptive stuff, better naming
2014-01-02 Samual LenksReorganize the register_weapon function a little bit
2014-01-02 Samual LenksAdd TODO to crosshairs.cfg to fix crosshair rings later
2014-01-02 Samual LenksFix spacing of register_weapon lists
2014-01-02 Samual LenksRemove per-weapon crosshairs from crosshairs.cfg
2014-01-02 Samual LenksAdd multiplier for compat
2014-01-02 Samual LenksBegin moving per-weapon crosshair selection as weapon...
2014-01-02 Samual LenksRemove legacy .zym weapon models (we don't use these...
2014-01-02 Samual LenksUse WarpZone_findradius_dist for distance checking...
2014-01-02 Samual LenksLimit queue to MAX_SHOCKWAVE_HITS
2014-01-02 Samual LenksSome fixes for queueing of damage with shockwave
2014-01-02 Samual LenksAdd todo comment
2014-01-02 Samual LenksAdd define for MAX_SHOCKWAVE_HITS
2014-01-02 Samual LenksClean up entity properties of weaponinfo
2014-01-02 Samual LenksComments, clean up REGISTER_WEAPON naming
2014-01-02 Samual LenksUse macro for WEP_NAME as well (get rid of W_Name)
2014-01-02 Samual LenksRemove duplicate WEP_ prefix for WEP_AMMO usage
2014-01-02 Samual LenksRename AMMO_vAL to WEP_AMMO
2014-01-02 Samual LenksSome more cleanup
2014-01-02 Samual Lenksitems field is not used on weapon entities anymore
2014-01-01 Samual LenksEmpty commit so we can test merge request submission...
2014-01-01 Samual LenksMerge remote-tracking branch 'origin/master' into Mario...
2014-01-01 Samual LenksBetter descriptions for weaponrequests
2014-01-01 Samual Lenkslittle reorganization
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 Samual LenksRename final to [[last]]
2014-01-01 Rudolf PolzerMerge remote-tracking branch 'origin/divVerent/ballistic2'
2014-01-01 Rudolf PolzerOops. Fix rifle config.
2014-01-01 Rudolf PolzerMerge branch 'master' into divVerent/ballistic2
2014-01-01 Rudolf PolzerAdd the most obvious __VA_ARGS__ macro of all.
2014-01-01 Rudolf PolzerFix terencehill's variable abuse. Unbreaks centerprint.
2013-12-31 Samual LenksMove item constants to t_items.qh
2013-12-31 Samual LenksMake these declaration lists not suck as much
2013-12-31 Samual LenksMore cleaning
2013-12-31 Samual LenksMove WANT_CONST to the same place that it is actually...
2013-12-31 Samual LenksUpdate ammo checking on HUD_AMMO and HUD_WEAPONS to...
2013-12-31 Samual LenksProper naming for "ammo_field"
2013-12-31 Samual LenksWhoops, left that in there by mistake
2013-12-31 Samual LenksMake it so that weapon zoom reticles are in weapon...
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 LenksRemove one of the WEAPONTODO's
2013-12-31 Samual LenksEven more cleanup of SetupProjVelocity
2013-12-31 Samual LenksRename the macros so that they're a little easier to...
next