Re: [Flightgear-devel] "CLOUDS_BIN" implementation

2010-08-01 Thread Alasdair
On Sun, 2010-08-01 at 20:12 +0100, Vivian Meazza wrote: > > > -Original Message- > > From: Vivian Meazza [mailto:vivian.mea...@lineone.net] > > Sent: 01 August 2010 18:17 > > To: 'FlightGear developers discussions' > > Subject: RE: [Flightgear-devel] "CLOUDS_BIN" implementation > > > > >

Re: [Flightgear-devel] new TimeManager hiccough

2010-08-01 Thread Alasdair
On Mon, 2010-08-02 at 00:26 +0100, James Turner wrote: > On 2 Aug 2010, at 00:11, James Turner wrote: > > >> On 1 Aug 2010, at 22:33, Alasdair wrote: > >> > >>> fgfs: sunsolver.cxx:60: void fgSunPositionGST(double, double*, double*): > >>> Assertion `sun' failed. > >> > >> Can you give a bit mor

Re: [Flightgear-devel] new TimeManager hiccough

2010-08-01 Thread James Turner
On 2 Aug 2010, at 00:11, James Turner wrote: >> On 1 Aug 2010, at 22:33, Alasdair wrote: >> >>> fgfs: sunsolver.cxx:60: void fgSunPositionGST(double, double*, double*): >>> Assertion `sun' failed. >> >> Can you give a bit more context? Command line arguments, log output, etc. > > Never mind,

Re: [Flightgear-devel] new TimeManager hiccough

2010-08-01 Thread James Turner
On 1 Aug 2010, at 23:27, James Turner wrote: > On 1 Aug 2010, at 22:33, Alasdair wrote: > >> fgfs: sunsolver.cxx:60: void fgSunPositionGST(double, double*, double*): >> Assertion `sun' failed. > > Can you give a bit more context? Command line arguments, log output, etc. Never mind, I figured

Re: [Flightgear-devel] new TimeManager hiccough

2010-08-01 Thread James Turner
On 1 Aug 2010, at 22:33, Alasdair wrote: > fgfs: sunsolver.cxx:60: void fgSunPositionGST(double, double*, double*): > Assertion `sun' failed. Can you give a bit more context? Command line arguments, log output, etc. Obviously it doesn't assert here, and I tested with various (but almost certai

[Flightgear-devel] new TimeManager hiccough

2010-08-01 Thread Alasdair
fgfs: sunsolver.cxx:60: void fgSunPositionGST(double, double*, double*): Assertion `sun' failed. Alasdair -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps t

Re: [Flightgear-devel] git question

2010-08-01 Thread dave perry
Found the problem. Sorry for the noise. On my notebook, the git pull origin aborted and I did not notice this. preferences.xml had been changed in * master (my local branch). I did a git checkout preferences.xml git pull origin and got a lot of updates. Dave P. On 08/01/2010 01:25 PM, dave pe

Re: [Flightgear-devel] git question

2010-08-01 Thread dave perry
On 08/01/2010 01:07 PM, dave perry wrote: > Need some help, > > I did some clean up of the pa24-250 on my desktop which included > creating a pa24-250/Nasal folder and moving all the nasal files to that > folder. I also created pa24-250-base.xml that contained all the common > lines for the set fi

Re: [Flightgear-devel] "CLOUDS_BIN" implementation

2010-08-01 Thread Vivian Meazza
> -Original Message- > From: Vivian Meazza [mailto:vivian.mea...@lineone.net] > Sent: 01 August 2010 18:17 > To: 'FlightGear developers discussions' > Subject: RE: [Flightgear-devel] "CLOUDS_BIN" implementation > > > > > -Original Message- > > From: Alasdair [mailto:ali...@btin

[Flightgear-devel] git question

2010-08-01 Thread dave perry
Need some help, I did some clean up of the pa24-250 on my desktop which included creating a pa24-250/Nasal folder and moving all the nasal files to that folder. I also created pa24-250-base.xml that contained all the common lines for the set file and now pa24-250-CIIB-set.xml and pa24-250-CII

Re: [Flightgear-devel] JSBSIm drop tanks

2010-08-01 Thread Hal V. Engel
On Saturday 31 July 2010 10:16:01 pm Ron Jensen wrote: > On Saturday 31 July 2010 13:33:51 Hal V. Engel wrote: > > I am working on a model that has drop tanks. Recently I built FG GIT so > > that I could test against the latest code and also so that I could use > > new features to enhance my model

Re: [Flightgear-devel] "CLOUDS_BIN" implementation

2010-08-01 Thread Vivian Meazza
> -Original Message- > From: Alasdair [mailto:ali...@btinternet.com] > Sent: 01 August 2010 16:58 > To: FlightGear developers discussions > Subject: [Flightgear-devel] "CLOUDS_BIN" implementation > > With today's (Sunday, 01 August 2010) build from git(SG, FG and fgdata), > I am getting

[Flightgear-devel] "CLOUDS_BIN" implementation

2010-08-01 Thread Alasdair
With today's (Sunday, 01 August 2010) build from git(SG, FG and fgdata), I am getting zillions of osg message: "Warning: RenderBin "CLOUDS_BIN" implementation not found, using default RenderBin as a fallback." I am using OpenSceneGraph-2.9.8 What has changed? Kind regards, Alasdair --