Re: [Flightgear-devel] B-1b update nr2 patch

2007-08-02 Thread Markus Zojer
Can someone please apply the little -diff file attached? It should target the bugs reported. Many thanks, Markus ? -d.diff Index: B-1B-set.xml === RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/B-1B/B-1B-set.xml,v retrieving revisio

Re: [Flightgear-devel] B-1b update nr2

2007-08-01 Thread Markus Zojer
Melchior FRANZ wrote: > > OK, whatever it changes: it's a bug. The property "dir" is called /sim/*USER*/ > for a reason. It's user stuff, not aircraft stuff. I for one have this > call sign set in my $FG_HOME/preferences.xml, and I don't see why any > aircraft should override my personal choice. >

Re: [Flightgear-devel] B-1b update nr2

2007-08-01 Thread Melchior FRANZ
* Melchior FRANZ -- Wednesday 01 August 2007: > This looks like a bug, too: setprop("sim/multiplay/chat_display", 1); > (although I haven't seen any effect). OK, I found out. The property got renamed to /sim/multiplay/chat-display and is now saved to autosave.xml. So you can leave that setprop()

Re: [Flightgear-devel] B-1b update nr2

2007-08-01 Thread Melchior FRANZ
* Markus Zojer -- Wednesday 01 August 2007: > Melchior FRANZ wrote: > > That's because init_b1b() is called with settimer(..., 0) and not > > with setlistener("/sim/signals/fdm-initialized", ...); > > > Thats not beautiful, I agree but worked for me .. It's one of the bugs that depend on instal

Re: [Flightgear-devel] B-1b update nr2

2007-08-01 Thread Markus Zojer
Melchior FRANZ wrote: > * Markus Zojer -- Wednesday 01 August 2007: > >> That should be all, hopefully everything works now. >> > > No, doesn't: > > Nasal runtime error: setprop() value is not string or number > at $FG_ROOT/Aircraft/B-1B/Nasal/b1b.nas, line 359 > > That's because init

Re: [Flightgear-devel] B-1b update nr2

2007-08-01 Thread Melchior FRANZ
* Markus Zojer -- Wednesday 01 August 2007: > That should be all, hopefully everything works now. No, doesn't: Nasal runtime error: setprop() value is not string or number at $FG_ROOT/Aircraft/B-1B/Nasal/b1b.nas, line 359 That's because init_b1b() is called with settimer(..., 0) and not wi