summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-10Bug 5178 - Sound quality menu option has no effectThilo Schulz
2013-01-10Bug 5199 - IQM joint matrices wrong, patch by James CaneteThilo Schulz
2013-01-10Fix latest commit for x86 msvcThilo Schulz
2013-01-10Implement Mathias Benthrup's suggestion for x86 ASM snapvector implementation...Thilo Schulz
2013-01-10Fix missing return instruction for fpu ftol on msvc. Thanks to Ensiform for r...Thilo Schulz
2013-01-10Only include libmumblelink.h if USE_MUMBLE is defined, reported by Ensiform.Zack Middleton
2013-01-10Use correct variable for getting buffer length, reported by Ensiform.Zack Middleton
2013-01-10Use platform's path separator in FS_Path_f (for consistent output on Windows)...Zack Middleton
2013-01-10Fixed win32 dedicated server console output. It use to write input line and t...Zack Middleton
2013-01-10Support vm syscalls with up to 15 args using 64 bit compiled vm (like interpr...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-10Changed the joystick axis to key remap to start at K_JOY17 (fits better with ...Zack Middleton
2013-01-10Require gamename if not supporting legacy protocol.Zack Middleton
2013-01-10put the g where the g belongsLudwig Nussel
2013-01-10- Only need cl_cURLLib cvar if USE_CURL_DLOPEN is defined. - Try to load libc...Zack Middleton
2013-01-10Added myself to the maintainer list in the README.Zack Middleton
2013-01-10Somewhat fixed NSIS installer for win64, probably still installs with x86 pro...Zack Middleton
2013-01-10Don't include libcurl-4.dll or zlib1.dll in NSIS installer, they don't seem t...Zack Middleton
2013-01-10Fix auto game-restart when disconnecting from a server that explicitly set fs...Thilo Schulz
2013-01-10Removed "Color Depth" from q3_ui system settings, it didn't control anything.Zack Middleton
2013-01-10Fix warning on MacOSXThilo Schulz
2013-01-10- More MacOSX changes to Makefile - Ship libSDL-1.2.0.dylib with x86_64 platf...Thilo Schulz
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 create clientsmp directory (which is no longer used), pointed out by De...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-10Support five master servers in Team Arena server browser.Zack Middleton
2013-01-10Fixed viewing sv_master[3-5] in q3_ui server browser (don't give engine fake ...Zack Middleton
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-10Moved various per-platform ifs/defines to be only done once for all platforms.Zack Middleton
2013-01-10Change x86_64 to x64 for mingw.Zack Middleton
2013-01-10Remove executable property from these filesThilo Schulz
2013-01-10Fix crash bug introduced in r2116. traceEnt does not always have to be a clie...Thilo Schulz
2013-01-10Fixed some typos in the readme.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-10Fix compilation on MINGWThilo Schulz
2013-01-10Add SDL library to renderer libThilo Schulz
2013-01-10Add patch by Zack Middleton to fix building for USE_RENDERER_DLOPEN=0Thilo Schulz
2013-01-10Make client/server cflags configurableThilo Schulz