Age | Commit message (Expand) | Author |
2013-01-10 | Bug 5238 - cURL wrong use of curl_easy_setopt property, by Adrian Fuhrmann | Thilo Schulz |
2013-01-10 | Bug 5178 - Sound quality menu option has no effect | Thilo Schulz |
2013-01-10 | Only include libmumblelink.h if USE_MUMBLE is defined, reported by Ensiform. | Zack Middleton |
2013-01-10 | Use EXEC_NOW instead of hardcoded 0 in cl_ui.c | Zack Middleton |
2013-01-10 | Use BIGCHAR_WIDTH instead of hardcoded 16 in cl_scrn.c | Zack Middleton |
2013-01-10 | Removed unused kbutton_t declarations in client.h | Zack Middleton |
2013-01-10 | Fixed some function name comments in cl_cin.c | Zack Middleton |
2013-01-10 | Removed unused IN_ButtonDown and IN_ButtonUp functions. | Zack Middleton |
2013-01-10 | Require 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-10 | Fix auto game-restart when disconnecting from a server that explicitly set fs... | Thilo Schulz |
2013-01-10 | Add hack to allow server the setting of game cvar values that are important f... | Thilo Schulz |
2013-01-10 | Don't do game_restart if game directory changed from "" to "baseq3" or "baseq... | Thilo Schulz |
2013-01-10 | Fix game restart after curl download finished | Thilo Schulz |
2013-01-10 | <ZTurtleMan> Thilo: two small fixes, one for r2112 and one for r2116. http://... | Thilo Schulz |
2013-01-10 | Batch 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-10 | Don't search system directories for renderer lib | Thilo Schulz |
2013-01-10 | Modular rendering system. Patch by use.less01 This might break MSVC builds. I... | Thilo Schulz |
2013-01-10 | Fix strange ifdeffery (#5140) | 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 | - Apply parts of Ben Millwood's target bitfield patch (#3787) - Fix Ryan's FI... | Thilo Schulz |
2013-01-10 | Fix client crash on windows with old OpenAL | Thilo Schulz |
2013-01-10 | Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ... | Thilo Schulz |
2013-01-10 | Fix compile for USE_VOIP=0 | 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-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 | Make sound fallback behaviour for music streams less verbose | Thilo Schulz |
2013-01-10 | Fix ipv6 server query | Thilo 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-10 | Fix unnoticed bug in game_restart | Thilo 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-09 | Bug 5034 - q3_ui: fill whole screen and allow cursor to move to edge in wides... | Thilo Schulz |
2013-01-09 | Fix return values for several syscall functions, patch by Zack Middleton (#5018) | Thilo Schulz |
2013-01-09 | Fix 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-09 | Remove newlines from Com_Error message format strings, patch by DevHC | Thilo Schulz |
2013-01-09 | More codec loader troubles with extensions | Thilo Schulz |
2013-01-09 | Fix crash bug in new codec audio loader, thanks brain for reporting | Thilo Schulz |
2013-01-09 | Add codec fallback support for sound files not found, Patch by Zack Middleton... | Thilo Schulz |
2013-01-09 | fix overzealous cvar cheat protection, patch by cyrri (#4974) | Thilo Schulz |
2013-01-09 | Fix sending reliable commands before being connected, patch by Eugene C. (#4971) | Thilo Schulz |