]> git.mxchange.org Git - simgear.git/blob - NEWS
Stuart:
[simgear.git] / NEWS
1 Version 1.99.5
2 * October 30, 2008 (sourcecode snapshot release)
3
4
5 New in 0.3.10
6 * April 5, 2006
7
8 * Add a small accessor function to expose local timezone offset.
9 * Improved exception handling and made output more helpful in various places.
10 * Better pbuffer runtime detection.
11 * Add directory creation capability to file/path library.
12 * Added a basic reference counting class to improve robustness of
13   memory management in places.  Use this for all scenegraph
14   references, sgmaterial references, sgmatmodel references, and
15   sgsoundsample references.
16 * Add support for point sprites.
17 * Updates to rain cone rendering.
18 * Add a new vector library and integrate that with improved coordinate
19   system conversion code.
20 * Mutex locking and cleanup improvements in the threading abstraction
21   library.
22 * Add MacOS RenderTexture support.
23 * Add a Nasal based io libarary that is not activated by default.
24 * Added a set of MS-VC8 project files.
25
26 * Various platform related bug fixes.
27 * Various compiler related bug/warning fixes.
28 * Clean up some things that triggered valgrind warnings.
29 * Fix a Nasal cmp() bug.
30 * Removed ancient version of zlib from distribution.
31
32
33 New in 0.3.9
34 * November 17, 2005
35
36 * Add support for OpenAL 1.1 (with a separate alut library.)
37 * Add support for volumetric shadows.  Aircraft can cast shadows on themselves
38   as well as onto the ground (by Harald Johnsen.)
39 * New 3d volumetric clouds by Harald Johnsen (along with several rounds of
40   followup fixes and improvements.)
41 * Remove Mark Harris's old 3d clouds because they were never properly
42   integrated.  And we now have new 3d clouds.
43 * Add support for seasonal textures (with a set of winter textures added
44   to FlightGear.)
45 * Updated Nasal scripting system.  Adds several new syntax convenience
46   features, fixes parser bugs, fixes several internal bugs.
47 * Our 3d cockpit jitter problem is fixed (woohoo!)
48 * Add code to support rendering to a texture.
49 * Allow "tip" popups to pop themselves down after the appropriate
50   timeout, even if the sim time is paused.
51 * Various low model level animation fixes and additions ... color,
52   transparency, 'chrome' effects, randomized spin, etc.
53 * Create our own portable stdint.h implementation.
54 * Fixed several memory leaks.
55 * removeChildren() added to the property system.
56 * Fix many cases of 'const'.
57 * Fixes for cygwin, solaris/sun, Mac OS X, MSVC, gcc-3.4.x.
58
59
60 New in 0.3.8
61 * January 18, 2005
62
63 * Configure script does a sanity check for the existence of openal.
64 * Better pthreads detection for FreeBSD.
65 * Abstract out the location of gl.h, glu.h, and glut.h so we can more
66   easily support MacOS which puts these in an oddball location.
67 * Added two new debug output types for instrumentation and systems.
68 * Add a name parameter to the waypoint class for supporting a route
69   manager in the flightgear gps module.
70 * Make display list usage optional.
71 * Event manager: specifying a zero delay will force event execution in
72   the next frame rather than entering an infinite loop.
73 * gcc-4.0 fix.
74 * Fixes to property tree loading and saving.
75 * Make volume inaudible at startup.
76 * Solaris fixes.
77 * For low density cloud coverage, blend the layer to nothing as we pass
78   through instead of fully engulfing the aircraft in the cloud.
79 * Add several new capabilities to the texture management code for building
80   normal maps and doing some simple on-the-fly effects on textures.
81 * Better error message for sound problems.
82 * Add support for binding a thread to a specific CPU.
83
84
85 New in 0.3.7
86 * October 12, 2004
87
88 * Add support for parsing xml from an in memory buffer, not just a file.
89 * Don't reduce visibility for a "clear" cloud layer.
90 * Add support for audio orientation (direction and cone) for internal
91   view and tower view.
92 * Add support for drawing from display lists rather than in immediate mode.
93   This provides a big performance improvement on many systems.
94
95
96 New in 0.3.6
97 * July 29, 2004
98
99 * Better MinGW support
100 * A bit better handling of OpenAL under Cygwin
101 * Switched audio system from plib's "sl/sm" to OpenAL.
102 * Add support for scaling an object based on distance.  The scaling
103   factor is determined by a lookup table based on distance.
104 * Add a "flash" animation type.
105 * Fix cloud positioning/animation bugs.
106 * Fix an off-by-one error in props_io.cxx
107 * Clip audio gain (volume) to 1.0
108
109
110 New in 0.3.5
111 * March 26, 2004
112
113 * Added Andy's nasal interpreter for small built in scripting tasks.
114   Nasal integrates nicely with FlightGear's property system.
115 * Added new (much simpler) metar parsing code (removed older more
116   complex code.)
117 * Support VASI/PAPI lights correctly.
118 * Fixes to cloud animation.
119 * Updates to sky dome coloring as well as sun/moon coloring.
120 * Vary environment lighting with visibility (subtlety.)
121 * Support control of alpha test in model animation.
122 * Complete rewrite of the event manager.
123 * Updates to low level socket code to make it more flexible.
124 * Win32 serial port communication fixes.
125 * sg_geodesy rewritten to be more accurate and robust and symmetric.
126
127
128 New in 0.3.4
129 * October 22, 2003
130
131 * Removed Metakit, FlightGear no longer uses it.
132 * Removed all glut dependencies from SimGear.
133 * Moved FGEventMgr and FGSubsystemMgr over to SimGear.
134 * Some more incremental work on 3D clouds.
135 * Added some "fastmath" functions.
136 * Some lighting tweaks and fixes (especially for taxiways.)
137 * Added support for "blend" and "scale" and "texture" animations.
138 * Added support for animating rotations around an arbitrary axis (so the
139   aircraft designer isn't forced to figure out animations as a combination
140   of rotations around X, Y, and X axes.
141 * Updates to sky dome modeling and make cloud layers follow the curve
142   of the earth (sort of.)
143 * Updates to sky dome, cloud, and sunrise/sunset color and lighting
144   effects to make them more realistic and lifelike.
145 * Better support for detecting and using OpenGL extensions at run time.
146 * Add support for win32-pthreads in MSVC.NET
147 * Various MSVC fixes.
148 * Various Solaris fixes.
149 * Various cygwin/mingwin fixes.
150 * Various Mac OS X fixes.
151 * Various Irix fixes.
152
153
154 New in 0.3.3
155 * June 3, 2003
156
157 * Fix a compile problem for cygwin
158 * Updated/tweaked doxygen documentation in several areas
159
160
161 New in 0.3.2
162 * June 2, 2003
163
164 * Moved quite a bit of low level model management and "state"
165   management code from FlightGear into SimGear and did a substantial
166   amount of restructuring and dependency clean up in the process.
167   Created a "scene" subdirectory with sub-subdirectories for material
168   management, basic model and model animation management, sky
169   rendering, and low level loaders for the "TerraGear" tile object format.
170 * Removed support of the flat shaded and non-textured material
171   property variants.  You can still do these things, but extra states
172   are no longer set up automatically.
173 * Removed 3d clouds from the default build ... these need a maintainer
174   or better yet, a complete plib-based rewrite.
175 * Moved the FlightGear sound effect manager code over to SimGear.
176 * Updated the cloud layer surface to better follow the inverted bowl
177   shape.
178 * Much work on cloud/sky coloring, and also much work on
179   sunset/sunrise coloring.
180 * Fixed an obscure bug in cloud texture loading which caused each
181   cloud texture to be loaded 5 times.  Ouch!
182 * Various class and function renaming to make them better fit into the
183   standard SimGear naming scheme.
184 * Added some additional convenience functions to the SGPath class.
185 * Upgraded the distributed version of metakit.
186 * FreeBSD fixes.
187 * Irix fixes (better STL/ISO C++ header support.)
188 * Mingwin fixes.
189 * Better MacOS support
190 * MSVC fixes.
191
192
193 New in 0.3.1
194 * December 4, 2002
195
196 * Fix a major packaging blunder with several missing files.
197
198
199 New in 0.3.0
200 * December 3, 2002
201
202 * removed interpreter subdir
203 * NOMINAX fix for Cygwin/gcc-3.2
204 * Added some prototype 3d clouds based on Mark Harris's demos.
205 * Simplified the command manager interface
206 * Allow an "include" attribute on root PropertyList element.
207
208
209 New in 0.2.0
210 * September 6, 2002
211
212 * Modernized the autoconf/make scripts, plus lots of tweaks and enhancements.
213 * Removed efence support (in favor of valgrind.)
214
215 * Added a javascript interpreter.
216 * SGSocket reimplemented on top of plib/net libs.
217 * Added a new random number generation algorithm.
218 * Total rewrite of the strutils package.
219
220 * Patch for the random number seed.
221 * IA-64 w/ Intel compiler fixes.
222 * MSVC/MINGW fixes.
223 * Mac OS X fixes.
224 * Irix fixes.
225 * Code clean ups to remove warning messages.
226 * Optimizations in sg_binobj to reduce the amount of memory copying
227   needed when loading a binobj format file.
228 * Fixed a couple places where variables could be used before they were
229   initialized.
230 * Various property manager fixes and improvements.
231 * Fixes to cloud layer management code.
232 * Made the sky dome more flexible to facilitate use in other applications.
233
234
235 New in 0.0.18
236 * April 20, 2002
237
238 * Created a src/libs subdirectory for several packages that need to be
239   installed by the user but are used by many other packages and may already
240   be installed.  So we just bundle the source separately as a convenience
241   if the user needs to build and install these.
242 * Upgrade to zlib-1.1.4 (security fix)
243 * Upgrade to metakit-2.4.2-32.tar.gz (latest upstream release)
244 * Added support for point objects in the scenery file format.
245 * Additions to the binary file format to make it *much* more flexible.
246   For each major primitive type: points, triangles, fans, and strips, you
247   can specify an index list of vertices, normals, colors, and texture
248   coordinates.  You can skip any of these you like to save on space.
249 * Added support for new file features in the binary -> ascii scenery file
250   decoder.
251 * Various code clean ups.
252 * Separate XML I/O operations into a separate header file.
253 * Major property manager rewrite, then lots of followup cleaning and
254   improvements.
255
256
257 New in 0.0.17 (final)
258 * February 16, 2002
259
260 * Explicitely reset the glBlendFunc() after drawing the moon for the
261   Voodoo2 linux driver since it seems to have a bug in glPopAttrib().
262
263
264 New in 0.0.17pre2
265 * February 13, 2002
266
267 * Replaced some cout's with SG_LOG's
268
269
270 New in 0.0.17pre1
271 * February 12, 2002
272
273 * Removed metakit and zlib from build process.  Tarballs are still included
274   for those who's systems don't provide these packages.
275 * MSVC fixes.
276 * IRIX fixes.
277 * Mingwin fixes.
278 * Mac OS X fixes.
279 * FreeBSD fixes.
280 * Added support for Intel's C++ compiler under Linux.
281 * Attempt to build in support for various non-compatible automake/autoconf
282   versions.
283 * Fix for a problem that could lead to a bogus build for people with voodoo
284   cards.
285 * Added Norman's jpegfactory code which can create jpeg format screen shots
286   of a live running application.
287 * implemented set/get_log_classes and set/get_log_priority.
288 * Socket library improvements.
289 * Added a C++ exception abstraction.
290 * Property manager fixes and improvements including node path caching
291   and debug tracing of property reads/writes.
292 * Updates/fixes to xml handling.
293
294
295 New in 0.0.16
296 * July 12, 2001
297 * Various changes to the property manager implementation to better support
298   dumping out the desired portions of the property tree to file.
299 * Don't compile the metakit demos by default (causes problems for Irix)'
300 * Other various tweaks for Irix.
301 * Added a virtual destructor to XMLVisitor to fix a warning message.
302 * Check for valid hostname lookup in sg_socket.cxx
303 * Add a function to return modified julian date without creating an
304   entire SGTime class.  This avoids an extraneous warning about not
305   being able to find a timezone.
306 * Created a mailing list for cvs commit messages.
307 * Fixed a potential array under/over run bug in interpolator.cxx
308 * Removed all references to SGValue from the property manager.  Added
309   support for an "archive" bit in the property manager to control
310   which values get written out.
311 * Added SGCommandState class so that commands can compile and save
312   copies of their arguments for efficiency if they are called multiple
313   times.
314 * Added Brian Baul's "tr" tiled rendering low level support library.
315   This along with some higher level code in flightgear allows us to do
316   ultra-hires tiled screen dumps suitable for large format printers.
317   (Norman Vine)
318
319
320 New in 0.0.15
321 * June 20, 2001
322 * Various bug fixes, tweaks, and optimizations.
323 * Added a command manager (analogous to the property manager)
324 * Better Irix Mips support.
325 * Various gcc-3.0 fixes.
326 * Various MSVC fixes.
327 * Added MSVC project files (automatically generated from the unix
328   automake configuration files.)
329 * Removed total size limitation on interpolation table module.
330 * Various Cygwin fixes.
331 * Added some convenience functions to point3d.
332 * Various compiler warning fixes.
333 * Added a thread wrapper class (currently only supports pthreads)
334 * Added IO routines for a lowlevel, native simgear binary 3d file
335   format optimized for TerraGear terrain.
336 * Better endianness checking and support for the binary file
337   read/write routines.
338 * Added doxygen comments for all public interface code.  Documentation
339   can be accessed via the SimGear web page.
340 * Many FG -> SG name space changes for better consistency throughout
341   this package.
342 * Added property aliases, repeated name tags, and a general xml
343   inclusion facilities.  Many other property manager clean ups
344   following a complete rewrite.
345 * Fixed some critical null pointer bugs in property manager.
346 * Magnetic variation can now be fetched for any arbitrary location.
347
348
349 New in 0.0.14
350 * December 14, 2000
351 * Added a module to manage waypoints and routes, calculate bearing and
352   distance to next waypoint, lateral distance off route, etc.
353 * Moved some of the basic time management code over from flightgear.
354 * Bucket dimensions can be returned in meters
355 * Added SOCK_STREAM (TCP) socket support to the networking code.
356 * Updated random number generator interface so application can provide
357   it's own seed value as well as use the default time seed.
358 * Added a routine to calculate the distance between a point and a line segment.
359 * Updates to the property manager and the property list loader/saver.
360 * Added an explanation of the rational behind our terrain texture coordinate
361   generation code.
362 * Fixed sky dome so that the color at the horizon will always match
363   the specified fog color.
364 * Did a fair amount of fg -> sg name space updating (lots left to do.)
365 * Added support for KAI C++ on linux.
366 * MSVC tweaks.
367 * MacOS tweaks.
368 * FreeBSD tweaks.
369
370
371 New in 0.0.13
372 * September 14, 2000
373 * Added support for reading and writing xml files (easyxml)
374 * Then updates to property manager and xml code.
375 * Update magnetic variation code.
376 * Sky code now uses glPushAttrib and glPopAttrib so it plays better with
377   other ssg based apps.
378 * MacOS tweaks.
379 * MSVC tweaks.
380
381
382 New in 0.0.12
383 * July 19, 2000
384 * Converted project license from GPL to LGPL.
385 * Moved low level IO (socket, file, serial) code over to SimGear.
386 * Moved ephemeral code into simgear
387 * Moved basic world time code into simgear
388 * Added a property manager (registry)
389 * Some documentation added.
390
391
392 New in 0.0.11
393 * July 3, 2000
394 * Replaced gdbm with metakit
395 * Added drop in sky (depends on plib)
396 * Added spherical course and dist given two points calculations
397 * MSVC5 fixes
398 * Math/bucket/tiling tweaks from Norman Vine
399
400
401 New in 0.0.7
402 * March 29, 2000
403 * Added support for RedHat package building contributed by Habibie 
404   <habibie@MailandNews.com>
405 * Added gdbm to SimGear.  Many systems will already have gdbm installed so
406   it is only built if it doesn't already exist on the user's platform.
407   gdbm is a set of database routines that use extendible hashing and works
408   similar to the standard UNIX dbm routines.  This guarantees the availability
409   of gdbm to any application that uses SimGear.
410 * Optimizations and bullet proofing of magnetic variation code by Norman 
411   Vine and Ed Williams
412
413
414 New in 0.0.6
415 * March 27, 2000
416 * Added Nima World Magnetic Model 2000 contributed by Ed Williams
417 * Fixes for MSVC++
418
419
420 New in 0.0.5
421 * March 17, 2000
422 * Restructured directory layout to facilitate windows/mac IDE builds.
423
424
425 New in 0.0.4
426 * Removed mat3.h and friends (we now use plib's sg lib for these sorts of 
427   things.)
428
429
430 New in 0.0.3
431 * Release that coincides with FlightGear-0.7.2