X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=NEWS;h=bbe6d49ebdc027e46c90491e37dd12f492b7a80d;hb=b82e02b5edc513a1cac38efb95f070d7d1f83520;hp=af717ba6debfefbb9c8071813b83dce9e7b00d30;hpb=e4610b9baa17412c1d9ad733cba020c226d56202;p=simgear.git diff --git a/NEWS b/NEWS index af717ba6..bbe6d49e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +New in 0.0.14 +* December 14, 2000 +* Added a module to manage waypoints and routes, calculate bearing and + distance to next waypoint, lateral distance off route, etc. +* Moved some of the basic time management code over from flightgear. +* Bucket dimensions can be returned in meters +* Added SOCK_STREAM (TCP) socket support to the networking code. +* Updated random number generator interface so application can provide + it's own seed value as well as use the default time seed. +* Added a routine to calculate the distance between a point and a line segment. +* Updates to the property manager and the property list loader/saver. +* Added an explanation of the rational behind our terrain texture coordinate + generation code. +* Fixed sky dome so that the color at the horizon will always match + the specified fog color. +* Did a fair amount of fg -> sg name space updating (lots left to do.) +* Added support for KAI C++ on linux. +* MSVC tweaks. +* MacOS tweaks. +* FreeBSD tweaks. + +New in 0.0.13 +* September 14, 2000 +* Added support for reading and writing xml files (easyxml) +* Then updates to property manager and xml code. +* Update magnetic variation code. +* Sky code now uses glPushAttrib and glPopAttrib so it plays better with + other ssg based apps. +* MacOS tweaks. +* MSVC tweaks. + New in 0.0.12 * July 19, 2000 * Converted project license from GPL to LGPL.