.. |
.gitignore
|
|
|
gl_draw.c
|
Convert particles to use byte colors instead of float. Roughly breaks even on Mesa on my machine. Should be a speedup under other drivers.
|
2001-09-14 12:11:54 +00:00 |
gl_dyn_fires.c
|
|
|
gl_dyn_lights.c
|
Tweak rocket trails. Uglier, but don't bog down rocket snipers. Also a couple tiny optimizations and cleanups.
|
2001-09-09 19:37:07 +00:00 |
gl_dyn_part.c
|
Remove scaling from R_RunParticleEffect, and make blood puff size variable in qw.
|
2001-09-27 03:09:24 +00:00 |
gl_dyn_textures.c
|
Merge world.h. Also reduced smoke particle textures from 8 to 1, a considerable speedup through reduced texture thrash...
|
2001-09-24 17:52:13 +00:00 |
gl_funcs.c
|
|
|
gl_graph.c
|
|
|
gl_rmain.c
|
TE_EXPLOSION2 now does colored lighting. And spark showers brightened up a bit. Sparks all yellow now, none of the weird dingy grey ones. ;)
|
2001-09-16 20:07:28 +00:00 |
gl_rmisc.c
|
Convert particles to use byte colors instead of float. Roughly breaks even on Mesa on my machine. Should be a speedup under other drivers.
|
2001-09-14 12:11:54 +00:00 |
gl_rsurf.c
|
Tweak rocket trails. Uglier, but don't bog down rocket snipers. Also a couple tiny optimizations and cleanups.
|
2001-09-09 19:37:07 +00:00 |
gl_screen.c
|
Lots of whitespace, header cleanups, and a few tiny optimizations.
|
2001-09-09 21:41:35 +00:00 |
gl_skin.c
|
Lots of whitespace, header cleanups, and a few tiny optimizations.
|
2001-09-09 21:41:35 +00:00 |
gl_sky.c
|
Lots of whitespace, header cleanups, and a few tiny optimizations.
|
2001-09-09 21:41:35 +00:00 |
gl_sky_clip.c
|
Convert particles to use byte colors instead of float. Roughly breaks even on Mesa on my machine. Should be a speedup under other drivers.
|
2001-09-14 12:11:54 +00:00 |
gl_textures.c
|
comment on the code duplication for the texture resamplers
|
2001-09-07 17:12:02 +00:00 |
gl_warp.c
|
Lots of whitespace, header cleanups, and a few tiny optimizations.
|
2001-09-09 21:41:35 +00:00 |
Makefile.am
|
Add small cyan light to lightning impacts. And restore particle direction use in nq. Greatly improves blood effects.
|
2001-09-27 00:43:46 +00:00 |
noisetextures.c
|
Replace lhrandom with qfrandom, a different convenience macro with better random number distribution (see man 3 rand).
|
2001-09-05 06:20:45 +00:00 |