summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-31drop some useless return statements/dev/humancontroller
2013-05-31reduce the amount of compiler warnings for variable shadowing/dev/humancontroller
2013-05-31when using the condump command, do not say "dumped console text" ↵/dev/humancontroller
prematurely, before trying to open the file
2013-05-31make the fread() success-check code in Sys_RandomBytes() more secure/dev/humancontroller
2013-05-31remove some unused stuff/dev/humancontroller
2013-05-31remove some redundant exit() calls/dev/humancontroller
2013-05-31add some noreturn annotations/dev/humancontroller
2013-05-31fix some "\n"-related stuff/dev/humancontroller
add missing "\n"s to some Printf()-like calls (in Rend2) drop erroneous "\n"s from some Error()-like calls (in Rend2) drop erroneous "\n" from a Com_Error() call (in vm_sparc.c)
2013-05-31Suppress warningTim Angus
2013-05-31Allow drawing sun in OpenGL1 rendererZack Middleton
Removed #if 0 ... #endif around RB_DrawSun(). Merged improvements and changes from OpenGL2 renderer.
2013-05-31Fix Freetype build problemsTim Angus
2013-05-31Clarify comment for OpenGL2's RDF_NOFOGZack Middleton
2013-05-31Remove RF_SUNFLARE from OpenGL2 rendererZack Middleton
RF_SUNFLARE didn't do anything after commit "Merge Reaction renderer features, remove "#ifdef REACTION"s".
2013-05-31Fix predicting touching items in CTF and 1FCTFZack Middleton
In CTF, rail or plasma gun/ammo were not predicted for pickup depending on what team player is on. The rail and plasma values are the same as PW_REDFLAG and PW_BLUEFLAG. In 1FCTF, only neutral flag, BFG, and BFG ammo were predicted for pickup. WP_BFG is equal to PW_NEUTRALFLAG.
2013-05-31Remove unused renderCommandList variable from renderersEnsiform
2013-05-31sync the OpenBSD cflags with LinuxJonathan Gray
2013-05-31correct the linked libs on OpenBSDJonathan Gray
2013-05-31dlopen libopenal.so not libopenal.so.1 on OpenBSDJonathan Gray
2013-05-31Show surface names in excessive vertexes and triangles warningsZack Middleton
Add newlines to renderergl2's R_LoadMD3 vertex and triangle warnings.
2013-05-03Merged ioq3 3a47192ba8a44531e6d93ed0f4e7946e02b9496fTim Angus
2013-05-03Use specular texture RGB as specular reflectance, multiplied by per-material ↵SmileTheory
value.
2013-05-03#5889: Do post-processing only on viewport portion of frame buffer.SmileTheory
2013-05-03Correct TeamCount return type and team argument typeZack Middleton
2013-05-03Rename FS_CheckFilenameIsNotImmutable to ..IsMutableHarley Laue
2013-05-03Rename FS_CheckFilenameIsNotExecutable to ..NotImmutableZack Middleton
2013-05-03Don't allow modifying qvms or pk3sZack Middleton
Exception for allowing pk3s to be downloaded.
2013-05-03Don't scale shadow multipliers by overbrightbits, and improve documentation.SmileTheory
2013-05-03Fix referencing pk3 with only qagame QVMZack Middleton
2013-05-03Add fallback for __func__ (ioq3 isn't compiled as c99 by default)Zack Middleton
Using Debian gcc version 4.7.2 and clang 3.0-6.1 anyway.
2013-05-03Fix memmove()Mikael Pettersson
[The lcc source] overrides the libc memmove() with its own implementation, but that implementation fails to follow the specification. In particular, it returns NULL rather than memmove()'s first parameter. GCC now optimizes based on this aspect of the specification, so things go wrong at runtime. [Text & patch from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56881#c8]
2013-05-03Remove old .mak files from botlibTim Angus
2013-05-03Fix zone memory leak in OpenGL2 rendererZack Middleton
meminfo command showed the dynamic renderer zone amount going up by 1824 bytes each time I reloaded map using map command.
2013-05-03Fix shfolder.dll not getting freedTim Angus
2013-05-03Fix setting CVAR_VM_CREATED flag on user created cvarsZack Middleton
Fix setting CVAR_VM_CREATED flag on cvars created using set[asu] commands (including archived cvars from cfg) and trap_Cvar_Set. trap_Cvar_Register called Cvar_Get which cleared CVAR_USER_CREATED flag, but CVAR_VM_CREATED wasn't set because the cvar already existed.
2013-05-03Add sunlight/lightmap merging by multiply (r_sunlightMode 1) Merge additive ↵SmileTheory
sunlight and map lighting into one GLSL shader (r_sunlightMode 2) Change single lightmap blends to use lightall
2013-05-03Fix typo preventing OSX native compilesTim Angus
2013-05-03Fix OSX app/ub scriptsTim Angus
2013-05-03Starting sunlight experimentation branchSmileTheory
2013-03-27Fix some warnings caused by lack of noreturnTim Angus
2013-03-27Merged ioq3 2b3c5492c7f1723eb6c17c401bc3b6cd7766de27Tim Angus
2013-03-27Add option to create archive of build productTim Angus
2013-03-27Merged ioq3 838fcf45cb24a8131d7c30ff3fcd5dd3eb264f1aTim Angus
2013-03-27Make the build summary more prettyTim Angus
2013-03-27Fix 'make -jX clean release'Tim Angus
2013-03-27Fix the warning caused by fixing the warningsTim Angus
2013-03-27Fix some of the things clang --analyze flaggedTim Angus
2013-03-25Merged ioq3 352cd151e03fbf6dbf3979c413abedd41928a38cTim Angus
2013-03-25Cross compiling for OS XTim Angus
2013-03-25s/enum/typedef enum/g on uniform_t for glorious fix of mac build. h/t ↵Zachary Slater
MAN-AT-ARMS
2013-03-25Enable building QVMs when cross-compilingTim Angus