Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_init.cxx, 1.104, 1.105 main.cxx, 1.171, 1.172

2004-07-26 Thread Jim Wilson
Arnt Karlsen said: On Fri, 23 Jul 2004 16:00:08 +0100, Al wrote in message [EMAIL PROTECTED]: On Friday 23 July 2004 15:23, Jim Wilson wrote: Sure enough, it's right there in Stroustrup. The strange part is never having noticed this before now. What is it with these

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_init.cxx, 1.104, 1.105 main.cxx, 1.171, 1.172

2004-07-26 Thread Arnt Karlsen
On Mon, 26 Jul 2004 18:35:47 -, Jim wrote in message [EMAIL PROTECTED]: Arnt Karlsen said: On Fri, 23 Jul 2004 16:00:08 +0100, Al wrote in message [EMAIL PROTECTED]: On Friday 23 July 2004 15:23, Jim Wilson wrote: Sure enough, it's right there in Stroustrup. The

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_init.cxx, 1.104, 1.105 main.cxx, 1.171, 1.172

2004-07-24 Thread Arnt Karlsen
On Fri, 23 Jul 2004 16:00:08 +0100, Al wrote in message [EMAIL PROTECTED]: On Friday 23 July 2004 15:23, Jim Wilson wrote: Sure enough, it's right there in Stroustrup. The strange part is never having noticed this before now. What is it with these developers at microsoft anyway? ;-)

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_init.cxx, 1.104, 1.105 main.cxx, 1.171, 1.172

2004-07-23 Thread Jim Wilson
Bernie Bright said: Jim Wilson wrote: globals-get_tile_mgr()-all_queues_empty() and cur_fdm_state-get_inited()) { ^^^ ^^^ Same here. That's a head scratcher. Never would have thought that would compile like that. Learn something new

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_init.cxx, 1.104, 1.105 main.cxx, 1.171, 1.172

2004-07-23 Thread Frederic Bouvier
Jim Wilson wrote: Bernie Bright said: Jim Wilson wrote: globals-get_tile_mgr()-all_queues_empty() and cur_fdm_state-get_inited()) { ^^^ ^^^ Same here. That's a head scratcher. Never would have thought that would compile like that. Learn something new everyday.

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_init.cxx, 1.104, 1.105 main.cxx, 1.171, 1.172

2004-07-23 Thread Al West
On Friday 23 July 2004 15:23, Jim Wilson wrote: Sure enough, it's right there in Stroustrup. The strange part is never having noticed this before now. What is it with these developers at microsoft anyway? ;-) Since when have they had developers? Cheers, Al

[Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_init.cxx, 1.104, 1.105 main.cxx, 1.171, 1.172

2004-07-22 Thread Frederic Bouvier
Erik Hofman wrote: Update of /var/cvs/FlightGear-0.9/FlightGear/src/Main In directory baron:/tmp/cvs-serv28544/src/Main Modified Files: fg_init.cxx main.cxx Log Message: Jim Wilson: This patch prevents FDM execution until intial scenery load completes making midair starts in the KSFO area

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_init.cxx, 1.104, 1.105 main.cxx, 1.171, 1.172

2004-07-22 Thread Boris Koenig
Frederic Bouvier wrote: ! if (!cur_fdm_state-get_inited() or fgGetBool(sim/sceneryloaded)) { ^^ Are we silently migrating the code to Pascal ? This doesn't compile with MSVC. lol, GREAT :-) don't know about MSVC++, but how about ios646.h ?

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_init.cxx, 1.104, 1.105 main.cxx, 1.171, 1.172

2004-07-22 Thread Jim Wilson
Frederic Bouvier said: Erik Hofman wrote: Update of /var/cvs/FlightGear-0.9/FlightGear/src/Main In directory baron:/tmp/cvs-serv28544/src/Main Modified Files: fg_init.cxx main.cxx Log Message: Jim Wilson: This patch prevents FDM execution until intial scenery load completes

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_init.cxx, 1.104, 1.105 main.cxx, 1.171, 1.172

2004-07-22 Thread Bernie Bright
Jim Wilson wrote: globals-get_tile_mgr()-all_queues_empty() and cur_fdm_state-get_inited()) { ^^^ ^^^ Same here. That's a head scratcher. Never would have thought that would compile like that. Learn something new everyday. C++ provides keyword