FlightGear Newsletter February 2015: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
(→‎Space Shuttle: Switched from the master {{repo link}} template to the {{github source}} subtemplate to fix the broken link (the repository however has been deleted).)
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{WIP}}
{{Newsletter-header|February 2015}}
{{Newsletter-header|February 2015}}
<div style="border-bottom:3px double #BBB;">
<div style="border-bottom:3px double #BBB;">
{| width="100%" |
{| width="100%" |
  | valign="top" width="33%" |
  | valign="top" width="25%" |
{{Newsletter-cover-header|Development news}}<br/>
{{Newsletter-cover-header|Development news}}<br/>
[[#FlightGear 3.4 Released|FlightGear 3.4 Released]]<br/>
[[#FlightGear 3.4 Released|FlightGear 3.4 Released]]<br/>
[[#ALS Volumetric Grass|ALS Volumetric Grass]]<br/>
[[#ALS Volumetric Grass|ALS Volumetric Grass]]<br/>
[[#PagedLOD for AI models|PagedLOD for AI models]]<br/>
[[#PagedLOD for AI models|PagedLOD for AI models]]<br/>
  | valign="top" width="33%" |
[[#Tooltips can now be positioned|Tooltips can now be positioned]]<br/>
  | valign="top" width="25%" |
{{Newsletter-cover-header|In the hanger}}<br/>
{{Newsletter-cover-header|In the hanger}}<br/>
[[#BAe Sea Harrier FA2|BAe Sea Harrier FA2]]<br/>
[[#BAe Sea Harrier FA2|BAe Sea Harrier FA2]]<br/>
[[#Cessna 550 Citation II|Cessna 550 Citation II]]<br/>
[[#Cessna 550 Citation II|Cessna 550 Citation II]]<br/>
[[#Space Shuttle|Space Shuttle]]<br/>
[[#Space Shuttle|Space Shuttle]]<br/>
[[#Eurocopter EC130 B4|Eurocopter EC130 B4]]<br/>
[[#Dassault Mirage 2000-5|Dassault Mirage 2000-5]]<br/>
| valign="top" width="25%" |
{{Newsletter-cover-header|Scenery Corner}}<br/>
[[#Riesa-Göhlis Airfield|Riesa-Göhlis Airfield]]<br/>
{{Newsletter-cover-header|Community News}}<br/>
{{Newsletter-cover-header|Community News}}<br/>
[[#FlightGear on YouTube|FlightGear on YouTube]]<br/>
[[#FlightGear on YouTube|FlightGear on YouTube]]<br/>
| valign="top" width="33%" |
| valign="top" width="25%" |
{{Newsletter-cover-header|Contributing}}<br/>
{{Newsletter-cover-header|Contributing}}<br/>
[[#Translators required|Translators required]]<br/>
[[#Translators required|Translators required]]<br/>
[[#FGBanners|FGBanners]]<br/>
[[#FlightGear logos|FlightGear logos]]<br/>
[[#Screenshots|Screenshots]]<br/>
[[#Screenshots|Screenshots]]<br/>
[[#Desktop backgrounds (by Aepcam)|Desktop backgrounds]]<br/>
[[#Desktop backgrounds|Desktop backgrounds]]<br/>
 
|}</div>
|}</div>


Line 27: Line 33:
On February 17, the FlightGear development team published the v3.4 release of FlightGear, the free, open-source flight simulator. This new version contains many exciting new features, enhancements and bug fixes.
On February 17, the FlightGear development team published the v3.4 release of FlightGear, the free, open-source flight simulator. This new version contains many exciting new features, enhancements and bug fixes.


A list of major changes can be found at: [[Changelog 3.4]]. FlightGear 3.4 is available for a variety of operating systems from http://www.flightgear.org/download/
A list of major changes can be found at [[Changelog 3.4]]. FlightGear 3.4 is available for a variety of operating systems from http://www.flightgear.org/download/


=== ALS Volumetric Grass ===
=== ALS Volumetric Grass ===
Line 46: Line 52:


Just as trees do, grass changes with the season and gets little nests of frost when below the snowline.
Just as trees do, grass changes with the season and gets little nests of frost when below the snowline.
''For more, see the forum topic [http://forum.flightgear.org/viewtopic.php?f=6&t=23666 3d volumetric airport grass] …''


=== PagedLOD for AI models ===
=== PagedLOD for AI models ===
Line 63: Line 71:
}}</small>
}}</small>


=== Popup tips can now be positioned ===
=== Tooltips can now be positioned ===
Thanks to some work by {{usr|Necolatis}}, [[Tooltips]] can now positioned at a specific place on-screen.
 
New syntax:
<syntaxhighlight lang="nasal">
gui.popupTip(label[, timeout[, override[, position]]]);
</syntaxhighlight>


Popup tips can now be positioned on the screen.
'''position''' must be a hash, consisting of a <code>y</code> and/or <code>x</code> value.


Some examples:
Some examples:
<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
#Show readme at position 10, 10
# Show "readme" at position 10, 10
gui.popupTip("readme", nil, nil, {y: 10, x: 10});
gui.popupTip("readme", nil, nil, { y: 10, x: 10 });


#Show readme at position y=10, with 2 second delay
# Show "readme" at position y = 10, with 2 second delay
gui.popupTip("readme", 2, nil, {y: 10});
gui.popupTip("readme", 2, nil, { y: 10 });


#Show readme at position x=10, y at default position
# Show "readme" at position x = 10, y at default position
gui.popupTip("readme", nil, nil, {x: 10});
gui.popupTip("readme", nil, nil, { x: 10 });


#Show readme at position 10, 10, with 10 second delay
# Show "readme" at position 10, 10, with 10 second delay
gui.popupTip("readme", 10, nil, {"y": 10, "x": 10});
gui.popupTip("readme", 10, nil, { y: 10, x: 10 });
</syntaxhighlight>
</syntaxhighlight>
=== Interview with a contributor ===
== New software tools and projects ==


== In the hangar ==
== In the hangar ==
Line 101: Line 111:
The '''[[Cessna 550 Citation II]]''', a light business jet, has received several updates, with more still to come.  Ludovic Brenta and {{usr|chris_blues}} have put in a lot of time to polish up and improve this aircraft.
The '''[[Cessna 550 Citation II]]''', a light business jet, has received several updates, with more still to come.  Ludovic Brenta and {{usr|chris_blues}} have put in a lot of time to polish up and improve this aircraft.


The Cessna Sierra Super II has also been added to the Citation II package. This is essentially an aftermarket modifcation of the Citation II, with new, more powerful engines giving an impressive rate of climb and greater fuel economy.
The Cessna Sierra Super II has also been added to the Citation II package. This is essentially an aftermarket modification of the Citation II, with new, more powerful engines giving an impressive rate of climb and greater fuel economy.


We hope you will enjoy flying this little aircraft and exploring all the new possibilities it has to offer.   
We hope you will enjoy flying this little aircraft and exploring all the new possibilities it has to offer.   
Line 114: Line 124:


=== Space Shuttle ===
=== Space Shuttle ===
[[File:Atlantis.png|thumb|Atlantis SpaceShuttle. Astronaut Commander TICO]]
[[File:Atlantis.png|thumb|Space Shuttle ''Atlantis'', with {{Abbr|AC|Astronaut Commander}} TICO at the controls.]]
[[File:spacetripready.png]]
[[File:spacetripready.png]]


With great enthusiasm of a few cosmonauts we have now a totally working [[Space Shuttle]] in the line. Comprising 3 Main engines, 2 booster engines, 5 orbit control engines, 2 orbit manouver engines, smoke, sound, animations - all in MP-modus, and ready for you to start up in the orbit! A detailed help lets you go up and try to hold a stable orbit in 150000 to 350000 ft, up to mach 30 and soon on the way to the moon :)
With the great enthusiasm of a few cosmonauts, the famous '''[[Space Shuttle (FG Space Program)|Space Shuttle]]''' has been largely reworked. It now comes with fully working rocket engines, main engines, orbit control and orbit manouver engines, smoke, sound, animations, and a detailed help.  It will let you go up and try to hold a stable orbit at 150,000 to 350,000 ft at mach 10 up to 30.


Easy to download.zip file or clone at: [http://www.github.com/herbyw/antonov-aircrafts www.github.com/herbyw/antonov-aircrafts]
The Space Shuttle can be downloaded from {{github source|proj=herbyw|repo=antonov-aircrafts|text=the GitHub repository}} in either a ZIP file or by cloning.


(As an add-on you will get the AN-12, AN-22 and AN-225 in also heavily updated mission transport versions)
As an add-on you will get the heavily updated {{Wikipedia|An-12}}, {{Wikipedia|An-22}}, and [[An-225]] (mission transport variants).


See you at [[FlightGear_space_program|FlightGear Space Program]] or in [[ Shuttle_Landing_Facility| Shuttle Landing Facility at KTTS ]], the center of development and a good starting point into the borders of FlightGear's gravitation model.
''Find out more about space flight in FlightGear at [[FlightGear space program]] …''
 
=== Eurocopter EC130 B4 ===
[[File:Tooltipready.png|link=Tooltips]]
 
The FG 3.5 version of the '''[[Eurocopter EC130 B4]]''' helicopter is now available.  Developed by '''mhab''', it is the first update after [[Changelog 3.0|FlightGear 3.0]], and the first made available via the SourceForge FGAddon repository.
 
Updates include a new, fully-functional searchlight (Trakkabeam A800), three new liveries, and full [[Tooltips]] support.  For a full list of updates, please see [[Eurocopter EC130 B4#Updates as of FG 3.5 version]].
 
''Find out more at [[Eurocopter EC130 B4]] …''
 
<gallery widths=200px mode="packed">
File:EC130-B4 Broward County Sheriff.jpg|EC130 B4 of Broward County Sheriff (Florida)
File:EC130-B4 Maverick LOWI in summer.jpg|EC130 B4 of Maverick Helicopters (Grand Canyon) at LOWI airport
File:EC130-B4 PR-BOP Parana Policia Militar 1.jpg|EC130 B4 PR-BOP of Parana Policia Militar (Brazil)
File:EC130-B4 MAC rescue equipment.jpg|EC130 B4 of MAC rescue with the new Trakkabeam A800 searchlight
File:EC130-B4 Trakkabeam A800 Searchlight 04.jpg|Trakkabeam A800 Searchlight deployed and active
File:EC130-B4 Trakkabeam A800 Searchlight 02.jpg|'''Caution: never look directly into a searchlight, this may cause severe injuries to the unprotected eye …'''
File:EC130-B4 wide luggage box-007.jpg|EC130 B4 wide luggage box open with animated gas strut
</gallery>
 
=== Dassault Mirage 2000-5 ===
A new version of the '''[[Dassault Mirage 2000-5]]''' has been released. New features in this version include:
* Several new cockpit instruments
* A realistic afterburner flame
* New [[Rembrandt]] cockpit lights
* A Canvas [[NavDisplay]] in the center MFD (you can switch back to the old non-Canvas one if you wish).
* And many other improvements …
 
{{#ev:youtube|uAhXLSO1tt4|||{{en|Video showing the new features of the Mirage 2000-5 (Feb 2015 version)}}|frame}}
 
''For more information, please visit the [[Dassault Mirage 2000-5|wiki page]] …''


== Scenery Corner ==
== Scenery Corner ==
=== Riesa-Göhlis Airfield ===
[[File:EDAU_Airfield_01.jpg|400px|Riesa-Göhlis Airfield]]
The '''[[Riesa-Göhlis Airfield]]''' ('''EDAU''') is now available via [[TerraSync]]. This little airfield is situated in Saxony approximately 19 nm north of [[Dresden Airport]].  A special feature of this airfield is the public street between the airfield and the runway. Aircraft have to cross the street at an automatic traffic lights system. Features include detailed and photo-textured 3D models, an open hangar and a pleasant airport restaurant.
From this airport, you can fly along the Elbe river to Dresden or explore the Saxon Switzerland. See [[Riesa-Göhlis Airfield#Scenery]] for details on how to obtain this airport.
We wish you happy flying!


== Community News ==
== Community News ==
=== Wiki update ===
=== Forum news ===
=== Virtual Airlines ===
=== Multiplayer ===
=== FlightGear on YouTube ===
=== FlightGear on YouTube ===
<big>Channel: [https://www.youtube.com/channel/UCxQ_A8N9bwwXiAP5OXRiOxA Flightgear's Tutorial]</big>
New tutorial channel in Spanish.
{{Note|Spanish language only.}}


{{#ev:youtube|Tt3Wbvx0eIU|||{{es|Cómo leer los instrumentos}} — {{en|How to read instruments}}|frame}}
{{#ev:youtube|Tt3Wbvx0eIU|||{{es|Cómo leer los instrumentos}} — {{en|How to read instruments}}|frame}}


== Contributing ==
== Contributing ==
=== Volunteers ===
=== Translators required ===
=== Translators required ===
{|
{|
Line 155: Line 198:
|}
|}


=== FGBanners ===
=== FlightGear logos ===
If you own a web page related to FlightGear or you want to create a new one, (such as a hangar, YouTube channel, etc.), you may required some graphics elements. Please visit our [[FlightGear_logos|logos repository]].  If you have some art skills, please don't hesitate to contribute with your own design creations.
If you want some graphic elements for your FlightGear-related site (for example hangar or YouTube channel), please feel free to visit [[FlightGear logos]] for a repository of logosAnd if you have some art skills, please don't hesitate to contribute with your own design creations.


=== Screenshots ===
=== Screenshots ===
The FlightGear project always needs screenshots for the website, which show features that were added since the last release.These shots should be of good quality — regarding contents and technical image properties. It is therefore recommended to use the best viable filter settings ([[antialiasing]], texture sharpening, etc.).  More info at [[Howto:Make nice screenshots]].
The FlightGear project always needs screenshots for the website, which show features that were added since the last release. These shots should be of good quality, especially in content and technical image properties. It is therefore recommended to use the best viable filter settings ([[antialiasing]], texture sharpening, etc.).  More info at [[Howto:Make nice screenshots]].


=== Desktop backgrounds (by Michat) ===
=== Desktop backgrounds ===
Michat has contributed some FlightGear themed desktop backgrounds:


[[File:FGBGBG.png|300px]]
[[File:FGBGBG.png|300px]]

Latest revision as of 14:13, 24 May 2016

Magagazine.png
Enjoy reading the latest edition!
Please help us write the coming edition!
February 2015

Development news
FlightGear 3.4 Released
ALS Volumetric Grass
PagedLOD for AI models
Tooltips can now be positioned

In the hanger
BAe Sea Harrier FA2
Cessna 550 Citation II
Space Shuttle
Eurocopter EC130 B4
Dassault Mirage 2000-5

Scenery Corner
Riesa-Göhlis Airfield
Community News
FlightGear on YouTube

Contributing
Translators required
FlightGear logos
Screenshots
Desktop backgrounds

Development news

FlightGear 3.4 Released

On February 17, the FlightGear development team published the v3.4 release of FlightGear, the free, open-source flight simulator. This new version contains many exciting new features, enhancements and bug fixes.

A list of major changes can be found at Changelog 3.4. FlightGear 3.4 is available for a variety of operating systems from http://www.flightgear.org/download/

ALS Volumetric Grass

Thanks to changes in the way random vegetation is managed when not visible, FlightGear can now render volumetric grass on the terrain (for instance the airport keep) using the random vegetation system without blowing memory consumption. A grass texture matching color with the ALS airport keep effect is already available, but not activated by default since it doesn't look so good with other rendering frameworks.

Volumetric grass in summer Volumetric grass in fall

To explore this yourself, add the following lines to the Grass/Airport/AirportKeep/Greenspace landclass in Materials/regions/global-summer.xml:

<wood-coverage>10.0</wood-coverage>
<tree-texture>Trees/grass_blades.png</tree-texture>
<tree-varieties>1</tree-varieties>
<tree-range-m>200.0</tree-range-m>
<tree-height-m>0.3</tree-height-m>
<tree-width-m>1.0</tree-width-m>

Just as trees do, grass changes with the season and gets little nests of frost when below the snowline.

For more, see the forum topic 3d volumetric airport grass

PagedLOD for AI models

The rendering logic for AI aircraft has changed recently. Whether they are drawn or not now depends on their projected size on the screen and not on their distance. Please check these properties:

  • /sim/rendering/static-lod/ai-range-model-pixel (should be true)
  • /sim/rendering/static-lod/ai-detailed (should be 30)

With this configuration, AI aircraft bigger than 30 pixels on the screen should show up.

Note  There are other factors in OpenSceneGraph that decide if the Paged LOD nodes get rendered. It may sometimes take a couple of minutes or some view panning for the models to pop up.

Torsten Dreyer (2015-01-26). Re: [Flightgear-devel] Flightgear next (3.5.0) Does not render MP aircraft.

Tooltips can now be positioned

Thanks to some work by Necolatis, Tooltips can now positioned at a specific place on-screen.

New syntax:

gui.popupTip(label[, timeout[, override[, position]]]);

position must be a hash, consisting of a y and/or x value.

Some examples:

# Show "readme" at position 10, 10
gui.popupTip("readme", nil, nil, { y: 10, x: 10 });

# Show "readme" at position y = 10, with 2 second delay
gui.popupTip("readme", 2, nil, { y: 10 });

# Show "readme" at position x = 10, y at default position
gui.popupTip("readme", nil, nil, { x: 10 });

# Show "readme" at position 10, 10, with 10 second delay
gui.popupTip("readme", 10, nil, { y: 10, x: 10 });

In the hangar

BAe Sea Harrier FA2

For a long time, the FlightGear (Sea) Harrier has been unmaintained. However, in early 2014, it's development restarted. Red Leader, it's new maintainer and developer, has added a host of new features to it, including guided missiles, new Nasal scripts, and a Canvas HDD.

The 2.4.0 version of the Sea Harrier has been released, with the following changes:

  • Pushback truck is now fixed and works.
  • Bbackwards-compatibility bugs fixed.
  • A change to the sound system so that there is no sound when FlightGear loads.
  • PDFs on the weapons system and HDD added

See also the forum announcement and the wiki page

Cessna 550 Citation II

The Cessna 550 Citation II, a light business jet, has received several updates, with more still to come. Ludovic Brenta and chris_blues have put in a lot of time to polish up and improve this aircraft.

The Cessna Sierra Super II has also been added to the Citation II package. This is essentially an aftermarket modification of the Citation II, with new, more powerful engines giving an impressive rate of climb and greater fuel economy.

We hope you will enjoy flying this little aircraft and exploring all the new possibilities it has to offer.

Find out more at Cessna 550 Citation II

Space Shuttle

Space Shuttle Atlantis, with AC TICO at the controls.

Spacetripready.png

With the great enthusiasm of a few cosmonauts, the famous Space Shuttle has been largely reworked. It now comes with fully working rocket engines, main engines, orbit control and orbit manouver engines, smoke, sound, animations, and a detailed help. It will let you go up and try to hold a stable orbit at 150,000 to 350,000 ft at mach 10 up to 30.

The Space Shuttle can be downloaded from the GitHub repository in either a ZIP file or by cloning.

As an add-on you will get the heavily updated An-12 This is a link to a Wikipedia article, An-22 This is a link to a Wikipedia article, and An-225 (mission transport variants).

Find out more about space flight in FlightGear at FlightGear space program

Eurocopter EC130 B4

Tooltipready.png

The FG 3.5 version of the Eurocopter EC130 B4 helicopter is now available. Developed by mhab, it is the first update after FlightGear 3.0, and the first made available via the SourceForge FGAddon repository.

Updates include a new, fully-functional searchlight (Trakkabeam A800), three new liveries, and full Tooltips support. For a full list of updates, please see Eurocopter EC130 B4#Updates as of FG 3.5 version.

Find out more at Eurocopter EC130 B4

Dassault Mirage 2000-5

A new version of the Dassault Mirage 2000-5 has been released. New features in this version include:

  • Several new cockpit instruments
  • A realistic afterburner flame
  • New Rembrandt cockpit lights
  • A Canvas NavDisplay in the center MFD (you can switch back to the old non-Canvas one if you wish).
  • And many other improvements …
(en) Video showing the new features of the Mirage 2000-5 (Feb 2015 version)

For more information, please visit the wiki page

Scenery Corner

Riesa-Göhlis Airfield

Riesa-Göhlis Airfield

The Riesa-Göhlis Airfield (EDAU) is now available via TerraSync. This little airfield is situated in Saxony approximately 19 nm north of Dresden Airport. A special feature of this airfield is the public street between the airfield and the runway. Aircraft have to cross the street at an automatic traffic lights system. Features include detailed and photo-textured 3D models, an open hangar and a pleasant airport restaurant.

From this airport, you can fly along the Elbe river to Dresden or explore the Saxon Switzerland. See Riesa-Göhlis Airfield#Scenery for details on how to obtain this airport.

We wish you happy flying!

Community News

FlightGear on YouTube

New tutorial channel in Spanish.

(es) Cómo leer los instrumentos (en) How to read instruments

Contributing

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.

FlightGear logos

If you want some graphic elements for your FlightGear-related site (for example hangar or YouTube channel), please feel free to visit FlightGear logos for a repository of logos. And if you have some art skills, please don't hesitate to contribute with your own design creations.

Screenshots

The FlightGear project always needs screenshots for the website, which show features that were added since the last release. These shots should be of good quality, especially in content and technical image properties. It is therefore recommended to use the best viable filter settings (antialiasing, texture sharpening, etc.). More info at Howto:Make nice screenshots.

Desktop backgrounds

Michat has contributed some FlightGear themed desktop backgrounds:

FGBGBG.png Fgbg.png Fgorangefeather.png