]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server
Whoops those debug prints aren't needed anymoe
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server /
2011-02-24 SamualMerge remote branch 'origin/master' into samual/crossha...
2011-02-23 Rudolf Polzerwork around a fteqcc bug; fteqcc currently does not...
2011-02-23 Rudolf Polzerfix more issues... still doesn't compile
2011-02-23 Rudolf Polzerundo an accidentally done chaneg in last commit
2011-02-23 Rudolf Polzermutator system: refuse to add a mutator for the second...
2011-02-22 SamualMake it so that crosshair rings work when spectating too
2011-02-22 SamualMerge remote branch 'origin/master' into samual/crossha...
2011-02-22 SamualFix typo
2011-02-19 Rudolf PolzerMerge remote-tracking branch 'origin/terencehill/menu_s...
2011-02-19 Rudolf PolzerMerge remote-tracking branch 'origin/terencehill/misc_b...
2011-02-19 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2011-02-18 Rudolf Polzeralso support notq3a/notta fields, by considering any...
2011-02-18 Rudolf Polzersupport Q3A's gametype filtering (notteam, notq3a,...
2011-02-17 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-02-16 Rudolf PolzerMerge remote-tracking branch 'origin/terencehill/misc_b...
2011-02-16 SamualAdd minelayer_maxmines global constant so crosshair...
2011-02-16 SamualRedo a lot of the crosshair_ring code, add new ring...
2011-02-16 Rudolf PolzerMerge remote-tracking branch 'origin/samual/hud_notify_...
2011-02-16 Rudolf PolzerMerge remote-tracking branch 'origin/samual/balancesamual'
2011-02-15 Rudolf Polzerfix g_mirrordamage unused definition
2011-02-14 Rudolf Polzerfix two bugs in the recent commits
2011-02-14 Rudolf Polzerfix triggering of func_train
2011-02-14 Rudolf Polzerpath_corner: run triggers for target2 to target4 when...
2011-02-14 Rudolf Polzermove hitsound clientside
2011-02-14 Rudolf PolzerMerge remote branch 'origin/samual/hitindication'
2011-02-14 Mircea KitsuneIf we drop a weapon that's loaded, give the ammo back...
2011-02-14 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-02-13 Rudolf PolzerALWAYS do hitsound antispam. No need for that weapon...
2011-02-13 Rudolf PolzerMerge remote-tracking branch 'origin/samual/keepaway'
2011-02-12 SamualRemove drops from keepaway - they're redundant with...
2011-02-12 SamualRename "time" to "bctime" in keepaway so that it doesn...
2011-02-12 Rudolf Polzerfix damage bounding in crylink
2011-02-12 Rudolf Polzerlinkexplode: use secondary mode properly
2011-02-12 Mircea KitsuneActually, that check is not needed at all. If we're...
2011-02-12 Mircea Kitsune"we're already holding a weapon we can reload" when...
2011-02-12 Mircea KitsuneNo need to check self.weapon here
2011-02-12 Mircea KitsuneMake a comment more correct
2011-02-12 Mircea KitsuneBot skill level 2 for reloading in-hand weapon. Makes...
2011-02-11 Mircea KitsuneOnly for bots skill 5 and up. Since only such both...
2011-02-11 Mircea KitsuneOnly refuse reload scheduled weapons if we have somethi...
2011-02-11 Mircea KitsuneSimplify that last code a bit
2011-02-11 Mircea KitsuneOnly avoid a reload scheduled weapon if our current...
2011-02-11 Mircea KitsuneWrite that last code in a better way
2011-02-11 Mircea KitsuneBot AI: Don't switch to a weapon scheduled for reloadin...
2011-02-11 Mircea KitsuneFix a small issue in reload code
2011-02-11 Mircea KitsuneRemove the first code. Now that bots know how to reload...
2011-02-11 Mircea KitsuneBetter way of checking if we're already holding a weapo...
2011-02-11 Mircea KitsuneSkill limits for each bot reloading decision. Also...
2011-02-11 Mircea KitsuneImprove that last code. When not attacking, a bot will...
2011-02-11 Mircea KitsuneMake bots reload weapons when not attacking anyone...
2011-02-11 Mircea KitsuneOk, let's do a few changes to the bot AI too. Bots...
2011-02-11 Mircea KitsuneMerge two voids back again. It makes more sense this...
2011-02-11 Mircea KitsuneBetter comments
2011-02-11 Mircea KitsuneNo need to use floats when calling W_ReloadCheck, as...
2011-02-11 Mircea KitsuneMove all checks where they belong
2011-02-11 Mircea KitsuneAttempt to sort the code in a better way
2011-02-11 Mircea KitsuneError case: Skip reloading and warn if attempting to...
2011-02-11 Mircea KitsuneImprove a comment
2011-02-11 Mircea KitsuneSkip melee attack for shotgun while reloading
2011-02-11 Mircea KitsuneComment out that last change, rather
2011-02-11 Mircea KitsuneDo not set ATTACK_FINISHED in reload code any more...
2011-02-11 Mircea KitsuneFix that last change
2011-02-11 Mircea KitsuneA small change
2011-02-11 Mircea KitsuneRename zero_ammo to ammo_none
2011-02-11 Mircea KitsuneStop sending ammo type in W_Reload, now that we update...
2011-02-11 Mircea KitsuneOops, forgot to update the uzi.
2011-02-11 Mircea KitsuneSet self.current_ammo in each weapon's WR_SETUP stage...
2011-02-11 Mircea KitsuneRemove parts of a forgotten feature
2011-02-11 Mircea KitsuneUse the new ammo function for laser and hook too (tested)
2011-02-11 Mircea KitsunePhase 2. A global ammo decreasing function. Still not...
2011-02-11 SamualAdd a visual indicator for when you hit someone. Maybe...
2011-02-11 Mircea KitsuneSimplify some minstanex code
2011-02-11 Mircea KitsuneFirst phase, second part.
2011-02-11 Mircea KitsuneAttempt to further simplify the reload code, as request...
2011-02-10 Mircea KitsuneOops, wrote wrong ammo in sniper rifle by mistake
2011-02-10 Mircea KitsuneSmall fix for Electro ammo code
2011-02-10 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-02-10 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2011-02-10 Rudolf Polzerfix typo
2011-02-09 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2011-02-09 Rudolf Polzeradd cl_allow_uidtracking
2011-02-09 Rudolf PolzerMerge remote branch 'origin/terencehill/misc_bugfixes'
2011-02-08 Rudolf PolzerMerge remote branch 'origin/akari/healthcross'
2011-02-08 Rudolf PolzerMerge remote branch 'origin/mirceakitsune/gametypefilte...
2011-02-08 Rudolf Polzermake mines "super aggressive" (turn off the friend...
2011-02-08 SamualMerge remote branch 'origin/master' into samual/balance...
2011-02-08 SamualMake it so that minelayer shows up in g_weaponarena...
2011-02-07 Rudolf PolzerMerge branch 'savagex/plat-movehack'
2011-02-07 Maik Mertenreduce offset a bit that prevents players from getting...
2011-02-07 SamualMerge remote branch 'origin/master' into samual/balance...
2011-02-07 SamualSome quick work on a feature for the minelayer which...
2011-02-06 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-02-06 Maik Mertenbe more specific on alternatives to controlled movement
2011-02-06 Maik MertenMerge branch 'master' of ssh://git.xonotic.org/xonotic...
2011-02-05 Rudolf PolzerMerge remote branch 'origin/terencehill/typos'
2011-02-01 SamualMerge remote branch 'origin/master' into samual/balance...
2011-01-31 Mircea KitsuneAdd a "teamspawns" and "noteamspawns" feature to gamety...
2011-01-31 terencehillRename treshold to threshold in 2 cvar names
2011-01-31 Rudolf Polzeradd a format spec comment
2011-01-31 Rudolf Polzerplayer stats: also send team scoreboard
next