]> git.mxchange.org Git - flightgear.git/blob - NEWS
Removed derived files "Makefile.in" from version control.
[flightgear.git] / NEWS
1 New in 0.48
2 * Fixed polygon winding problem in scenery generation, so all
3   tri-strips are wound counter clockwise (opengl default).
4
5 New in 0.47
6 * Course (per tile) view frustum culling.
7 * Added a command line option to specify --fg-root which will override
8   $FG_ROOT
9 * Hard coded default locations for FG_ROOT for situations when nothing
10   is specified.  Unix = /usr/local/lib/FlightGear  Win32 = \FlightGear
11 * Restructured the command line processing code so that it can process
12   these sames comands (one per line) out of a config file.
13 * Added a command line option to specify field of view.  This is
14   adjustable at run time using "X / x".  Supporting code contributed
15   by Norman Vine.
16
17 New in 0.46:
18 * Complete C++ re-write of the HUD section.
19 * Miscellaneous bug fixes and tweaks.
20
21 New in 0.45:
22 * Added an option to enable/disable wireframe rendering.
23 * Added an option to enable/disable fog/haze.
24 * Added an option to enable/disable sky blending.
25 * Added an option to select smooth/flat polygon shading.
26 * Added an option to enable full-screen mode.
27 * Added a visual frame rate counter on the HUD.  (Contributed by Durk Talsma)
28 * Autopilot updates (Jeff Goeke-Smith)
29 * Added an option to control the number of neighboring tiles that are drawn
30
31 New in 0.44: 
32 * Fixed a horible bug that cause the time to be *WAY* off when
33   compiling with the CygWin32 compiler.
34 * Wrap up zlib so we can conditionally compile back in normal behavior
35   on systems that have trouble building zlib.
36 * Minor adjustment to texture coordinate generation to reduce texture
37   swimming.
38 * Added a command line option to enable/disable texture maps
39 * Minor transformation adjustments to try to keep scenery tiles closer
40   to (0, 0, 0) GLfloats run out of precision at the distances we need
41   to model the earth, but we can do a bunch of pre-transformations
42   using double floats and then cast to GLfloat once everything is
43   close in where we have less precision problems.
44 * command line option to set starting position by airport ID
45 * Cleaned up initialization sequence to eliminate interdependencies
46   between sun position, lighting, and view position.  This creates a
47   valid single pass initialization path.  
48 * use already calculated LaRCsim values to create the roll/pitch/yaw
49   transformation matrix
50
51 New in 0.43:
52 * material properties bug fixed when rendering terrain.
53 * bug in sky color generation fixed.
54 * bug in fog color generation fixed.
55 * zlib on the fly decompression/compression support.
56 * more code reorganization and clean ups.
57 * a fixed up 30 arcsec DEM file preprocessor.  World wide DEM's are 
58   available in this format.
59
60 New in 0.42:
61 * Simple autopilot heading hold contributed by 
62   Jeff Goeke-Smith <jgoeke@voyager.net>
63 * More code reorganization and clean ups.
64
65 New in 0.41:
66 * Many autoconf cleanups and tweaks
67 * make and make install work in unix
68 * make works for cygnus win32 (but not install yet)
69 * make dist now works
70 * added the Tools directory into the main source tree
71
72 New in 0.40:
73 * Gnu automake/autoconf/libtool make system
74 * Initial texture support
75 * Bug fixes