Add changes from the 'data' tree.
This commit is contained in:
parent
0f68e8dc1f
commit
77130a7779
1 changed files with 57 additions and 18 deletions
75
NEWS
75
NEWS
|
@ -1,8 +1,16 @@
|
|||
New in 0.9.10-pre1
|
||||
* March 20, 2006
|
||||
|
||||
* Fix a bug in the metar (real weather) threading that could lead to
|
||||
long pauses and even crashes.
|
||||
* Many improvements to the multi-player mode. Other airplanes are now
|
||||
updated smoothly. There is a really nifty google maps based moving
|
||||
map that anyone can use to track all online activity.
|
||||
* AI planes have improved ground following and are smarter about
|
||||
selecting the active runway.
|
||||
* Include the ability to send ATC and AI aircraft communication to a
|
||||
local festival server to be converted to spoken speech output.
|
||||
* Added a detailed model of the Honeywell MK VIII EGPWS ground
|
||||
proximity warning system.
|
||||
* Added background ATC chatter.
|
||||
|
||||
* Upgraded to JSBSim v2.0
|
||||
* Fix a discrepancy in sign of twist and incidence values in YASim
|
||||
|
@ -12,7 +20,8 @@ New in 0.9.10-pre1
|
|||
the autopilot altitude hold module.
|
||||
* UFO can adjust it's speed range so you can use it for super high
|
||||
speed world exploration, or extremly fine grained precise positioning.
|
||||
* Updates to carrier interaction and launch/recovery modeling.
|
||||
* Much work and progress with carrier interaction and launch/recovery
|
||||
modeling.
|
||||
|
||||
* Add a feature that allows the end user to click any where on the
|
||||
terrain. The system will compute a ground intersection and report
|
||||
|
@ -20,27 +29,12 @@ New in 0.9.10-pre1
|
|||
point is reported in the property system so it can be read by just
|
||||
about anything including external programs. Later we added the
|
||||
ability to place an object at the click point as well.
|
||||
|
||||
* Add a feature to play one-off wav files. These are qeued and played
|
||||
sequentially. This was then leveraged to build an ATC background
|
||||
chatter module in nasal that can be turned on/off at run time. This
|
||||
could also be leveraged for tutorials or other interactive type
|
||||
scripts to play prerecorded messages at specific times or under
|
||||
specific conditions..
|
||||
|
||||
* AI planes have improved ground following and are smarter about
|
||||
selecting the active runway.
|
||||
|
||||
* Many improvements to the multi-player mode. Other airplanes are now
|
||||
updated smoothly. There is a really nifty google maps based moving
|
||||
map that anyone can use to track all online activity.
|
||||
|
||||
* Include the ability to send ATC and AI aircraft communication to a
|
||||
local festival server to be converted to spoken speech output.
|
||||
|
||||
* Added a detailed model of the Honeywell MK VIII EGPWS ground
|
||||
proximity warning system.
|
||||
|
||||
* Allow clock to report local time as well as universal.
|
||||
* Add a model of a KLN89 GPS.
|
||||
* Allow nav radios to be slaved to the gps.
|
||||
|
@ -53,11 +47,56 @@ New in 0.9.10-pre1
|
|||
* Add a save-on-exit option to save user preferences.
|
||||
* Add support for point sprites.
|
||||
* Add support for emissive layers (such as lights) on 2d panels.
|
||||
* Updated gui styles.
|
||||
* Updated airport and navaid data.
|
||||
* Added a new Nasal/XML based tutorial system.
|
||||
|
||||
* Fix a bug in the metar (real weather) threading that could lead to
|
||||
long pauses and even crashes.
|
||||
* Various compiler/platform fixes.
|
||||
* Fix various valgrind complaints.
|
||||
* Better use of exceptions in places.
|
||||
* Fix the 2d compass texture handling.
|
||||
* Many tweaks and improvements to our keyboard input handling system.
|
||||
|
||||
* Updated aircraft:
|
||||
- A4/A3F (cleanups and updates, functional drag chute)
|
||||
- A-10 (fdm tuning, munitions, drop tanks)
|
||||
- AN-225 (fdm tuning)
|
||||
- B1900D
|
||||
- BO105 Eurocopter (new livry/logo options.)
|
||||
- B-29
|
||||
- B-52F (major overhaul)
|
||||
- Boeing 314 (3d cockpit, fdm updates)
|
||||
- 747 (modeling fixes)
|
||||
- Cirrus SR20 (improve interior a bit)
|
||||
- C172 (added KLN89 gps)
|
||||
- C310 (many modeling updates)
|
||||
- Citation Bravo (many modeling updates, Primus 1000 PFD)
|
||||
- Concorde (updated to v2.1, new views, sounds autopilot, fdm
|
||||
updates, new systems)
|
||||
- DHC2 Beaver
|
||||
- F-16 (modeling and munitions updates)
|
||||
- Hurricane
|
||||
- Hunter
|
||||
- MiG-15bis (adds some 3d cockpit instruments)
|
||||
- PC7 (various cleanups)
|
||||
- Seafire/Spitfire
|
||||
- Seahawk (general tidy up, cannon, heat haze, catapault launch strop)
|
||||
- T37 (geometry, sound, fdm updates)
|
||||
- YF-23 (misc model updates)
|
||||
|
||||
* New aircraft available:
|
||||
- Boeing 707
|
||||
- 737-300 (Brand new version)
|
||||
- Canberra BI8
|
||||
- English Electric Lightning (F.1A)
|
||||
- Lockheed 1049 Constellation
|
||||
- Lockheed F-80C Shooting Star
|
||||
- Ogel (a for-fun fantasy airplane.)
|
||||
- New OV-10 with Clickable 3D cockpit
|
||||
- Piper PA24-250 Comanche 250 (N7764P)
|
||||
- Piper Aerostar 700
|
||||
|
||||
|
||||
New in 0.9.9
|
||||
|
|
Loading…
Add table
Reference in a new issue