Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_props.cxx, 1.42, 1.43 / Possible cause of crashing FG at exit

2010-01-03 Thread Tatsuhiro Nishioka
Hi, I'd always got the crash when SGProp trying to delete /sim/logging/classes. So this must be the root cause of the crash (sound manager code is innocent). Now it quits without weird crash or malloc errors. Thanks!! Tat On Jan 1, 2010, at 2:32 AM, Martin Spott wrote: Tim Moore wrote:

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_props.cxx, 1.42, 1.43

2009-12-31 Thread Martin Spott
Tim Moore wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory baron.flightgear.org:/tmp/cvs-serv17684/src/Main Modified Files: fg_props.cxx Log Message: Move getLoggingClasses() result buffer to file level. Getting it out of the function fixes some corruption

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main main.cxx, 1.306, 1.307 options.cxx, 1.128, 1.129

2009-11-30 Thread James Turner
On 30 Nov 2009, at 14:24, Erik Hofman wrote: Modified Files: main.cxx options.cxx Log Message: update to allow selection of a new sound device Nice work! And the preference / settings changes too - I know this is painful work, but it's long overdue and will really help make using

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main viewmgr.cxx, 1.42, 1.43 viewmgr.hxx, 1.19, 1.20

2009-11-11 Thread Erik Hofman
Csaba Halász wrote: On 5 Nov 2009, at 09:18, Erik Hofman wrote: John Denker: Add a view debugging functions and represent the viewer quats in the property tree for debugging. Unfortunately the debug code is broken and causes segfaults. It is tieing temporary char pointers to property

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main viewmgr.cxx, 1.45, 1.46

2009-11-11 Thread Martin Spott
Hi Erik, Erik Hofman wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory baron.flightgear.org:/tmp/cvs-serv10148 Modified Files: viewmgr.cxx Log Message: put the debugging quat strings as doubles under /sim/current-view/debug instead. I suspect that

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main viewmgr.cxx, 1.45, 1.46

2009-11-11 Thread Erik Hofman
Martin Spott wrote: Hi Erik, Erik Hofman wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory baron.flightgear.org:/tmp/cvs-serv10148 Modified Files: viewmgr.cxx Log Message: put the debugging quat strings as doubles under /sim/current-view/debug instead. I

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main viewmgr.cxx, 1.42, 1.43 viewmgr.hxx, 1.19, 1.20

2009-11-11 Thread John Denker
On 11/10/2009 06:36 PM, Csaba Halász wrote: On 5 Nov 2009, at 09:18, Erik Hofman wrote: John Denker: Add a view debugging functions and represent the viewer quats in the property tree for debugging. Unfortunately the debug code is broken and causes segfaults. It is tieing temporary char

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main viewmgr.cxx, 1.42, 1.43 viewmgr.hxx, 1.19, 1.20

2009-11-11 Thread Csaba Halász
On Wed, Nov 11, 2009 at 2:43 PM, John Denker j...@av8n.com wrote: Before switching to the string representation, I read the code for the tie functions.  I got the impression the code was making a clone, i.e. a deep copy.  Apparently this impression was incorrect.  Sorry. No, the problem

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main viewmgr.cxx, 1.42, 1.43 viewmgr.hxx, 1.19, 1.20

2009-11-11 Thread Erik Hofman
John Denker wrote: Having used the feature both ways, I remain of the opinion that the string representation is easier for the user to interpret. Doing this safely via a few static char*s is easy to do. Let me work on it. To be honest I don't think it's worth the effort, but I wont hold you

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main

2009-11-11 Thread Martin Spott
Erik Hofman wrote: Martin Spott wrote: Hi Erik, Erik Hofman wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory baron.flightgear.org:/tmp/cvs-serv10148 Modified Files: viewmgr.cxx Log Message: put the debugging quat strings as doubles under

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main viewmgr.cxx, 1.42, 1.43 viewmgr.hxx, 1.19, 1.20

2009-11-11 Thread John Denker
On 11/11/2009 07:10 AM, Erik Hofman wrote: John Denker wrote: Having used the feature both ways, I remain of the opinion that the string representation is easier for the user to interpret. Doing this safely via a few static char*s is easy to do. Let me work on it. To be honest I don't

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main viewmgr.cxx, 1.42, 1.43 viewmgr.hxx, 1.19, 1.20

