index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Replace "powered by ioq3" text with ui_ioq3 CVAR_ROM
tma
2007-12-11
2
-7
/
+9
*
* Whitespace consistency in tr_init.c
tma
2007-11-07
1
-53
/
+53
*
* (bug 3393) Blank user names still possible (Michael Jard <kfaust@gmail.com>)
tma
2007-11-02
1
-1
/
+5
*
* Revert 1176 -- MinGW's headers are too old *sigh*
tma
2007-09-12
7
-37
/
+27
*
* Remove use of GL_ARB_multitexture since this has been part of the
tma
2007-09-10
8
-39
/
+36
*
* Replace the ugliness in qgl.h with SDL_opengl.h
tma
2007-09-05
1
-117
/
+6
*
* Merge unified-sdl to trunk
tma
2007-09-05
8
-884
/
+359
*
* Rewrite of R_LoadImage to make it more generic and data driven
tma
2007-08-26
2
-42
/
+78
*
* (bug 3112) Removal of QVM name obfuscation (TsT <tst2006@gmail.com>)
tma
2007-08-24
1
-13
/
+5
*
* PNG support from Joerg Dietrich <dietrich_joerg@t-online.de>
tma
2007-08-23
1
-13
/
+2475
*
* (bug 3076) Map cycle breaks on empty or bot only servers (misanthropia)
tma
2007-08-23
1
-51
/
+33
*
fix gcc 4.2 warnings about cast from pointer to integer (#3317)
ludwig
2007-08-19
1
-1
/
+1
*
print the shader loading message if the cvar "developer" is set
ludwig
2007-08-16
1
-1
/
+1
*
don't spam console with "loading..." messages when loading shaders
ludwig
2007-08-16
1
-1
/
+1
*
* (bug 2972) add r_swapInterval support to SDL client (if libSDL >= 1.2.10)
tjw
2007-05-22
1
-0
/
+5
*
Fix annoying bug where transparent surfaces wouldn't draw over skyboxes. Than...
thilo
2006-12-15
1
-2
/
+1
*
* Add r_customPixelAspect to support displays with non 1:1 pixel aspects (do
tma
2006-12-04
1
-10
/
+12
*
Fix endian issue in MDR loading.
thilo
2006-09-22
1
-3
/
+3
*
* qvm files no longer installed by "make copyfiles"
tma
2006-08-13
2
-2
/
+12
*
Another patch to make uncompressed AVI write in RGB24 format by anonymous vir...
thilo
2006-07-31
1
-8
/
+7
*
Fix from the VirtualDub people which should make avi files created with the v...
thilo
2006-07-31
1
-7
/
+8
*
* Fix the MinGW build. Ugh.
tma
2006-05-06
1
-1
/
+8
*
Add string length checking to function COM_StripExtension. This fixes the R_R...
thilo
2006-05-06
2
-4
/
+4
*
- remove leftover anistropic filtering variables from glconfig_t
ludwig
2006-04-30
2
-3
/
+5
*
- Fixed incompatibility to original VMs introduced by anisotropic filtering p...
thilo
2006-04-30
4
-4
/
+13
*
Fix for skybox blacklines bug on non-SDL compilations.
thilo
2006-04-27
1
-0
/
+9
*
* Anisotropic texture filtering (from Echon)
tma
2006-04-22
4
-0
/
+19
*
Fix prohibits illegal downloading of id PK3 files from servers. That bug is h...
thilo
2006-04-22
1
-2
/
+2
*
Still some little improvements to flares.
thilo
2006-04-20
2
-1
/
+8
*
Fix for flares. Can be enabled by setting r_flares 1
thilo
2006-04-20
5
-86
/
+121
*
* Fix to (static!) buffer overflow in renderer (from Thilo Schulz)
tma
2006-04-14
1
-1
/
+1
*
* Fixes to MDR implementation from Thilo Schulz
tma
2006-04-14
1
-19
/
+13
*
* Fixed radix sort on big endian platforms (from tjw, blame Timbo for the bug)
tma
2006-04-14
1
-1
/
+7
*
* SDL build no longer requires a vid_restart when changing r_fullscreen
tma
2006-01-25
1
-0
/
+4
*
* AVI video output
tma
2006-01-04
6
-1
/
+155
*
* Support for MinGW cross compilation
tma
2005-12-29
1
-1
/
+1
*
* Fix to what is apparently a typo in the original Q3 code
tma
2005-12-28
1
-1
/
+1
*
msvc project files updated and moved to win32/msvc
maik
2005-12-12
2
-6114
/
+0
*
* Oopsie.
tma
2005-12-06
1
-4
/
+4
*
* Replaced ALIGN macro with PAD
tma
2005-12-05
1
-14
/
+8
*
Fixed Altivec-based mesh rendering.
icculus
2005-12-04
2
-19
/
+19
*
* Ditch Mac OS 9 support
tma
2005-12-01
2
-26
/
+0
*
* Moved win32 GL extension prototypes from tr_init.c to win_qgl.c
tma
2005-11-26
1
-10
/
+0
*
* Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.local
tma
2005-11-26
3
-92
/
+65
*
Mac OS X work...lots of little changes that touch a lot of random places.
icculus
2005-11-26
7
-63
/
+335
*
* Implementation of r_dlightBacks from Shane Isley
tma
2005-11-15
1
-66
/
+58
*
* Fix TA font loader to use new endian defines
tma
2005-11-06
1
-2
/
+2
*
* Tidy-up of q_platform.h
tma
2005-11-06
1
-1
/
+1
*
* Replaced a bunch of inline and __inline with ID_INLINE
tma
2005-11-04
3
-3
/
+3
*
Updated msvc project files from > Michael Zoech!
zakk
2005-11-04
1
-6112
/
+6112
[next]