Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-31 | clean up return statements a bit more | /dev/humancontroller | |
2013-05-31 | drop some useless return statements | /dev/humancontroller | |
2013-05-31 | reduce the amount of compiler warnings for variable shadowing | /dev/humancontroller | |
2013-05-31 | when using the condump command, do not say "dumped console text" ↵ | /dev/humancontroller | |
prematurely, before trying to open the file | |||
2013-05-31 | make the fread() success-check code in Sys_RandomBytes() more secure | /dev/humancontroller | |
2013-05-31 | remove some unused stuff | /dev/humancontroller | |
2013-05-31 | remove some redundant exit() calls | /dev/humancontroller | |
2013-05-31 | add some noreturn annotations | /dev/humancontroller | |
2013-05-31 | fix 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-31 | Suppress warning | Tim Angus | |
2013-05-31 | Allow drawing sun in OpenGL1 renderer | Zack Middleton | |
Removed #if 0 ... #endif around RB_DrawSun(). Merged improvements and changes from OpenGL2 renderer. | |||
2013-05-31 | Fix Freetype build problems | Tim Angus | |
2013-05-31 | Clarify comment for OpenGL2's RDF_NOFOG | Zack Middleton | |
2013-05-31 | Remove RF_SUNFLARE from OpenGL2 renderer | Zack Middleton | |
RF_SUNFLARE didn't do anything after commit "Merge Reaction renderer features, remove "#ifdef REACTION"s". | |||
2013-05-31 | Remove unused renderCommandList variable from renderers | Ensiform | |
2013-05-31 | dlopen libopenal.so not libopenal.so.1 on OpenBSD | Jonathan Gray | |
2013-05-31 | Show surface names in excessive vertexes and triangles warnings | Zack Middleton | |
Add newlines to renderergl2's R_LoadMD3 vertex and triangle warnings. | |||
2013-05-03 | Use 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-03 | Rename FS_CheckFilenameIsNotImmutable to ..IsMutable | Harley Laue | |
2013-05-03 | Rename FS_CheckFilenameIsNotExecutable to ..NotImmutable | Zack Middleton | |
2013-05-03 | Don't allow modifying qvms or pk3s | Zack Middleton | |
Exception for allowing pk3s to be downloaded. | |||
2013-05-03 | Don't scale shadow multipliers by overbrightbits, and improve documentation. | SmileTheory | |
2013-05-03 | Fix referencing pk3 with only qagame QVM | Zack Middleton | |
2013-05-03 | Add 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-03 | Fix 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-03 | Fix zone memory leak in OpenGL2 renderer | Zack Middleton | |
meminfo command showed the dynamic renderer zone amount going up by 1824 bytes each time I reloaded map using map command. | |||
2013-05-03 | Fix shfolder.dll not getting freed | Tim Angus | |
2013-05-03 | Fix setting CVAR_VM_CREATED flag on user created cvars | Zack 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-03 | Add 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-03 | Starting sunlight experimentation branch | SmileTheory | |
2013-03-27 | Fix some warnings caused by lack of noreturn | Tim Angus | |
2013-03-27 | Fix some of the things clang --analyze flagged | Tim Angus | |
2013-03-25 | s/enum/typedef enum/g on uniform_t for glorious fix of mac build. h/t ↵ | Zachary Slater | |
MAN-AT-ARMS | |||
2013-03-22 | Ditch 'historical compatibility' and use 'logic' instead | Tim Angus | |
2013-03-22 | Make all GLSL shaders use the same set of uniforms. | SmileTheory | |
2013-03-19 | Fix NET_IPSocket and NET_IP6Socket return type | Zack Middleton | |
It was causing a warning on Windows x64. | |||
2013-03-19 | Always initialize joint_names in R_LoadIQM | Zack Middleton | |
Reported by MAN-AT-ARMS | |||
2013-03-19 | Use PATH_SEP for a debug message in FS_FOpenFileReadDir | Ensiform | |
2013-03-19 | Fix loading and rendering IQMs with no joints | Zack Middleton | |
2013-03-19 | Remove RAVENMD4 #define | Tim Angus | |
2013-03-19 | Support more tcgens in lightall shader. | SmileTheory | |
2013-03-19 | Remove some more automatic sRGB image flags. | SmileTheory | |
2013-03-19 | Fix some clang warnings | Tim Angus | |
2013-03-19 | Oops missed a bit | Tim Angus | |
2013-03-19 | Fix USE_FREETYPE breakage | Tim Angus | |
2013-03-19 | Move renderers a bit closer together | Tim Angus | |
2013-03-19 | Always reset vertex attrib pointers with animated meshes. | SmileTheory | |
2013-03-19 | Remove old x86_64 JIT compiler | Tim Angus | |
2013-03-19 | Fix displaying demo name when loading demo | Zack Middleton | |