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