Re: [Flightgear-devel] Texture contribution

2008-05-08 Thread Arnt Karlsen
On Thu, 8 May 2008 14:36:03 + (GMT), Stuart wrote in message <[EMAIL PROTECTED]>: > --- On Thu, 8/5/08, Arnt Karlsen wrote: > > ..maybe he could join us here? ;o) > > I don't think he has any interest in FG - he was approached by > another forum member who wanted to use his textures in a bu

Re: [Flightgear-devel] Texture contribution

2008-05-08 Thread Stuart Buchanan
--- On Thu, 8/5/08, Arnt Karlsen wrote: > ..maybe he could join us here? ;o) I don't think he has any interest in FG - he was approached by another forum member who wanted to use his textures in a building. > ..I believe he is wrong in his opinion of being unable to > make a good living off hi

Re: [Flightgear-devel] Texture contribution

2008-05-08 Thread Arnt Karlsen
On Thu, 8 May 2008 13:08:12 + (GMT), Stuart wrote in message <[EMAIL PROTECTED]>: > Hi All, > > The maintainer of a textures website has offered some of his textures > to be GPL'd and contributed to the project: > > http://www.flightgear.org/forums/viewtopic.php?p=10163 > > On the assumpti

[Flightgear-devel] Texture contribution

2008-05-08 Thread Stuart Buchanan
Hi All, The maintainer of a textures website has offered some of his textures to be GPL'd and contributed to the project: http://www.flightgear.org/forums/viewtopic.php?p=10163 On the assumption that we should take up his kind offer, who would like to be the point of contact? As anyone who ha

Re: [Flightgear-devel] CVS: FlightGear/src/Main fg_commands.cxx, 1.100, 1.101

2008-05-08 Thread Melchior FRANZ
Sheesh ... another messed up log message: > Merge branch 'master' of ../.fg.osg Of course, I fix such botched log messages in CVS, so you'll get the right thing with $ cvs log fg_commands.cxx. It's just hard to revoke the cvslogs mails. (I also fix bugs in the git gateway that cause such problem

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

2008-05-08 Thread till busch
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 move was needed to allow independent apps to use flightgear scenery. the app i made this fo