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