summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-10- Add x86_64 platform for MacOSX - Fix compilation on MacOSX gccThilo Schulz
2013-01-10Add hack to allow server the setting of game cvar values that are important f...Thilo Schulz
2013-01-10Simulate line buffering and fix the overflow bug in Com_ReadFromPipe(), patch...Zack Middleton
2013-01-10Don't grab mouse till UI loads.Zack Middleton
2013-01-10Use STDOUT_FILENO instead of 1 in con_tty.cZack Middleton
2013-01-10Bug 5146 - Remove last of warnings under gcc 4.6.1 for Linux, patch by q3urt....Thilo Schulz
2013-01-10Fix compilation on non-x86 platforms, by Simon McVittieThilo Schulz
2013-01-10* Fix some grammar in DLL loading * s/Sys_LoadQVMDll/Sys_LoadGameDll/Tim Angus
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-10Change x86_64 to x64 for mingw.Zack Middleton
2013-01-10<ZTurtleMan> Thilo: two small fixes, one for r2112 and one for r2116. http://...Thilo Schulz
2013-01-10Fix ARCH_STRING macro for mingw64Thilo 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-10Add forgotten file for last revThilo Schulz
2013-01-10Modular rendering system. Patch by use.less01 This might break MSVC builds. I...Thilo Schulz
2013-01-10Fix pak order when reconnecting to a server. When /connect to the same server...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-10Fix menu corruption on IRIX (#5097), patch by Rainer CanavanThilo Schulz
2013-01-10- Apply parts of Ben Millwood's target bitfield patch (#3787) - Fix Ryan's FI...Thilo Schulz
2013-01-10Bug 5096 - Define PRODUCT_VERSION in q_shared.h if it is not, patch by Zack M...Thilo Schulz
2013-01-10Fix extension name comparison for DLL filesThilo Schulz
2013-01-10* Replace usage of system with fork/execTim Angus
2013-01-10Fix client crash on windows with old OpenALThilo Schulz
2013-01-10Revert attribute patch from r2090 because the jpeg functions really shouldn't...Thilo Schulz
2013-01-10* Fix various issues with unix Sys_DialogTim Angus
2013-01-10- Bug 5083 - Cross compiling for 64bit is missing libcurl.a - Fix a compiler ...Thilo Schulz
2013-01-10Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ...Thilo Schulz
2013-01-10Fix delta compression breaking due to packet queuingThilo Schulz
2013-01-10* Use specific exit code for xmessageTim Angus
2013-01-10Fix legacy protocol with new packet queueingThilo Schulz
2013-01-10Fix alignment issues in message sending/reading that would crash IRIX, thanks...Thilo Schulz
2013-01-10Fix compile for USE_VOIP=0Thilo Schulz
2013-01-10Bug 5075 - Fix comments in quake3 configs, patch by q3urt.undead@gmail.comThilo Schulz
2013-01-10Move rate limiting / queued packet sending logic from Com_Frame() to sv_main.cThilo Schulz
2013-01-10Have server send protocol version in challengeResponse so protocol negotiatio...Thilo Schulz
2013-01-10- Revert back to Z_Malloc from Hunk_FreeTempMemory introduced in r2077 as Hun...Thilo Schulz
2013-01-10Remove one unnecessary loop in the beginningThilo Schulz
2013-01-10- Make sure at least one round of download packets and packet queues gets sen...Thilo Schulz
2013-01-10- Forgot to mention: last rev (2077) bumped default protocol version to 70 - ...Thilo 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-10Forgot to set default rate back to 100kbyte/sThilo Schulz
2013-01-10- Greatly improve UDP downloading speed for clients - Add download rate contr...Thilo Schulz
2013-01-10Permit downloading files larger than 65 Megabytes via UDP by working around s...Thilo Schulz