]> git.mxchange.org Git - simgear.git/blobdiff - NEWS
this simple patch will prevent to have fog in Clear cload layers.
[simgear.git] / NEWS
diff --git a/NEWS b/NEWS
index 129bfde9e9a1e365e8a9fae3bff7a525d87e1566..f343a300b25a773eb26de88ba8f05cc6582859ca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,24 @@
+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 16, 2004
+* March 26, 2004
 
 * Added Andy's nasal interpreter for small built in scripting tasks.
   Nasal integrates nicely with FlightGear's property system.
-* Added new (much simpler) metar parsing code.
+* Added new (much simpler) metar parsing code (removed older more
+  complex code.)
 * Support VASI/PAPI lights correctly.
 * Fixes to cloud animation.
 * Updates to sky dome coloring as well as sun/moon coloring.