Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-03 | Merged ioq3 3a47192ba8a44531e6d93ed0f4e7946e02b9496f | Tim Angus | |
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 | Correct TeamCount return type and team argument type | Zack Middleton | |
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 | Remove old .mak files from botlib | Tim Angus | |
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 | Fix typo preventing OSX native compiles | Tim Angus | |
2013-05-03 | Fix OSX app/ub scripts | Tim Angus | |
2013-05-03 | Starting sunlight experimentation branch | SmileTheory | |
2013-03-27 | Fix some warnings caused by lack of noreturn | Tim Angus | |
2013-03-27 | Merged ioq3 2b3c5492c7f1723eb6c17c401bc3b6cd7766de27 | Tim Angus | |
2013-03-27 | Add option to create archive of build product | Tim Angus | |
2013-03-27 | Merged ioq3 838fcf45cb24a8131d7c30ff3fcd5dd3eb264f1a | Tim Angus | |
2013-03-27 | Make the build summary more pretty | Tim Angus | |
2013-03-27 | Fix 'make -jX clean release' | Tim Angus | |
2013-03-27 | Fix the warning caused by fixing the warnings | Tim Angus | |
2013-03-27 | Fix some of the things clang --analyze flagged | Tim Angus | |
2013-03-25 | Merged ioq3 352cd151e03fbf6dbf3979c413abedd41928a38c | Tim Angus | |
2013-03-25 | Cross compiling for OS X | 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-25 | Enable building QVMs when cross-compiling | Tim Angus | |
2013-03-25 | (bug #5904) Fix OpenBSD and Solaris builds | Tim Angus | |
2013-03-22 | Merged ioq3 d50338fb5788ea4a6375bee44835f12c9e8e4006 | Tim Angus | |
2013-03-22 | Use distclean for jenkins builds | Tim Angus | |
2013-03-22 | Make travis silent | Tim Angus | |
2013-03-22 | Fix it more | Tim Angus | |
2013-03-22 | (Hopefully) fix the Jenkins build | Tim Angus | |
2013-03-22 | Fix travis build | Tim Angus | |
2013-03-22 | Move cross-make-mingw.sh's functionality to the Makefile and remove it | Tim Angus | |
2013-03-22 | Add DEBUG_MAKEFILE to... debug the Makefile | Tim Angus | |
2013-03-22 | Ditch 'historical compatibility' and use 'logic' instead | Tim Angus | |
2013-03-22 | Fix cross-make-mingw.sh when no ARCH is supplied | Tim Angus | |
2013-03-22 | Add jenkins-ci-build.sh | Tim Angus | |
2013-03-22 | Merge mingw build scripts | Tim Angus | |
2013-03-22 | Consolidate architecture names | Tim Angus | |
amd64, x64, x86_64 -> x86_64 i386, i86pc, x86 -> x86 powerpc, ppc -> ppc powerpc64, ppc64 -> ppc64 axp -> alpha Some exceptions are made for the actual build product names | |||
2013-03-22 | Make all GLSL shaders use the same set of uniforms. | SmileTheory | |
2013-03-19 | Travis notification to the right channel | Tim Angus | |
2013-03-19 | Merged ioq3 9bfff1363e89f1942a89a5d08d4c28d67e778399 | Tim Angus | |
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 |