[Flightgear-devel] Re: [BUG] fgfs hangs forever in FGTileLoader::LoaderThread

2004-06-14 Thread Melchior FRANZ
* Melchior FRANZ -- Tuesday 01 June 2004 17:18: > I get regularly hangs in FGTileLoader::LoaderThread. fgfs doesn't update the > screen then and plays the same monotonous sounds. [...] > It isn't reproducible, but seems to happen more often with the c172p and never > with the bo105 (for whatever re

[Flightgear-devel] CVS - broken?

2004-06-14 Thread Vivian Meazza
I downloaded and built the CVS source code this morning (Monday) under Cygwin/Xp - it builds without error. I also downloaded the data. FGFS fails to run, stopping with: Adding subsystem Traffic Manager Unknown exception in the main loop. Aborting ... Segmentation fault (core dumped) Any ideas?

[Flightgear-devel] Re: CVS - broken?

2004-06-14 Thread Melchior FRANZ
* Vivian Meazza -- Monday 14 June 2004 11:57: > I downloaded and built the CVS source code this morning (Monday) under > Cygwin/Xp - it builds without error. I also downloaded the data. > > FGFS fails to run, stopping with: > > Adding subsystem Traffic Manager > Unknown exception in the main loop

[Flightgear-devel] Re: CVS - broken?

2004-06-14 Thread Melchior FRANZ
* Melchior FRANZ -- Monday 14 June 2004 12:24: > [...] do this: > > $ gdb --args fgfs Oh, then on the prompt type "run" (or only "r" for the insdiders). But you knew this. > and when it segfaults, type in "bt" for a backtrace. m. ___ Flightgear-

Re: [Flightgear-devel] Re: CVS - broken?

2004-06-14 Thread Frederic Bouvier
Melchior FRANZ wrote: > * Vivian Meazza -- Monday 14 June 2004 11:57: > > I downloaded and built the CVS source code this morning (Monday) under > > Cygwin/Xp - it builds without error. I also downloaded the data. > > > > FGFS fails to run, stopping with: > > > > Adding subsystem Traffic Manager

RE: [Flightgear-devel] Re: CVS - broken?

2004-06-14 Thread Vivian Meazza
Frederic Bouvier wrote > Sent: 14 June 2004 11:41 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] Re: CVS - broken? > > > Melchior FRANZ wrote: > > > * Vivian Meazza -- Monday 14 June 2004 11:57: > > > I downloaded and built the CVS source code this morning (Monday)

RE: [Flightgear-devel] Re: CVS - broken?

2004-06-14 Thread Vivian Meazza
Melchior FRANZ > Sent: 14 June 2004 11:34 > To: [EMAIL PROTECTED] > Subject: [Flightgear-devel] Re: CVS - broken? > > > * Melchior FRANZ -- Monday 14 June 2004 12:24: > > [...] do this: > > > > $ gdb --args fgfs > > Oh, then on the prompt type "run" (or only "r" for the > insdiders). But

[Flightgear-devel] Re: CVS - broken?

2004-06-14 Thread Melchior FRANZ
* Vivian Meazza -- Monday 14 June 2004 14:53: > Program now stops in > > Initializing scenery subsystem > > Program received signal SIGSEGU, Segmentation fault. > 0x77e75a3d in KERNEL32!IsBadWritePtr <> > From /cygdrive/c/WINDOWS/system32/kernel32.dll > > bt doesn't reveal anything obvious

RE: [Flightgear-devel] Re: CVS - broken?

2004-06-14 Thread Vivian Meazza
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Melchior FRANZ > Sent: 14 June 2004 14:12 > To: [EMAIL PROTECTED] > Subject: [Flightgear-devel] Re: CVS - broken? > > > * Vivian Meazza -- Monday 14 June 2004 14:53: > > Program now stops in > >

[Flightgear-devel] [Fwd: Mac OS package problem]

