]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/shortlog
xonotic/xonotic-data.pk3dir.git
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 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 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...
2011-02-07 SamualSome quick work on a feature for the minelayer which...
2011-02-07 Rudolf Polzercomplete German translation
2011-02-07 Rudolf Polzeradd the other 3 languages to the menu
2011-02-07 Rudolf Polzerupdate unfinished translations a bit
2011-02-07 Rudolf Polzercredits for Finnish translation
2011-02-07 Rudolf PolzerFinnish by Exitium
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 Rudolf PolzerCPMA has teleport maxspeed of 400, I got told
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-05 Rudolf PolzerMerge remote branch 'origin/terencehill/short_sliders_fix'
2011-02-04 Rudolf PolzerbalanceXonotic: updates by atheros
2011-02-03 SamualSome force updates and some mortar balance changes...
2011-02-02 terencehillFix length of some sliders in 2 panel dialogs, value...
2011-02-01 SamualFix the nex a little (To be exactly like what tZork...
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 terencehillFix some typo in cvars descriptions
2011-01-31 Rudolf Polzeradd a format spec comment
2011-01-31 Rudolf Polzerplayer stats: also send team scoreboard
2011-01-30 Mircea KitsuneFix laser setting the last used ammo to 1 when reloadin...
2011-01-30 Mircea KitsunePrettier name for DoReload (TriggerReload)
2011-01-30 Mircea KitsuneWrite a useful comment
2011-01-30 Mircea KitsuneShare the final reload code that comes to mind. The...
2011-01-30 Mircea KitsuneCreate a RELOADABLE weapon flag, and use it to prevent...
2011-01-30 SamualFix Nexgun so that it has a cvar for the animation...
2011-01-30 Mircea KitsuneCommonize even more code, now that its possible
2011-01-30 Mircea KitsuneFix laser modelindex thingie (doesn't like reload's...
2011-01-30 Mircea KitsuneAdapt the laser and its no-ammo usage too
2011-01-30 Mircea KitsuneFix ammo types
2011-01-30 Mircea KitsunePort new code to all weapons, part 2
2011-01-30 Mircea KitsunePort new code to all weapons, part 1
2011-01-30 Mircea KitsuneTurn weapon load floats into a single float with an...
2011-01-30 Mircea KitsuneFirst part of a more common weapon reload code. Impleme...
2011-01-30 Mircea KitsuneRename W_Reload again. Needed for an upcoming change
2011-01-30 Mircea KitsuneMerge branch 'master' into mirceakitsune/universal_relo...
2011-01-29 Rudolf PolzerMerge remote branch 'origin/terencehill/menu_dialogs_cl...
2011-01-29 Rudolf PolzerMerge remote branch 'origin/terencehill/cvarlist_patch'
2011-01-29 Rudolf PolzerMerge remote branch 'origin/terencehill/freezetag_fix'
2011-01-29 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2011-01-29 Rudolf Polzertrigger_hurt now can be targeted, and if triggered...
2011-01-29 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2011-01-29 Rudolf Polzerdo some sanity checking when getting player entity...
2011-01-28 Rudolf Polzershow number of free player slots in the rightclick...
2011-01-28 Rudolf Polzerwith this, we can allow g_maxplayers on pure servers
2011-01-28 Rudolf Polzercheck for free-slots in menuqc
2011-01-28 Rudolf Polzeradd number of free player slots to the statusResponse
2011-01-28 Rudolf Polzerdocument the last change better
2011-01-28 Rudolf Polzerallow changes in help_ cvars (makes PN server pure)
2011-01-28 Rudolf PolzerCheckLinks: more checking
2011-01-28 Rudolf Polzercrylink: add some more CheckLinks calls... maybe this...
2011-01-27 Rudolf Polzerupdate translation files
2011-01-27 Rudolf PolzerMerge /tmp/bundle
2011-01-27 Rudolf Polzerupdate of Hungarian
2011-01-27 Rudolf PolzerHungarian translation by xaN1C4n3
next