add some more stuff

This commit is contained in:
Bill Currie 2002-09-23 17:22:59 +00:00
parent 4bf8ac58f1
commit 918f2dd203

16
NEWS
View file

@ -3,6 +3,17 @@ NEWS for the QuakeForge project
Changes from 0.3.0
o General enhancements.
* NQ (quake1, single player, NetQuake, WinQuake) is back.
* Video (driver and renderer), audio, gamecode (progs), console,
model loading and general utility code shared in common libs between
NQ and QW
* Plugin system for sound and cd drivers.
* Ogg Vorbis compression for sound effect samples (streamed ogg support
is planned).
* Menu system re-written in QuakeC/Ruamoko
* Curses console for servers in *nix.
o Progs engine enhancements.
* Fully modular. Mod/Server-independant, allowing for
stand-alone QuakeC interpreter and client-side code.
@ -125,4 +136,7 @@ Changes from 0.3.0
* People who aren't really trying to cheat won't be kicked :)
o Rendering enhancements
* TBD
* Experimental 32 bit software renderer.
* Dynamic lights don't shine through walls.
* Colored alias model lighting for GL.
* Speed improvments.