2004-06-14 Thread Curtis L. Olson
Forwarded to the devel list in hopes that a Mac developer can resolve this ... Curt. -- Curtis Olsonhttp://www.flightgear.org/~curt HumanFIRST Program http://www.humanfirst.umn.edu/ FlightGear Project http://www.flightgear.org Unique text:2f585eeea02e2c79d7b1d8c4963bae2d --- B

RE: [Flightgear-devel] CVS - broken?

2004-06-14 Thread Norman Vine
Vivian Meazza writes: > > I downloaded and built the CVS source code this morning (Monday) under > Cygwin/Xp - it builds without error. I also downloaded the data. > > FGFS fails to run, stopping with: > > Adding subsystem Traffic Manager > Unknown exception in the main loop. Aborting ... > Segm

RE: [Flightgear-devel] CVS - broken?

2004-06-14 Thread Vivian Meazza
Norman Vine > Sent: 14 June 2004 15:32 > To: FlightGear developers discussions > Subject: RE: [Flightgear-devel] CVS - broken? > > > Vivian Meazza writes: > > > > I downloaded and built the CVS source code this morning > (Monday) under > > Cygwin/Xp - it builds without error. I also downloa

[Flightgear-devel] Dedicated visual channels

2004-06-14 Thread Curtis L. Olson
Is there any functionality currently built into FG to request that the mouse pointer be turned off or hidden. This would be useful for things like a dedicated visual channel. Likewise, I quickly browsed through the source code and couldn't see how the frame rate counter (seen when the hud is t

RE: [Flightgear-devel] CVS - broken?

2004-06-14 Thread Norman Vine
Vivian Meazza writes: > > Norman Vine writes: > > > > > I just updated FlightGear, SimGear and PLib from CVS > > and compiled all anew and I am not seeing this problem > > with Cygwin > > I did likewise. Looks like a local problem then. I was trying Andy Ross' > cross compilation over the weeke

[Flightgear-devel] Re: CVS - broken?

2004-06-14 Thread Melchior FRANZ
* Vivian Meazza -- Monday 14 June 2004 16:55: * * Norman Vine > > I noticed that there were a few changes made this AM > > so I suggest doing a fresh CVS first before rebuilding > > Done that, and I've re-installed Cygwin. I'm wondering if I have to delete > all the files, and really start from fr

[Flightgear-devel] Re: Dedicated visual channels

2004-06-14 Thread Melchior FRANZ
* Curtis L. Olson -- Monday 14 June 2004 16:58: > Likewise, I quickly browsed through the source code and couldn't see how > the frame rate counter (seen when the hud is turned off) is drawn. > Anyone know how I can get rid of that. Cockpit/cockpit.cxx:730ff m. __

Re: [Flightgear-devel] Traffic Manager

2004-06-14 Thread Durk Talsma
On Saturday 12 June 2004 04:48, Chris Metzler wrote: > This is very very cool. I have one recommendation -- put a copy of > this message on the wiki? Updated in the future as there's more to > say about it, that sort of thing? I've been searching through > mailing list archives the last couple

RE: [Flightgear-devel] Dedicated visual channels

2004-06-14 Thread Norman Vine
Curtis L. Olson writes: > > Is there any functionality currently built into FG to request that the > mouse pointer be turned off or hidden. This would be useful for things > like a dedicated visual channel. TurnCursorOff() in GUI / mouse.cxx > Likewise, I quickly browsed through the source

[Flightgear-devel] latest jsbsim changes

2004-06-14 Thread Curtis L. Olson
With the latest JSBsim code integrated into CVS, the default cessna makes a horrible racket when sitting still. It sounds like the stall horn is jittering randomly. I haven't tried any other aircraft. Curt. -- Curtis Olsonhttp://www.flightgear.org/~curt HumanFIRST Program http://www.

[Flightgear-devel] 64 bit compile speed

2004-06-14 Thread Alex Perry
Don't know offhand. I personally haven't built under 64 bit, since FGFS was prepackaged by Debian for AMD64 and I'm lazy, and my 32 bit developer build is scripted - so I never wait. I'll measure it with "make clean; cvs update -APd; time make" later on today sometime, when the machine is not in u

