Changelog 3.6: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
(Compact down)
Line 1: Line 1:
{{draft|changelog|This changelog is currently being written for the FlightGear v3.6 release.  Feel free to help! If you are aware of any FlightGear related changes, please add them to the changelog.<br/>It's a good idea to check [[:Category:Changes_after_3.4|the newsletters since the last release]] and the commit histories for all  main repositories:
{{draft|changelog|This changelog is currently being written for the FlightGear v3.6 release.  Feel free to help! If you are aware of any FlightGear related changes, please add them to the changelog.<br/>It's a good idea to check [[:Category:Changes_after_3.4|the newsletters since the last release]] and the commit histories for all  main repositories:


* {{Commit log|mode=commit_browser|project=fgdata|title=fgdata}}
{{Commit log|mode=commit_browser|project=fgdata|title=fgdata}}<br/>
* {{Commit log|mode=commit_browser|project=flightgear|title=flightgear}}
{{Commit log|mode=commit_browser|project=flightgear|title=FlightGear source}}<br/>
* {{Commit log|mode=commit_browser|project=simgear|title=simgear}}
{{Commit log|mode=commit_browser|project=simgear|title=SimGear}}<br/>


We also encourage people to help by translating the changelog and appreciate all contributions, however please keep in mind that this changelog is not yet final!
We also encourage people to help by translating the changelog and appreciate all contributions, however please keep in mind that this changelog is not yet final!
Line 40: Line 40:


'''Launcher'''
'''Launcher'''
[[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.]]


The [[Integrated Qt5 Launcher|built-in Qt launcher]] that is shipped by default with the Mac version of FlightGear v3.4.0+ will be used for other OSs<ref name="a">{{cite web
The [[Integrated Qt5 Launcher|built-in Qt launcher]], developed by James Turner shipped by default with the Mac version of FlightGear 3.4, will be used for other OSes<ref name="a">{{cite web
|url = http://code.google.com/p/flightgear-bugs/issues/detail?id=1591#c2
|url = http://code.google.com/p/flightgear-bugs/issues/detail?id=1591#c2
|title = Issues #1591, #1529, #1295, #1003, #911, #1348
|title = Issues #1591, #1529, #1295, #1003, #911, #1348
Line 47: Line 48:
|authorlink-wiki = User:Gijs
|authorlink-wiki = User:Gijs
|date = Sun Jan 11
|date = Sun Jan 11
}}</ref>.  [[FGRun]] will be removed in favor of this launcher<ref name="a">{{cite web
}}</ref>.  In addition, [[FGRun]] will be dropped in favor of this.
|url = http://code.google.com/p/flightgear-bugs/issues/detail?id=1591#c2
|title = Issues #1591, #1529, #1295, #1003, #911, #1348
|author = Gijs
|authorlink-wiki = User:Gijs
|date = Sun Jan 11
}}</ref>.
 
 
[[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.]]
 
There is currently  (03/2015) heavy activity towards a new UI. There will be the HTML5 based version (called [[Phi]]), TorstenD is currently working on and an internal implementation based on well supported libraries using Qt5 (which James Turner is working on).
 
The parallel development of HTML and Qt based UI happens by intention and is not the result of missing coordination<ref>http://forum.flightgear.org/viewtopic.php?p=229445#p229445</ref>. Most likely, both will use a common service layer to provide necessary data<ref>http://forum.flightgear.org/viewtopic.php?p=229303#p229303</ref>.
 
James Turner is currently prototyping (at the suggestion/encouragement of Curt, Torsten D & others) a GUI integration for FlightGear based on Qt 5. This would overlap some areas other folks are working on, so we felt it best to make an announcement to avoid anyone expending their time on areas that might be affected<ref name="a">http://sourceforge.net/p/flightgear/mailman/message/33245028/</ref>.


All of this would be a QtQuick 2 GUI, not a Qt widgets GUI. If you don’t know what that terminology means, don’t worry about it, the quick answer is it works the same ways as Canvas does at present (rendering to OpenGL).
{{inote|In future FlightGear releases, there will be an additional HTML5-based version ([[Phi]], developed by Torsten D), and the Qt launcher, based on well-supported libraries, will be used as the main launcher (replacing [[FGRun]]).  This parallel development is intentional<ref>http://forum.flightgear.org/viewtopic.php?p=229445#p229445</ref>, and it is likely that both will use a common service layer to provide the necessary data<ref>http://forum.flightgear.org/viewtopic.php?p=229303#p229303</ref>.}}


To learn more, see [[Integrated Qt5 Launcher]]
To learn more, see [[Integrated Qt5 Launcher]]
Line 71: Line 57:
* [[Tooltips]] can now be positioned at a specific place on-screen.
* [[Tooltips]] can now be positioned at a specific place on-screen.
* Nasal wing flex module added
* Nasal wing flex module added
* Bug-fixes and improvements to the [[A_Failure_Management_Framework_for_FlightGear|Failure Manager]].
* 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. Example: [[Boeing 777-200ER]] → <code><nowiki><variant-of>777-200</variant-of></nowiki></code>. [https://gitorious.org/fg/flightgear/commit/13d50853dfa4daf292789a1618c2e98812294fc2 Commit]
* <code><nowiki><variant-of></nowiki></code> tag in the [[Aircraft-set.xml|*-set.xml]] file has been added. See [[FlightGear Newsletter March 2015]].


'''JSBSim'''
'''JSBSim'''

Revision as of 17:26, 15 March 2015

This changelog is a draft.

This changelog is currently being written for the FlightGear v3.6 release. Feel free to help! If you are aware of any FlightGear related changes, please add them to the changelog.
It's a good idea to check the newsletters since the last release and the commit histories for all main repositories:

fgdata commit log
FlightGear source commit log
SimGear commit log

We also encourage people to help by translating the changelog and appreciate all contributions, however please keep in mind that this changelog is not yet final!



Major enhancements in this release

Project Organization

After lots of hard work by Torsten D, a new, more compact fgdata repository (base package) has now been created. Located at http://sourceforge.net/p/flightgear/fgdata/, this new fgdata has had all aircraft (except for the C172p and UFO) stripped from it, as well as the histories of the Scenery, AI, and Models directories[1]. This has reduced its size to about 1.3 GB[2].

Core

Launcher

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

The built-in Qt launcher, developed by James Turner shipped by default with the Mac version of FlightGear 3.4, will be used for other OSes[3]. In addition, FGRun will be dropped in favor of this.

Note In future FlightGear releases, there will be an additional HTML5-based version (Phi, developed by Torsten D), and the Qt launcher, based on well-supported libraries, will be used as the main launcher (replacing FGRun). This parallel development is intentional[4], and it is likely that both will use a common service layer to provide the necessary data[5].

To learn more, see Integrated Qt5 Launcher

Aircraft Modeling

JSBSim

Atmospheric Light Scattering

  • The addition of volumetric grass to the random vegetation system.

Environment Rendering

Performance

Usability

Internationalization

Scenery

Canvas System

  • Canvas-based maps now support a new property for child elements to be automatically rotated/aligned with the heading of the map, to avoid redundant Nasal code doing this. This has the advantage of better peformance, as it is now done in C++. Commit

Nasal Scripting

Documentation

Highlighted new and improved aircraft

Misc/Uncategorized

Bug fixes

  • See our bugtracker for an extensive, yet incomplete, list of the bugs fixed in this release.
References