Re: [Flightgear-devel] [patch] move most scenery-related code to simgear

2008-05-14 Thread Tim Moore
On Thu, 8 May 2008 09:22:06 +0200 till busch <[EMAIL PROTECTED]> wrote: > hi, > > i have prepared a patch that moves most scenery-related code to > simgear. namely following classes are moved to simgear/scene/tgdb/: > > ReaderWriterSTG > TileEntry > TileCache (renamed from FGNewCache) > > this

Re: [Flightgear-devel] FGFS 1.0.0 Cygwin build error

2008-05-14 Thread Frederic Bouvier
Hi Paul, - "Paul Deppe" wrote : > > > Try commenting out lines 39 => 41: > > > > #ifdef HAVE_WINDOWS_H > > #include > > #endif > > I didn't see that code anywhere in fgmetar.cxx so I checked the CVS > version. > The file that came in FlightGear-1.0.0.tar.gz is: Maybe it is just the opposit

Re: [Flightgear-devel] FGFS 1.0.0 Cygwin build error

2008-05-14 Thread Frederic Bouvier
Hi Vivian, - "Vivian Meazza" a écrit : > > I have long since migrated to MSVC9. It's free, and the VC7.1 project > files > in cvs work happily with MSVC9. So I am not the only one using these files ;-) Glad to learn you find them useful. -Fred -- Frédéric Bouvier http://my.fotolia.com/frf

Re: [Flightgear-devel] FGFS 1.0.0 Cygwin build error

2008-05-14 Thread Vivian Meazza
Paul Deppe > > > Try commenting out lines 39 => 41: > > > > #ifdef HAVE_WINDOWS_H > > #include > > #endif > > I didn't see that code anywhere in fgmetar.cxx so I checked > the CVS version. The file that came in FlightGear-1.0.0.tar.gz is: > > // $Id: fgmetar.cxx,v 1.3 2006-02-21 01:16:10 mfr

Re: [Flightgear-devel] FGFS 1.0.0 Cygwin build error

2008-05-14 Thread Paul Deppe
> Try commenting out lines 39 => 41: > > #ifdef HAVE_WINDOWS_H > #include > #endif I didn't see that code anywhere in fgmetar.cxx so I checked the CVS version. The file that came in FlightGear-1.0.0.tar.gz is: // $Id: fgmetar.cxx,v 1.3 2006-02-21 01:16:10 mfranz Exp $ The CVS shows fgmetar.cxx

[Flightgear-devel] new: live property display

2008-05-14 Thread Melchior FRANZ
I've just added a developer feature that I've missed for a long time: a display where properties are shown and continuously updated. There are three ways to use it: (1) property browser: - Shift-click on a property to add the property to the display list - Shift-Ctrl-click on any propert

Re: [Flightgear-devel] FGFS 1.0.0 Cygwin build error

2008-05-14 Thread Norman Vine
Try commenting out lines 39 => 41: #ifdef HAVE_WINDOWS_H #include #endif For some reason you are still picking up the Windows min max macros. There is nothing in this file that requires > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Paul