Age | Commit message (Expand) | Author |
2013-01-12 | when interacting with QVMs, Clang/LLVM requires the standard use of the va_*(... | Zack Middleton |
2013-01-12 | fix a WRONG size argument to a memset() call found by Clang/LLVM | Zack Middleton |
2013-01-12 | Removed 0xAD character, from /dev/humancontroller. | Zack Middleton |
2013-01-12 | Fixed comment in server.h (ent->v.absmax to ent->r.absmax). | Zack Middleton |
2013-01-12 | REFACTOR [reletive -> relative] | Zack Middleton |
2013-01-12 | REFACTOR [a vs an] | Zack Middleton |
2013-01-12 | never set groundEntityNum to -1, use ENTITYNUM_NONE instead | Zack Middleton |
2013-01-12 | fix some typos | Zack Middleton |
2013-01-12 | add a missing '\n', remove some unwanted ones | Zack Middleton |
2013-01-12 | add the "execq" command, a more quiet version of the "exec" command in exec/e... | Zack Middleton |
2013-01-12 | fix IPv6-only operation of Windows binaries | Zack Middleton |
2013-01-12 | fix wrong socket ID comparison, from /dev/humancontroller | Zack Middleton |
2013-01-12 | Call sound files 'audio' not 'wav' in debug messages. | Zack Middleton |
2013-01-12 | CVE-2012-3345 | Zachary Slater |
2013-01-12 | Removed 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 Op... | Zack Middleton |
2013-01-12 | Fix (#5312) introduced by rev 2103 | Thilo Schulz |
2013-01-12 | Minor hack to SDL headers for building on Linux. | Ryan C. Gordon |
2013-01-12 | updating SDL includes to 1.2.15 Listen to this if this doesn't work out prope... | Zachary Slater |
2013-01-12 | updating mac SDL stuff to 1.2.15 | Zachary Slater |
2013-01-12 | Moved dpi variable inside BUILD_FREETYPE ifdef. | Zack Middleton |
2013-01-12 | Fixed 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 def... | Zack Middleton |
2013-01-12 | #5484 - Remove unneeded tr_local.h include from sdl_input.c. Patch by Harley ... | Zack Middleton |
2013-01-12 | Use FreeType include macros instead of filenames directly (per the API docs),... | Zack Middleton |
2013-01-12 | Fixed up warning messages in tr_font.c | Zack Middleton |
2013-01-12 | Use tabs in tr_font.c | Zack Middleton |
2013-01-12 | Removed set but not used variable 'satLevels' from tr_font.c. | Zack Middleton |
2013-01-12 | Make sure font glyph shader names are null-terminated. | Zack Middleton |
2013-01-12 | Fixed possibly placing a font glyph (at the beginning of a row) past the bott... | Zack Middleton |
2013-01-12 | Fixed 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 |
2013-01-12 | Added range checks to j_*_axis cvars. | Zack Middleton |
2013-01-12 | Support up to 16 joystick axes, select which to use with j_*_axis cvars. | Zack Middleton |
2013-01-12 | Allow analog joystick up axis to be remapped too. | Zack Middleton |
2013-01-12 | Unix clients can now enter commands from tty console. Patch by Rambetter with... | Zack Middleton |
2013-01-12 | Add the new ioquake3 master server as standard for sv_master2 | Thilo Schulz |
2013-01-12 | bugzilla bug #5273 exploit resolved, we're now disallowing forwardmove of -12... | Zachary Slater |
2013-01-12 | Fix build for new modular renderer on MacOSX | Thilo Schulz |
2013-01-12 | Reverted r2209... | Zack Middleton |
2013-01-12 | Show warning when renderer cannot load model after checking all supported for... | Zack Middleton |
2013-01-12 | Removed unused functoin Hunk_Trash. | Zack Middleton |
2013-01-12 | Removed an unused variable (which wasn't compiled in as _DEBUG isn't defined ... | Zack Middleton |
2013-01-12 | Show file/line/label in Com_Error messages when run out of memory in debug bu... | Zack Middleton |
2013-01-12 | Enable zone and hunk debug in debug build. | Zack Middleton |
2013-01-12 | Use GENTITYNUM_BITS for jumppad_ent bits. | Zack Middleton |
2013-01-12 | Fix net_restart when networking was temporarily disabled | Thilo Schulz |
2013-01-12 | Add color combination green-magenta for anaglyph | Thilo Schulz |