Changelog 2016.1: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (Remove underscore from link)
(Update for 2016.1.1)
Line 1: Line 1:
{{draft|changelog|This changelog is currently being written for the FlightGear v2016.1 release. Feel free to help! If you are aware of any FlightGear related changes, please add them to the changelog.}}
{{draft|changelog|}}


<!--
The FlightGear development team is delighted to announce the v2016.1 "San Fransico" release of FlightGear, the free, open-source flight simulator. This new version contains many exciting new features, enhancements and bugfixes. Highlights in this release include an integrated launcher that includes the ability to download aircraft, a reduction in the installation package size, and improvements to the rendering of cockpits.
The FlightGear development team is delighted to announce the v2016.1 "San Fransico" release of FlightGear, the free, open-source flight simulator. This new version contains many exciting new features, enhancements and bugfixes. Highlights in this release include ...


Founded in 1997, FlightGear is developed by a worldwide group of volunteers, brought together by a shared ambition to create the most realistic flight simulator possible that is free to use, modify and distribute. FlightGear is used all over the world by desktop flight simulator enthusiasts, for research in universities and for interactive exhibits in museums.
Founded in 1997, FlightGear is developed by a worldwide group of volunteers, brought together by a shared ambition to create the most realistic flight simulator possible that is free to use, modify and distribute. FlightGear is used all over the world by desktop flight simulator enthusiasts, for research in universities and for interactive exhibits in museums.
Line 9: Line 8:


