Re: [Flightgear-devel] FG hangs on startup when nearby airport

2010-10-11 Thread James Turner
On 10 Oct 2010, at 21:50, Martin Spott wrote: > Indeed, commenting the "if (globals->get_scenery[...]" clause makes > FlightGear skip the infinite loop. Thanks a lot for getting me started > into investigations. > > For the purpose of Scenery development - and probably other, even more > obscure

Re: [Flightgear-devel] [patch] Improved Nasal access to airport information

2010-10-11 Thread James Turner
On 10 Oct 2010, at 17:21, Torsten Dreyer wrote: > Sounds like a good idea. I am working on an extended METAR system > allowing to fetch METAR data for an arbitrary number of stations. This > will allow lateral (not only timed) interpolation of weather. Looks like > these two systems might be a

Re: [Flightgear-devel] Concorde textures

2010-10-11 Thread Durk Talsma
hi Thobias, If the textures are GPL compatible (which I presume they are) then the author of the Concorde will pick them up from the forum and incorporate them in his latest version (with full credit to you). Most recently, I've been taking up responsibility to merge these changes back into GIT

Re: [Flightgear-devel] [patch] Improved Nasal access to airport information

2010-10-11 Thread Scott Hamilton
On Mon, 2010-10-11 at 09:28 +0100, James Turner wrote: > On 10 Oct 2010, at 17:21, Torsten Dreyer wrote: > > We need to stop exposing *functions* to Nasal, and start exposing *objects*, > with properties. > > Notably, amongst the airportinfo() structure is a runways hash, which > contain

Re: [Flightgear-devel] [patch] Improved Nasal access to airport information

2010-10-11 Thread James Turner
On 11 Oct 2010, at 10:52, Scott Hamilton wrote: > Yes I'd like to second the idea of returning objects (with attributes and > methods for doing interesting things), I'm guessing we don't need to abstract > it too far from what is provided underneath. > > However I really like the idea of getti

Re: [Flightgear-devel] buying server bandwidth (was: mpserver02 close down)

2010-10-11 Thread Reagan Thomas
On 10/7/2010 10:38 AM, Curtis Olson wrote: > > > I haven't researched this, but I wonder what a fair price would be to > rent a dedicated linux server with an unmetered 100mbit connection to > the internet? Would that be sufficient to run a good multiplayer server? > Curt, I think a single c

Re: [Flightgear-devel] [patch] Improved Nasal access to?airport

2010-10-11 Thread Martin Spott
Scott Hamilton wrote: > However I really like the idea of getting back an array of airports > within some radius of a centre lat/lon pair, and/or within a bounding > box (2 or 4 lat/lon pairs), and if the same could be done with other > navigation elements in nav.dat it would be most excellent! H

Re: [Flightgear-devel] 3D clouds flat instead of fluffy

2010-10-11 Thread Arnt Karlsen
On Sun, 10 Oct 2010 23:00:56 -0400, Gary wrote in message : > On Sun, Oct 10, 2010 at 11:57 AM, Arnt Karlsen wrote: > > On Sat, 9 Oct 2010 14:10:58 -0400, Gary wrote in message > > : > > > >> On Fri, Oct 8, 2010 at 12:38 PM, Arnt Karlsen wrote: > >> > On Fri, 8 Oct 2010 00:16:40 -0400, Gary wro

Re: [Flightgear-devel] [patch] Improved Nasal access to?airport

2010-10-11 Thread James Turner
On 11 Oct 2010, at 13:36, Martin Spott wrote: > Hehe, I'm still looking for a place to drop those features which are already > availale from our Landcover-DB. This is just the SQL prompt, but it's no > big deal casting this into some CGI - for those people who don't mind having > internet connec

Re: [Flightgear-devel] FlightGear website on wiki

2010-10-11 Thread Curtis Olson
This discussion has branched out in a couple directions, but let me just share a couple of my own thoughts. 1. I've been playing around with wordpress for my own selfish purposes: http://www.flightgear.org/blogs/category/ I *really* like wordpress. It's slick, it's well done, it's well conceive

[Flightgear-devel] mpserver dns changes???

2010-10-11 Thread Curtis Olson
Hi Csaba (or anyone else), I'm just bumping this back up to the top of everyone's inbox in hopes that someone will respond and let me know what specific dns changes should be made. This is where I left the conversation back in may and no one got back to me. I don't have my finger on the pulse of

Re: [Flightgear-devel] [patch] Improved Nasal access to?airport

2010-10-11 Thread Martin Spott
James Turner wrote: > Not saying this isn't useful, but I'd rather everything in the app used > the same data source (the FGPositioned 'database' and its query > functions), and then we can change the implementation of that if required > - for example, a caching version which queries the Landcover

Re: [Flightgear-devel] FlightGear v2.0.0 short description

2010-10-11 Thread Curtis Olson
On Sat, Oct 9, 2010 at 5:34 PM, Martin Spott wrote: > Hi, the page: > > http://www.flightgear.org/announce.html#v2.0.0 > > says: "Version 2.0.0 [...] is primarily a bug fix release". I don't > think this holds true ;-) > I'm open to suggestions for more appropriate verbiage. :-) Regards, Curt