Re: [Flightgear-devel] Dedicated visual channels

2004-06-14 Thread Curtis L. Olson
Norman Vine wrote: Curtis L. Olson writes: Is there any functionality currently built into FG to request that the mouse pointer be turned off or hidden. This would be useful for things like a dedicated visual channel. TurnCursorOff() in GUI / mouse.cxx Is there any interface to this?

Re: [Flightgear-devel] Anyone read polish?

2004-06-14 Thread Jacek
Arnt Karlsen wrote: On Sun, 13 Jun 2004 15:24:58 +0200, Jacek wrote in message <[EMAIL PROTECTED]>: Curtis L. Olson wrote: Does anyone read enough polish to double check that everything these guys are doing is within the spirit of the GPL? http://www.allegro.pl/show_item.php?item=26723501

Re: [Flightgear-devel] Dedicated visual channels

2004-06-14 Thread Andy Ross
Curtis L. Olson wrote: > Is there any functionality currently built into FG to request that > the mouse pointer be turned off or hidden. This would be useful for > things like a dedicated visual channel. This is soft-coded these days. In mice.xml, you can define a cursor image for each mode. Yo

Re: [Flightgear-devel] Re: CVS - broken?

2004-06-14 Thread Andy Ross
Vivian Meazza wrote: > It's sort of usable right now under -0.9.4 with an ungeared > propeller, but I would not be happy for that to be released. And I can't fix it until I get something to test against, so we're at an impass. :) Seriously: I'd say just commit the FDM as-is, and we can play with

RE: [Flightgear-devel] Dedicated visual channels

2004-06-14 Thread Norman Vine
Curtis L. Olson writes: > > Norman Vine wrote: > > >Curtis L. Olson writes: > > > > > >>Is there any functionality currently built into FG to request that the > >>mouse pointer be turned off or hidden. This would be useful for things > >>like a dedicated visual channel. > >> > >> > > > >

Re: [Flightgear-devel] Anyone read polish?

2004-06-14 Thread Chris Metzler
On Mon, 14 Jun 2004 00:51:29 +0200 Arnt Karlsen <[EMAIL PROTECTED]> wrote: > On Sun, 13 Jun 2004 15:24:58 +0200, Jacek wrote in message > <[EMAIL PROTECTED]>: >> >> - maps of the USA(a part of), Poland and serrandings (on CD) >> - all in a DVD case > > ..does he mention source code and compliance

RE: [Flightgear-devel] Re: CVS - broken?

2004-06-14 Thread Vivian Meazza
Andy Ross said > Sent: 14 June 2004 18:18 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] Re: CVS - broken? > > > Vivian Meazza wrote: > > It's sort of usable right now under -0.9.4 with an ungeared > propeller, > > but I would not be happy for that to be released.

Re: [Flightgear-devel] Dedicated visual channels

2004-06-14 Thread Curtis L. Olson
Norman Vine wrote: Whatever became of the idea [patch?] to turn the cursor off after some amount of idle time? This was in the WIN32 code at one point, but that was with the original 'C' GUI interface. I don't have any idea of how to go about this with the current code but IIRC all I did was

Re: [Flightgear-devel] CVS - broken?

2004-06-14 Thread Durk Talsma
I used to get this error a few times while developing the Traffic Manager. The error occured after the traffic manager instructed the AIModel subsystem to create an AIAircraft object using a non-existing directory path to the visual model it should use. So, I'm assuming that this error might be

[Flightgear-devel] JSBSim Newsletter topic idea solicitation

2004-06-14 Thread Jon S Berndt
If there are any suggestions or requests for featured topics to be in the second issue of the JSBSim newsletter, "Back of the Envelope", please let me know by the end of the week. Jon ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.fli

Re: [Flightgear-devel] Dedicated visual channels

2004-06-14 Thread Jacek
Curtis L. Olson wrote: Is there any functionality currently built into FG to request that the mouse pointer be turned off or hidden. This would be useful for things like a dedicated visual channel. Likewise, I quickly browsed through the source code and couldn't see how the frame rate counter

