]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common
Merge branch 'master' into terencehill/bot_ai
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common /
2018-06-20 terencehillMerge branch 'master' into terencehill/bot_ai
2018-06-19 MarioMake sure the hunter-killer rocket loses its target...
2018-06-19 MarioCompilation unit passes locally, what more can I do
2018-06-19 MarioDefine spawnflags in ammo.qh for now (another compilati...
2018-06-19 MarioFix the compilation unit, apparently
2018-06-19 MarioMerge remote-tracking branch 'origin/master'
2018-06-19 MarioMerge branch 'Mario/playerdemo_removal'
2018-06-18 terencehillRemove a redundant Weapons_from call
2018-06-18 terencehillConsistent indentation for clanarena.qc code
2018-06-18 terencehillClan Arena, warmup stage: fix bots standing still after...
2018-06-18 MarioDon't play the "new toys, new toys!" roflsound by default
2018-06-18 MarioAdd a few checks to the spam weapons to prevent them...
2018-06-18 MarioFix some typos and remove an unused constant
2018-06-18 MarioMerge branch 'Mario/event_heal' into 'master'
2018-06-17 MarioAdd a note to trigger_heal for later
2018-06-17 MarioUse the new unlimited resource constant
2018-06-17 MarioMerge branch 'master' into Mario/event_heal
2018-06-17 MarioUse a constant to define the 'unlimited' resource limit
2018-06-17 MarioAdd an item flag to mark items as resources (as opposed...
2018-06-17 MarioUse Heal in more places (turrets, trigger_heal, mage...
2018-06-17 MarioTo match resource limit behaviour, set the 'unlimited...
2018-06-17 MarioMerge branch 'master' into Mario/event_heal
2018-06-17 MarioAlso fix the multiplier so it doesn't heal generators...
2018-06-17 MarioMerge branch 'master' into Mario/event_heal
2018-06-17 MarioMerge branch 'master' into Mario/event_heal
2018-06-17 MarioImplement a proper Heal function for the Arc's ability...
2018-06-16 MarioClean up some unnecessary uses of SetResourceAmountExplicit
2018-06-16 MarioUse it in mage code too
2018-06-16 MarioImplement TakeResource
2018-06-16 MarioMove the hard resource limit constant to common
2018-06-16 MarioClear out .health and .armorvalue from the client side
2018-06-16 MarioClear out most references to .health and .armorvalue...
2018-06-16 MarioClear out most references to the .ammo_* fields
2018-06-16 MarioTweak arc's healing so it affects a few other entities...
2018-06-15 terencehillGet rid of a console error when an onslaught generator...
2018-06-15 terencehillReduce indentation of some code inside of ons_Generator...
2018-06-15 terencehillFix a loop not working as intended
2018-06-15 terencehillBot AI: Onslaught: rate the controlpoint itself if...
2018-06-15 MirioMerge branch 'Mario/func_breakable_playercheck' into...
2018-06-15 MarioUse team colour for the same team flag carrier instead...
2018-06-15 MarioDo a trace before respawning a func_breakable to see... 566/head
2018-06-15 MarioConsistently refer to the jetpack as that (not jet...
2018-06-15 MarioDisable the weapon pickup notification in item pickup...
2018-06-15 MarioAttach the hook properly to entities even if they have...
2018-06-15 MarioFix compile
2018-06-15 MarioAllow instant detonation on devastator rockets
2018-06-14 terencehillRemove useles havocbot_role_flags field
2018-06-14 terencehillBot AI: fix bots heading to another control point right...
2018-06-14 terencehillOnslaught: optimize loops through waypoints
2018-06-14 terencehillMerge branch 'master' into terencehill/bot_ai
2018-06-14 terencehillSplit havocbot_symmetryaxis_equation vector into separa...
2018-06-13 terencehillBot AI: reduce powerup rating value
2018-06-12 MarioPossible fix for compilation unit...
2018-06-12 MarioFix a spawnflag check
2018-06-12 MarioAdd a function for turrets to tell how close they are...
2018-06-12 MarioClean up some dangling definitions on the client side
2018-06-12 MarioClean up some dangling definitions from the server...
2018-06-12 MarioMerge branch 'terencehill/min_spec_time' into 'master'
2018-06-11 MarioRevert "Potential fix for arc's buffer overflow issue...
2018-06-11 MarioPotential fix for arc's buffer overflow issue (hacky...
2018-06-11 MarioMerge branch 'martin-t/defaults' into 'master'
2018-06-11 MarioMerge branch 'master' into martin-t/defaults
2018-06-11 MarioMerge branch 'master' into Lyberta/PrintMove
2018-06-11 MarioPurge direct includes of mutators/events.qh in favour...
2018-06-11 MarioAnother attempt to fix compilation unit
2018-06-11 MarioFix compilation unit
2018-06-11 MarioMerge branch 'Lyberta/OverkillWeaponIcons' into 'master'
2018-06-11 LybertaUse icon names from default HUD theme for OK weapons. 563/head
2018-06-10 MarioPort the g_inventory global entity from the scoreboard...
2018-06-10 MarioFix a couple more compilation unit failures
2018-06-10 MarioAdd the item definition as a paremter to m_iteminit...
2018-06-10 MarioReplace some ammo field references with resources
2018-06-10 MarioMove the client portion of client walls into the models...
2018-06-10 MarioMerge branch 'Lyberta/OverkillWeaponsMutator' into...
2018-06-10 MarioFix another random include error
2018-06-10 LybertaAdded Overkill weapons mutator. 561/head
2018-06-10 MarioRemove g_subs
2018-06-10 MarioClean up g_subs a bit more
2018-06-10 MarioMerge branch 'Lyberta/RandomItems2' into 'master'
2018-06-10 MarioMove all the remaining gamemodes to common
2018-06-10 LybertaMerge branch 'master' into Lyberta/RandomItems2 560/head
2018-06-09 LybertaBetter random items.
2018-06-09 MarioRemove playerdemo feature (it is incomplete, unmaintain...
2018-06-09 MarioRemove a bit more dead code and put an include in the...
2018-06-09 MarioMove dynlight to mapobjects
2018-06-09 MarioClean up mapobjects' includes a little bit, move some...
2018-06-09 MarioRename triggers to mapobjects
2018-06-09 MarioMerge branch 'morosophos/rankings_cnt' into 'master'
2018-06-09 MarioMove another small piece of random weapons around
2018-06-09 MarioMove more of weaponarena_random into its mutator file
2018-06-09 MarioFix dual wielding devastator and mortar, enable vortex...
2018-06-09 MarioFix resetting of the rifle accumulator
2018-06-09 MarioOptimize racer performance a tiny bit
2018-06-07 MorosophosMerge remote-tracking branch 'origin/master' into moros...
2018-06-06 LybertaMerge branch 'master' into Lyberta/PrintMove
2018-06-06 MarioMerge branch 'Lyberta/mutator_is_enabled' into 'master'
2018-06-06 LybertaFixed random items check in new toys. 559/head
2018-06-06 LybertaMerge branch 'master' into Lyberta/mutator_is_enabled
2018-06-06 LybertaAdded MUTATOR_IS_ENABLED macro.
2018-06-05 MarioMerge branch 'Mario/weapons_stat'
next