Re: [Flightgear-devel] [Flightgear-commitlogs] SimGear branch, next, updated. 8e75c6be5047bdb0deacc385decc4ff4187c4990

2013-10-14 Thread James Turner
On 13 Oct 2013, at 12:04, Flightgear-commitlogs mar...@hypersphere.calit2.net wrote: +catch(...) +{ + naRuntimeError(c, Unknown exception in method call.); +} + I am slightly concerned about catching all exceptions this way - I agree

Re: [Flightgear-devel] [Flightgear-commitlogs] SimGear branch, next, updated. 8e75c6be5047bdb0deacc385decc4ff4187c4990

2013-10-14 Thread Thomas Geymayer
2013/10/14 James Turner zakal...@mac.com: +catch(...) +{ + naRuntimeError(c, Unknown exception in method call.); +} + I am slightly concerned about catching all exceptions this way - I agree catching std::exception is worthwhile, with the

[Flightgear-devel] GIT : Nasal runtime error: No such member: asin

2013-10-14 Thread grtuxhangar team
Hello, with FG 2.99 Data i am getting Nasal runtime error: No such member: asin at /devel/fgdata_git/Nasal/geo.nas, line 173 called from: /devel/fgdata_git/Nasal/view.nas, line 306 called from: /devel/fgdata_git/Nasal/view.nas, line 265 called from: /devel/fgdata_git/Nasal/view.nas, line

Re: [Flightgear-devel] GIT : Nasal runtime error: No such member: asin

2013-10-14 Thread Anders Gidenstam
On Mon, 14 Oct 2013, grtuxhangar team wrote: Hello, with FG 2.99 Data  i am getting Nasal runtime error: No such member: asin   at /devel/fgdata_git/Nasal/geo.nas, line 173   called from: /devel/fgdata_git/Nasal/view.nas, line 306 called from: /devel/fgdata_git/Nasal/view.nas, line 265 called

[Flightgear-devel] The castAR Kickstarter is now live.

2013-10-14 Thread geneb
http://www.kickstarter.com/projects/technicalillusions/castar-the-most-versatile-ar-and-vr-system The castAR stands to do a LOT to improve the visuals for both DIY and commercial flight simulators. Because it's AR and not VR, it can also be used to generate in-cockpit displays by covering the

Re: [Flightgear-devel] download_and_compile.sh - version 1.9.12 finally ready

2013-10-14 Thread Pat
Geoff, Thanks for testing this. I left a set -x on line 371 which causes the double output you're seeing on -h. I've removed it. Also, I've changes the svn for plib to http://svn.code.sf.net/p/plib/code/trunk/. OSG and PLIB are slated for different treatment in a future version. If the

Re: [Flightgear-devel] GIT : Nasal runtime error: No such member: asin

2013-10-14 Thread grtuxhangar team
Hello Anders, Thanks for the quick reply, yes we had some sync issue with our Git. right now that's OK Kind regards, Ahmad On 14 October 2013 14:15, Anders Gidenstam anders-...@gidenstam.org wrote: On Mon, 14 Oct 2013, grtuxhangar team wrote: Hello, with FG 2.99 Data i am getting