X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=NEWS;h=db142bda1caff374b5b7166382da2428f37bcb3e;hb=b1b6abf285d0134211304efe9d9c3c7f9caea555;hp=60ec526648cc83a812f4f9f228755cb38fb68d8f;hpb=f3d8eb4665f46bf0b9135a57d2c0eac35ed59cf6;p=simgear.git diff --git a/NEWS b/NEWS index 60ec5266..db142bda 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,37 @@ -New in 0.3.7-pre1 -* September 10, 2004 +New in 0.3.8 +* January 18, 2005 + +* 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. +* gcc-4.0 fix. +* Fixes to property tree loading and saving. +* Make volume inaudible at startup. +* Solaris fixes. +* For low density cloud coverages, blend the layer to nothing as we pass + through instead of fully engulfing the aircraft in the cloud. +* Add several new capabilities to the texture management code for building + normal maps and doing some simple on-the-fly effects on textures. +* Better error message for sound problems. +* Add support for binding a thread to a specific CPU. + + +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