2009-11-10 Thread Csaba Halász
On 5 Nov 2009, at 09:18, Erik Hofman wrote: John Denker: Add a view debugging functions and represent the viewer quats in the property tree for debugging. Unfortunately the debug code is broken and causes segfaults. It is tieing temporary char pointers to property nodes. In its current

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-11-01 Thread James Turner
On 31 Oct 2009, at 15:10, Ron Jensen wrote: Starting with fgfs --disable-real-weather-fetch --timeofday=noon Also reported on IRC by stuart, MyName, pab... And me. -- Come build with us! The BlackBerry(R) Developer

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-11-01 Thread Tim Moore
On 11/01/2009 12:28 PM, James Turner wrote: On 31 Oct 2009, at 15:10, Ron Jensen wrote: Starting with fgfs --disable-real-weather-fetch --timeofday=noon Also reported on IRC by stuart, MyName, pab... And me. I believe this is fixed now; let me know if not. Tim

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-11-01 Thread Durk Talsma
Hi Tim, On Sunday 01 November 2009 09:08:35 pm Tim Moore wrote: I believe this is fixed now; let me know if not. Works for me. (And the moon is still correctly illuminated). Cheers, Durk -- Come build with us! The

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-10-31 Thread Tim Moore
On 10/31/2009 04:58 AM, Ron Jensen wrote: On Fri, 2009-10-30 at 18:15 -0500, Tim Moore wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory baron.flightgear.org:/tmp/cvs-serv5452/src/Main Modified Files: fg_os_osgviewer.cxx renderer.cxx Log Message: fix moon lighting

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-10-31 Thread Tim Moore
On 10/31/2009 08:34 AM, Tim Moore wrote: On 10/31/2009 04:58 AM, Ron Jensen wrote: On Fri, 2009-10-30 at 18:15 -0500, Tim Moore wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory baron.flightgear.org:/tmp/cvs-serv5452/src/Main Modified Files: fg_os_osgviewer.cxx

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-10-31 Thread Ron Jensen
On Sat, 2009-10-31 at 09:04 +0100, Tim Moore wrote: On 10/31/2009 08:34 AM, Tim Moore wrote: On 10/31/2009 04:58 AM, Ron Jensen wrote: On Fri, 2009-10-30 at 18:15 -0500, Tim Moore wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-10-31 Thread Ron Jensen
On Sat, 2009-10-31 at 08:34 +0100, Tim Moore wrote: On 10/31/2009 04:58 AM, Ron Jensen wrote: On Fri, 2009-10-30 at 18:15 -0500, Tim Moore wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory baron.flightgear.org:/tmp/cvs-serv5452/src/Main Modified Files:

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main fg_os_osgviewer.cxx, 1.28, 1.29 renderer.cxx, 1.127, 1.128

2009-10-30 Thread Ron Jensen
On Fri, 2009-10-30 at 18:15 -0500, Tim Moore wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory baron.flightgear.org:/tmp/cvs-serv5452/src/Main Modified Files: fg_os_osgviewer.cxx renderer.cxx Log Message: fix moon lighting at night This hasn't worked since the

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main main.cxx, 1.281, 1.282

2009-03-12 Thread James Turner
On 12 Mar 2009, at 06:21, Mathias Froehlich wrote: Improove FGTileMgr::scenery_available for small ranges. Use SGGeod in FGTileMgr, FGScenery apis. Yay for SGGeod in APIs generally! I've already screwed up several times passing lon/lat to routines that that expected lat/lon. James

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main globals.cxx, 1.61, 1.62

2009-02-01 Thread Melchior FRANZ
* Curtis Olson -- Friday 30 January 2009: The traditional unix scheme, and most linux packaging schemes, assume only one version of the software at one time. [...] How about running a live version off a CD? I don't see the problem. There's one executable, which you start like any other

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main globals.cxx, 1.61, 1.62

2009-02-01 Thread Melchior FRANZ
* Melchior FRANZ -- Sunday 01 February 2009: Any of the applications are only interested in FG_DATA. And please not again a fallback from FG_DATA to FG_ROOT/data, because that just repeats that old mistake. No, wait! This would actually be ok: If FG_DATA is defined, use data from there.

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main globals.cxx, 1.61, 1.62

2009-01-30 Thread Melchior FRANZ
* someone off list, but IMHO this should be discussed openly: [...] but the intent is for FG_ROOT to point to a top level directory (i.e. the root) and beneath that would be bin/ data/ src/ lib/ include/ etc There's only one reason why we need to point fgfs and associated scripts and

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main globals.cxx, 1.61, 1.62

2009-01-30 Thread Curtis Olson
On Fri, Jan 30, 2009 at 12:59 PM, Melchior FRANZ mfr...@aon.at wrote: * someone off list, but IMHO this should be discussed openly: [...] but the intent is for FG_ROOT to point to a top level directory (i.e. the root) and beneath that would be bin/ data/ src/ lib/ include/ etc Wow,

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main globals.cxx, 1.61, 1.62

