summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-01-12Fixed fatal error ("OP_BLOCK_COPY out of range!") when using qvms on Mac OS ↵Zack Middleton
X powerpc (see r2031 and r2034).
2013-01-12- Have NET_Sleep work with Windows' INVALID_SOCKET again... - Use ↵Zack Middleton
SOCKET_ERROR in NET_Sleep.
2013-01-12#5672 - Fixed incorrect type usage in NET_Sleep(), patch from Özkan Sezer.Zack Middleton
2013-01-12more '\n' businessZack Middleton
From /dev/humancontroller.
2013-01-12when interacting with QVMs, Clang/LLVM requires the standard use of the ↵Zack Middleton
va_*() macros instead of (fast) call hacks From /dev/humancontroller.
2013-01-12fix a WRONG size argument to a memset() call found by Clang/LLVMZack Middleton
From /dev/humancontroller.
2013-01-12Removed 0xAD character, from /dev/humancontroller.Zack Middleton
2013-01-12Fixed comment in server.h (ent->v.absmax to ent->r.absmax).Zack Middleton
2013-01-12REFACTOR [reletive -> relative]Zack Middleton
From /dev/humancontroller.
2013-01-12REFACTOR [a vs an]Zack Middleton
From /dev/humancontroller.
2013-01-12never set groundEntityNum to -1, use ENTITYNUM_NONE insteadZack Middleton
From /dev/humancontroller.
2013-01-12fix some typosZack Middleton
From /dev/humancontroller.
2013-01-12add a missing '\n', remove some unwanted onesZack Middleton
From /dev/humancontroller.
2013-01-12add the "execq" command, a more quiet version of the "exec" command in ↵Zack Middleton
exec/execq, always print the extension for the filename From /dev/humancontroller.
2013-01-12fix IPv6-only operation of Windows binariesZack Middleton
the SOCKET type is unsigned on Windows, and should be casted to an int before comparing with the highestfd variable (note: ``int highestfd = -1;'') From /dev/humancontroller.
2013-01-12fix wrong socket ID comparison, from /dev/humancontrollerZack Middleton
2013-01-12Call sound files 'audio' not 'wav' in debug messages.Zack Middleton
2013-01-12CVE-2012-3345Zachary Slater
2013-01-12Removed unnessicary "!!".Zack Middleton
2013-01-12#5503 - SIGSEGV with r_vertexlight 1 in missionpack (patch by Serge Belyshev).Zack Middleton
2013-01-12#5462 - do not require clients to have a matching qagame.qvm (adapted from ↵Zack Middleton
OpenArena)
2013-01-12Fix (#5312) introduced by rev 2103Thilo Schulz
2013-01-12Minor hack to SDL headers for building on Linux.Ryan C. Gordon
2013-01-12updating SDL includes to 1.2.15 Listen to this if this doesn't work out ↵Zachary Slater
properly: http://timedoctor.org/fun/swf/starwars/tauntaun-soundboard.swf
2013-01-12updating mac SDL stuff to 1.2.15Zachary Slater
2013-01-12Moved dpi variable inside BUILD_FREETYPE ifdef.Zack Middleton
2013-01-12Fixed some issues found using clang static analyzer.Zack Middleton
2013-01-12#5439 - Potential memory leak in host name resolution. (Eugene C.)Zack Middleton
2013-01-12#5485 - Use Sys_LoadDll to search in the local directory for the fallback ↵Zack Middleton
default renderer. Patch by Harley Laue.
2013-01-12#5484 - Remove unneeded tr_local.h include from sdl_input.c. Patch by Harley ↵Zack Middleton
Laue.
2013-01-12Use FreeType include macros instead of filenames directly (per the API ↵Zack Middleton
docs), patch by Radegast.
2013-01-12Fixed up warning messages in tr_font.cZack Middleton
2013-01-12Use tabs in tr_font.cZack Middleton
2013-01-12Removed set but not used variable 'satLevels' from tr_font.c.Zack Middleton
2013-01-12Make sure font glyph shader names are null-terminated.Zack Middleton
2013-01-12Fixed possibly placing a font glyph (at the beginning of a row) past the ↵Zack Middleton
bottom of a font cache image.
2013-01-12Fixed writing pre-rendered font TGAs, needed to flip image.Zack Middleton
2013-01-12- Added support for enabling FreeType Support (make USE_FREETYPE=1). - Fixed ↵Zack Middleton
compiling tr_font.c for dynamic renderer.
2013-01-12Added range checks to j_*_axis cvars.Zack Middleton
2013-01-12Support up to 16 joystick axes, select which to use with j_*_axis cvars.Zack Middleton
2013-01-12Allow analog joystick up axis to be remapped too.Zack Middleton
2013-01-12Unix clients can now enter commands from tty console. Patch by Rambetter ↵Zack Middleton
with some edits by me. (#4799)
2013-01-12Add the new ioquake3 master server as standard for sv_master2Thilo Schulz
2013-01-12bugzilla bug #5273 exploit resolved, we're now disallowing forwardmove of ↵Zachary Slater
-128 and vice versa Thanks, devhc!
2013-01-12Fix build for new modular renderer on MacOSXThilo Schulz
2013-01-12Reverted r2209...Zack Middleton
2013-01-12Show warning when renderer cannot load model after checking all supported ↵Zack Middleton
formats, instead of after each format.
2013-01-12Removed unused functoin Hunk_Trash.Zack Middleton
2013-01-12Removed an unused variable (which wasn't compiled in as _DEBUG isn't defined ↵Zack Middleton
using make).
2013-01-12Show file/line/label in Com_Error messages when run out of memory in debug ↵Zack Middleton
build.