X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=NEWS;h=985a203f9c6c4bfd0799c68c89361a1b5a250521;hb=98b2ba4fc16aa90d508a3a7fe241674125d9dd87;hp=c50693edf1376c9dd854cb72bf92ee73db233b7e;hpb=e2f93e6ae157ab0c01cd48217d29c7715020c65f;p=simgear.git diff --git a/NEWS b/NEWS index c50693ed..985a203f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,32 @@ -New in 0.3.6-pre3 +New in 0.3.8-pre1 +* December 15, 2004 + +* Configure script does a sanity check for the existance of openal. +* Better pthreads detection for FreeBSD. +* Abstract out the location of gl.h, glu.h, and glut.h so we can more + easily support MacOS which puts these in an oddball location. +* Added two new debug output types for instrumentation and systems. +* Add a name parameter to the waypoint class for supporting a route + manager in the flightgear gps module. +* Make display list usage optional. +* Event manager: specifying a zero delay will force event execution in + the next frame rather than entering an infinite loop. + + +New in 0.3.7 +* October 12, 2004 + +* Add support for parsing xml from an in memory buffer, not just a file. +* Don't reduce visibility for a "clear" cloud layer. +* Add support for audio orientation (direction and cone) for internal + view and tower view. +* Add support for drawing from display lists rather than in immediate mode. + This provides a big performance improvement on many systems. + + +New in 0.3.6 +* July 29, 2004 + * Better MinGW support * A bit better handling of OpenAL under Cygwin * Switched audio system from plib's "sl/sm" to OpenAL.