]> git.mxchange.org Git - flightgear.git/blob - NEWS
Initial revision
[flightgear.git] / NEWS
1 New in 0.6.0
2 * Tons of improvements with scenery creation.  Inter-tile gaps have been
3   fixed, distorted textures have been fixed, real coastlines have been added,
4   and many other subtle improvements.
5 * Tools for parallelizing the scenery building tasks.  For instance by using
6   20 machines in parallel, scenery for the entire USA can be regenerated in
7   just over 4 hours vs. 70+ hours on a single machine.
8 * Texture scale can be specified (and changed)( in the materials file.  The
9   sim must be rerun for the change to take effect.
10 * Windows now uses plib joystick code so rudder pedals should now work.
11 * Now builds against Steve Baker's plib (portable game devel library) 
12   distributed separately (www.woodsoup.org/~sbaker/plib/)
13 * Many source code changes for the MacOS port contributed by Darrell
14   Walisser (the port isn't quite there yet ...)
15 * Source code changes for better compiling with the Borland compiler.
16 * Source code changes for better compiling with the native Irix compilers.
17 * Fixed a bug so you can now fly across the international date line (or
18   more precisely the division between longitude = +/-180.
19 * Tweaks to the Astro section contributed by Durk Talsma.
20 * Autopilot improvements contributed by Norman Vine.
21 * Fonts/characters now drawn with texture maps for increased speed.
22 * Instrument panel can be toggled on and off with "P".
23 * GUI interface for tweaking some autopilot parameters.
24 * HUD appearance and layout changes contributed by Norman Vine, includes
25   faster font drawing for much better performance.
26 * Reset function added to reset you to your starting conditions.
27 * GUI function to enter a new airport id (and be transported there)
28 * Added serial output support for an "in-development" full motion cockpit.
29 * "Just in time" texture loading to reduce initial sim loading time.
30
31
32 New in 0.59 (This is an intermediate/stepping stone release.  Skip this 
33              release if you are interested in stability.)
34 * IRIX portability changes and support for native SGI compilers.
35 * Solaris portability tweaks
36 * Incorporated some MacOS portability changes (although the port is not
37   yet complete.)
38 * Changes to allow adjustment of the autopilot settings while it is
39   activated.
40 * Began complete overhaul of scenery generation tools.
41 * Fixed a view frustum culling bug.
42 * separated lib GPC (generic polygon clipper.)  GPC is not "freeware" and
43   the author has explicitely refused our request to distribute source code
44   for this library with Flight Gear.
45 * updated installation and getting started guide
46 * switched to a simpler, lighter weight frame rate calculation method.
47 * new tile division scheme.
48 * GPS serial *output* fixes.
49 * Added a nifty halo to both the sun and moon.  Preparation for allowing
50   subtle moon lighting effects at night.
51 * Incorporated Jon Berndt's new C++ flight model rewrite.
52 * Autopilot settings can be adjusted while active.
53 * Updates to the instrument panel.
54 * Fixed AOA reading on the HUD.
55 * Added random splash screens.
56 * Modified scenery loader to accept tri-fans.
57 * Other non-backwards compatible changes to scenery file format and tile
58   layout.
59
60
61 New in 0.58
62 * Added JSBsim alpha code ... this is Jon S. Berndts alpha FDM rewrite.
63   Still lots to do, but you can watch a balistic flight for a short time.
64 * Renamed Simulator/Flight to Simulator/FDM
65 * Tweaks to assist building FGFS on solaris platforms.
66 * Moved Lib/DEM to Tools/DEM
67 * Started preparations for scenery generation tools overhaul.
68 * More MSVC++ support.
69 * Removed code that made the sun bigger at the horizon since this is just
70   an optical illusion in real life.
71 * Bug fixed so that the sim can start out at an airport below sea level.
72
73 New in 0.57
74 * Converted to a simpler frame rate counting method.
75 * Fixed the AOA reading on the HUD.
76 * Removed gpc from the Lib section of distribution by request of the
77   gpc Author.  The gpc license is unfortunately not compatible with
78   the GPL.  I may look for an alternative library, or just require
79   that developers download this library separately.
80 * First slew of changes from the MacOS porting effort contributed by
81  "Robert Puyol" <puyol@abvent.fr>.
82 * Support for an arbitrary number of serial ports + additional serial port 
83   output tweaks.
84 * Serial output tweaks to make things more robust and act more like a GPS.
85 * Portability enhancements for Borland, Solaris, and SGI.
86 * Some internal class renaming and reorganizations.  fgFLIGHT becomes FGState.
87   fgCONTROLS becomes FGControls.
88 * Started work on an "external" flight model so the sim can be driven from
89   external input (serial port, network, file, etc.)
90 * Fixed a problem that creeped in with setting the initial startup altitude.
91   This could cause an unrecoverable bounce and you'd end up flipped on your
92   back.  Should be fixed now.
93 * Sun now appears to grow in size as it gets very low in the horizon.
94 * Fixed a view frustum culling bug where the scene was not accurately culled
95   when your view was anything other than straight forward.
96
97 New in 0.56
98 * Changed default HUD units to the more standard feet units.  You can still
99   use meters by specifying the command line option "--units-meters".
100 * Added some initial joystick support using Steve's joystick interface class.
101   This works great under Linux, but Steve's class now needs to be ported to
102   Windoze and other platforms.
103 * Also added a fall back to the GLUT joystick routines for windows (until
104   we can find better joystick support.)
105 * Added some initial serial port support for acting like gps and outputing 
106   nmea data such that could be fed into a flight map software package.
107 * Miscellaneous code clean ups, portability improvements, and optimizations.
108 * Switched to a streams based error/debug logging system that can be
109   completely stripped out for a release build (./configure --without-logging)
110 * Support for cygwin32 b20 compiler (latest release)
111 * Continued progress on instrument panel
112 * Support for starting fgfs at higher resolutions.
113
114 New in 0.55
115 * New version of gpc (generic polygon clipping library) from 
116   http://www.cs.man.ac.uk/aig/staff/alan/software/
117 * Brakes (use "b" to toggle)
118 * Added an altitude hold module to the autopilot.  Lock your current altitude
119   with "ctrl-a", "cntr-a" again will deactivate.  (Also lock your current 
120   heading with "ctrl-h", and again to deactivate.)
121 * Added a terrain following module ... "ctrl-t" to activate.
122 * Added an autothrottle ... "ctrl-s" to activate.
123 * Fixes so that terrain tools will work in windoze.
124 * More STL & Compiler compatibility fixes.
125 * Changes to use a Point3 class.
126 * Fixed win95/98 time problem that limited fps to about 18.3
127
128 New in 0.54
129 * Implimented audio envelopes so that pitch of engine changes with throttle
130 * Textured moon, and rewritten/restructured Astro code.
131 * More optimizations and code cleanups.  (Norman Vine, Bernie Bright, Charlie
132   Hotchkiss.)
133 * Bug fixed that was causing odd display artifacts due to a degenerate
134   fragment being created for every tile.
135 * Bug fixed that caused scenery generation to go bad (misplaced fclose on an
136   invalid file descriptor.)
137 * Code changes to support g++ 2.7 STL (from Bernie Bright)
138
139 New in 0.53
140 * Some initial "GameGLUT" support contributed by Gary R. Van Sickle
141   (tiberius@braemarinc.com)
142 * Tracked down and eliminated some memory access type bugs that were
143   causing segfaults on some platforms, with some compilers using various
144   optimization flags.
145 * Assorted code optimizations submitted by Norman Vine.
146 * Renamed fg -> fgfs
147 * Shuffled files.  
148   - Created a new directory Simulator/Airports/ to handle airport data 
149     specific tasks 
150   - Created Simulator/Object/ to handle basic rendering objects
151 * Panel code update from Friedemann Reinhard (use --enable-panel to activate)
152 * Contributions from Bernie Bright
153   - Created some new classes to enable pointers-to-functions and
154     pointers-to-class-methods to be treated like objects.  These objects
155     can be registered with fgEVENT_MGR.
156   - File "Include/fg_callback.hxx" contains the callback class defns.
157   - Modified fgEVENT and fgEVENT_MGR to use the callback classes.  Also
158     some minor tweaks to STL usage.
159   - Added file "Include/fg_stl_config.h" to deal with STL portability
160     issues.  Added an initial config for egcs (and probably gcc-2.8.x).
161     Don't have access to Visual C++ so I've left that for someone else.
162   - This file is influenced by the stl_config.h file delivered with egcs.
163   - Added "Include/auto_ptr.hxx" which contains an implementation of the
164     STL auto_ptr class which is not provided in all STL implementations
165     and is needed to use the callback classes.
166   - Deleted fgLightUpdate() which was just a wrapper to call
167     fgLIGHT::Update().
168   - Modified fg_init.cxx to register two method callbacks in place of the
169     old wrapper functions.
170   - The new classes in libmisc.tgz define a stream interface into zlib.       
171     I've put these in a new directory, Lib/Misc.  Feel free to rename it      
172     to something more appropriate.  However you'll have to change the         
173     include directives in all the other files.  Additionally you'll have      
174     add the library to Lib/Makefile.am and Simulator/Main/Makefile.am.        
175                                                                               
176     The StopWatch class in Lib/Misc requires a HAVE_GETRUSAGE autoconf        
177     test so I've included the required changes in config.tgz.                 
178                                                                               
179     There are a fair few changes to Simulator/Objects as I've moved           
180     things around.  Loading tiles is quicker but thats not where the delay    
181     is.  Tile loading takes a few tenths of a second per file on a P200       
182     but it seems to be the post-processing that leads to a noticeable         
183     blip in framerate.  I suppose its time to start profiling to see where    
184     the delays are.                                                           
185                                                                               
186     I've included a brief description of each archives contents.              
187                                                                               
188     Lib/Misc/
189       zfstream.cxx
190       zfstream.hxx
191         C++ stream interface into zlib.
192         Taken from zlib-1.1.3/contrib/iostream/.
193         Minor mods for STL compatibility.
194         There's no copyright associated with these so I assume they're
195         covered by zlib's.
196
197       fgstream.cxx
198       fgstream.hxx
199         FlightGear input stream using gz_ifstream.  Tries to open the
200         given filename.  If that fails then filename is examined and a
201         ".gz" suffix is removed or appended and that file is opened.
202
203       stopwatch.hxx
204         A simple timer for benchmarking.  Not used in production code.
205         Taken from the Blitz++ project.  Covered by GPL.
206
207       strutils.cxx
208       strutils.hxx
209         Some simple string manipulation routines.
210
211     Simulator/Airports/
212       Load airports database using fgstream.
213       Changed fgAIRPORTS to use set<> instead of map<>.
214       Added bool fgAIRPORTS::search() as a neater way doing the lookup.
215       Returns true if found.
216
217     Simulator/Astro/
218       Modified fgStarsInit() to load stars database using fgstream.
219
220     Simulator/Objects/
221       Modified fgObjLoad() to use fgstream.
222       Modified fgMATERIAL_MGR::load_lib() to use fgstream.
223       Many changes to fgMATERIAL.
224       Some changes to fgFRAGMENT but I forget what!
225
226 New in 0.52
227 * Stars added in 8 stages as sky gets darker for a smoother more realistic
228   transition.
229 * rewrote star loader to significantly improve load times.
230 * Tweaked sky brightness and dawn/dusk colors.
231 * Fixed a small problem with moon rendering.
232 * Fog color tries to track the sky color at the center of view in sunrise
233   and sunset situations.
234 * Optimizations from Norman Vine
235 * Code fixes and tweaks from Charlie Hotchkiss.
236 * Added an --enable/disable-sound option.
237 * Added a pause key "p"
238 * Added command line options to specify initial position and orientation.
239 * Added command line option to start in paused or unpaused state.
240
241 New in 0.51
242 * Translucent menus
243 * Various HUD intensities so you can find something that is readable for the
244   current conditions and lighting.
245 * Tie visibility to far clip plane & view frustum culling so reducting
246   visibility can increase frame rates by increasing what is culled.
247 * Fixed stupid bug with misplaced initial position.
248 * Hopefully fixed a bug when parsing system.fgfsrc on windoze.
249
250 New in 0.50
251 * HUD updates from Charlie Hotchkiss (ladder number rotate w/ ladder, control
252   position indicators are back)
253 * Only draw the PUI cursor if Mesa/Glide/Fullscreen.
254 * Added mipmapping.
255 * Calculate the model view transformation matrix once per tile per iteration.
256   Then glLoadMatrixd() it for each fragment rather than calling push(), 
257   translate(), pop().
258 * Added a basic splash screen.
259 * Added support for switching between fullscreen and window mode for 
260   Mesa/3dfx/glide.
261 * added an enable/disable splash screen option
262 * added an enable/disable intro music option
263 * added an enable/disable instrument panel option
264 * added an enable/disable mouse pointer option
265 * Ground collision detection.  You can now land or test for collision with
266   any scenery surface.
267 * Converted angle of attack scale into a radio altimeter.
268
269 New in 0.49
270 * Managment of multiple textures
271 * Incorporated Friedemann Reinhard's initial panel code.
272 * Fog mode is now GL_FOG_EXP2 instead of GL_FOG_LINEAR
273 * Build the non-shared pieces of the FG sim as static libs.
274
275 New in 0.48
276 * Incorporated Steve Baker's PUI user interface library written
277   entirely on top of OpenGL
278 * Incorporated Steve Baker's Audio library which currently only
279   supports Linux, but a win32 port is very close to being done.
280 * Sort object fragments by material property before rendering.  This
281   will be a big help to performance when we start including objects
282   with a wide variety of material properties and textures.
283 * Overlapped scenery tiles to reduce the chance of an occasional
284   floating point precission induced gaps.
285 * Fixed a bug in zlib exposed by Borland Win32 compiler.
286 * Impose a maximum triangle area during scenery generation so even
287   very flat areas will get split into a few smaller sub triangles.
288 * Fine grained (fragment level) view frustum culling.
289 * view transformation optimizations -- Norman Vine.
290 * Fixed polygon winding problem in scenery generation, so all
291   tri-strips are wound counter clockwise (opengl default).
292
293 New in 0.47
294 * Course (per tile) view frustum culling.
295 * Added a command line option to specify --fg-root which will override
296   $FG_ROOT
297 * Hard coded default locations for FG_ROOT for situations when nothing
298   is specified.  Unix = /usr/local/lib/FlightGear  Win32 = \FlightGear
299 * Restructured the command line processing code so that it can process
300   these sames comands (one per line) out of a config file.
301 * Added a command line option to specify field of view.  This is
302   adjustable at run time using "X / x".  Supporting code contributed
303   by Norman Vine.
304
305 New in 0.46:
306 * Complete C++ re-write of the HUD section.
307 * Miscellaneous bug fixes and tweaks.
308
309 New in 0.45:
310 * Added an option to enable/disable wireframe rendering.
311 * Added an option to enable/disable fog/haze.
312 * Added an option to enable/disable sky blending.
313 * Added an option to select smooth/flat polygon shading.
314 * Added an option to enable full-screen mode.
315 * Added a visual frame rate counter on the HUD.  (Contributed by Durk Talsma)
316 * Autopilot updates (Jeff Goeke-Smith)
317 * Added an option to control the number of neighboring tiles that are drawn
318
319 New in 0.44: 
320 * Fixed a horible bug that cause the time to be *WAY* off when
321   compiling with the CygWin32 compiler.
322 * Wrap up zlib so we can conditionally compile back in normal behavior
323   on systems that have trouble building zlib.
324 * Minor adjustment to texture coordinate generation to reduce texture
325   swimming.
326 * Added a command line option to enable/disable texture maps
327 * Minor transformation adjustments to try to keep scenery tiles closer
328   to (0, 0, 0) GLfloats run out of precision at the distances we need
329   to model the earth, but we can do a bunch of pre-transformations
330   using double floats and then cast to GLfloat once everything is
331   close in where we have less precision problems.
332 * command line option to set starting position by airport ID
333 * Cleaned up initialization sequence to eliminate interdependencies
334   between sun position, lighting, and view position.  This creates a
335   valid single pass initialization path.
336 * use already calculated LaRCsim values to create the roll/pitch/yaw
337   transformation matrix
338
339 New in 0.43:
340 * material properties bug fixed when rendering terrain.
341 * bug in sky color generation fixed.
342 * bug in fog color generation fixed.
343 * zlib on the fly decompression/compression support.
344 * more code reorganization and clean ups.
345 * a fixed up 30 arcsec DEM file preprocessor.  World wide DEM's are 
346   available in this format.
347
348 New in 0.42:
349 * Simple autopilot heading hold contributed by 
350   Jeff Goeke-Smith <jgoeke@voyager.net>
351 * More code reorganization and clean ups.
352
353 New in 0.41:
354 * Many autoconf cleanups and tweaks
355 * make and make install work in unix
356 * make works for cygnus win32 (but not install yet)
357 * make dist now works
358 * added the Tools directory into the main source tree
359
360 New in 0.40:
361 * Gnu automake/autoconf/libtool make system
362 * Initial texture support
363 * Bug fixes