]> git.mxchange.org Git - simgear.git/blob - NEWS
Tweaks to endianess support.
[simgear.git] / NEWS
1 New in 0.0.14
2 * December 14, 2000
3 * Added a module to manage waypoints and routes, calculate bearing and
4   distance to next waypoint, lateral distance off route, etc.
5 * Moved some of the basic time management code over from flightgear.
6 * Bucket dimensions can be returned in meters
7 * Added SOCK_STREAM (TCP) socket support to the networking code.
8 * Updated random number generator interface so application can provide
9   it's own seed value as well as use the default time seed.
10 * Added a routine to calculate the distance between a point and a line segment.
11 * Updates to the property manager and the property list loader/saver.
12 * Added an explanation of the rational behind our terrain texture coordinate
13   generation code.
14 * Fixed sky dome so that the color at the horizon will always match
15   the specified fog color.
16 * Did a fair amount of fg -> sg name space updating (lots left to do.)
17 * Added support for KAI C++ on linux.
18 * MSVC tweaks.
19 * MacOS tweaks.
20 * FreeBSD tweaks.
21
22 New in 0.0.13
23 * September 14, 2000
24 * Added support for reading and writing xml files (easyxml)
25 * Then updates to property manager and xml code.
26 * Update magnetic variation code.
27 * Sky code now uses glPushAttrib and glPopAttrib so it plays better with
28   other ssg based apps.
29 * MacOS tweaks.
30 * MSVC tweaks.
31
32 New in 0.0.12
33 * July 19, 2000
34 * Converted project license from GPL to LGPL.
35 * Moved low level IO (socket, file, serial) code over to SimGear.
36 * Moved ephemeral code into simgear
37 * Moved basic world time code into simgear
38 * Added a property manager (registry)
39 * Some documentation added.
40
41 New in 0.0.11
42 * July 3, 2000
43 * Replaced gdbm with metakit
44 * Added drop in sky (depends on plib)
45 * Added spherical course and dist given two points calculations
46 * MSVC5 fixes
47 * Math/bucket/tiling tweaks from Norman Vine
48
49 New in 0.0.7
50 * March 29, 2000
51 * Added support for RedHat package building contributed by Habibie 
52   <habibie@MailandNews.com>
53 * Added gdbm to SimGear.  Many systems will already have gdbm installed so
54   it is only built if it doesn't already exist on the user's platform.
55   gdbm is a set of database routines that use extendible hashing and works
56   similar to the standard UNIX dbm routines.  This guarantees the availability
57   of gdbm to any application that uses SimGear.
58 * Optimizations and bullet proofing of magnetic variation code by Norman 
59   Vine and Ed Williams
60
61 New in 0.0.6
62 * March 27, 2000
63 * Added Nima World Magnetic Model 2000 contributed by Ed Williams
64 * Fixes for MSVC++
65
66 New in 0.0.5
67 * March 17, 2000
68 * Restructured directory layout to facilitate windows/mac IDE builds.
69
70 New in 0.0.4
71 * Removed mat3.h and friends (we now use plib's sg lib for these sorts of 
72   things.)
73
74 New in 0.0.3
75 * Release that conincides with FlightGear-0.7.2