summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2013-02-16Run toggleconsole in binds while in menu or message modeZack Middleton
2013-02-16Add togglemenu commandZack Middleton
2013-01-15Remove a bunch of LEGACY_PROTOCOL blocksTim Angus
2013-01-12Save all arguments from connect for reconnect command. Remove unnecessary loc...Zack Middleton
2013-01-12Fix reconnect command to work after leaving server. (#5794)Zack Middleton
2013-01-12- Allow changing cl_voip without restarting. - Fix assert failing in CL_Parse...Zack Middleton
2013-01-12Fix writting voip data in demos (broke in r2102).Zack Middleton
2013-01-12Remove unused function CL_DisconnectPacket. Pointed out by Ensiform.Zack Middleton
2013-01-12- Check for invalid filename in OpenAL's RegisterSound function. - Changed Ba...Zack Middleton
2013-01-12Remove unneeded name buffer in S_Play_f.Zack Middleton
2013-01-12Improve "play" command, based on a patch from Ensiform.Zack Middleton
2013-01-12#5799 - Change messagemode text box to display colors like in console input box.Zack Middleton
2013-01-12Remove anti tamper leftover code 'CL_ChangeReliableCommand'. From Ensiform.Zack Middleton
2013-01-12Change error message in CL_ConfigstringModified to specify out of range index...Zack Middleton
2013-01-12Fix some "> MAX_*" to be ">= MAX_*".Zack Middleton
2013-01-12Fix restoring old fs_game upon leaving a server. Patch by Ensiform.Zack Middleton
2013-01-12Show reason non-default renderer failed to load.Zack Middleton
2013-01-12When in third person, don't play player's sounds as full volume in Base sound...Zack Middleton
2013-01-12Check last listener number instead of clc.clientNum in S_AL_HearingThroughEnt...Zack Middleton
2013-01-12Remove a redundant code statement.Zack Middleton
2013-01-12REFACTOR [reletive -> relative]Zack Middleton
2013-01-12REFACTOR [a vs an]Zack Middleton
2013-01-12Call sound files 'audio' not 'wav' in debug messages.Zack Middleton
2013-01-12#5485 - Use Sys_LoadDll to search in the local directory for the fallback def...Zack Middleton
2013-01-12Added range checks to j_*_axis cvars.Zack Middleton
2013-01-12Allow analog joystick up axis to be remapped too.Zack Middleton
2013-01-12Client no longer tries to run UI_SHUTDOWN on ui vms with an unsupported API v...Zack Middleton
2013-01-10* Fix various warnings with GCC and clangTim Angus
2013-01-10Allow interpreted VM on pure serversThilo Schulz
2013-01-10Bug 5238 - cURL wrong use of curl_easy_setopt property, by Adrian FuhrmannThilo Schulz
2013-01-10Bug 5178 - Sound quality menu option has no effectThilo Schulz
2013-01-10Only include libmumblelink.h if USE_MUMBLE is defined, reported by Ensiform.Zack Middleton
2013-01-10Use EXEC_NOW instead of hardcoded 0 in cl_ui.cZack Middleton
2013-01-10Use BIGCHAR_WIDTH instead of hardcoded 16 in cl_scrn.cZack Middleton
2013-01-10Removed unused kbutton_t declarations in client.hZack Middleton
2013-01-10Fixed some function name comments in cl_cin.cZack Middleton
2013-01-10Removed unused IN_ButtonDown and IN_ButtonUp functions.Zack Middleton
2013-01-10Require gamename if not supporting legacy protocol.Zack Middleton
2013-01-10- Only need cl_cURLLib cvar if USE_CURL_DLOPEN is defined. - Try to load libc...Zack Middleton
2013-01-10Fix auto game-restart when disconnecting from a server that explicitly set fs...Thilo Schulz
2013-01-10Add hack to allow server the setting of game cvar values that are important f...Thilo Schulz
2013-01-10Don't do game_restart if game directory changed from "" to "baseq3" or "baseq...Thilo Schulz
2013-01-10Fix game restart after curl download finishedThilo Schulz
2013-01-10<ZTurtleMan> Thilo: two small fixes, one for r2112 and one for r2116. http://...Thilo Schulz
2013-01-10Batch of bug fixes for gamecode. Patch compiled and log message written by To...Thilo Schulz
2013-01-10- Fix already defined command warnings for minimize - Fix recursive CL_Shutdo...Thilo Schulz
2013-01-10Don't search system directories for renderer libThilo Schulz
2013-01-10Modular rendering system. Patch by use.less01 This might break MSVC builds. I...Thilo Schulz
2013-01-10Fix strange ifdeffery (#5140)Thilo Schulz
2013-01-10Change DLL search path order for external libraries that are linked at runtim...Thilo Schulz