]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/shortlog
xonotic/xonotic-data.pk3dir.git
2013-08-20 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-08-19 Samual LenksMerge remote-tracking branch 'origin/terencehill/HUD_co...
2013-08-19 Samual LenksMerge remote-tracking branch 'origin/terencehill/mapvot...
2013-08-18 Samual LenksMerge remote-tracking branch 'origin/terencehill/menu_f...
2013-08-16 Rudolf PolzerFIX DAMN WHITESPACE ERRORS IN CFGS
2013-08-16 Rudolf Polzercrylink: kill jointime
2013-08-15 Samual LenksSwitch my physics to be default for testing purposes
2013-08-15 Samual LenksChange stepheight from 34 to 31 in my config
2013-08-14 Samual LenksStart working on a new system which calculates weapon...
2013-08-14 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-08-14 Samual LenksMerge remote-tracking branch 'origin/Mario/mutators'
2013-08-14 MarioMerge branch 'master' into Mario/mutators
2013-08-13 Samual LenksActually, rework that last commit a bit
2013-08-13 Samual LenksDon't let eventchase put the view into the ceiling...
2013-08-09 Rudolf PolzerMerge branch 'master' of git://nl.git.xonotic.org/xonot...
2013-08-09 Rudolf Polzerrandom screenshots: don't be so far above ground; also...
2013-08-08 Samual LenksMerge remote-tracking branch 'origin/ablu/vehiclebalance'
2013-08-08 Samual LenksMerge remote-tracking branch 'origin/Mario/mutators'
2013-08-08 MarioFix bots sliding around slowly while frozen
2013-08-08 MarioRemove rifle arena
2013-08-08 MarioMerge branch 'Mario/mutators' of git://de.git.xonotic...
2013-08-08 MarioDodging while frozen requires only 1 key push
2013-08-08 Samual LenksMerge remote-tracking branch 'origin/master' into Mario...
2013-08-05 Rudolf Polzerfix *-serverpackage.txt. Why did we add this anyway...
2013-08-03 Rudolf Polzeradd a debug command to test boxparticles() builtin
2013-08-02 Rudolf Polzerfix typo
2013-08-02 Rudolf Polzermapinfo cdtrack: only take first token, for possible...
2013-08-02 Rudolf Polzeradd a note about multi base track handling here
2013-07-28 Rudolf Polzerworkaround for trail issue
2013-07-27 Rudolf Polzernew boxparticles interface
2013-07-21 terencehillFix this bug: If you open up a dialog/menu in game...
2013-07-13 Rudolf Polzercl_maxfps_alwayssleep: make saved, fixes #1674
2013-07-12 MarioAlso check if the attacker is a player
2013-07-12 MarioFix nade timer getting reset if it's shot while on...
2013-07-12 MarioMove footsteps & norecoil out of the mutator system
2013-07-12 MarioMerge branch 'master' into Mario/mutators
2013-07-10 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-07-08 Rudolf Polzerenable cpp warnings
2013-07-08 Rudolf Polzerforgot this script
2013-07-08 Rudolf Polzerfix make clean
2013-07-08 Rudolf Polzerprecache csqc-used stuff on server too
2013-07-04 MarioMove jump grunt out of the mutator system (causes some...
2013-07-02 Samual LenksClear weapon config queue when finished dumping settings
2013-07-02 Samual LenksUse cvar() for WR_CONFIG so that unused cvars are detec...
2013-07-01 Samual LenksMake it compile now (ARGH I HATE OUR PROGS.SRC SET UP)
2013-07-01 Samual LenksAdd header files for the newly split up code files
2013-07-01 Samual LenksRemove some more stupidity...
2013-07-01 Samual LenksMove some more things to selection.qc and out of weapon...
2013-07-01 MarioMove seeker to the new cvar system
2013-07-01 MarioMove hlac to the new cvar system
2013-07-01 MarioMove tuba to the new cvar system
2013-07-01 Samual LenksBegin using cvar("") for WR_CONFIG and WR_INIT to avoid...
2013-07-01 Samual LenksMove tracing methods into their own file
2013-07-01 Samual LenksRename main.qc to weaponsystem.qc
2013-07-01 Samual LenksMerge cl_weapons code into main
2013-07-01 Samual LenksMove weapon spawning into its own file
2013-07-01 Samual LenksSplit throwing and selection into their own files
2013-07-01 Samual LenksRemove W_TriggerReload... pointless function
2013-07-01 Samual LenksRemove the weapon_setup function, it's stupid
2013-07-01 Samual LenksAdd debug info to config dumper
2013-07-01 Samual LenksEven more cleanup (sort of)
2013-07-01 Samual LenksClean up some more macros (sort of :D)
2013-07-01 Samual LenksMore work on config
2013-06-30 Samual LenksWith my new macro powers, get rid of duplicate wep...
2013-06-30 Samual LenksTHE POWER OF MACROS COMPELS YOU, THE POWER OF MACROS...
2013-06-30 Samual LenksAdd sorting support to the weapon config dumping function
2013-06-30 MarioMove porto to the new cvar system
2013-06-30 MarioMove rifle to the new cvar system
2013-06-30 MarioMove hook to the new cvar system
2013-06-30 MarioMove minelayer to the new cvar system
2013-06-30 MarioMove fireball to the new cvar system
2013-06-30 Samual LenksRename "shortname" to "netname", the field is called...
2013-06-30 Samual LenksAdd config support to Arc, Crylink, Hagar, Mortar,...
2013-06-30 Samual LenksRename some things :D
2013-06-30 Samual LenksRename WR_PRECACHE to WR_INIT, which is more appropriate
2013-06-30 Samual LenksLets now make the weapon config dump system actually...
2013-06-30 Samual LenksActually we can do another macro there too :D
2013-06-29 Samual LenksPut some more work into the config system
2013-06-29 Samual LenksMerge branch 'samual/weapons' of http://nl.git.xonotic...
2013-06-29 Samual LenksStart working on weapon config generator
2013-06-29 MarioMove hagar to the new cvar system
2013-06-29 MarioMove uzi to the new cvar system
2013-06-29 Samual LenksRename weapon_action to WEP_ACTION
2013-06-29 Samual LenksMove hitplot stuff into a separate file
2013-06-29 Samual LenksMacro macro macro macro macro macro
2013-06-28 Samual LenksBeing macro-izing more things :D
2013-06-28 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-06-25 MarioMerge branch 'master' into Mario/mutators
2013-06-23 Rudolf Polzerhide qccversion files
2013-06-23 Rudolf Polzeroops, don't call --version that often
2013-06-23 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2013-06-23 Rudolf Polzerrebuild on new gmqcc version
2013-06-23 Rudolf Polzertry fixing compile
2013-06-23 Rudolf PolzerMerge branch 'divVerent/simplified-sound-sliders'
2013-06-23 Rudolf Polzerfinally forbid mutator blocked guns
2013-06-21 Rudolf Polzerset value steps to 0.1 and 1; menu_snd_sliderstep now...
2013-06-19 Rudolf Polzeradd a second percent scale, 3 (slider size percent...
2013-06-18 terencehillHUD config: Fix countdown number displayed as %d
2013-06-16 Matthias KrügerMerge branch 'master' into matthiaskrgr/gitignore
2013-06-16 Samual LenksTry CTF respawn delay of 5 seconds
next