Download FlightGear v2016.1 for free from [http://www.flightgear.org/ FlightGear.org].
Download FlightGear v2016.1 for free from [http://www.flightgear.org/ FlightGear.org].
-->


FlightGear - Fly Free!
FlightGear - Fly Free!
[[File:Qt launcher for FlightGear 3.5 on Windows 7.jpg|thumb|The aircraft page of the Qt launcher for FlightGear 3.5 as rendered on Windows 7.]]


=== Major enhancements in this release ===
=== Major enhancements in this release ===
'''Project Organization'''
* The base package has been reduced in size to 1.3 GB and moved to http://sourceforge.net/p/flightgear/fgdata/. All aircraft except the [[Cessna 172P]] and [[UFO]] have been removed.
* All core repositories have been moved to SourceForge. They can be found at https://sourceforge.net/projects/flightgear/.
'''Core'''
'''Core'''
* Broken particles system has been fixed.
* Interactive traffic system re-enabled, having been disabled by mistake some releases previously.
* Various security improvements, including the disabling of <tt>system.fgfsrc</tt>.


'''Aircraft Modeling'''
'''Aircraft Modeling'''
* [[Tooltips]] can now be positioned at a specific place on-screen.
* [[Wingflexer|wing flex]] module added, controllable via [[Nasal]] or [[Property rules|Property Rules]].
* Bug-fixes and improvements to the [[Failure Manager]].
* <code><nowiki><variant-of></nowiki></code> tag in the [[Aircraft-set.xml|*-set.xml]] file has been added. See [[FlightGear Newsletter March 2015]].
* Automatic checklist execution, which can, for example, be used for autostart.
* 8.33 kHz spacing is now supported on comms radios.


'''JSBSim'''
'''JSBSim'''
* Sync with the latest version of [[JSBSim]].
* The pitot angle can now be tweaked with the <code><nowiki><pitot_angle></nowiki></code> tag in the <code><nowiki><metrics></nowiki></code> block.
* The refuel rate is now configurable with the <code><nowiki><refuel-rate></nowiki></code> tag in the <code><nowiki><propulsion></nowiki></code> block.


'''Atmospheric Light Scattering'''
'''Rendering'''
* Lightning effects have been added to FlightGear
* The addition of 3D grass to the random vegetation system.
 
* Tree shadows
'''Environment Rendering'''
* Interior cockpit shadows.
 
* Interior glass reflections, frosting and fogging.
'''Performance'''
* Interior panel backlighting.
* Improvements: Many users report better frame rates.
* New thruster effect (can be used for afterburners flames, rockets, etc.).
 
* Lightning effects
'''Misc/Uncategorized'''
* Runway skid marks


'''Usability'''
'''Usability'''
* Many improvements to [[Phi]], the built-in web interface.
* GUI cleanup to improve support for multiple GUI styles.
* The [[Integrated Qt5 Launcher|built-in Qt launcher]] is available for all of FlightGear's supported operating systems.


'''Internationalization'''
'''Scenery'''
* Regional texture definitions for Florida, Brazil, Latin America, Africa, the Middle East and Southeastern Asia.
* <tt>stgmerge</tt> tool added to merge objects in a scenery tile into a smaller number of meshes.


'''Scenery'''
'''Highlighted new and improved aircraft'''
* Gsagostinho and Thorsten have worked together to create runway skid marks.
* Complete refresh of the default [[Cessna 172P]], including engine options, various tire sizes and floats.
* Gsagostinho has worked hard on regional textures.
* Major enhancements to the [[Space Shuttle]]. The Shuttle can be flown as per the Crew Operations Manual from launch to touchdown.
* The following aircraft have also received significant updates:
** [[McDonnell Douglas F-15 Eagle]]
** [[Rockwell B-1B Lancer]]
** [[Saab JA-37 Viggen]]
** [[Cessna 550 Citation II]]
** [[Lockheed Constellation]]
** [[Boeing 737-300]]
** [[Mirage 2000-5]]
** [[De Havilland Canada DHC-6 Twin Otter]]
** [[Dragon]]
** [[Beagle Pup]]


'''Canvas System'''
'''Misc/uncategorized'''
* Improved support for KDI572-574 [[DME]] equipment
* Update the [http://www.ngdc.noaa.gov/geomag/WMM/DoDWMM.shtml World Magnetic Model] to version 2015.0.


'''Nasal Scripting'''
'''Nasal Scripting'''
Line 47: Line 79:


'''Documentation'''
'''Documentation'''
 
* The FlightGear Manual is now available in Chinese
'''Highlighted new and improved aircraft'''
* [[Dragon]]
* [[Beagle Pup]]
 
'''Other'''


'''Bug fixes'''
'''Bug fixes'''

Revision as of 19:36, 18 February 2016

This changelog is a draft.


The FlightGear development team is delighted to announce the v2016.1 "San Fransico" release of FlightGear, the free, open-source flight simulator. This new version contains many exciting new features, enhancements and bugfixes. Highlights in this release include an integrated launcher that includes the ability to download aircraft, a reduction in the installation package size, and improvements to the rendering of cockpits.

Founded in 1997, FlightGear is developed by a worldwide group of volunteers, brought together by a shared ambition to create the most realistic flight simulator possible that is free to use, modify and distribute. FlightGear is used all over the world by desktop flight simulator enthusiasts, for research in universities and for interactive exhibits in museums.

FlightGear features more than 400 aircraft, a worldwide scenery database, a multiplayer environment, detailed sky modelling, a flexible and open aircraft modelling system, varied networking options, multiple display support, a powerful scripting language and an open architecture. Best of all, being open-source, the simulator is owned by the community and everyone is encouraged to contribute.

Download FlightGear v2016.1 for free from FlightGear.org.

FlightGear - Fly Free!

The aircraft page of the Qt launcher for FlightGear 3.5 as rendered on Windows 7.

Major enhancements in this release

Project Organization

Core

  • Interactive traffic system re-enabled, having been disabled by mistake some releases previously.
  • Various security improvements, including the disabling of system.fgfsrc.

Aircraft Modeling

JSBSim

  • Sync with the latest version of JSBSim.
  • The pitot angle can now be tweaked with the <pitot_angle> tag in the <metrics> block.
  • The refuel rate is now configurable with the <refuel-rate> tag in the <propulsion> block.

Rendering

  • The addition of 3D grass to the random vegetation system.
  • Tree shadows
  • Interior cockpit shadows.
  • Interior glass reflections, frosting and fogging.
  • Interior panel backlighting.
  • New thruster effect (can be used for afterburners flames, rockets, etc.).
  • Lightning effects
  • Runway skid marks

Usability

  • Many improvements to Phi, the built-in web interface.
  • GUI cleanup to improve support for multiple GUI styles.
  • The built-in Qt launcher is available for all of FlightGear's supported operating systems.

Scenery

  • Regional texture definitions for Florida, Brazil, Latin America, Africa, the Middle East and Southeastern Asia.
  • stgmerge tool added to merge objects in a scenery tile into a smaller number of meshes.

Highlighted new and improved aircraft

Misc/uncategorized

Nasal Scripting

  • createViaTo() added
  • createDiscontinuity() added
  • activate() method added to flightplan ghost object

Documentation

  • The FlightGear Manual is now available in Chinese

Bug fixes

  • See our bugtracker for a list, albeit incomplete, of the bugs fixed in this release.