[Flightgear-devel] fix for broken socket code in FreeBSD

2011-02-11 Thread Ivan Ngeow
Hi all. Please commit the diff below to SimGear. Sometime in October 2010 SimGear had its PLIB net dependency removed. As a result, socket code on FreeBSD (and possibly other *BSD) was broken. This was manifest as silent failure to make outgoing connections -- no error messages were logged

[Flightgear-devel] terrasync.cxx diff for FreeBSD

2011-02-09 Thread Ivan Ngeow
Hi all, I have just finished building the releases/2.2.0 branch on FreeBSD-8.1. Please apply this diff for a successful build :-) diff --git a/utils/TerraSync/terrasync.cxx b/utils/TerraSync/terrasync.cxx index f1a2cc4..d15078d 100644 --- a/utils/TerraSync/terrasync.cxx +++

Re: [Flightgear-devel] segfault in today's GIT

2011-02-04 Thread Ivan Ngeow
On 4 February 2011 19:07, Martin Spott martin.sp...@mgras.net wrote: Martin Spott wrote: The file $FG_ROOT/ATC/default.transmissions is missing from the Base Package - and 'touch'ing an empty file just leads to FG eating all memory. Get it from here:

Re: [Flightgear-devel] segfault in today's GIT

2011-02-04 Thread Ivan Ngeow
On 4 February 2011 21:49, Martin Spott martin.sp...@mgras.net wrote: Martin Spott wrote: The file $FG_ROOT/ATC/default.transmissions is missing from the Base Package - and 'touch'ing an empty file just leads to FG eating all memory. Get it from here:

Re: [Flightgear-devel] segfault in today's GIT

2011-02-04 Thread Ivan Ngeow
On 4 February 2011 22:44, Martin Spott martin.sp...@mgras.net wrote: and maybe restore individual files from here - or configure with --disable-atcdcl, which, as far as I remember, has recently been re-enabled by default. Yes I vaguely remember that too. Unfortunately,

[Flightgear-devel] segfault in today's GIT

2011-02-03 Thread Ivan Ngeow
Today's SG, FG and fgdata. FreeBSD-8.0. 0x080e91e9 in FGATCMgr::update (this=0x537fbf60, dt=0.0083332) at ATCmgr.cxx:119 119 (*atc_list_itr).second-Update(dt * atc_list-size()); (gdb) bt #0 0x080e91e9 in FGATCMgr::update (this=0x537fbf60, dt=0.0083332)

Re: [Flightgear-devel] EGPWS issues (mk-viii module)

2010-07-14 Thread Ivan Ngeow
The radio alt antennas point vertically downward. Just as pitch angle affects the displayed RA, so does bank angle. This effect increases with bank/pitch angle --- you can work out the trigonometry easily. RA is calibrated to read 0 at main gear touchdown (nose up pitch angle perhaps 5 to 8

Re: [Flightgear-devel] Using Nasal to create a protocol

2010-04-17 Thread Ivan Ngeow
Hi Brian. What I want to do is have Atlas monitor the state of all AI aircraft. The number of AI aircraft varies, so that's why I didn't think the generic protocol would work - the generic protocol only allows you to specify a fixed number of properties to transmit. So, would it be possible

Re: [Flightgear-devel] Using Nasal to create a protocol

2010-04-14 Thread Ivan Ngeow
On 15/04/2010, Brian Schack bschack-flightg...@usa.net wrote: Ron == Ron Jensen writes: Thanks for the reply. Unfortunately I need a general solution, one that works on Windows as well. Just to confirm: Nasal at the moment offers no interprocess communications abilities? Getting back to