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