]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
Merge branch 'Mario/qc_updates' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
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-02 MarioMerge branch 'TimePath/issues/1451' into 'master'
2015-02-02 TimePathseta _cl_gender
2015-02-02 TimePathFix a regression
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 Rudolf PolzerDon't use the name "binds-default.cfg"!
2015-01-31 TimePathTweak the order of some #includes
2015-01-31 TimePathDeclare keycodes as ints
2015-01-31 TimePathBring back `TRUE` and `FALSE` as deprecated aliases
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-30 TimePathUpdate uncrustify.cfg
2015-01-29 TimePathFix whitespace for #include
2015-01-29 TimePathDeclare more ints as ints
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 MENUQC #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-27 TimePathDeclare more ints as ints
2015-01-26 TimePathRevert a deleted `#define`
2015-01-26 TimePathCheck features, not compilers
2015-01-26 TimePathClean up macros
2015-01-26 TimePathRemove redundant uses of `var`
2015-01-26 TimePathClean up macro hell
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 TimePathRename menu files to be consistent
2015-01-25 TimePathDelete empty files
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 MarioMerge branch 'sev/more_crosshairs' into 'master'
2015-01-24 Severin MeyerAdd a new row of traditional, unobtrusive, high-contras...
2015-01-24 MarioBegin fixing the monster (only 700 more lines to go...
2015-01-24 TimePathDeclare more ints as ints
2015-01-24 TimePathDeclare more ints as ints
2015-01-24 MarioFix some more things
2015-01-24 MarioFix some cases of noref
2015-01-24 MarioRemove some cases of local noref
2015-01-24 MarioWhy wasn't this done in the first place, instead of...
2015-01-24 MarioMake TRUE and FALSE booleans
2015-01-24 TimePathMerge remote-tracking branch 'origin/Mario/qc_updates...
2015-01-24 TimePathDeclare ints as ints
2015-01-24 MarioFix compile and add more fun
2015-01-24 MarioMore fun stuff
2015-01-24 MarioFigured out why it crashed, time to fix the other leaks
2015-01-24 MarioFix a weird crash (hoping there aren't any more of...
2015-01-24 MarioTurn #define'd constants into actual constants
2015-01-24 MarioCan only hope there's no mistakes in this
2015-01-24 MarioNot much to do in announcer.qc
2015-01-24 MarioClient projectiles
2015-01-24 MarioFix compile
2015-01-24 MarioIntegerize client's vehicles.qc
2015-01-24 MarioAlso do functions
2015-01-24 Mariocl_cmd.qc
2015-01-24 MarioOne file down, a few hundred to go
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 Severin MeyerAdd focus sound to menu sound constants
2015-01-23 Severin MeyerDisable focus sound for the playerlist, because it...
2015-01-23 Severin MeyerAdd a checkbox to the audio settings to toggle focus...
2015-01-23 Severin MeyerPlay bonus sound when the winner dialog is opened
2015-01-23 Severin MeyerPlay OPEN/CLOSE sound when opening/closing dialog
2015-01-23 Severin MeyerPlay sounds when chosing or executing a listbox item...
2015-01-23 Severin MeyerPlay CLEAR sound when using inputbox clearbutton, also...
2015-01-23 Severin MeyerPlay SLIDE sound when using slider or colorpicker
2015-01-23 Severin MeyerPlay SELECT sound when using checkbox or its subtypes
2015-01-23 Severin MeyerRevise button sound
2015-01-23 Severin MeyerRevise focus sound, use a time guard to prevent "Geiger...
2015-01-23 Mattia BasagliaUse loop macro in Ban_Enforce 83/head 91/head
2015-01-23 MarioLet's not make them macros
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'
next