[Flightgear-devel] FGRUN and the --prop arguments

2010-05-27 Thread fierst42
Friends, can I briefly talk about fgrun, please? Before we continue, let me make clear that I am running fgrun and fgfs on a Linux system. I tried to disable AI-traffic and traffic-manager by setting up two properties in the advanced options of fgrun: [CODE]

Re: [Flightgear-devel] FGRUN and the --prop arguments

2010-05-27 Thread fierst42
An ifdef WIN32 (like in other places) could be done, I guess. It would perhaps be a little nicer if the OS specific code could be limited to as few files as possible... The code (fgfsrc.cxx lines 378 and 379) would be replaced by: [CODE] if ( strlen( buf ) 0 ) #ifdef WIN32