Age | Commit message (Expand) | Author |
2013-01-12 | Remove gfxmeminfo command when shuting down Rend2. | Zack Middleton |
2013-01-12 | Fix gcc warnings in Rend2. | Zack Middleton |
2013-01-12 | Fix restoring fs_game when default.cfg is missing. | Zack Middleton |
2013-01-12 | Added Rend2, an alternate renderer. (Bug #4358) | James Canete |
2013-01-12 | From /dev/humancontroller: to further reduce confusion, rename constants like... | Zack Middleton |
2013-01-12 | From /dev/humancontroller: really fix the confusion with game entity and refe... | Zack Middleton |
2013-01-12 | When in third person, don't play player's sounds as full volume in Base sound... | Zack Middleton |
2013-01-12 | Check last listener number instead of clc.clientNum in S_AL_HearingThroughEnt... | Zack Middleton |
2013-01-12 | Don't include client.h in sdl_glimp.c as it is part of the external renderer ... | Zack Middleton |
2013-01-12 | Remove a redundant code statement. | Zack Middleton |
2013-01-12 | Oops, still need this | Thilo Schulz |
2013-01-12 | Move argument passing from VM to engine to global variables which allows to g... | Thilo Schulz |
2013-01-12 | Fix this for real now. | Thilo Schulz |
2013-01-12 | * Fix warning | Tim Angus |
2013-01-12 | Fix windows as well | Thilo Schulz |
2013-01-12 | * (bug #5709) Fix crash when invoked with --version | Tim Angus |
2013-01-12 | We should not try to broadcast via the IPv4 socket if that socket is closed. | Zack Middleton |
2013-01-12 | Revert pk3dir patch because some users report the code gets stuck in an infin... | Thilo Schulz |
2013-01-12 | Mark JPEG lib changes, file provided by Simon McVittie | Thilo Schulz |
2013-01-12 | Support for .pk3dir (#5298) - Patch by Andrew (dersaidin@gmail.com) | Thilo Schulz |
2013-01-12 | r_ignorehwgamma 1 does not actually turn on software gamma (#5511) - patch by... | Thilo Schulz |
2013-01-12 | Incorrect number of overbright bits printed by GfxInfo_f() (#5510) - fix by S... | Thilo Schulz |
2013-01-12 | prevent using getinfo as an amplifier for DDOS attacks (#5678). Patch by DevHC | Thilo Schulz |
2013-01-12 | Fixed fatal error ("OP_BLOCK_COPY out of range!") when using qvms on Mac OS X... | Zack Middleton |
2013-01-12 | - Have NET_Sleep work with Windows' INVALID_SOCKET again... - Use SOCKET_ERRO... | Zack Middleton |
2013-01-12 | #5672 - Fixed incorrect type usage in NET_Sleep(), patch from Özkan Sezer. | Zack Middleton |
2013-01-12 | more '\n' business | Zack Middleton |
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 |