[Flightgear-devel] Cygwin - Compile errors

2005-10-11 Thread Vivian Meazza
This mornings' cvs fails to compile here under Cygwin with the following error: MIDG-II.cxx: In function `uint32_t read_swab(char*, size_t, size_t)': MIDG-II.cxx:31: error: call of overloaded `ulEndianSwap(uint32_t*)' is ambiguous /usr/include/plib/ul.h:334: note: candidates are: void

RE: [Flightgear-devel] Cygwin - Compile errors

2005-10-11 Thread Vivian Meazza
Erik Hofman Vivian Meazza wrote: This mornings' cvs fails to compile here under Cygwin with the following error: MIDG-II.cxx: In function `uint32_t read_swab(char*, size_t, size_t)': MIDG-II.cxx:31: error: call of overloaded `ulEndianSwap(uint32_t*)' is ambiguous This should be

Re: [Flightgear-devel] weird crash in sgMakeLeaf()

2005-10-11 Thread Ralf Gerlich
Hi all, I did some further analysis on this bug and I found that in line 237 of leaf.cxx texcoord = texcoords[ tex_index[i] ]; tex_index[i] is negative in the case of the crash. Specifically, the value in my case is 0x8000, which looks like a short-to-int-conversion

Re: [Flightgear-devel] A question regarding accurate taxiways information

2005-10-11 Thread Vassilii Khachaturov
Since FAA has airport diagrams in PDF format, would it be possible to extract taxiways information BTW, the tower and the beacon, if any, can also be extracted from it, as well as the windsocks, ILS hold lines etc. directly from a PDF file such as this

[Flightgear-devel] Re: [Terragear-devel] Re: Terragear, 64 bit

2005-10-11 Thread Martin Spott
Hello Jason, Jason Cox wrote: now if I can just get the land mass from e00 Which source did you intend to pick the data from ? Cheers, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are !

[Flightgear-devel] HUD fonts for Norman Vine

2005-10-11 Thread rhett3
Norman, The problem is I need to change the font that is showing on my HUD to make it larger (and brighter). I cannot figure out where this is done. It seems to refer back to properties in some way, but I can't find where the lever is. If I change the sizes in the programs in Cockpit, nothing

Re: [Flightgear-devel] [fixed] weird crash in sgMakeLeaf()

2005-10-11 Thread Ralf Gerlich
Hi, this patch should fix the bug. Regards, Ralf Ralf Gerlich schrieb: Hi all, I did some further analysis on this bug and I found that in line 237 of leaf.cxx texcoord = texcoords[ tex_index[i] ]; tex_index[i] is negative in the case of the crash. Specifically, the value in

RE: [Flightgear-devel] HUD fonts for Norman Vine

2005-10-11 Thread Norman Vine
The problem is I need to change the font that is showing on my HUD to make it larger (and brighter). I cannot figure out where this is done. It seems to refer back to properties in some way, but I can't find where the lever is. If I change the sizes in the programs in Cockpit, nothing

Re: [Flightgear-devel] How does the weather work in FlightGear?

2005-10-11 Thread Adam Dershowitz
On Oct 10, 2005, at 10:26 AM, Ampere K. Hardraade wrote:On October 10, 2005 03:37 am, Erik Hofman wrote: Buchanan, Stuart wrote: FlightGear can fetch the current weather at yourstarting airport, or you can set the wind, cloudlayers etc manually. I don't know if the weatherconditions are global, or

Re: [Flightgear-devel] Re: (electrical) Flightgear-devel Digest, Vol 30, Issue 24

2005-10-11 Thread Curtis L. Olson
Steve Knoblock wrote: Can you point this dummy to where the nasal electical system or documents are? Sorry I have to make this quick, but the nasal electrical system is simply a nasal script that impliments the electrical system. There should be an example in the c172 folder ... look

[Flightgear-devel] CVS version/terrasync DB problem with UG25, LL62: crash(bo105)/strange(ufo)

2005-10-11 Thread Vassilii Khachaturov
When I start the CVS version at the UG25 airport with bo105 (yesterday's CVS data, the day before CVS sources), it core dumps on startup as follows: #0 yasim::Turbulence::getTurbulence (this=0xad2cee0, loc=0x4fea8008, alt=nan(0x40), up=0xbfffed60, turbOut=0xbfffedb0) at

[Flightgear-devel] military etc airport beacon?

2005-10-11 Thread Vassilii Khachaturov
Does the airports source database include the military designation? If yes, then it would add to the realism to have the different beacons, e.g., military airfield == GREN/white/white (see http://www.faa.gov/ATpubs/AIM/Chap2/aim0201.html ). Vassilii

[Flightgear-devel] [PATCH] README.multiplayer update

2005-10-11 Thread Vassilii Khachaturov
I've updated README.multiplayer to reflect the recent changes. I'm not addressing the released/cvs incompatibility issue in there, hopefully this is fine. Index: data/Docs/README.multiplayer === RCS file:

RE: [Flightgear-devel] (electrical) Flightgear-devel Digest, Vol 30, Issue 24

2005-10-11 Thread Jon Berndt
Curt wrote: The nasal script is specific code to impliment a specific aircraft's electrical system, but the overall structure could be copied and adapted to new aircraft. But each aircraft will need it's own aircraft specific script. I'll add that there are probably several ways to do