Re: [Flightgear-devel] XML include (and value overriding) question

2012-09-24 Thread Erik Hofman
On 09/24/2012 09:41 AM, Stuart Buchanan wrote: > I think that will result in > > /config/weight-and-balance/passenger1-kg[0] = 60 > /config/weight-and-balance/passenger1-kg[1] = 75 > /config/weight-and-balance/passenger2-kg = 60 > /config/weight-and-balance/passenger3-kg[0] = 60 > /config/weight-an

Re: [Flightgear-devel] fgdata trouble

2012-09-24 Thread Renk Thorsten
> So you are calling for git monkeys that take care of the "tedious" > process of getting changes into the tree? If it is as critical to do this right as you say, everyone might be better off if only people who know what they're doing handle commits and every other commit goes through them, ra

Re: [Flightgear-devel] fgdata trouble

2012-09-24 Thread Christian Schmitt
Hi Thorsten, Renk Thorsten wrote: >> Every fgdata contributor who creates complicated xml/shader files should >> be able to understand basic git workflow as well... > > I'm not sure if you really mean every contributor, or every contributor > with commit rights to FGData. In the second case I'd

Re: [Flightgear-devel] XML include (and value overriding) question

2012-09-24 Thread Stuart Buchanan
On Mon, Sep 24, 2012 at 7:49 AM, Erik Hofman wrote: > As far as I know XML is processed in order of appearance, so this should > do the trick: > > > > > >75 >80 > > > > I think that will result in /config/weight-and-balance/passenger1-kg[0] = 60 /config/weigh