Slight poking at renderer portion of NEWS.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-09-24 22:16:34 +00:00
parent 324172414a
commit 436a641f6f
1 changed files with 7 additions and 1 deletions

8
NEWS
View File

@ -139,4 +139,10 @@ Changes from 0.3.0
* Experimental 32 bit software renderer.
* Dynamic lights don't shine through walls.
* Colored alias model lighting for GL.
* Speed improvments.
* Vertex Array use for sprites, particles and text. No fallbacks yet,
so QF wont work with old or broken GL drivers.
* Switchable particle styles: r_particles_style 0 for Id. Default is 1,
for lower particle count, larger texture particle effects.
* 16 bit vertex alias model format.
* Improved software gamma that more closely resembles hardware gamma.
* Countless speed improvements.