Re: [Flightgear-devel] tacan.cxx fix to follow AITanker.cxx

2007-06-15 Thread alexis bory
Durk Talsma a écrit : On Thursday 14 June 2007 13:57, Durk Talsma wrote: Until it works. I'm having a working TACAN again, and I'm still investigating the contact nodes, The fix for the nasal scripts looks easy enough, and I'm close to finding out what is going on as to why FGAITanker

Re: [Flightgear-devel] tacan.cxx fix to follow AITanker.cxx

2007-06-14 Thread Vivian Meazza
Durk Sent: 14 June 2007 06:57 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] tacan.cxx fix to follow AITanker.cxx On Wednesday 13 June 2007 23:12, alexis bory wrote: Hi, TACAN has to search the new AI submode 'tanker'. This tiny patch can be applied

Re: [Flightgear-devel] tacan.cxx fix to follow AITanker.cxx

2007-06-14 Thread Durk Talsma
Hi Vivian, On Thursday 14 June 2007 13:39, Vivian Meazza wrote: Durk Sent: 14 June 2007 06:57 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] tacan.cxx fix to follow AITanker.cxx On Wednesday 13 June 2007 23:12, alexis bory wrote: Hi, TACAN has to search

Re: [Flightgear-devel] tacan.cxx fix to follow AITanker.cxx

2007-06-14 Thread Durk Talsma
On Thursday 14 June 2007 13:57, Durk Talsma wrote: Until it works. I'm having a working TACAN again, and I'm still investigating the contact nodes, The fix for the nasal scripts looks easy enough, and I'm close to finding out what is going on as to why FGAITanker isn't updating yet. Okay,

Re: [Flightgear-devel] tacan.cxx fix to follow AITanker.cxx

2007-06-14 Thread Vivian Meazza
Durk Sent: 14 June 2007 12:57 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] tacan.cxx fix to follow AITanker.cxx Hi Vivian, On Thursday 14 June 2007 13:39, Vivian Meazza wrote: Durk Sent: 14 June 2007 06:57 To: FlightGear developers discussions

Re: [Flightgear-devel] tacan.cxx fix to follow AITanker.cxx

2007-06-14 Thread Durk Talsma
On Thursday 14 June 2007 14:45, Vivian Meazza wrote: My problem - I only had classtanker/class in my scenario. Not typetanker/type as well. That looks pretty ugly - we only need typecarrier/type although it is a subset of AIShip. V. Okay, Thanks. It looks like I have the contact code also

Re: [Flightgear-devel] tacan.cxx fix to follow AITanker.cxx

2007-06-14 Thread Thomas Förster
Am Donnerstag 14 Juni 2007 14:45 schrieb Vivian Meazza: My problem - I only had classtanker/class in my scenario. Not typetanker/type as well. You had typeaircraft/type. The AI code chooses the class used based on type so I had to change that to use the new FGAITanker class. That

[Flightgear-devel] tacan.cxx fix to follow AITanker.cxx

2007-06-13 Thread alexis bory
Hi, TACAN has to search the new AI submode 'tanker'. This tiny patch can be applied to both PLIB and OSG. Thanks for committing, Alexis Index: tacan.cxx === RCS file: /var/cvs/FlightGear-0.9/source/src/Instrumentation/tacan.cxx,v