aboutsummaryrefslogtreecommitdiffstats
path: root/code/renderer
Commit message (Expand)AuthorAgeFilesLines
...
* * Rewrite of R_LoadImage to make it more generic and data driventma2007-08-262-42/+78
* * (bug 3112) Removal of QVM name obfuscation (TsT <tst2006@gmail.com>)tma2007-08-241-13/+5
* * PNG support from Joerg Dietrich <dietrich_joerg@t-online.de>tma2007-08-231-13/+2475
* * (bug 3076) Map cycle breaks on empty or bot only servers (misanthropia)tma2007-08-231-51/+33
* fix gcc 4.2 warnings about cast from pointer to integer (#3317)ludwig2007-08-191-1/+1
* print the shader loading message if the cvar "developer" is setludwig2007-08-161-1/+1
* don't spam console with "loading..." messages when loading shadersludwig2007-08-161-1/+1
* * (bug 2972) add r_swapInterval support to SDL client (if libSDL >= 1.2.10)tjw2007-05-221-0/+5
* Fix annoying bug where transparent surfaces wouldn't draw over skyboxes. Than...thilo2006-12-151-2/+1
* * Add r_customPixelAspect to support displays with non 1:1 pixel aspects (dotma2006-12-041-10/+12
* Fix endian issue in MDR loading.thilo2006-09-221-3/+3
* * qvm files no longer installed by "make copyfiles"tma2006-08-132-2/+12
* Another patch to make uncompressed AVI write in RGB24 format by anonymous vir...thilo2006-07-311-8/+7
* Fix from the VirtualDub people which should make avi files created with the v...thilo2006-07-311-7/+8
* * Fix the MinGW build. Ugh.tma2006-05-061-1/+8
* Add string length checking to function COM_StripExtension. This fixes the R_R...thilo2006-05-062-4/+4
* - remove leftover anistropic filtering variables from glconfig_tludwig2006-04-302-3/+5
* - Fixed incompatibility to original VMs introduced by anisotropic filtering p...thilo2006-04-304-4/+13
* Fix for skybox blacklines bug on non-SDL compilations.thilo2006-04-271-0/+9
* * Anisotropic texture filtering (from Echon)tma2006-04-224-0/+19
* Fix prohibits illegal downloading of id PK3 files from servers. That bug is h...thilo2006-04-221-2/+2
* Still some little improvements to flares.thilo2006-04-202-1/+8
* Fix for flares. Can be enabled by setting r_flares 1thilo2006-04-205-86/+121
* * Fix to (static!) buffer overflow in renderer (from Thilo Schulz)tma2006-04-141-1/+1
* * Fixes to MDR implementation from Thilo Schulztma2006-04-141-19/+13
* * Fixed radix sort on big endian platforms (from tjw, blame Timbo for the bug)tma2006-04-141-1/+7
* * SDL build no longer requires a vid_restart when changing r_fullscreentma2006-01-251-0/+4
* * AVI video outputtma2006-01-046-1/+155
* * Support for MinGW cross compilationtma2005-12-291-1/+1
* * Fix to what is apparently a typo in the original Q3 codetma2005-12-281-1/+1
* msvc project files updated and moved to win32/msvcmaik2005-12-122-6114/+0
* * Oopsie.tma2005-12-061-4/+4
* * Replaced ALIGN macro with PADtma2005-12-051-14/+8
* Fixed Altivec-based mesh rendering.icculus2005-12-042-19/+19
* * Ditch Mac OS 9 supporttma2005-12-012-26/+0
* * Moved win32 GL extension prototypes from tr_init.c to win_qgl.ctma2005-11-261-10/+0
* * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.localtma2005-11-263-92/+65
* Mac OS X work...lots of little changes that touch a lot of random places.icculus2005-11-267-63/+335
* * Implementation of r_dlightBacks from Shane Isleytma2005-11-151-66/+58
* * Fix TA font loader to use new endian definestma2005-11-061-2/+2
* * Tidy-up of q_platform.htma2005-11-061-1/+1
* * Replaced a bunch of inline and __inline with ID_INLINEtma2005-11-043-3/+3
* Updated msvc project files from > Michael Zoech!zakk2005-11-041-6112/+6112
* 5+2==7 :-)ludwig2005-11-011-5/+5
* use memcpy to fix use of misaligned dataludwig2005-11-011-18/+21
* * More Solaris worktma2005-11-011-1/+1
* * General decrufting:tma2005-10-293-6/+6
* * Beginnings of Solaris support from Vincent S. Cojottma2005-10-291-4/+12
* * Added STATUStma2005-10-2928-28/+28
* * Moved various source files from their mod sdk locations to places moretma2005-10-263-2/+231