[Flightgear-devel] Multiplay animation

2008-10-09 Thread gerard robin
Hello, Which is the right way, to give some specific animations (which are not generic within the MP system), to the other MP pilots/players For instance i would like to send the wings folding, and the incidences wings. surface-positions/wing-fold-pos-norm and surface-positions/wings-pos-norm

Re: [Flightgear-devel] Multiplay animation

2008-10-09 Thread Anders Gidenstam
On Thu, October 9, 2008 12:16 pm, gerard robin wrote: Hello, Which is the right way, to give some specific animations (which are not generic within the MP system), to the other MP pilots/players For instance i would like to send the wings folding, and the incidences wings.

Re: [Flightgear-devel] Multiplay animation

2008-10-09 Thread Melchior FRANZ
* gerard robin -- Thursday 09 October 2008: surface-positions/wing-fold-pos-norm and surface-positions/wings-pos-norm If these are the commonly used properties for this purpose, then we should just add them to the list in src/Multiplyer/mulitplaymgr.cxx. Generic MP properties should only be

Re: [Flightgear-devel] Multiplay animation

2008-10-09 Thread gerard robin
On jeudi 09 octobre 2008, Melchior FRANZ wrote: * gerard robin -- Thursday 09 October 2008: surface-positions/wing-fold-pos-norm and surface-positions/wings-pos-norm If these are the commonly used properties for this purpose, then we should just add them to the list in

Re: [Flightgear-devel] Multiplay animation

2008-10-09 Thread Melchior FRANZ
* gerard robin -- Thursday 09 October 2008: On jeudi 09 octobre 2008, Melchior FRANZ wrote: If these are the commonly used properties for this purpose, then we should just add them to the list in src/Multiplyer/mulitplaymgr.cxx. Wing position, not sure that we will have many AC with

Re: [Flightgear-devel] Multiplay animation

2008-10-09 Thread Melchior FRANZ
Added: + {111, surface-positions/wing-pos-norm, SGPropertyNode::FLOAT}, + {112, surface-positions/wing-fold-pos-norm, SGPropertyNode::FLOAT}, wing(s)-pos-norm is apparently not used anywhere yet, but wing-fold-pos-norm is: $ lsprop|grep wing-fold-pos-norm

Re: [Flightgear-devel] Multiplay animation

2008-10-09 Thread Alexis Bory - xiii
Melchior FRANZ wrote: Added: + {111, surface-positions/wing-pos-norm, SGPropertyNode::FLOAT}, + {112, surface-positions/wing-fold-pos-norm, SGPropertyNode::FLOAT}, wing(s)-pos-norm is apparently not used anywhere yet, but wing-fold-pos-norm is: $ lsprop|grep wing-fold-pos-norm

Re: [Flightgear-devel] Multiplay animation

2008-10-09 Thread Alexis Bory - xiii
Alexis Bory - xiii wrote: Melchior FRANZ wrote: Added: + {111, surface-positions/wing-pos-norm, SGPropertyNode::FLOAT}, + {112, surface-positions/wing-fold-pos-norm, SGPropertyNode::FLOAT}, wing(s)-pos-norm is apparently not used anywhere yet, but wing-fold-pos-norm is: $