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