summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-12From /dev/humancontroller: to further reduce confusion, rename constants like...Zack Middleton
2013-01-12From /dev/humancontroller: really fix the confusion with game entity and refe...Zack Middleton
2013-01-12When in third person, don't play player's sounds as full volume in Base sound...Zack Middleton
2013-01-12Check last listener number instead of clc.clientNum in S_AL_HearingThroughEnt...Zack Middleton
2013-01-12Don't include client.h in sdl_glimp.c as it is part of the external renderer ...Zack Middleton
2013-01-12Play correct team sounds when in spectator mode and following a player.Zack Middleton
2013-01-12Fix resetting single player level selection in q3_ui when there is no trainin...Zack Middleton
2013-01-12Fix arrow buttons in q3_ui join server menu to be selectable by mouse.Zack Middleton
2013-01-12Added myself to ioq3 credits in q3_ui.Zack Middleton
2013-01-12Fix UI player model FOV when using non-640x480 resolution.Zack Middleton
2013-01-12Cache servers for each master server in q3_ui, otherwise servers from last up...Zack Middleton
2013-01-12Fix game getting stuck in a do-while loop when "team follow1" or "team follow...Zack Middleton
2013-01-12Fix g_warmup < 2 causing client prediction issues (bug #5740). (Reused code f...Zack Middleton
2013-01-12Send team info for team overlay to spectators for the team of the client they...Zack Middleton
2013-01-12Don't have g_teamAutoJoin affect bot's teamZack Middleton
2013-01-12Remove a redundant code statement.Zack Middleton
2013-01-12Removed a check that was made unnessicary by r1644.Zack Middleton
2013-01-12More MISSIONPACK ifdeffery.Zack Middleton
2013-01-12Added MISSIONPACK ifdef around GT_1FCTF code.Zack Middleton
2013-01-12Oops, still need thisThilo Schulz
2013-01-12Move argument passing from VM to engine to global variables which allows to g...Thilo Schulz
2013-01-12Fix this for real now.Thilo Schulz
2013-01-12switch mac to the framework SDL...Zachary Slater
2013-01-12* Fix warningTim Angus
2013-01-12Fix windows as wellThilo Schulz
2013-01-12* (bug #5709) Fix crash when invoked with --versionTim Angus
2013-01-12Fixed G_LogPrintf format warning on 64 bit systems added in r2294.Zack Middleton
2013-01-12We should not try to broadcast via the IPv4 socket if that socket is closed.Zack Middleton
2013-01-12Revert pk3dir patch because some users report the code gets stuck in an infin...Thilo Schulz
2013-01-12Mark JPEG lib changes, file provided by Simon McVittieThilo Schulz
2013-01-12Support for .pk3dir (#5298) - Patch by Andrew (dersaidin@gmail.com)Thilo Schulz
2013-01-12Various bugfixes by Tobias Kuehnhammer (#5270) - A stupid bug where bots re-t...Thilo Schulz
2013-01-12r_ignorehwgamma 1 does not actually turn on software gamma (#5511) - patch by...Thilo Schulz
2013-01-12Incorrect number of overbright bits printed by GfxInfo_f() (#5510) - fix by S...Thilo Schulz
2013-01-12More intelligent exponentiation in strtod/strtol (#5487) - patch by Ben MillwoodThilo Schulz
2013-01-12Support building on cygwin with cross-make-mingw*.sh (#5405) - patch by q3urt...Thilo Schulz
2013-01-12prevent using getinfo as an amplifier for DDOS attacks (#5678). Patch by DevHCThilo Schulz
2013-01-12Fixed 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-12static-ize inline functions for Clang/LLVMZack Middleton
2013-01-12more '\n' businessZack Middleton
2013-01-12when interacting with QVMs, Clang/LLVM requires the standard use of the va_*(...Zack Middleton
2013-01-12fix a WRONG size argument to a memset() call found by Clang/LLVMZack Middleton
2013-01-12remove a bunch of superfluous formatting callsZack Middleton
2013-01-12rename trap_Printf() to trap_Print() in the game module, as that function has...Zack Middleton
2013-01-12Removed 0xAD character, from /dev/humancontroller.Zack Middleton
2013-01-12Fixed typo in README from r2275.Zack Middleton
2013-01-12Fixed comment in server.h (ent->v.absmax to ent->r.absmax).Zack Middleton
2013-01-12Added execq to README.Zack Middleton