X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=NEWS;h=7f7646b2cfdee5ac47ad285b7eb891ba25231fea;hb=9cac8409cd1f7ec05778575607aecd49857f2477;hp=aa84ac62249985e78cddbfb9d659cb8ffb7e6529;hpb=488efa23162d8ad27348d35c29c3efc8b4946fa7;p=simgear.git diff --git a/NEWS b/NEWS index aa84ac62..7f7646b2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,30 @@ -New in 0.3.5.pre1 -* March 22, 2004 +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. +* Add support for scaling an object based on distance. The scaling + factor is determined by a lookup table based on distance. +* Add a "flash" animation type. +* Fix cloud positioning/animation bugs. +* Fix an off-by-one error in props_io.cxx +* Clip audio gain (volume) to 1.0 + + +New in 0.3.5 +* March 26, 2004 * Added Andy's nasal interpreter for small built in scripting tasks. Nasal integrates nicely with FlightGear's property system.