I am in no way picking on any single committer here.  This just happens to
be the most recent commit message that came through while I was thinking
about this (sorry Gijs, we do really love you.  I'm mean, not really really
really love, but well you know how I always say one sentence too many and
paint myself into a corner I can't get out of.) :-)

I sense that there have been a substantial number of updates to individual
aircraft that are only going into the "master" branch and aren't getting
cherry picked into the 2.8.0 release branch.  Perhaps this is intentional
or I'm misunderstanding something, but I wanted to at least ask.  When I
create the downloadable aircraft .zip files for the 2.8.0 release, it will
be from the release/2.8.0 branch, but most of the aircraft changes that
have been made since the 2.8.0 branch was created are not going in there,
and are only going into "master".

Thanks,

Curt.


On Mon, Jul 30, 2012 at 4:14 PM, Flightgear-commitlogs <
mar...@hypersphere.calit2.net> wrote:

> The branch, master has been updated
>
> - Log -----------------------------------------------------------------
> commit f81456998442b1f30d86c4925a7d000d46ea4f1f
> Author: Gijs de Rooy
> Date:   Mon Jul 30 23:12:56 2012 +0200
>
>     Issue 824: DC-10-30 and CRJ700-family Rembrandt lights displayed in
> FGRun.
>
>
> - Summary -------------------------------------------------------------
>
>  Aircraft/CRJ700-family/Models/Lights/beacon.xml    |    1 +
>  Aircraft/CRJ700-family/Models/Lights/greennav.xml  |    1 +
>  .../CRJ700-family/Models/Lights/landing-nose.xml   |    1 +
>  .../Models/Lights/landing-wing-inside.xml          |    1 +
>  .../CRJ700-family/Models/Lights/landing-wing.xml   |    1 +
>  Aircraft/CRJ700-family/Models/Lights/rednav.xml    |    1 +
>  Aircraft/CRJ700-family/Models/Lights/strobe.xml    |    1 +
>  Aircraft/CRJ700-family/Models/Lights/taxi.xml      |    1 +
>  Aircraft/DC-10-30/Models/Lights/greennav.xml       |    1 +
>  .../Models/Lights/landing-nose-fuselage.xml        |    1 +
>  .../DC-10-30/Models/Lights/landing-nose-gear.xml   |    1 +
>  .../DC-10-30/Models/Lights/landing-wing-inside.xml |    1 +
>  Aircraft/DC-10-30/Models/Lights/landing-wing.xml   |    1 +
>  Aircraft/DC-10-30/Models/Lights/panel.xml          |    1 +
>  Aircraft/DC-10-30/Models/Lights/rednav.xml         |    1 +
>  Aircraft/DC-10-30/Models/Lights/strobe.xml         |    1 +
>  16 files changed, 16 insertions(+), 0 deletions(-)
>
>
> - Diff ----------------------------------------------------------------
>
> diff --git a/Aircraft/CRJ700-family/Models/Lights/beacon.xml
> b/Aircraft/CRJ700-family/Models/Lights/beacon.xml
> index 4905af8..9f1c262 100644
> --- a/Aircraft/CRJ700-family/Models/Lights/beacon.xml
> +++ b/Aircraft/CRJ700-family/Models/Lights/beacon.xml
> @@ -27,6 +27,7 @@
>                 <type>light</type>
>                 <light-type>point</light-type>
>                 <object-name>Sphere</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/CRJ700-family/Models/Lights/greennav.xml
> b/Aircraft/CRJ700-family/Models/Lights/greennav.xml
> index f17c5f4..93a2ace 100644
> --- a/Aircraft/CRJ700-family/Models/Lights/greennav.xml
> +++ b/Aircraft/CRJ700-family/Models/Lights/greennav.xml
> @@ -31,6 +31,7 @@
>                 <type>light</type>
>                 <light-type>point</light-type>
>                 <object-name>Sphere</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/CRJ700-family/Models/Lights/landing-nose.xml
> b/Aircraft/CRJ700-family/Models/Lights/landing-nose.xml
> index 2532748..1b8c65e 100644
> --- a/Aircraft/CRJ700-family/Models/Lights/landing-nose.xml
> +++ b/Aircraft/CRJ700-family/Models/Lights/landing-nose.xml
> @@ -23,6 +23,7 @@
>                 <type>light</type>
>                 <light-type>spot</light-type>
>                 <object-name>Cone</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/CRJ700-family/Models/Lights/landing-wing-inside.xml
> b/Aircraft/CRJ700-family/Models/Lights/landing-wing-inside.xml
> index 0f1d576..64e62eb 100644
> --- a/Aircraft/CRJ700-family/Models/Lights/landing-wing-inside.xml
> +++ b/Aircraft/CRJ700-family/Models/Lights/landing-wing-inside.xml
> @@ -30,6 +30,7 @@
>                 <type>light</type>
>                 <light-type>spot</light-type>
>                 <object-name>Cone</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/CRJ700-family/Models/Lights/landing-wing.xml
> b/Aircraft/CRJ700-family/Models/Lights/landing-wing.xml
> index e97bcc7..4d7af16 100644
> --- a/Aircraft/CRJ700-family/Models/Lights/landing-wing.xml
> +++ b/Aircraft/CRJ700-family/Models/Lights/landing-wing.xml
> @@ -26,6 +26,7 @@
>                 <type>light</type>
>                 <light-type>spot</light-type>
>                 <object-name>Cone</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/CRJ700-family/Models/Lights/rednav.xml
> b/Aircraft/CRJ700-family/Models/Lights/rednav.xml
> index 49a2c06..350f9eb 100644
> --- a/Aircraft/CRJ700-family/Models/Lights/rednav.xml
> +++ b/Aircraft/CRJ700-family/Models/Lights/rednav.xml
> @@ -31,6 +31,7 @@
>                 <type>light</type>
>                 <light-type>point</light-type>
>                 <object-name>Sphere</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/CRJ700-family/Models/Lights/strobe.xml
> b/Aircraft/CRJ700-family/Models/Lights/strobe.xml
> index e8b2c0c..4ab58b6 100644
> --- a/Aircraft/CRJ700-family/Models/Lights/strobe.xml
> +++ b/Aircraft/CRJ700-family/Models/Lights/strobe.xml
> @@ -31,6 +31,7 @@
>                 <type>light</type>
>                 <light-type>point</light-type>
>                 <object-name>Sphere</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/CRJ700-family/Models/Lights/taxi.xml
> b/Aircraft/CRJ700-family/Models/Lights/taxi.xml
> index 0349c0a..cf64243 100644
> --- a/Aircraft/CRJ700-family/Models/Lights/taxi.xml
> +++ b/Aircraft/CRJ700-family/Models/Lights/taxi.xml
> @@ -22,6 +22,7 @@
>                 <type>light</type>
>                 <light-type>spot</light-type>
>                 <object-name>Cone</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/DC-10-30/Models/Lights/greennav.xml
> b/Aircraft/DC-10-30/Models/Lights/greennav.xml
> index f17c5f4..93a2ace 100644
> --- a/Aircraft/DC-10-30/Models/Lights/greennav.xml
> +++ b/Aircraft/DC-10-30/Models/Lights/greennav.xml
> @@ -31,6 +31,7 @@
>                 <type>light</type>
>                 <light-type>point</light-type>
>                 <object-name>Sphere</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/DC-10-30/Models/Lights/landing-nose-fuselage.xml
> b/Aircraft/DC-10-30/Models/Lights/landing-nose-fuselage.xml
> index b448b6f..1af22a1 100644
> --- a/Aircraft/DC-10-30/Models/Lights/landing-nose-fuselage.xml
> +++ b/Aircraft/DC-10-30/Models/Lights/landing-nose-fuselage.xml
> @@ -18,6 +18,7 @@
>                 <type>light</type>
>                 <light-type>spot</light-type>
>                 <object-name>Cone</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/DC-10-30/Models/Lights/landing-nose-gear.xml
> b/Aircraft/DC-10-30/Models/Lights/landing-nose-gear.xml
> index d6163c8..13cf20e 100644
> --- a/Aircraft/DC-10-30/Models/Lights/landing-nose-gear.xml
> +++ b/Aircraft/DC-10-30/Models/Lights/landing-nose-gear.xml
> @@ -24,6 +24,7 @@
>                 <type>light</type>
>                 <light-type>spot</light-type>
>                 <object-name>Cone</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/DC-10-30/Models/Lights/landing-wing-inside.xml
> b/Aircraft/DC-10-30/Models/Lights/landing-wing-inside.xml
> index 7529830..2de4a56 100644
> --- a/Aircraft/DC-10-30/Models/Lights/landing-wing-inside.xml
> +++ b/Aircraft/DC-10-30/Models/Lights/landing-wing-inside.xml
> @@ -24,6 +24,7 @@
>                 <type>light</type>
>                 <light-type>spot</light-type>
>                 <object-name>Cone</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/DC-10-30/Models/Lights/landing-wing.xml
> b/Aircraft/DC-10-30/Models/Lights/landing-wing.xml
> index 3429c81..ade8c9c 100644
> --- a/Aircraft/DC-10-30/Models/Lights/landing-wing.xml
> +++ b/Aircraft/DC-10-30/Models/Lights/landing-wing.xml
> @@ -26,6 +26,7 @@
>                 <type>light</type>
>                 <light-type>spot</light-type>
>                 <object-name>Cone</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/DC-10-30/Models/Lights/panel.xml
> b/Aircraft/DC-10-30/Models/Lights/panel.xml
> index b416db6..bd63fc9 100644
> --- a/Aircraft/DC-10-30/Models/Lights/panel.xml
> +++ b/Aircraft/DC-10-30/Models/Lights/panel.xml
> @@ -24,6 +24,7 @@
>                 <type>light</type>
>                 <light-type>point</light-type>
>                 <object-name>Cone</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/DC-10-30/Models/Lights/rednav.xml
> b/Aircraft/DC-10-30/Models/Lights/rednav.xml
> index 49a2c06..350f9eb 100644
> --- a/Aircraft/DC-10-30/Models/Lights/rednav.xml
> +++ b/Aircraft/DC-10-30/Models/Lights/rednav.xml
> @@ -31,6 +31,7 @@
>                 <type>light</type>
>                 <light-type>point</light-type>
>                 <object-name>Sphere</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
> diff --git a/Aircraft/DC-10-30/Models/Lights/strobe.xml
> b/Aircraft/DC-10-30/Models/Lights/strobe.xml
> index 1b061c7..dd2e206 100644
> --- a/Aircraft/DC-10-30/Models/Lights/strobe.xml
> +++ b/Aircraft/DC-10-30/Models/Lights/strobe.xml
> @@ -35,6 +35,7 @@
>                 <type>light</type>
>                 <light-type>point</light-type>
>                 <object-name>Sphere</object-name>
> +               <nopreview/>
>                 <position>
>                         <x>0</x>
>                         <y>0</y>
>
>
> -----------------------------------------------------------------------
>
>
> FlightGear Base Package
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Flightgear-commitlogs mailing list
> flightgear-commitl...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-commitlogs
>



-- 
Curtis Olson:
http://www.atiak.com - http://aem.umn.edu/~uav/
http://www.flightgear.org - http://gallinazo.flightgear.org
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to