FlightGear Newsletter January 2013

From FlightGear wiki
Jump to navigation Jump to search
Magagazine.png
Welcome to the FlightGear Newsletter!
Please help us write the next edition!
Enjoy reading the latest edition!


We would like to emphasize that the monthly newsletter can not live without the contributions of FlightGear users and developers. Everyone with a wiki account (free to register) can edit the newsletter and every contribution is welcome. So if you know about any FlightGear related news or projects such as for example updated scenery or aircraft, please do feel invited to add such news to the newsletter. Core developers are encouraged to add news about their latest work to the newsletter's development section and the changelog of the upcoming release.

Development news

With just two more weeks to go till the release of FlightGear 2.10, you are encouraged to test the release candidates! These are basically complete releases, meant for testing by a large group of people. Bugs found (and reported!) during these tests have a fair chance getting fixed. Do note that the earlier bugs are reported, the more time we'll have to fix them.

You can download the latest release candidates from our website. Please install it in a special directory, away from your current FlightGear.

Bugs should be reported at our bug tracker, while questions or comments about the release candidate are welcome at our special subforum This is a link to the FlightGear forum..

State Machines

James added initial support for state-machines to the XML autopilot code. This expands on the existing stateful flip-flop components, to allow arbitrarily complex collections of states and transitions between them. Each transition is controlled by a usual XML condition, and state and transitions can run arbitrary commands when activated. This system allows high-level control of complex auto-flight modes, without requiring a mixture of Nasal and XML. For example the armed / engaged / disarm states of many auto-flight subsystems (e.g., auto-brakes and auto-spoilers) can be expressed in a way that models the functional description.

Of course the state-machine concept has uses beyond auto-flight systems, for example it could be used to drive GUI dialog logic, but that's left as an exercise for the reader!

Canvas-based CDU development

James has done a survey of the existing CDU setups, and produced a new version which combines the best parts of most of them - it uses the Canvas for rendering, but has a simple Nasal API for defining new pages and data fields, and for specifying how editing and buttons interact. (The later inspired by earlier work by Claus Christiansen) The code will be published in Git soon, and should be easily adaptable for any Honeywell-CDU equipped aircraft, providing you can compute suitable data values! For Boeing family aircraft the set of pages is quite similar, so the hope is to share some pages between at least the 737NG, 747-400 and any others where the developers wish.

In particular there is separation of the CDU core setup from the page layouts, and those are separated from the field data. This makes development easier (pages and data models can be reloaded easily), but also increases the changes that some aspects can be shared between families of aircraft.

Position initialization Departure selection Waypoint information lookup

The screenshots above shows a few pages from the 737NG - of the total pages, about 2/3rd now exist in some form, but with many placeholder values until the matching FMS code is developed. Note the font rendering is not quite correct - Yves has generated a better font with proper characters, but there wasn't yet time to include it. But the system already supports both the tradition CRT 'green' appearance and the more modern LCD appearance.

If you're unsure how much a given aircraft's CDU pages overlap with the 737NG, James is happy to help, assuming you have a suitable reference (manual) for your target aircraft. Even the Airbus MCDUs seem to share some concepts with Boeings, for once!

Procedural Terrain Texturing

For users with powerful graphics cards, a much improved version of Procedural Texturing of the FlightGear terrain (which is as of now implemented under the Atmospheric light scattering framework) is currently being developed. This generates highly detailed visuals of the terrain seen from close-up (the smallest structures generated are of 1 cm scale), including a gentle bump-mapping, grain overlay and optional sparse-dot noise generated rocks or grass patches.

Hires terrain - Lanai shrub cover Hires terrain - Oahu hill vegetation Hires terrain - Lanai green

Hires terrain - Kauai shrub cover Hires terrain - Mojave desert Hires terrain - Falkland islands in snow

The texturing procedure is easily configurable via materials.xml and combined with regional texturing allows for a much improved experience for low-level flights or helicopter trips away from airfields.

Note that this feature will not be available for the 2.10 release, as it requires still some testing.

TerraGear

The master branch of TerraGear has recently seen more enhancements and cleanup. Most of the functionality has been put into a single TerraGear library for reuse in all tools. Furthermore, all essential parts of the toolchain now support multithreading. The multiprocess support for genapts has been removed in favour of threading as well.

Work continues on the elevation tools. GDALchop has been re-activated and should become the prior tool to chop up elevation source files into buckets. As it relies on the well-established codebase of GDAL, it takes away the task of opening and reading the different kinds of elevation files from the terragear developers. Supported formats can be seen at http://www.gdal.org/formats_list.html

Translators required

En.gif The FlightGear Wiki still needs help for translating it into various languages. If you are interested in making the FlightGear Wiki multi-language then start at Help:Translate.
De.gif Das FlightGear Wiki benötigt immer noch Hilfe bei der Übersetzung in verschiedene Sprachen. Wenn Du Interesse daran hast, das FlightGear Wiki Mehrsprachig zu machen, dann fang doch mit Help:Übersetzen an.
Nl.gif De FlightGear Wiki kan nog steed hulp gebruiken bij het vertalen van artikelen. Als je interesse hebt om de wiki meertalig te maken, raden we je aan om een kijkje te nemen bij Help:Vertalen.
Es.gif La FlightGear wiki todavía necesita ayuda para traducirla a varios lenguajes. Si estás interesado en hacer la FlightGear wiki multilingüe, entonces comienza en Help:Traducir.

Scenery corner

Regional texturing

More regional texturing definitions are arriving on GIT! Hawaii has just received an update to make full use of procedural texturing techniques - see Fly Hawaii! for some additional info. Indonesia has arrived on GIT, and the Middle East region is currently being worked on - look forward to some nice variety in scenery in the future.

Rice fields, Java Negev desert, Israel Sinai peninsula, Egypt

(Other regions having received regional texturing definitions so far include Europe, South American rain forest belt, Iceland and the Caribbean.)

Community news

Forum news

Mobile theme of the FlightGear forum.

To ease the use of the FlightGear forum This is a link to the FlightGear forum. on mobile (small screen) devices, a special mobile theme has been created. You should see the mobile theme automatically when you visit the forum on a device with a screen size of 640 pixels or smaller.

The basic layout works, but there are still parts left waiting for optimisation. Therefore, certain features may not be available or might not function properly. You can turn back to the normal layout at any time by clicking a link at the bottom of each page.

Virtual airlines

FlightGear has a brand new airline, Galaxy Virtual Airlines has now commenced operations created by George9 & Sbyx. They are currently desprate for pilots & help so go and visit their website.

And finally ...

Contributing

One of the regular thoughts expressed on the FlightGear forums is "I'd like to contribute but I don't know how to program, and I don't have the time". Unfortunately, there is a common mis-conception that contributing requires programming and lots of free time. In fact, there are a huge range of ways to contribute to the project without needing to write code or spending days working on something.

For ideas on starting to contribute to FlightGear, you may want to check out: Volunteer.

To learn more about how the project works, please see this short essay This is a link to the FlightGear forum. written by Thorsten, for a more detailed article see How the FlightGear project works.

Call for volunteers

  • The Flightgear On Android team is looking for testers
  • The Target4Today team is looking for volunteers to help improving FlightGear's combat support
  • The FGFSPM (FlightGear Package Manager) is looking for a new maintainer.