]> git.mxchange.org Git - simgear.git/blob - NEWS
2db290f137d1ebfb8531d5046c7baa7cc1d79040
[simgear.git] / NEWS
1 New in 0.0.17 (final)
2 * February 16, 2002
3
4 * Converted some cout's to SG_LOG's.
5 * xplicitely reset the glBlendFunc() after drawing the moon for the
6   Voodoo2 linux driver since it seems to have a bug in glPopAttrib().
7
8 New in 0.0.17pre2
9 * February 13, 2002
10
11 * Replaced some cout's with SG_LOG's
12
13
14 New in 0.0.17pre1
15 * February 12, 2002
16
17 * Removed metakit and zlib from build process.  Tarballs are still included
18   for those who's systems don't provide these packages.
19 * MSVC fixes.
20 * IRIX fixes.
21 * Mingwin fixes.
22 * Mac OS X fixes.
23 * FreeBSD fixes.
24 * Added support for Intel's C++ compiler under Linux.
25 * Attempt to build in support for various non-compatible automake/autoconf
26   versions.
27 * Fix for a problem that could lead to a bogus build for people with voodoo
28   cards.
29 * Added Norman's jpegfactory code which can create jpeg format screen shots
30   of a live running application.
31 * implemented set/get_log_classes and set/get_log_priority.
32 * Socket library improvements.
33 * Added a C++ exception abstraction.
34 * Property manager fixes and improvements including node path caching
35   and debug tracing of property reads/writes.
36 * Updates/fixes to xml handling.
37
38
39 New in 0.0.16
40 * July 12, 2001
41 * Various changes to the property manager implimentation to better support
42   dumping out the desired portions of the property tree to file.
43 * Don't compile the metakit demos by default (causes problems for Irix)'
44 * Other various tweaks for Irix.
45 * Added a virtual destructor to XMLVisitor to fix a warning message.
46 * Check for valid hostname lookup in sg_socket.cxx
47 * Add a function to return modified julian date without creating an
48   entire SGTime class.  This avoids an extraneous warning about not
49   being able to find a timezone.
50 * Created a mailing list for cvs commit messages.
51 * Fixed a potential array under/over run bug in interpolator.cxx
52 * Removed all references to SGValue from the property manager.  Added
53   support for an "archive" bit in the property manager to control
54   which values get written out.
55 * Added SGCommandState class so that commands can compile and save
56   copies of their arguments for efficiency if they are called multiple
57   times.
58 * Added Brian Baul's "tr" tiled rendering low level support library.
59   This along with some higher level code in flightgear allows us to do
60   ultra-hires tiled screen dumps suitable for large format printers.
61   (Norman Vine)
62
63 New in 0.0.15
64 * June 20, 2001
65 * Various bug fixes, tweaks, and optimizations.
66 * Added a command manager (analogous to the property manager)
67 * Better Irix Mips support.
68 * Various gcc-3.0 fixes.
69 * Various MSVC fixes.
70 * Added MSVC project files (automatically generated from the unix
71   automake configuration files.)
72 * Removed total size limitation on interpolation table module.
73 * Various Cygwin fixes.
74 * Added some convenience functions to point3d.
75 * Various compiler warning fixes.
76 * Added a thread wrapper class (currently only supports pthreads)
77 * Added IO routines for a lowlevel, native simgear binary 3d file
78   format optimized for TerraGear terrain.
79 * Better endianness checking and support for the binary file
80   read/write routines.
81 * Added doxygen comments for all public interface code.  Documentation
82   can be accessed via the SimGear web page.
83 * Many FG -> SG name space changes for better consistancy throughout
84   this package.
85 * Added property aliases, repeated name tags, and a general xml
86   inclusion facilities.  Many other property manager clean ups
87   following a complete rewrite.
88 * Fixed some critical null pointer bugs in property manager.
89 * Magnetic variation can now be fetched for any arbitrary location.
90
91 New in 0.0.14
92 * December 14, 2000
93 * Added a module to manage waypoints and routes, calculate bearing and
94   distance to next waypoint, lateral distance off route, etc.
95 * Moved some of the basic time management code over from flightgear.
96 * Bucket dimensions can be returned in meters
97 * Added SOCK_STREAM (TCP) socket support to the networking code.
98 * Updated random number generator interface so application can provide
99   it's own seed value as well as use the default time seed.
100 * Added a routine to calculate the distance between a point and a line segment.
101 * Updates to the property manager and the property list loader/saver.
102 * Added an explanation of the rational behind our terrain texture coordinate
103   generation code.
104 * Fixed sky dome so that the color at the horizon will always match
105   the specified fog color.
106 * Did a fair amount of fg -> sg name space updating (lots left to do.)
107 * Added support for KAI C++ on linux.
108 * MSVC tweaks.
109 * MacOS tweaks.
110 * FreeBSD tweaks.
111
112 New in 0.0.13
113 * September 14, 2000
114 * Added support for reading and writing xml files (easyxml)
115 * Then updates to property manager and xml code.
116 * Update magnetic variation code.
117 * Sky code now uses glPushAttrib and glPopAttrib so it plays better with
118   other ssg based apps.
119 * MacOS tweaks.
120 * MSVC tweaks.
121
122 New in 0.0.12
123 * July 19, 2000
124 * Converted project license from GPL to LGPL.
125 * Moved low level IO (socket, file, serial) code over to SimGear.
126 * Moved ephemeral code into simgear
127 * Moved basic world time code into simgear
128 * Added a property manager (registry)
129 * Some documentation added.
130
131 New in 0.0.11
132 * July 3, 2000
133 * Replaced gdbm with metakit
134 * Added drop in sky (depends on plib)
135 * Added spherical course and dist given two points calculations
136 * MSVC5 fixes
137 * Math/bucket/tiling tweaks from Norman Vine
138
139 New in 0.0.7
140 * March 29, 2000
141 * Added support for RedHat package building contributed by Habibie 
142   <habibie@MailandNews.com>
143 * Added gdbm to SimGear.  Many systems will already have gdbm installed so
144   it is only built if it doesn't already exist on the user's platform.
145   gdbm is a set of database routines that use extendible hashing and works
146   similar to the standard UNIX dbm routines.  This guarantees the availability
147   of gdbm to any application that uses SimGear.
148 * Optimizations and bullet proofing of magnetic variation code by Norman 
149   Vine and Ed Williams
150
151 New in 0.0.6
152 * March 27, 2000
153 * Added Nima World Magnetic Model 2000 contributed by Ed Williams
154 * Fixes for MSVC++
155
156 New in 0.0.5
157 * March 17, 2000
158 * Restructured directory layout to facilitate windows/mac IDE builds.
159
160 New in 0.0.4
161 * Removed mat3.h and friends (we now use plib's sg lib for these sorts of 
162   things.)
163
164 New in 0.0.3
165 * Release that conincides with FlightGear-0.7.2