On Sat, Oct 1, 2011 at 9:29 AM, James Turner wrote:

> Just looking at the relevant Simgear code - it already runs through GZip,
> so I'm not worried about overhead there - and the versioning system looks
> pretty sane to deal with too. There's already the version check for
> short-vs-unsigned-short counts, adding a new version increment and making
> the values longs looks pretty easy.
>
> BUT, if I modify the current Simgear code on 'next', is that the only place
> that needs to be changed, or is there another copy of this code somewhere in
> the terragear repo? I know terragear depends on simgear, but I've not looked
> at which code is actually shared.


Hi James, the answer is yes. :-)

We need to modify the loader in simgear as well as the format generation
code in terragear.  Right now the indices are packed as 2-byte short ints in
the binary .btg file so of course making a change only to the simgear side
will do nothing to fix the problem.

Whatever we do needs to happen in close coordination with the terragear code
in order to make sure that the changes match and are sane and reasonable
from both perspectives.

Regards,

Curt.
-- 
Curtis Olson:
http://www.atiak.com - http://aem.umn.edu/~uav/
http://www.flightgear.org - http://gallinazo.flightgear.org
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to