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