2009-01-30 Thread Melchior FRANZ
* Curtis Olson -- Friday 30 January 2009: On Fri, Jan 30, 2009 at 12:59 PM, Melchior FRANZ mfr...@aon.at wrote: Wow, I'm sorry if I caught you on a bad day. This was a good day! Until someone reported once again how he ran into this stupid ambiguity, and someone else posted a broken fix. And it

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main globals.cxx, 1.61, 1.62

2009-01-30 Thread Curtis Olson
On Fri, Jan 30, 2009 at 1:57 PM, Melchior FRANZ wrote: A design goal of flightgear has always been to keep itself contained in one area and be a good citizen of your hard drive. This assumption suggests a badly laid out file hierarchy. No; it does not. It's tailored for FlightGear

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main globals.cxx, 1.55, 1.56

2008-12-09 Thread Martin Spott
Frederic, Frederic Bouvier wrote: Index: globals.cxx === RCS file: /var/cvs/FlightGear-0.9/source/src/Main/globals.cxx,v retrieving revision 1.55 retrieving revision 1.56 diff -C 2 -r1.55 -r1.56 *** globals.cxx 2 Oct 2008

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main globals.cxx, 1.55, 1.56

2008-12-09 Thread Frederic Bouvier
Oops. I did a cut n paste from the error window. I am not able to do that until this evening ( CET ), so if someone else want to do that, go. -Fred - Martin Spott a écrit : Frederic, Frederic Bouvier wrote: Index: globals.cxx

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main globals.cxx, 1.55, 1.56

2008-12-09 Thread Frederic Bouvier
Thank you Tim -Fred - Frederic Bouvier a écrit : Oops. I did a cut n paste from the error window. I am not able to do that until this evening ( CET ), so if someone else want to do that, go. -Fred - Martin Spott a écrit : Frederic, Frederic Bouvier wrote: Index:

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main renderer.cxx, 1.90, 1.91

2007-08-13 Thread Frederic Bouvier
Hi Tim, Quoting Tim Moore : // XXX Make this go away when OSG 2.2 is released. ! #if ((2 = OSG_VERSION_MAJOR) (1 = OSG_VERSION_MINOR) \ ! (4 = OSG_VERSION_PATCH)) #define UPDATE_VISITOR_IN_VIEWER 1 #endif I think this test will not work for version 2.2.0 ( patch condition not

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main renderer.cxx, 1.90, 1.91

2007-08-13 Thread Timothy Moore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frederic Bouvier wrote: Hi Tim, Quoting Tim Moore : // XXX Make this go away when OSG 2.2 is released. ! #if ((2 = OSG_VERSION_MAJOR) (1 = OSG_VERSION_MINOR) \ ! (4 = OSG_VERSION_PATCH)) #define UPDATE_VISITOR_IN_VIEWER 1

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main renderer.cxx, 1.90, 1.91

2007-08-13 Thread Frederic Bouvier
I wrote : Hi Tim, Quoting Tim Moore : // XXX Make this go away when OSG 2.2 is released. ! #if ((2 = OSG_VERSION_MAJOR) (1 = OSG_VERSION_MINOR) \ ! (4 = OSG_VERSION_PATCH)) #define UPDATE_VISITOR_IN_VIEWER 1 #endif I think this test will not work for version 2.2.0 (

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main main.cxx, 1.227.2.2,

2007-05-15 Thread Martin Spott
Curtis L. Olson wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory baron:/tmp/cvs-serv1534/src/Main Modified Files: Tag: PRE_OSG_PLIB_20061029 main.cxx Log Message: Updates for 0.9.11-pre1 release. Index: main.cxx

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main main.cxx, 1.227.2.2,

2007-05-15 Thread Curtis Olson
Yup. On 5/15/07, Martin Spott wrote: Curtis L. Olson wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory baron:/tmp/cvs-serv1534/src/Main Modified Files: Tag: PRE_OSG_PLIB_20061029 main.cxx Log Message: Updates for 0.9.11-pre1 release. Index:

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Main renderer.cxx, 1.74, 1.75

2007-02-08 Thread Ron Jensen
This patch broke the jpeg server, it used the mSceneCamera. My attached patch changes it to use the mBackGroundCamera. On Mon, 2007-02-05 at 23:32 -0600, Mathias Froehlich wrote: Update of /var/cvs/FlightGear-0.9/source/src/Main In directory baron:/tmp/cvs-serv17538/src/Main Modified Files: