X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=NEWS;h=839efe0fe59e75e1b8f1a6918668467c0dc6d1bb;hb=133e67adb89d9748f244b4f4c7d59cee7bda09e8;hp=5228d3b13ad734f96c6fe5b7cef2af351a0ec02b;hpb=6c35255549e8aee4279f90f09d4a593b23c2b889;p=simgear.git diff --git a/NEWS b/NEWS index 5228d3b1..839efe0f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,84 @@ +New in 0.3.3 +* June 3, 2003 + +* Fix a compile problem for cygwin +* Updated/tweaked doxygen documentation in several areas + + +New in 0.3.2 +* June 2, 2003 + +* Moved quite a bit of low level model management and "state" + management code from FlightGear into SimGear and did a substantial + amount of restructuring and dependency clean up in the process. + Created a "scene" subdirectory with sub-subdirectories for material + management, basic model and model animation management, sky + rendering, and low level loaders for the "TerraGear" tile object format. +* Removed support of the flat shaded and non-textured material + property varients. You can still do these things, but extra states + are no longer set up automatically. +* Removed 3d clouds from the default build ... these need a maintainer + or better yet, a complete plib-based rewrite. +* Moved the FlightGear sound effect manager code over to SimGear. +* Updated the cloud layer surface to better follow the inverted bowl + shape. +* Much work on cloud/sky coloring, and also much work on + sunset/sunrise coloring. +* Fixed an obscure bug in cloud texture loading which caused each + cloud texture to be loaded 5 times. Ouch! +* Various class and function renaming to make them better fit into the + standard SimGear naming scheme. +* Added some additional convenience functions to the SGPath class. +* Upgraded the distributed version of metakit. +* FreeBSD fixes. +* Irix fixes (better STL/ISO C++ header support.) +* Mingwin fixes. +* Better MacOS support +* MSVC fixes. + + +New in 0.3.1 +* December 4, 2002 + +* Fix a major packaging blunder with several missing files. + + +New in 0.3.0 +* December 3, 2002 + +* removed interpreter subdir +* NOMINAX fix for Cygwin/gcc-3.2 +* Added some prototype 3d clouds based on Mark Harris's demos. +* Simplified the command manager interface +* Allow an "include" attribute on root PropertyList element. + + +New in 0.2.0 +* September 6, 2002 + +* Modernized the autoconf/make scripts, plus lots of tweaks and enhancements. +* Removed efence support (in favor of valgrind.) + +* Added a javascript interpreter. +* SGSocket reimplimented on top of plib/net libs. +* Added a new random number generation algorithm. +* Total rewrite of the strutils package. + +* Patch for the random number seed. +* IA-64 w/ Intel compiler fixes. +* MSVC/MINGW fixes. +* Mac OS X fixes. +* Irix fixes. +* Code clean ups to remove warning messages. +* Optimizations in sg_binobj to reduce the amout of memory copying + needed when loading a binobj format file. +* Fixed a couple places where variables could be used before they were + initialized. +* Various property manager fixes and improvements. +* Fixes to cloud layer management code. +* Made the sky dome more flexible to facilitate use in other applications. + + New in 0.0.18 * April 20, 2002