]> git.mxchange.org Git - flightgear.git/blob - NEWS
Version 0.44 -> 0.45
[flightgear.git] / NEWS
1 New in 0.45:
2 * Added an option to enable/disable wireframe rendering.
3 * Added an option to enable/disable fog/haze.
4 * Added an option to enable/disable sky blending.
5 * Added an option to select smooth/flat polygon shading.
6
7 New in 0.44: 
8 * Fixed a horible bug that cause the time to be *WAY* off when
9   compiling with the CygWin32 compiler.
10 * Wrap up zlib so we can conditionally compile back in normal behavior
11   on systems that have trouble building zlib.
12 * Minor adjustment to texture coordinate generation to reduce texture
13   swimming.
14 * Added a command line option to enable/disable texture maps
15 * Minor transformation adjustments to try to keep scenery tiles closer
16   to (0, 0, 0) GLfloats run out of precision at the distances we need
17   to model the earth, but we can do a bunch of pre-transformations
18   using double floats and then cast to GLfloat once everything is
19   close in where we have less precision problems.
20 * command line option to set starting position by airport ID
21 * Cleaned up initialization sequence to eliminate interdependencies
22   between sun position, lighting, and view position.  This creates a
23   valid single pass initialization path.  
24 * use already calculated LaRCsim values to create the roll/pitch/yaw
25   transformation matrix
26
27 New in 0.43:
28 * material properties bug fixed when rendering terrain.
29 * bug in sky color generation fixed.
30 * bug in fog color generation fixed.
31 * zlib on the fly decompression/compression support.
32 * more code reorganization and clean ups.
33 * a fixed up 30 arcsec DEM file preprocessor.  World wide DEM's are 
34   available in this format.
35
36 New in 0.42:
37 * Simple autopilot heading hold contributed by 
38   Jeff Goeke-Smith <jgoeke@voyager.net>
39 * More code reorganization and clean ups.
40
41 New in 0.41:
42 * Many autoconf cleanups and tweaks
43 * make and make install work in unix
44 * make works for cygnus win32 (but not install yet)
45 * make dist now works
46 * added the Tools directory into the main source tree
47
48 New in 0.40:
49 * Gnu automake/autoconf/libtool make system
50 * Initial texture support
51 * Bug fixes