[Flightgear-devel] nasal problems on dual core cpu/64 bit linux

2006-12-06 Thread Torsten Dreyer
Hi, i have just installed fg on a new hardware running linux x86_64 on a dual core pentium. SimGear and FlightGear built from current cvs with pre osg. Basic setup is running - the default 172 is ok (with stunning 100fps). But with the Seneca, I get nasal errors, some reproducable, some at

Re: [Flightgear-devel] nasal problems on dual core cpu/64 bit linux

2006-12-06 Thread Melchior FRANZ
* Torsten Dreyer -- Wednesday 06 December 2006 10:58: foo = aircraft.light.new( /sim/model/lights/foo, 0.5, 0.3 ); foo.interval = 0.1; foo.switch( 1 ); produces the error message Nasal runtime error: function/method call invoked on uncallable object at some/path/foo.nas, line 3 Heh,

Re: [Flightgear-devel] nasal problems on dual core cpu/64 bit linux

2006-12-06 Thread Torsten Dreyer
Heh, that's a bug in aircraft.nas that I introduced two days ago(?) and that I fixed yesterday (both branches). Just update. I should have updated not only the source, but the data on both machines :-/ BTW: foo.interval = 0.1; isn't necessary any more. It doesn't even exist. There's now no

Re: [Flightgear-devel] nasal problems on dual core cpu/64 bit linux

2006-12-06 Thread Melchior FRANZ
* Torsten Dreyer -- Wednesday 06 December 2006 11:24: * * Melchior FRANZ -- Wednesday 06 December 2006 11:08: The interface remains the same. Good to know. ... but looking at your Seneca code, I think about making the following change: the constructor could/would look like this:

Re: [Flightgear-devel] nasal problems on dual core cpu/64 bit linux

2006-12-06 Thread Torsten Dreyer
var foo = aircraft.light.new(/sim/model/foo/light, [0.05, 0.05, 0.05, 0.05, 0.05, 1.0]); Das klingt plausibel. Ich hatte vor etlichen Monaten mal einen Patch für einen bug in limits.nas gepostet. Hat offenbar niemanden interessiert: Index: limits.nas

Re: [Flightgear-devel] nasal problems on dual core cpu/64 bit linux

2006-12-06 Thread Heiko Schulz
Hi, And I always wondered why I get the warning HHS --- Torsten Dreyer [EMAIL PROTECTED] schrieb: var foo = aircraft.light.new(/sim/model/foo/light, [0.05, 0.05, 0.05, 0.05, 0.05, 1.0]); Das klingt plausibel. Ich hatte vor etlichen Monaten mal

Re: [Flightgear-devel] nasal problems on dual core cpu/64 bit linux

2006-12-06 Thread Melchior FRANZ
* Torsten Dreyer -- Wednesday 06 December 2006 13:13: var foo = aircraft.light.new(/sim/model/foo/light, [0.05, 0.05, 0.05, 0.05, 0.05, 1.0]); There will probably be two optional constructors: light.new(property, pattern-array [, switch]);

Re: [Flightgear-devel] pc7 panel patch

2006-12-06 Thread Stuart Buchanan
--- Ron Jensen wrote: On Tue, 2006-11-07 at 20:30 +, Stuart Buchanan wrote: + instrument include=../Instruments/attitude-indicator.xml Stuart, This points to a file that doesn't exist in CVS, i.e. Failed to open file at

[Flightgear-devel] patch for Systems/pitot.cxx due to reality experience

2006-12-06 Thread Torsten Dreyer
Hi, some days ago I was flying and experienced pitot icing due to malfunction of the pitot heat :-( The malfunction was clearly noticable at the airspeed indicator which dropped to zero within a few seconds. What happened? The forward facing pitot tube was blocked by ice. The total pressure in

Re: [Flightgear-devel] patch for Systems/pitot.cxx due to reality experience

2006-12-06 Thread Vassilii Khachaturov
some days ago I was flying and experienced pitot icing due to malfunction of the pitot heat :-( You did check the pitot heat at your preflight, didn't you? V - Take Surveys. Earn Cash. Influence the Future of IT Join

[Flightgear-devel] fgfs-builder repository

2006-12-06 Thread Ralf Gerlich
Hi all, Douglas Campos has provided a Subversion repository for the fgfs-builder. The development version can be checked out at http://svn.qmx-systems.com/fgfsbuilder/trunk The latest stable version can be found at http://svn.qmx-systems.com/fgfsbuilder/branches/stable You can also browse the

Re: [Flightgear-devel] nasal problems on dual core cpu/64 bit linux

2006-12-06 Thread Andy Ross
Torsten Dreyer wrote: Is there an issue with 64 bit linux or dual core/smp that I am not aware of? Nope, I'm running FlightGear on a x86_64 Ubuntu Edgy on a Core 2 Duo without problem. As Melchior pointed out, this was just a plain old script bug. Note that FlightGear's main loop (which

Re: [Flightgear-devel] nasal problems on dual core cpu/64 bit linux

2006-12-06 Thread Torsten Dreyer
Nope, I'm running FlightGear on a x86_64 Ubuntu Edgy on a Core 2 Duo without problem. As Melchior pointed out, this was just a plain old script bug. Problem solved by a cvs up for the data package and fixing the script bug. Thanks for helping Torsten

[Flightgear-devel] PRE_OSG_PLIB_random number branch in data/

2006-12-06 Thread Melchior FRANZ
I hereby declare that branch in the data/ dir dead. There are *no* differences between that PLIB branch and HEAD, except those that were caused by the synchonization horror. Some people don't know that such a branch exists and hence don't commit there, others don't commit there although they know

[Flightgear-devel] Info request on airport radar.

2006-12-06 Thread Roberto Inzerillo
Hi, I'm modelling a few german airport towers, they have moving radar antennas on top. I'd like to animate their rotation. Is that a fixed rpm or are there different speeds for different radar types? Any hint on tech specs about that? If possible, I'd like to make its movement close to the

[Flightgear-devel] nasal hash question

2006-12-06 Thread Josh Babcock
How do I populate a hash in a foreach loop? I have a vector of about a hundred object names and I want a hash of property nodes with the key for each being the object name, and the node tied to a property like so: lights = ['blinky1, 'blinky2']; turnOn = func(someNode) { # do some stuff

[Flightgear-devel] Mac OS X howto on building fgfs-cvs

2006-12-06 Thread Tatsuhiro Nishioka
Hi, I wrote some howto docs at FlightGear Mac OS X website. Please check it if you're interested. These are available at: http://macflightgear.sourceforge.net/home/documents/ I also added the link to this page to the Instructions section at Building Flightgear page. Tat On Nov 16, 2006, at

Re: [Flightgear-devel] fgfs-builder repository

2006-12-06 Thread Arnt Karlsen
On Wed, 06 Dec 2006 18:25:00 +0100, Ralf wrote in message [EMAIL PROTECTED]: Hi all, Douglas Campos has provided a Subversion repository for the fgfs-builder. The development version can be checked out at http://svn.qmx-systems.com/fgfsbuilder/trunk

Re: [Flightgear-devel] Latest OSG note...

2006-12-06 Thread syd
I just compiled CVS OSG tonight (avoiding the broken Producer) and everything compiled fine , no errors, but I get a steady stream of Warning: detected OpenGL error 'invalid enumerant' after RenderBin::draw(,) while running Flightgear.It doesnt seem to effect performance , but doesnt leave room