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