Re: [Flightgear-devel] Dedicated visual channels

2004-06-14 Thread Frederic Bouvier
Jacek wrote: > Curtis L. Olson wrote: > > > Is there any functionality currently built into FG to request that the > > mouse pointer be turned off or hidden. This would be useful for > > things like a dedicated visual channel. > > > > Likewise, I quickly browsed through the source code and cou

Re: [Flightgear-devel] Dedicated visual channels

2004-06-14 Thread Curtis L. Olson
Frederic Bouvier wrote: Jacek wrote: Curtis L. Olson wrote: Is there any functionality currently built into FG to request that the mouse pointer be turned off or hidden. This would be useful for things like a dedicated visual channel. Likewise, I quickly browsed through the source code

[Flightgear-devel] Re: Dedicated visual channels

2004-06-14 Thread Melchior FRANZ
* Curtis L. Olson -- Monday 14 June 2004 23:13: > Frederic Bouvier wrote: > >Jacek wrote: > > >Today's compilation(2004-06-14, about 19:00 GMT): there is not frame > > >rate counter on the screen. :'(I miss it. Is it for ever? > > > >Too late, Curt already removed it ;-) > >You can get it

Re: [Flightgear-devel] 64 bit compile speed

2004-06-14 Thread James A. Treacy
On Mon, Jun 14, 2004 at 09:09:34AM -0700, Alex Perry wrote: > Don't know offhand. I personally haven't built under 64 bit, > since FGFS was prepackaged by Debian for AMD64 and I'm lazy, > and my 32 bit developer build is scripted - so I never wait. > I'll measure it with "make clean; cvs update -A

[Flightgear-devel] Bones and IK

2004-06-14 Thread Ampere K. Hardraade
Does FlightGear support bones and inverse kinematics? Regards, Ampere ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Bones and IK

2004-06-14 Thread Andy Ross
Ampere K. Hardraade wrote: > Does FlightGear support bones and inverse kinematics? For... airplanes? No. :) Those buzzwords refer to techniques for character animation. With very few exceptions, the things we need to animate with are rigid and don't require such treatment. Andy

Re: [Flightgear-devel] Bones and IK

2004-06-14 Thread Ampere K. Hardraade
Shame... they are perfect for landing gear animations. Regards, Ampere On June 14, 2004 07:22 pm, Andy Ross wrote: > Those buzzwords refer to techniques for character animation.  With > very few exceptions, the things we need to animate with are rigid and > don't require such treatment.

Re: [Flightgear-devel] Bones and IK

2004-06-14 Thread Andy Ross
Ampere K. Hardraade wrote: > Shame... they are perfect for landing gear animations. Honestly, no, they're not. Typically, you use bones to provide a framework for mesh deformation of an articulated object like an elbow or knee. Landing gear parts are rigid, they don't deform smoothly and thus do

Re: [Flightgear-devel] Bones and IK

2004-06-14 Thread Ampere K. Hardraade
Actually, I do. I was hoping that there might be a way to do the folding animations for the braces inaddition to the main support. Regards, Ampere On June 14, 2004 08:00 pm, Andy Ross wrote: > Is there something specific you are trying to accomplish? > > Andy > > > _

Re: [Flightgear-devel] [Fwd: Mac OS package problem]

2004-06-14 Thread Jonathan Polley
Curt, I have fixed my inability to spell and the new archive can be gotten from: http://homepage.mac.com/eq_fidget/FlightGear-0.9.4.tgz Jonathan Polley On Jun 14, 2004, at 9:13 AM, Curtis L. Olson wrote: Forwarded to the devel list in hopes that a Mac developer can resolve this ... Curt. --

[Flightgear-devel] radio towers (in the default scenery, and in general)

2004-06-14 Thread Chris Metzler
hi. the radio towers introduced all over the place in the new scenery build don't appear to be present in the copy of the default area that's in CVS. if i use the data rsync'd from Scenery-0.9.5 for the default area, they're all over the place; but in the copy from CVS, they aren't. is their use