Re: [Flightgear-devel] FlightGear website on wiki

2010-10-11 Thread Martin Spott
Hi Curt, Curtis Olson wrote: > 2. I've played a bit with drupal, and in comparison to wordpress, it feels > much more adhoc and clunky, much less thought out, much more disorganized, > much less intuitive, much harder to admin, and much harder to make it do > what I want to do. Well, Drupal is p

Re: [Flightgear-devel] buying server bandwidth (was: mpserver02

2010-10-11 Thread Martin Spott
Hi Csaba, Csaba Halász wrote: > Side note: Sabin has been waiting for an official > mpserver.flightgear.org address since may for the FREE mp server he > started in Kansas. Which, being in the USA, could have taken much of > the stress from Pigeon's 02. Unfortunately even though we had some > di

Re: [Flightgear-devel] Automatic runway selection broken by weather interpolation

2010-10-11 Thread Torsten Dreyer
> Hi Guys, > > I think I've found a bug in the new weather environment code. > > I started up at Austin Bergstrom International (KAUS), a fairly large > Texas airport with runways 17L/R, 35L/R. The METAR had wind of 9 knots > at 190 degrees. > > I would expect FG to start on runway 17. Instead

Re: [Flightgear-devel] FlightGear website on wiki

2010-10-11 Thread Curtis Olson
On Mon, Oct 11, 2010 at 11:21 AM, Martin Spott wrote: > Well, Drupal is primarily a website CMS whereas WordPress, to my > understanding, is prominently meant to serve for blogs. This is all true, but wordpress does have some capabilities in the CMS arena too. > Therefore it > doesn't come by

[Flightgear-devel] Configuration for Logitech ChillStream gamepad

2010-10-11 Thread cmf . ml
Hi, I am new to this list and want to share my configuration for a 'Logitech ChillStream' gamepad. The configuration file is attached to this email and I hope this is the right way to make it's way to the sources. The gamepad as two analog joysticks and two analog triggers. All analog axis are s

Re: [Flightgear-devel] FlightGear website on wiki

2010-10-11 Thread Peter Morgan
I knocked up this site with a templating engine, powered by NOREL on GAE, http://fg-www.appspot.com/ I also ported it to php5 to make everyone GPL happy ie not google, m$, oracle etc.. http://github.com/ac001/flightgear-php << not online but same site powered by php5

Re: [Flightgear-devel] FlightGear website on wiki

2010-10-11 Thread Martin Spott
Martin Spott wrote: > It's a little bit like buying a house when you're thinking about having four > kids. even though we bought a nice house last autumn which might be suited to accommodate four children, the above sentence wasn't meant to be understood as a self-portrait ;-) Mart

[Flightgear-devel] line endings in GIT

2010-10-11 Thread Torsten Dreyer
Hi, we currently have a variety of combinations of line endings in text files. Most use *nix style LF, some (increasing number) DOS style CRLF and I even saw a few that used both styles within a single file. Can some of our GIT gurus explain a "best practice" how locally configure git so we ge

[Flightgear-devel] Configuration for Logitech ChillStream gamepad

2010-10-11 Thread Christian Fughe
Hi, I am new to this list and want to share my configuration for a 'Logitech ChillStream' gamepad. The configuration file is attached to this email and I hope this is the right way to make it's way to the sources. The gamepad as two analog joysticks and two analog triggers. All analog axis are s

Re: [Flightgear-devel] line endings in GIT

2010-10-11 Thread Jari Häkkinen
In subversion this is solved with svn property svn:eol-style set to 'native' for text files. When clients checks out files they will automatically get the eol-style appropriate for their OS. Subversion won't accept files with mixed line endings. Surely git has something similar? Jari On 201

Re: [Flightgear-devel] Automatic runway selection broken by weather interpolation

2010-10-11 Thread Torsten Dreyer
> That's a timing problem. The METAR arrives _after_ /sim/signals/nasal-dir- > initialized is fired which triggers the runway selection code in > startup.nas. This code uses the raw, not interpolated wind values from the > metar, so it's definitely not an interpolation issue. > > I am currently

Re: [Flightgear-devel] line endings in GIT

2010-10-11 Thread Arnt Karlsen
On Mon, 11 Oct 2010 20:35:33 +0200, Jari wrote in message <4cb358f5.3080...@flygarna.se>: > In subversion this is solved with svn property svn:eol-style set to > 'native' for text files. When clients checks out files they will > automatically get the eol-style appropriate for their OS. Subversi

Re: [Flightgear-devel] mpserver dns changes???

2010-10-11 Thread Csaba Halász
On Mon, Oct 11, 2010 at 5:46 PM, Curtis Olson wrote: > Hi Csaba (or anyone else), > I'm just bumping this back up to the top of everyone's inbox in hopes that > someone will respond and let me know what specific dns changes should be > made.  This is where I left the conversation back in may and n