]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server
Merge branch 'master' into Mario/turrets
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server /
2015-04-14 MarioMerge branch 'master' into Mario/turrets
2015-04-06 MarioFix references to unfinished plasma ammo item
2015-04-03 MarioMerge branch 'matthiaskrgr/hudsetup' into 'master'
2015-03-31 MarioMerge branch 'Mario/crosshair_blink_fix' into 'master'
2015-03-31 MarioMerge branch 'Mario/accuracy_fix' into 'master'
2015-03-31 MarioFix secondary fire taking accuracy off the overkill...
2015-03-27 MarioMerge branch 'Mario/nade_fixes' into 'master'
2015-03-27 MarioMerge branch 'master' into Mario/nade_fixes
2015-03-24 Rudolf PolzerKill dotproduct() function as it's built-in in QC;...
2015-03-16 MarioComment out a hack which removes nades when they touch...
2015-03-16 MarioAlso require crouch to drop the nade down
2015-03-16 MarioAdd a setting to handle nade throwing offset, defaultin...
2015-03-16 MarioFix a warning when dying in overkill with no attacker set
2015-03-06 Matthias KrügerMerge branch 'master' into matthiaskrgr/hudsetup
2015-03-06 MarioMerge branch 'terencehill/weapon_panel_retry' into...
2015-03-05 MarioAdd some missing "bad" cvars
2015-02-25 Rudolf PolzerStop using model "" in func_breakable - it's unreliable...
2015-02-25 Rudolf Polzertarget_spawn: Retokenize when needed.
2015-02-25 Rudolf PolzerDon't annoy bots with noise :)
2015-02-23 MarioFix voting with nospectators
2015-02-21 Rudolf PolzerDamn. NOW it's good :)
2015-02-21 Rudolf PolzerInitialize func_breakable sound on connect.
2015-02-21 Rudolf PolzerUse the right sound channel.
2015-02-21 Rudolf PolzerOops. Unbreak - stopsoundto is no longer public.
2015-02-21 Rudolf PolzerThere's smoke in the master bedroom.
2015-02-15 terencehillMerge branch 'master' into terencehill/weapon_panel_retry
2015-02-14 MarioMerge branch 'master' into sev/weapon_panel_retry
2015-02-09 Rudolf PolzerMerge remote-tracking branch 'origin/divVerent/crypto...
2015-02-03 MarioMerge branch 'Mirio/credits' into 'master'
2015-02-03 MarioMerge branch 'terencehill/weapon_panel_fix' into 'master'
2015-02-03 MarioMerge branch 'terencehill/string_prefixes_cleanup'...
2015-02-03 MarioMerge branch 'terencehill/GetClientErrorString_fix...
2015-02-03 terencehillAdd color code handling to GetClientErrorString (exampl...
2015-02-03 terencehillMerge branch 'master' into terencehill/string_prefixes_...
2015-02-02 terencehillMerge branch 'master' into terencehill/weapon_panel_fix
2015-02-02 MarioMerge remote-tracking branch 'origin/develop'
2015-02-02 TimePathFix post qc_updates merge fallout
2015-02-02 MarioMerge branch 'Mario/qc_updates' into 'master'
2015-02-02 TimePathMerge branch 'master' into Mario/qc_updates
2015-02-02 TimePathMove functions out of headers
2015-02-02 MarioHide preconnect hook behind an #ifdef
2015-02-01 terencehillMerge branch 'master' into terencehill/weapon_panel_fix
2015-02-01 MarioMerge branch 'Melanosuchus/preconnect' into 'master'
2015-02-01 MarioMerge branch 'terencehill/menu_optimizations' into...
2015-02-01 MarioMerge branch 'Melanosuchus/kickban-unconnected' into...
2015-01-31 Mattia BasagliaEvent log on ClientPreConnect
2015-01-31 Mattia BasagliaMerge branch 'master' of ssh://gitlab.com/xonotic/xonot...
2015-01-31 TimePathRemove client and menu sys-post and sys-pre
2015-01-31 MarioMerge branch 'Mario/target_items_fix' into 'master'
2015-01-31 MarioPossibly fix issue with old weapon names and target_items
2015-01-30 MarioMerge branch 'sev/luma_supplement' into 'master'
2015-01-30 MarioMerge branch 'sev/luma' into 'master'
2015-01-30 Mattia BasagliaMerge branch 'master' of ssh://gitlab.com/xonotic/xonot...
2015-01-30 TimePathFix Uncrustify problem areas
2015-01-30 TimePathRemove for-loop workaround
2015-01-29 TimePathFix whitespace for #include
2015-01-29 TimePathDeclare more ints as ints
2015-01-29 TimePathReplace more `vector_[xyz]` with `vector.[xyz]`
2015-01-29 TimePathDeclare more ints as ints
2015-01-29 TimePathClean up SVQC #includes
2015-01-29 TimePathClean up CSQC #includes
2015-01-29 TimePathRemove pre/post includes
2015-01-29 TimePathRemove includes from most headers
2015-01-29 TimePathRename defs to qh
2015-01-29 TimePath#include this
2015-01-28 TimePathRemove `-Wno-double-declaration`
2015-01-26 TimePathClean up macros
2015-01-26 TimePathRemove redundant uses of `var`
2015-01-26 TimePathDeclare more ints as ints
2015-01-25 TimePathUnify boolean constants
2015-01-25 TimePathReplace `vector_[xyz]` with `vector.[xyz]` where possible
2015-01-25 TimePathWork around a gmqcc bug
2015-01-25 TimePathRemove some `#ifdef GMQCC` conditionals
2015-01-25 TimePathKill uses of `local` and `noref`
2015-01-25 TimePathDeclare more ints as ints
2015-01-25 TimePathDeclare more ints as ints
2015-01-24 MarioBegin fixing the monster (only 700 more lines to go...
2015-01-24 MarioFix some more things
2015-01-24 TimePathMerge remote-tracking branch 'origin/Mario/qc_updates...
2015-01-24 TimePathDeclare ints as ints
2015-01-24 MarioFigured out why it crashed, time to fix the other leaks
2015-01-24 MarioTurn #define'd constants into actual constants
2015-01-24 MarioMerge branch 'sev/menu_sounds_reimplementation' into...
2015-01-24 MarioMerge branch 'Mario/wep_settemp_fix'
2015-01-24 MarioAdd a hack to fix mapinfo weaponstart settemps not...
2015-01-24 terencehillMerge branch 'master' into terencehill/menu_optimizations
2015-01-23 Mattia BasagliaUse loop macro in Ban_Enforce 83/head 91/head
2015-01-23 MarioMove TRUE and FALSE definitions to util-pre.qh and...
2015-01-23 MarioMerge branch 'sev/hud_weapon_panel' into 'master'
2015-01-23 MarioMerge branch 'sev/menu_play_char' into 'master'
2015-01-23 MarioMerge branch 'terencehill/cvar_updates' into 'master'
2015-01-23 MarioMerge branch 'terencehill/ready_restart_tweaks' into...
2015-01-22 MarioMerge branch 'master' into sev/hud_kh
2015-01-21 terencehillBlock players while the countdown to game start is...
2015-01-20 MarioFix a couple of minor things that have been bugging...
2015-01-20 MarioMerge branch 'master' into Mario/turrets
2015-01-19 MarioMerge remote-tracking branch 'origin/master' into sev...
2015-01-18 MarioMerge branch 'terencehill/music_player' into 'master'
2015-01-17 Mattia BasagliaConsider unconnected players in Ban_Enforce
2015-01-16 Mattia BasagliaEnsure we aren't kicking a client which has already...
next