Re: [Flightgear-devel] FGFS 0.9.11 release candidate two

2007-09-25 Thread Vivian Meazza
Durk Talsma > Sent: 25 September 2007 07:36 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] FGFS 0.9.11 release candidate two > > > On Sunday 23 September 2007 13:50, I wrote: > > Some observations: > > - Some small pauzes seem to be caused by consecutive calls to the

Re: [Flightgear-devel] FGFS 0.9.11 release candidate two

2007-09-25 Thread Durk Talsma
Hi Vivian, On Tuesday 25 September 2007 17:39, Vivian Meazza wrote: > > Here's a short burst of the output of Fred's profiling code using Windows > XP, with the source code complied using MSVC8; > > Subsystem Timing Alert : 19000 fx > Subsystem Timing Alert : 15000 fx > Subsystem Timing Alert : 14

[Flightgear-devel] automated response

2007-09-25 Thread tim.kober
Vielen Dank fuer Ihre Nachricht. Ich bin zur Zeit nicht im Buero und habe erst ab dem 05.10.2007 wieder Gelegenheit, meine E-Mails abzurufen. Bitte wenden Sie sich daher an meine Kollegen, die Ihnen gerne weiterhelfen werden. Dies ist eine automatisch generierte E-Mail. Sie erhalten diese Nach

[Flightgear-devel] Nasal execution on frame rates > 120Hz, Was: Concorde un-usable for me

2007-09-25 Thread Maik Justus
Hi, just an idea: Most nasal code is done once a frame. Is this even true for frame rates greater than the internal update rate (120Hz)? If yes, the calculated delta t is zero, maybe this case was not considered when writing the code. Maybe we should not execute the nasal stuff, if no internal

[Flightgear-devel] Subsystems scheduling question

2007-09-25 Thread Durk Talsma
As reported in a separate thread, I'm trying to understand what's causing the timing problems in FlightGear / PLIB CVS. Although I have a basic understanding of SGSubsystem, and SGSubsystemManager, there are a few things that seem to elude me. So, I just want to double check my assertions and a

Re: [Flightgear-devel] First results of terrain texture generator

2007-09-25 Thread Sebastian Bechtold
> > Sebastian Bechtold wrote: > >> > Hello! >> > >> > Around 6 weeks ago, I came up here with the idea to represent ground >> > features through textures rather than through terrain mesh polygons for >> > more detail and easier modification (which is of course not my own idea, >> > but it's

Re: [Flightgear-devel] Subsystems scheduling question

2007-09-25 Thread Melchior FRANZ
* Durk Talsma -- 9/25/2007 9:20 PM: > What I don't understand yet is that I'm getting timing alerts > in subsystems named "instrument8", "controller", "system1", and more, which I > can't trace back anywhere in the source code. My question: Are these > subsystems dynamically created using a nasa

Re: [Flightgear-devel] Subsystems scheduling question

2007-09-25 Thread Melchior FRANZ
* Melchior FRANZ -- 9/26/2007 8:11 AM: > * Durk Talsma -- 9/25/2007 9:20 PM: > > Are these subsystems dynamically created using a nasal script, > > or an xml configuration file? > > Neither. They are created by c++ in other subsystems, Correction: not from Nasal, but the instrumentation subsyste

Re: [Flightgear-devel] Subsystems scheduling question

2007-09-25 Thread Durk Talsma
On Wednesday 26 September 2007 08:20, Melchior FRANZ wrote: > * Melchior FRANZ -- 9/26/2007 8:11 AM: > > * Durk Talsma -- 9/25/2007 9:20 PM: > > > Are these subsystems dynamically created using a nasal script, > > > or an xml configuration file? > > > > Neither. They are created by c++ in other sub