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