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