Erik pinged me on the Nasal endianness bug, which I *think* has been
fixed.  It no longer occurs with the Mac test code I have, but I
didn't find a smoking gun and can't run FlightGear on that mac (shell
access only).

Anyway, please update both (!) SimGear and FlightGear CVS sources and
let me know if I broke anything.

Ampere: there is one incompatible change here.  The strc() function
has been removed in favor of the "array syntax" for addressing bytes
out of a string.  The A380 scripts are the only code that uses it, so
I didn't bother including a compatibility version.  Basically, where
you used to write "strc(s, 10)", you can just do "s[10]" now.  If you
need something to limp along until you can update the code, we can use
something like this in globals.nas:

    strc = func(s, n) { s[n] }

Andy

_______________________________________________
Flightgear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to