summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
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
2013-01-10- Switch master server protocol to dpmaster for better game separation. Based...Thilo Schulz
2013-01-10Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-...Thilo Schulz
2013-01-10- Apply parts of Ben Millwood's target bitfield patch (#3787) - Fix Ryan's FI...Thilo Schulz
2013-01-10Fix client crash on windows with old OpenALThilo Schulz
2013-01-10Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ...Thilo Schulz
2013-01-10Fix compile for USE_VOIP=0Thilo Schulz
2013-01-10- Improve snapshot rate and data rate control - Make server send packet fragm...Thilo Schulz
2013-01-10- Implement dual protocol support (#4962) - Fix several UDP spoofing security...Thilo Schulz
2013-01-10Permit downloading files larger than 65 Megabytes via UDP by working around s...Thilo Schulz
2013-01-10Bug 5069 - Remove unused variable console_color, by uZuThilo Schulz
2013-01-10Make sound fallback behaviour for music streams less verboseThilo Schulz
2013-01-10Fix ipv6 server queryThilo Schulz
2013-01-10- Automatically reset fs_game to "" if it was supplied by the user and is equ...Thilo Schulz
2013-01-10- Clear ip address listings after a NET_Restart - check for oldGameSet instea...Thilo Schulz
2013-01-10- Bug 5034 - q3_ui: fill whole screen and allow cursor to move to edge in wid...Thilo Schulz
2013-01-10Fix unnoticed bug in game_restartThilo Schulz
2013-01-10- Improve game_restart: * differing screen resolutions and network settings a...Thilo Schulz
2013-01-10- Fix memory leak in DMA sound after S_Shutdown() - Make codec load use temp ...Thilo Schulz
2013-01-09- Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mod...Thilo Schulz
2013-01-09Bug 5034 - q3_ui: fill whole screen and allow cursor to move to edge in wides...Thilo Schulz
2013-01-09Fix return values for several syscall functions, patch by Zack Middleton (#5018)Thilo Schulz
2013-01-09Fix newlines in Com_Error, patch by Zack Middleton (#5023)Thilo Schulz
2013-01-09- Remove Q_strrchr(), replace with standard, portable strrchr() - Add strrchr...Thilo Schulz
2013-01-09Remove newlines from Com_Error message format strings, patch by DevHCThilo Schulz