]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/shortlog
xonotic/xonotic-data.pk3dir.git
2011-02-17 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-02-17 terencehillRadio buttons for crosshair color selection, they work...
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/defaults_en...
2011-02-16 Rudolf PolzerMerge remote-tracking branch 'origin/samual/balancesamual'
2011-02-15 SamualJust some quick changes to the crosshair rings, I will...
2011-02-15 Samualhud_panel_radar 2 (always on) by default for hud_lumino...
2011-02-15 Rudolf Polzerfix some translations (by ItsMe|CapBots)
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-14 SamualUpdate the starting health (was 150, now 100 -- no...
2011-02-14 SamualAdd a cvar to control the font size used in hud_notify...
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 keepaway "type" support which is deprecated.
2011-02-12 Rudolf Polzerfix a sprintf bug
2011-02-12 SamualAdd keepaway information to the scoreboard help command
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 terencehillRemove an empty line from Player Setup window to make...
2011-02-12 terencehillMake Bookmark button update its text (Bookmark/Remove...
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-11 Rudolf Polzerhave the weapon entities know the ammo field of the...
2011-02-10 Mircea KitsuneAfter intensively testing the code today, and not recei...
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 Polzermore translation for French
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 Polzerfix part of the last merge, because the "favorite"...
2011-02-09 Rudolf PolzerMerge remote branch 'origin/terencehill/misc_bugfixes'
2011-02-09 Rudolf Polzerprint a message when encountering "type"
2011-02-08 terencehillDisable Bookmark button if there are no server
2011-02-08 Rudolf Polzermark the Per weapon string translatable
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 SamualDecrease rocket health so that it can be blown up more...
2011-02-08 SamualAdjust rocket health from 40 to 30, this way mortars...
2011-02-08 SamualMerge remote branch 'origin/master' into samual/balance...
2011-02-08 SamualDisable HLAC as I want to replace it with a lightning...
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 terencehillFix Map Info dialog can be opened by pressing ENTER...
2011-02-07 SamualMerge remote branch 'origin/master' into samual/balance...
next