Age | Commit message (Expand) | Author |
2013-01-10 | - Fix already defined command warnings for minimize - Fix recursive CL_Shutdo... | Thilo Schulz |
2013-01-10 | Don't search system directories for renderer lib | Thilo Schulz |
2013-01-10 | Add forgotten file for last rev | Thilo Schulz |
2013-01-10 | Modular rendering system. Patch by use.less01 This might break MSVC builds. I... | Thilo Schulz |
2013-01-10 | Fix pak order when reconnecting to a server. When /connect to the same server... | Thilo Schulz |
2013-01-10 | Some more removal of unused code in addition to r2104, by Zack Middleton | Thilo Schulz |
2013-01-10 | Bug 5134 - q3_ui incorrectly tells user to refresh servers while auto-refresh... | Thilo Schulz |
2013-01-10 | Fix strange ifdeffery (#5140) | Thilo Schulz |
2013-01-10 | Fix cvar flags to get rid of warnings (#2881) | Thilo Schulz |
2013-01-10 | Change 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-10 | Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-... | Thilo Schulz |
2013-01-10 | Fix menu corruption on IRIX (#5097), patch by Rainer Canavan | Thilo Schulz |
2013-01-10 | - Apply parts of Ben Millwood's target bitfield patch (#3787) - Fix Ryan's FI... | Thilo Schulz |
2013-01-10 | Bug 5096 - Define PRODUCT_VERSION in q_shared.h if it is not, patch by Zack M... | Thilo Schulz |
2013-01-10 | Fix last "noreturn" warnings | Thilo Schulz |
2013-01-10 | Include q_shared.h instead of redefining these | Thilo Schulz |
2013-01-10 | Fix extension name comparison for DLL files | Thilo Schulz |
2013-01-10 | * Replace usage of system with fork/exec | Tim Angus |
2013-01-10 | Fix client crash on windows with old OpenAL | Thilo Schulz |
2013-01-10 | Bug 5084 - [patch] add support for Debian cross compiling, by q3urt.undead@gm... | Thilo Schulz |
2013-01-10 | Revert attribute patch from r2090 because the jpeg functions really shouldn't... | Thilo Schulz |
2013-01-10 | Shut up returning functions with noreturn attribute warning | Thilo Schulz |
2013-01-10 | * Fix various issues with unix Sys_Dialog | Tim Angus |
2013-01-10 | - Bug 5083 - Cross compiling for 64bit is missing libcurl.a - Fix a compiler ... | Thilo Schulz |
2013-01-10 | Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ... | Thilo Schulz |
2013-01-10 | Fix delta compression breaking due to packet queuing | Thilo Schulz |
2013-01-10 | * Use specific exit code for xmessage | Tim Angus |
2013-01-10 | Fix legacy protocol with new packet queueing | Thilo Schulz |
2013-01-10 | Fix alignment issues in message sending/reading that would crash IRIX, thanks... | Thilo Schulz |
2013-01-10 | Fix compile for USE_VOIP=0 | Thilo Schulz |
2013-01-10 | Bug 5075 - Fix comments in quake3 configs, patch by q3urt.undead@gmail.com | Thilo Schulz |
2013-01-10 | Move rate limiting / queued packet sending logic from Com_Frame() to sv_main.c | Thilo Schulz |
2013-01-10 | Have 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-10 | Remove one unnecessary loop in the beginning | Thilo 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 | - Add dual protocol support to team arena demo selector - Fix demo selection ... | Thilo Schulz |
2013-01-10 | - Implement dual protocol support (#4962) - Fix several UDP spoofing security... | Thilo Schulz |
2013-01-10 | Forgot to set default rate back to 100kbyte/s | Thilo Schulz |
2013-01-10 | - Greatly improve UDP downloading speed for clients - Add download rate contr... | Thilo Schulz |
2013-01-10 | Permit downloading files larger than 65 Megabytes via UDP by working around s... | Thilo Schulz |
2013-01-10 | Bug 5069 - Remove unused variable console_color, by uZu | Thilo Schulz |
2013-01-10 | Bug 5066 - Plasmagun and BFG don't play the explosion when they hit players, ... | Thilo Schulz |
2013-01-10 | Bug 5067 - Remove references to unused teamtournament gametype. Toggle areapo... | Thilo Schulz |
2013-01-10 | Fix indentation | Thilo Schulz |
2013-01-10 | Make naming a bit more foolproof for new macro | Thilo Schulz |
2013-01-10 | Add fixes to ui menu by Ensiform and DevHC (#5062) | Thilo Schulz |