summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Collapse)Author
2013-03-19Fix displaying demo name when loading demoZack Middleton
2013-03-19Show lowercased ascii in bind commandZack Middleton
2013-03-19Fix Key_StringToKeynum to return lowercased asciiZack Middleton
Fixes bind and unbind uppercase ascii and uppercase ascii in cl_consoleKeys. keycodes.h states "normal keys should be passed as lowercased ascii"
2013-03-19Fix comment in snd_codec_opus.cZack Middleton
2013-03-19Add Ogg Opus supportZack Middleton
2013-02-16Update copyright noticesTim Angus
2013-02-16Remove a few name tagsTim Angus
2013-02-16condump improvementsEnsiform
Default output file extension to ".txt" Show output filename in error message. Use Windows line endings on Windows. Dynamically allocate line buffer. (by ZTM)
2013-02-16Remove unneeded variable externEnsiform
2013-02-16renderer -> renderergl1, rend2 -> renderergl2Tim Angus
2013-02-16Fix compilingZack Middleton
2013-02-16Fix possible delta from invalid entityZack Middleton
2013-02-16Unify/cleanup max snapshot entities on client and serverZack Middleton
2013-02-16Fix resolving IPv6 favorites in Team Arena UIZack Middleton
2013-02-16Remove the SMP renderer featureTim Angus
2013-02-16Make UI_CVAR_CREATE use VM specific codeJeremy Davis
Makes cvar be flagged as VM created and unset ROM if ARCHIVE is set.
2013-02-16Run toggleconsole in binds while in menu or message modeZack Middleton
2013-02-16Add togglemenu commandZack Middleton
Allow togglemenu to be run in binds while in menu or message mode.
2013-01-15Remove a bunch of LEGACY_PROTOCOL blocksTim Angus
2013-01-12Save all arguments from connect for reconnect command. Remove unnecessary ↵Zack Middleton
localhost check from reconnect command.
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 ↵Zack Middleton
CL_ParseVoip() while flipping cl_voip off and on.
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 ↵Zack Middleton
Base sound system to warn not error when sound filename is empty or too long.
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 ↵Zack Middleton
index like in server.
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 ↵Zack Middleton
sound system. OpenAL already does this. (Related to bug 5741.)
2013-01-12Check last listener number instead of clc.clientNum in ↵Zack Middleton
S_AL_HearingThroughEntity so sound work correctly when spectate following a client. (Related to bug 5741.)
2013-01-12Remove a redundant code statement.Zack Middleton
2013-01-12REFACTOR [reletive -> relative]Zack Middleton
From /dev/humancontroller.
2013-01-12REFACTOR [a vs an]Zack Middleton
From /dev/humancontroller.
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 ↵Zack Middleton
default renderer. Patch by Harley Laue.
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 ↵Zack Middleton
version.
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