summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-22Add DEBUG_MAKEFILE to... debug the MakefileTim Angus
2013-03-22Ditch 'historical compatibility' and use 'logic' insteadTim Angus
2013-03-22Fix cross-make-mingw.sh when no ARCH is suppliedTim Angus
2013-03-22Add jenkins-ci-build.shTim Angus
2013-03-22Merge mingw build scriptsTim Angus
2013-03-22Consolidate architecture namesTim 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-22Make all GLSL shaders use the same set of uniforms.SmileTheory
2013-03-19Travis notification to the right channelTim Angus
2013-03-19Merged ioq3 9bfff1363e89f1942a89a5d08d4c28d67e778399Tim Angus
2013-03-19Fix NET_IPSocket and NET_IP6Socket return typeZack Middleton
It was causing a warning on Windows x64.
2013-03-19Always initialize joint_names in R_LoadIQMZack Middleton
Reported by MAN-AT-ARMS
2013-03-19Use PATH_SEP for a debug message in FS_FOpenFileReadDirEnsiform
2013-03-19Fix loading and rendering IQMs with no jointsZack Middleton
2013-03-19Remove RAVENMD4 #defineTim Angus
2013-03-19Support more tcgens in lightall shader.SmileTheory
2013-03-19Remove some more automatic sRGB image flags.SmileTheory
2013-03-19Disable freetype and vorbis for mingw travis buildZack Middleton
Libs are missing.
2013-03-19Fix mingw gcc name in build-test.shZack Middleton
2013-03-19Fix some clang warningsTim Angus
2013-03-19Move mingw to separate build job on travis-ciZack Middleton
2013-03-19Oops missed a bitTim Angus
2013-03-19Fix USE_FREETYPE breakageTim Angus
2013-03-19Move renderers a bit closer togetherTim Angus
2013-03-19Always reset vertex attrib pointers with animated meshes.SmileTheory
2013-03-19Remove old x86_64 JIT compilerTim Angus
2013-03-19Fix displaying demo name when loading demoZack Middleton
2013-03-19Fix size reserved for IQM jointMats (allocated more than used)Zack Middleton
2013-03-19Fix origin returned by IQM's LerpTagZack Middleton
It use to return pose joint's offset from base at the lerped frame, now it returns the joint's origin at the lerped frame. Patch by Axel Isouard and Zack Middleton.
2013-03-19Only spam IRC on failureTim Angus
2013-03-19Fix clampmapped images being always treated as sRGB.SmileTheory
2013-03-19One last try...Tim Angus
2013-03-19Use -q instead of -qq on apt-getTim Angus
2013-03-19Use the mingw fork that gets maintainedTim Angus
2013-03-19build-test.sh always run clean first, for non-travis-ciZack Middleton
2013-03-19Improve build-test.sh for non-travis-ci usageZack Middleton
2013-03-19Fix RAVENMD4 warnings in OpenGL2Zack Middleton
2013-03-19autobuild: try to fix extra options build and mingw buildsZack Middleton
2013-03-19autobuild: test default build, with extra options, and mingwZack Middleton
2013-03-19autobuild: Enable Ogg Vorbis, Freetype, and MDR model supportZack Middleton
Removed unneeded SDL packages.
2013-03-19Some minor cleanup.SmileTheory
2013-03-19Simplify RE_StretchRaw() with RE_UploadCinematic() and RB_InstantQuad2().SmileTheory
2013-03-19updated travis file to notify us in our lonely IRC outpost of love.Zachary Slater
2013-03-19Fixed the auto build, for details go here: https://travis-ci.org/ioquake/ioq3Zachary Slater
2013-03-19Testing out autobuild stuff.Zachary Slater
2013-03-19Oops, fix typo.SmileTheory
2013-03-19Simplify previous patch.SmileTheory
2013-03-19Calculate viewport and screen texture coordinates correctly for sun shadows. ↵SmileTheory
This fixes part of #5889.
2013-03-19Show lowercased ascii in bind commandZack Middleton
2013-03-19Fix Key_StringToKeynum to return lowercased asciiZack Middleton
Fixes bind and unbind uppercase ascii and uppercase ascii in cl_consoleKeys. keycodes.h states "normal keys should be passed as lowercased ascii"
2013-03-19Move noise function declations to tr_common.hZack Middleton
tr_noise.c is in renderercommon directory, so declare them in header there too.