[Flightgear-devel] SGPropertyNode troubles

2007-02-15 Thread Csaba Halász
Hello everybody! On IRC ndim and I have been investigating a segfault (backtrace here: http://flightgear.lauft.net/yet-another-segfault-in-simgear.bt) The culprit seems to be the path cache in simgear/props/props.cxx. Here is a little overview of what we thought: Jester: could it be that

Re: [Flightgear-devel] SGPropertyNode troubles

2007-02-16 Thread Csaba Halász
On 2/16/07, Melchior FRANZ [EMAIL PROTECTED] wrote: one new bug in dead code (where it doesn't do any harm, but bug is bug). If you mean the hash_table::erase(const char*) function doing funny things, then I've found that too. As I couldn't reproduce your problem before, I can also not say

[Flightgear-devel] dme distance property

2007-02-20 Thread Csaba Halász
Hi! I noticed that T38 doesn't display range to dme. It uses the /instrumentation/dme/distance-nm property, whereas I think it should use /instrumentation/dme/indicated-distance-nm. I have replaced all three occurrences of this property in the data xmls along with one occurrence in the network

Re: [Flightgear-devel] MAX_CALLSIGN_LEN

2007-02-22 Thread Csaba Halász
On 2/22/07, Nick Warne [EMAIL PROTECTED] wrote: Is this correct? Yes. In C you need to terminate strings by a 0 byte. So you need 8 bytes for a maximum of 7 characters. Greets, Jester - Take Surveys. Earn Cash. Influence

Re: [Flightgear-devel] MAX_CALLSIGN_LEN

2007-02-22 Thread Csaba Halász
On 2/22/07, Nick Warne [EMAIL PROTECTED] wrote: I don't see the sense (nor logic) in trimming a string _every_ packet when for all pretense and purpose it will not change during a session. The string is not getting trimmed in the conventional sense. The strncpy just copies at most

[Flightgear-devel] radar

2007-03-24 Thread Csaba Halász
Hello people! Looks like radar has been broken since Revision 1.72 of AIManager.cxx some 4 months back. The radar supports a fixed number of aircraft, and the nodes for these are created at initialization. The aforementioned 1.72 revision however ignores these, and creates others. Attached simple

Re: [Flightgear-devel] radar

2007-03-26 Thread Csaba Halász
Dear Vivian, Ron and other interested parties ;) Attached you will find the revised radar patch (still against the original CVS copy) Release notes: 1) SGPropertyNode::getIntValue(const char*, int) and company only return the default value for not-existent nodes. For an existing node of type

Re: [Flightgear-devel] Generic aar.nas/AI properties

2007-03-29 Thread Csaba Halász
Hi! Looking at aar.nas I noticed some seemingly unnecessary elsif usage, wonder if they are there for a reason: if (size(selected_tanks) == 0) { } elsif (consumed = 0) { } elsif (consumed 0) { === HERE } ... and ... if (capacity - lbs = fuel_per_tank) { } elsif (capacity - lbs

[Flightgear-devel] carrier landing bug (osg only)

2007-04-01 Thread Csaba Halász
Hi people! In fg/osg if you successfully catch a wire during carrier landing fg freezes: no screen updates whatsoever. I have traced this bug to FGGroundCache::get_wire_ends(). Looks like during the rewrite to use overloaded operators a mistake was made in the pivotoff calculation. The original

Re: [Flightgear-devel] [RFC] T38 changes

2007-04-01 Thread Csaba Halász
Hi! Two patches today: 1) fix source property for mach display 2) added 6 structure contact points, no more falling through the ground hopefully ;) (I just made up some spring coefficients) Any comments? Greets, Csaba Index: Instruments/T38-airspeed.xml

Re: [Flightgear-devel] radar

2007-04-03 Thread Csaba Halász
Hi! Next incarnation :) This time I have added a valid property to make it explicit which entries are, duh, valid :) I have moved the destruction administration for AI objects into the AIManager, I think that's where it belongs (since the construction is also there, and nobody else should know

Re: [Flightgear-devel] Error building FG

2007-04-04 Thread Csaba Halász
On 4/5/07, Gabor Toth [EMAIL PROTECTED] wrote: Hi, I've got the hint on the IRC channel from Jester to use OSG revision 6398 to avoid this error. It worked for me. Or use the patch from the users mailing list available in this thread:

Re: [Flightgear-devel] Funny rendering bug?

2007-04-04 Thread Csaba Halász
On 4/5/07, Gabor Toth [EMAIL PROTECTED] wrote: Hi, I've found a funny rendering bug seen on the following pictures: http://fgfs.i-net.hu/downloads/fgfs-screen-054.jpg http://fgfs.i-net.hu/downloads/fgfs-screen-055.jpg http://fgfs.i-net.hu/downloads/fgfs-screen-056.jpg Airport:

[Flightgear-devel] lightning tacan

2007-04-05 Thread Csaba Halász
Hello! Nick had some trouble with the tacan on the lightning, so I had a peek at it. Worked for me all right. However, the instrument needle works as if it were a fixed compass card indicator, which it isn't. So there should be an additional rotation applied to adjust for the a/c heading. Patch

Re: [Flightgear-devel] electrical systems...

2007-04-05 Thread Csaba Halász
On 4/6/07, sydsandy [EMAIL PROTECTED] wrote: Hi all, if anyone remembers , what was the purpose of the serviceable property ? Was it meant as an on/off switch , instrument fault , or just instrument state ? I can't remember because I am fairly new to flightgear. But I'd say it should be

[Flightgear-devel] route manager bug (simgear)

2007-04-05 Thread Csaba Halász
Reported by AnMaster on IRC ;) Inserting and deleting waypoints not at the end of the route messes up leg distances. Beefed up the test prog a little, see patch #1. Result (have cut out the irrelevant part): Route dump: Init #0 Start (0, 0) @0 dist: 0 #1 1 (0, 1) @0 dist: 1

Re: [Flightgear-devel] lightning tacan

2007-04-06 Thread Csaba Halász
On 4/6/07, Nick Warne [EMAIL PROTECTED] wrote: How many people *actually* tested the TACAN and located the tanker aircraft with it, rather than just sit in the cockpit and see the needle/gauges work? I did, at least three times. But I used the refueling_demo_1. Greets, Csaba

Re: [Flightgear-devel] SimGear Build error

2007-04-10 Thread Csaba Halász
On 4/11/07, loic laronze [EMAIL PROTECTED] wrote: Hello, I'm trying to build Simgear in order to build FlightGear. Here is one part of the error message: soundmgr_openal.cxx:313: error: `isnan' undeclared (first use this function) Configuration: Cygwin_NT-5.1 Looking at the top of

[Flightgear-devel] [RFC] tacan rewrite

2007-04-12 Thread Csaba Halász
Hello! I have looked into tacan code when investigating a bug found by Nick. From the one-liner fix it grew to this massive patch. Here is what I did: Moved tacan parameters from carrier_nav.dat to the appropriate model node in the property tree (eg. /ai/models/carrier/navaids/tacan).

Re: [Flightgear-devel] [RFC] tacan rewrite

2007-04-12 Thread Csaba Halász
On 4/12/07, Vivian Meazza [EMAIL PROTECTED] wrote: Doesn't make any sense to me - what bug are you trying to fix? None, it is already fixed. This is just a follow-up. Why do you want to offset a TACAN position? You know why: because on the carriers the tacan altitude is 100 feet. And that

Re: [Flightgear-devel] [RFC] tacan rewrite

2007-04-12 Thread Csaba Halász
On 4/13/07, Vivian Meazza [EMAIL PROTECTED] wrote: Csaba Halász On 4/12/07, Vivian Meazza [EMAIL PROTECTED] wrote: Why do you want to offset a TACAN position? You know why: because on the carriers the tacan altitude is 100 feet. And that *is* fixed, no matter where the carrier

Re: [Flightgear-devel] [RFC] tacan rewrite

2007-04-13 Thread Csaba Halász
On 4/13/07, Vivian Meazza [EMAIL PROTECTED] wrote: Exactly my point: AIBase only reads generic values. Offsets are not generic values, and their reading should remain where they are at present. If another AI Object comes up with a requirement, then that is a different matter. They are

Re: [Flightgear-devel] SimGear 'isnan' compile error

2007-04-23 Thread Csaba Halász
On 4/23/07, Laurence Homer [EMAIL PROTECTED] wrote: When I try and install SimGear, its all seems to go fine, until I get an error relating to the isnan function – that it complains is un-declared. I realise this means somewhere the header/define file that contains isnan hasn't been

Re: [Flightgear-devel] Concorde: right elevator animation fix

2007-05-01 Thread Csaba Halász
On 4/30/07, Martin Spott [EMAIL PROTECTED] wrote: Andrea Vezzali wrote: I am sending this .diff file to the list because I found that the animation of the Concorde right wing's elevetor was wrong. Did anyone verify if this is correct ? Just checked, seems to be correct. Currently the

Re: [Flightgear-devel] Compiling Under Windows

2007-05-09 Thread Csaba Halász
On 9 May 2007 12:49:02 -, mohamed shiraz tk [EMAIL PROTECTED] wrote: The debugger stops at __declspec(noinline) void __cdecl _CRT_DEBUGGER_HOOK(int _Reserved) { /* assign 0 to _debugger_hook_dummy so that the function is not folded in retail */ (_Reserved);

Re: [Flightgear-devel] Latest OT/OSG/SG/FG unusable

2007-05-11 Thread Csaba Halász
On 5/10/07, Nick Warne [EMAIL PROTECTED] wrote: I am surprised nobody using CVS/SVN FG/SG/OSG reports this issue (or replied to this) - there was a lot of chatter about it in IRC. The OSG SVN from last friday works for me as usual (with SG/FG CVS from the same time). I have given the exact

[Flightgear-devel] [PATCH] HUD target circles

2007-05-14 Thread Csaba Halász
Sometime ago my radar patch introduced a valid property to ai models. Attached patch updates the code drawing the HUD target circles to test this flag so that invalid entries don't get displayed. Thanks to AnMaster for reporting and testing. Greets, Csaba Index:

[Flightgear-devel] [PATCH] fix 747 gear animation in MP

2007-05-14 Thread Csaba Halász
Removed leading slashes from gear properties. Didn't have a chance to try it yet. Greets, Csaba Index: data/Aircraft/747/Models/boeing747-400-jw.xml === RCS file:

[Flightgear-devel] 747-200 starts above runway

2007-05-15 Thread Csaba Halász
I noticed that the 747-200 initially appears a few feet above the runway and then drops to the ground bouncing a couple of times. I guess some value must be fixed in the xml, just don't know which one... Somebody please have a look. Thanks, Csaba

Re: [Flightgear-devel] Flying at/for LinuxTag

2007-05-31 Thread Csaba Halász
On 5/31/07, Martin Spott [EMAIL PROTECTED] wrote: Any idea how to make FG release the DSP device ? I used an ~/.openalrc configured for the null output device. Greets, Csaba - This SF.net email is sponsored by DB2 Express

[Flightgear-devel] JSBSim turbine state machine

2007-06-04 Thread Csaba Halász
Looks like if the engine is Starved once, it always stays that way even if the aircraft is refuelled. I have tried to make this work, and hacked the state machine. Please review my changes as I may have broken something. * I have moved the selection of the next state into the appropriate handler

Re: [Flightgear-devel] FGLive LinuxTag 2007

2007-06-08 Thread Csaba Halász
On 6/8/07, Holger Wirtz [EMAIL PROTECTED] wrote: Let me know if you have an idea how to fix that. Currently I am thinking about using a debug glibc to see exactly what triggers the trap, and then use gdb watchpoint to find the cause. -- Csaba

Re: [Flightgear-devel] FGLive LinuxTag 2007

2007-06-08 Thread Csaba Halász
On 6/8/07, Holger Wirtz [EMAIL PROTECTED] wrote: But I have problems with FG (glibc free error... but this is another story). Oh, me too. I also have an ATI card (fglrx 8.37.6), xorg 7.2, athlon64 and osg version of FG. For backtrace look here: http://pastebin.ca/531672 Do you see something

Re: [Flightgear-devel] FGLive LinuxTag 2007

2007-06-12 Thread Csaba Halász
On 6/8/07, Holger Wirtz [EMAIL PROTECTED] wrote: On Fri, Jun 08, 2007 at 03:00:42PM +0200, Csaba Halász wrote: On 6/8/07, Holger Wirtz [EMAIL PROTECTED] wrote: But I have problems with FG (glibc free error... but this is another story). Let me know if you have an idea how to fix

Re: [Flightgear-devel] C++ code beautifier / Coding

2007-06-13 Thread Csaba Halász
On 6/14/07, Martin Spott [EMAIL PROTECTED] wrote: Vivian Meazza wrote: Lesson for the future. Understand what code does, test that it doesn't break anything, make sure it compiles on at least one other os, and submit it for review (especially when you are mucking around with other people's

Re: [Flightgear-devel] FGLive LinuxTag 2007

2007-06-16 Thread Csaba Halász
On 6/10/07, Csaba Halász [EMAIL PROTECTED] wrote: This is better code anyway, so we should get it into OSG. Looks like I was wrong there, the constructor call is not equivalent to the reserve call. So just comment out the reserve call on line 922. I get invalid pointers later on at exit, but fg

Re: [Flightgear-devel] [ANN] OSG - Improved Weather Radar

2007-06-17 Thread Csaba Halász
On 6/15/07, Vivian Meazza [EMAIL PROTECTED] wrote: Csaba Halász is busy extending this into a very clever Airport Surveillance Radar for use in Control Towers. Here is the first version. This is by far not complete, but I post it here so that interested people can give it a try and to give

Re: [Flightgear-devel] won't compile

2007-06-24 Thread Csaba Halász
On 6/25/07, John Denker [EMAIL PROTECTED] wrote: With the latest CVS, I observe: wxradar.cxx:358: error: 'class SGWxRadarEcho' has no member named 'aircraft' You need to update simgear (assuming the necessary change went into cvs). -- Csaba

Re: [Flightgear-devel] SimGear OSG/Plib

2007-06-24 Thread Csaba Halász
On 6/24/07, Craig Benbow [EMAIL PROTECTED] wrote: Excuse my stupidity but are there 2 branches in SimGear? If so how do I compile a PLIB version? There doesn't seem to be any instructions anywhere or did I miss that somewhere?? You have to use the same branch tag as for flightgear itself:

Re: [Flightgear-devel] won't compile

2007-06-24 Thread Csaba Halász
On 6/25/07, John Denker [EMAIL PROTECTED] wrote: At runtime, FGFS checks the version level of its data tree; I wonder if at compile time it could check the version level of the required libraries. Configure checks for that, but it only works for releases. It does not follow development in cvs

[Flightgear-devel] crash in AI traffic

2007-06-25 Thread Csaba Halász
Hi! Helijah has run into a crash. Gdb backtrace here: http://pastebin.ca/589461 (no debug symbols unfortunately) Looks like the next waypoint is null. As a quick and dirty fix I came up with this: Index: src/AIModel/AIAircraft.cxx

Re: [Flightgear-devel] patch for keypad and resize in osgViewer version

2007-06-25 Thread Csaba Halász
On 6/26/07, Tim Moore [EMAIL PROTECTED] wrote: This patch fixes the use of the keypad with numlock in the osgViewer version of FlightGear. I'd be interested to hear if this has any problems with non-US keyboards. Thanks, seems to work nicely. But I use US layout, only switching to hungarian

Re: [Flightgear-devel] crash in AI traffic

2007-06-26 Thread Csaba Halász
On 6/26/07, Durk Talsma [EMAIL PROTECTED] wrote: On Tuesday 26 June 2007 03:09, Csaba Halász wrote: Hi! Helijah has run into a crash. Gdb backtrace here: http://pastebin.ca/589461 (no debug symbols unfortunately) Thanks for reporting. I'll have a look. Can you give me some specifics

Re: [Flightgear-devel] /sim/model-hz problems

2007-06-27 Thread Csaba Halász
On 6/27/07, wim van hoydonck [EMAIL PROTECTED] wrote: A (partial) solution would be to increase /sim/model-hz in the internal properties browser, so that less time is available to render the outside visuals. But there is a problem with increasing the FDM update frequency. If I set it to

Re: [Flightgear-devel] [ANN] OSG - Improved Weather Radar

2007-07-01 Thread Csaba Halász
Hello! Here is a new version of my radar patch. *** This is still for OSG only *** Theoretically the ai.diff wxradar.diff can be applied without the others to get data display on the wxradar. *Note: I have temporarily changed the texture size to 512. For a 1:1 mapping this will have to be

Re: [Flightgear-devel] Sport Model (was: altitude above 61831 feet) (was: AWOS) (was: instrument flags) (was: various other things)

2007-07-05 Thread Csaba Halász
Hi John! Impressive list of features, thanks. During my IFR flights I also noted the barber-pole and the localizer service volume issues, nice to see them fixed. The whole atmospheric thing sounds terribly important, too, but I lack knowledge to judge that. -- Csaba

Re: [Flightgear-devel] [ANN] OSG - Improved Weather Radar

2007-07-09 Thread Csaba Halász
On 7/1/07, Csaba Halász [EMAIL PROTECTED] wrote: Hello! Here is a new version of my radar patch. ... again ;) *** This is still for OSG only *** ... still. Changes: * North is up (thanks to Vivian) * Radar ranges in power-of-two steps (Vivian again) * Help screen (partially from Vivian

Re: [Flightgear-devel] AI callsign

2007-07-10 Thread Csaba Halász
On 7/10/07, Melchior FRANZ [EMAIL PROTECTED] wrote: * Csaba Halász -- Tuesday 10 July 2007: I have split my modifications into smaller changes so that they can be reviewed and applied individually, but nobody cared [...] Nobody cared? You presented it on the list, but never asked

Re: [Flightgear-devel] failure to run after cvs update from plib branch

2007-07-10 Thread Csaba Halász
On 7/11/07, Dave Perry [EMAIL PROTECTED] wrote: After update of simgear, source, and data using cvs up -Pd -rPRE_OSG_PLIB_20061029 for each update, I am getting the error when I run fgfs: Unknown top level section: wxradar Fatal error: Detected an internal inconsistency in the

Re: [Flightgear-devel] failure to run after cvs update from plib branch

2007-07-10 Thread Csaba Halász
On 7/11/07, Dave Perry [EMAIL PROTECTED] wrote: On Wed, 2007-07-11 at 01:26 +0200, Csaba Halász wrote: On 7/11/07, Dave Perry [EMAIL PROTECTED] wrote: After update of simgear, source, and data using cvs up -Pd -rPRE_OSG_PLIB_20061029 for each update, I am getting the error when I run

Re: [Flightgear-devel] OpenSceneGraph 2.0

2007-07-11 Thread Csaba Halász
On 7/11/07, John Denker [EMAIL PROTECTED] wrote: On 07/10/2007 01:40 PM, Csaba Halász wrote: Maybe try the sed hack with a shorter prefix, such as replacing _ZNSt6vector with _ZNSt6vectorX. Note that it is a pretty brutal thing to do for the whole binary, and might break it in a million

Re: [Flightgear-devel] Joystick conf help

2007-07-15 Thread Csaba Halász
On 7/15/07, Thiago Drechsel [EMAIL PROTECTED] wrote: Hi all. I'm having some problems with my new joystick. When I connect and test it with js_demo program, I can see that even with all axis and trims centered, js_demo tells me they are not. The output is below: ... The question is: Is

Re: [Flightgear-devel] Pre-11 distribution for Windoze?

2007-07-17 Thread Csaba Halász
On 7/16/07, Bill Galbraith [EMAIL PROTECTED] wrote: Is there a recently compiled distribution package of the Flight Gear 0.9.pre11 package available, say something built within the last month? Yes, the pre11 is actually the current plib branch. As such, you can find windows binaries at the

Re: [Flightgear-devel] [ANN] OSG - Improved Weather Radar

2007-07-17 Thread Csaba Halász
On 7/10/07, Csaba Halász [EMAIL PROTECTED] wrote: On 7/1/07, Csaba Halász [EMAIL PROTECTED] wrote: Hello! Here is a new version of my radar patch. ... again ;) *** This is still for OSG only *** ... still. Changes: * Sync'd to HEAD (removed AI.diff, it is now in cvs) * Added hack

Re: [Flightgear-devel] Broken Clouds

2007-07-25 Thread Csaba Halász
On 7/26/07, Hans Fugal [EMAIL PROTECTED] wrote: ImageMagick does not think these corrupted (identify(1) should return nonzero if it encounters a corrupted file), but some of them are obviously not being interpreted correctly by ImageMagick. Try display cirrus.rgba to see what I mean.

Re: [Flightgear-devel] The Release

2007-09-04 Thread Csaba Halász
On 9/4/07, Andy Ross [EMAIL PROTECTED] wrote: And in any case I already mentioned (and dismissed) this possibility. From three posts above: Oops, missed that. Sorry. -- Csaba - This SF.net email is sponsored by: Splunk

Re: [Flightgear-devel] XML question for upgrading the ATC aircraft

2007-09-06 Thread Csaba Halász
On 9/6/07, Ron Jensen [EMAIL PROTECTED] wrote: - How can I fix the 2D-Panel even when looking around with the mouse? Good question... Anyone? It is already fixed. Note that my atc patches are not yet in cvs. To make matters worse, I have moved and my old ISP has deleted my website. I'll

Re: [Flightgear-devel] [ANN] OSG - Improved Weather Radar

2007-09-07 Thread Csaba Halász
On 7/18/07, Csaba Halász [EMAIL PROTECTED] wrote: On 7/10/07, Csaba Halász [EMAIL PROTECTED] wrote: On 7/1/07, Csaba Halász [EMAIL PROTECTED] wrote: Hello! Here is a new version of my radar patch. URL: http://w3.enternet.hu/jester/fgfs/atc-20070717.tgz [116kB] As my old ISP deleted

Re: [Flightgear-devel] glitch in runway searching

2007-09-18 Thread Csaba Halász
On 9/18/07, K. Hoercher [EMAIL PROTECTED] wrote: Hi! The changes to runways.cxx recently included to enable the groundradar left the searching for runways (as far as I looked, at least needed by atis and setting the active runway) broken. As it now would often find a taxiway as closest to a

Re: [Flightgear-devel] FSWeekend 2007

2007-09-20 Thread Csaba Halász
On 9/17/07, Durk Talsma [EMAIL PROTECTED] wrote: This is just a quick note to remind everybody that FlightGear is intending to have a booth at the Dutch FlightSim event FSWeekend, organized November 3 4 at the aviodrome in Lelystad. As it looks right now, Martin Spott and I will be

Re: [Flightgear-devel] Flight Gear runtime failure

2007-10-08 Thread Csaba Halász
On 10/8/07, James Reinsberg [EMAIL PROTECTED] wrote: [EMAIL PROTECTED]:~/applications/FlightGear/source$ fgfs *** glibc detected *** fgfs: free(): invalid pointer: 0x08746e10 *** === Backtrace: = /lib/tls/i686/cmov/libc.so.6[0xb74037cd]

Re: [Flightgear-devel] Flight Gear runtime failure

2007-10-09 Thread Csaba Halász
On 10/9/07, James Reinsberg [EMAIL PROTECTED] wrote: Indeed. I have a Radeon X1950 pro. Am I out of luck? A new at driver is due to come out soon, hopefully that will fix the issue. Until then have a look at this mail:

Re: [Flightgear-devel] FG OSG build error

2007-10-20 Thread Csaba Halász
On 10/20/07, Laurence Vanek [EMAIL PROTECTED] wrote: simgear/structure/ssgSharedPtr.hxx: No such file or directory ... thoughts? You are probably trying to build plib branch of flightgear with osg branch of simgear. Those two have to match, ie. both plib or both osg. -- Csaba

Re: [Flightgear-devel] backtrace dump

2007-10-22 Thread Csaba Halász
On 10/22/07, Tobias Nielsen [EMAIL PROTECTED] wrote: please please please, can someone aid me with some ideas - my fav. sim is missing me and im missing it :-) Looks like a variation on the usual ati driver problem. You might want to try this:

Re: [Flightgear-devel] backtrace dump

2007-10-22 Thread Csaba Halász
On 10/22/07, Holger Wirtz [EMAIL PROTECTED] wrote: Some weeks ago someone on this list wrote that ATI/AMD will bring up new drivers with support by AMD. But until now I haven't seen such a driver. It's already out, but to quote http://ati.amd.com/support/drivers/linux/linux-radeonhdd.html

Re: [Flightgear-devel] FlightGear/Plib periodic stutter notes

2007-10-22 Thread Csaba Halász
On 10/22/07, Melchior FRANZ [EMAIL PROTECTED] wrote: That's not quite right. The GC might be OK, but it seems that it isn't invoked on cmdarg() nodes. I'll discuss that with Andy once he shows up on IRC again. Don't know if Melchior and Andy have arrived at anything while I was away, but here

Re: [Flightgear-devel] backtrace dump

2007-10-23 Thread Csaba Halász
On 10/23/07, Tobias Nielsen [EMAIL PROTECTED] wrote: Im not convinced that this is an issue of the ATI problem Maybe, but any backtrace involving DrawArrayLengths rings the alarm bell for me :) -- Csaba - This SF.net

Re: [Flightgear-devel] Compiling FlightGear-0.9.11-pre1

2007-10-24 Thread Csaba Halász
On 10/24/07, Nick Othieno [EMAIL PROTECTED] wrote: I checked for the file glut.h in the FlightGear-0.9.11-pre1 directoty structure but it isn't there. Does anyone have ideas? I thought of excluding the whole test directory from the compile but I'm not sure of the effect. Install glut

Re: [Flightgear-devel] Compiling FlightGear-0.9.11-pre1

2007-10-24 Thread Csaba Halász
On 10/24/07, Nick Othieno [EMAIL PROTECTED] wrote: It is still a GLUT error but I don't know how to sort it out. What is the irc channel url? I want to set it up on gaim. Did you re-run configure (with the correct options, if you didn't install glut in a standard location)? Looks like it is

Re: [Flightgear-devel] I Give up was: Unknown failure while Initializing subsystems onwin32 and Fedora 7 x86_64

2007-10-26 Thread Csaba Halász
On 10/26/07, Heiko Schulz [EMAIL PROTECTED] wrote: Hello, After setting my FGFS completely new, downloading more than 1Gb of datas and a correctly matching with date ( checked with WinCVS and Tortoise) I only get the error message: unknown exception in main loop. If you provide remote

Re: [Flightgear-devel] [OT] New ATI Driver fglrx works now for my Radeon Mobility X1400!!!

2007-10-26 Thread Csaba Halász
On 10/26/07, Holger Wirtz [EMAIL PROTECTED] wrote: after 1/2 year ATI now released Version 8.42.3 and, yep, it works for my Mobility Radeon X1400!!! Great! Now I can use FlightGear again. Great news! Looks like I'll have to update fg on my computer at the workplace ... I can go flying when the

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread Csaba Halász
On 10/31/07, will Pink [EMAIL PROTECTED] wrote: point2d.hxx:6: error: redefinition of âclass point2dâ /usr/local/include/simgear/math/sg_types.hxx:71: error: previous definition of 'class point2d' point2d has been removed from simgear cvs. Maybe your simgear is too old or it is the plib

Re: [Flightgear-devel] Compiling TerraGear !

2007-10-31 Thread Csaba Halász
On 10/31/07, will Pink [EMAIL PROTECTED] wrote: I am compiling terragear, Will the version of Simgear affect it at this stage? Apparently, yes. -- Csaba - This SF.net email is sponsored by: Splunk Inc. Still grepping

[Flightgear-devel] [PATCH] IVSI problem

2007-11-02 Thread Csaba Halász
Hi! I have been investigating the Concorde IVSI problem. I came to the conclusion that the trouble is that the environment altitude and thus the pressure (which is calculated from that) is lagging by 1 frame. Normally that wouldn't be a problem, but the IVSI calculates rate of change and it will

Re: [Flightgear-devel] Programmatic control of AI traffic

2007-11-05 Thread Csaba Halász
On 11/5/07, Heiko Schulz [EMAIL PROTECTED] wrote: Hi, Though I can't help you, it sounds for me like a very good feature for FlightGear! Real weather - real traffic - would be great! Yeah! How about setting up an mp-server feeding in real traffic? Or even just AI? So that every client would

Re: [Flightgear-devel] Programmatic control of AI traffic

2007-11-06 Thread Csaba Halász
On Nov 6, 2007 8:22 PM, Durk Talsma [EMAIL PROTECTED] wrote: Assuming that AI aircraft behave in a reasonably sane fashion, you'd only need to take care of elevation points across the runways and taxiways. These data could be sampled straight from the flightgear scenery, and perhaps stored

Re: [Flightgear-devel] [ANN] dual control c172p prototype

2007-11-13 Thread Csaba Halász
On Nov 13, 2007 7:55 PM, R. van Steenbergen [EMAIL PROTECTED] wrote: What would be the added value of this as opposed to hooking up two sticks to the same machine running fgfs? If you got 1000km of joystick cable ;) Also, you'll have your own view, for example. -- Csaba/Jester

[Flightgear-devel] 7 easy steps to get fgcom running

2007-11-21 Thread Csaba Halász
Requirements: alsa headers plus standard development tools (gcc, make, etc) Nothing fancy :) 1.) fetch a known good revision of iaxclient: svn co https://iaxclient.svn.sourceforge.net/svnroot/iaxclient/branches/1.0 -r '{2007-07-21}' iaxclient 2.) fetch fgcom into the same directory svn checkout

Re: [Flightgear-devel] FGCOM again, mixer mess

2007-11-23 Thread Csaba Halász
On Nov 23, 2007 11:50 AM, Holger Wirtz [EMAIL PROTECTED] wrote: On Fri, Nov 23, 2007 at 11:42:42AM +0100, AnMaster wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 There are quite a few reasons why fgcom shouldn't touch mixer settings: 1) Changing/muting master prevents sound from

Re: [Flightgear-devel] rain view

2007-12-04 Thread Csaba Halász
On Dec 4, 2007 12:38 PM, Markus Zojer [EMAIL PROTECTED] wrote: I have created some sample rain/snow usable with flightgear osg, May I request a screenshot please? Thanks. -- Csaba - SF.Net email is sponsored by: The

[Flightgear-devel] [PATCH] wxradar bug fix and added feature

2007-12-04 Thread Csaba Halász
Hi! First patch fixes a bug caused by the uninitialized _range_nm member. If it happens to contain nan, this will never get overwritten. Second patch adds support for filtering what should be displayed. Comments welcome. -- Csaba/Jester Index: src/Instrumentation/wxradar.cxx

Re: [Flightgear-devel] patch to use OpenSceneGraph database pager

2007-12-05 Thread Csaba Halász
On Dec 5, 2007 12:01 AM, Tim Moore [EMAIL PROTECTED] wrote: Nevertheless, the patch is quite usable with OSG 2.2. Give it a try if you're feeling adventurous. ATC aircraft doesn't work, the splash screen gets stuck at loading scenery and never disappears (waited some 10 minutes).

Re: [Flightgear-devel] [PATCH] wxradar bug fix and added feature

2007-12-09 Thread Csaba Halász
On Dec 9, 2007 11:02 AM, Melchior FRANZ [EMAIL PROTECTED] wrote: * Csaba Halász -- Wednesday 05 December 2007: First patch fixes a bug caused by the uninitialized _range_nm member. If it happens to contain nan, this will never get overwritten. Second patch adds support for filtering what

Re: [Flightgear-devel] [PATCH] wxradar bug fix and added feature

2007-12-09 Thread Csaba Halász
On Dec 9, 2007 4:35 PM, Melchior FRANZ [EMAIL PROTECTED] wrote: * Csaba Halász -- Sunday 09 December 2007: * On Dec 9, 2007 11:02 AM, Melchior FRANZ [EMAIL PROTECTED] wrote: The aircraft types aren't bits, I have turned them into bits :) Yes, I admit that I didn't spend more time

Re: [Flightgear-devel] Building FlightGear, once again

2007-12-09 Thread Csaba Halász
On Dec 10, 2007 2:28 AM, Jon S. Berndt [EMAIL PROTECTED] wrote: I've got Cygwin and MS Visual C++ Express 2005. Which one would be better for me to use? How different is the build process at this time from what is was a few years ago? Where is the best resource on the FlightGear web site for

Re: [Flightgear-devel] FGCOM: attn Holger, KNID TWR not in the phone book :/

2007-12-11 Thread Csaba Halász
On Dec 11, 2007 3:44 PM, Holger Wirtz [EMAIL PROTECTED] wrote: On Tue, Dec 11, 2007 at 12:18:52PM +0100, alexis bory wrote: Hi holger, My favorite place, and also one of the nicest airfield in California doesn't appear in phonebook.txt. It's KNID, China Lake Naval Air Weapons Station.

Re: [Flightgear-devel] error in SimGear-pre-release

2007-12-11 Thread Csaba Halász
On Dec 11, 2007 8:00 PM, Stewart Andreason [EMAIL PROTECTED] wrote: I've finally finished a cvs checkout for the PRE_OSG branch to test, and find this error is still present. Thank you Vadym for verifying it is not just me. Anybody else getting this, or not getting it? I get it too.

Re: [Flightgear-devel] Communicating with IVAO client

2007-12-11 Thread Csaba Halász
On Dec 11, 2007 8:29 PM, Roy Vegard Ovesen [EMAIL PROTECTED] wrote: On Tuesday 11 December 2007, Pep Ribal wrote: With this new build I experience a small problem: as it works perfectly well with the --ivao option, sending the right packets, when it comes to shutdown FG, an error dump

Re: [Flightgear-devel] [OT] Asterisk-1.4 Debian packages? Where to find?

2007-12-12 Thread Csaba Halász
On Dec 12, 2007 3:50 PM, Holger Wirtz [EMAIL PROTECTED] wrote: I would like to try this but I won't compile the whole Asterisk package to avoid problems with the actually installed packages. But I cannot find such a packe for Debian _etch_. Does anyone have an entry for sources.list or a

Re: [Flightgear-devel] Communicating with IVAO client

2007-12-12 Thread Csaba Halász
On Dec 11, 2007 8:44 PM, Csaba Halász [EMAIL PROTECTED] wrote: On Dec 11, 2007 8:29 PM, Roy Vegard Ovesen [EMAIL PROTECTED] wrote: In any case I get a similar error and I of course do not have your IVAO code, so it might not be your fault after all. Me too. Apparently since Tim's osg

Re: [Flightgear-devel] Error in latest fgcom

2007-12-13 Thread Csaba Halász
On Dec 13, 2007 7:22 PM, Will Harrison [EMAIL PROTECTED] wrote: Reading list of airports...error during reading airports! Stopping service What could be wrong here? Thanks, Updated positions.txt entry: AYGN,119.600,-10.312313,150.332745,ACTIVATE LIGHTS ONLY MULTICOM,Gurney causes field

Re: [Flightgear-devel] [OT] Asterisk-1.4 Debian packages? Where to find?

2007-12-13 Thread Csaba Halász
On Dec 13, 2007 7:00 PM, AnMaster [EMAIL PROTECTED] wrote: I hope this won't stop non-debian users again? Asterisk is on the server side, don't worry :) -- Csaba/Jester - SF.Net email is sponsored by: Check out the new

Re: [Flightgear-devel] screenshots (and snapshots)

2007-12-15 Thread Csaba Halász
On Dec 16, 2007 12:39 AM, alexis bory [EMAIL PROTECTED] wrote: if this can help AnMaster, pictures marked from 0 to 3 from http://rage.kuonet.org/~anmaster/flightgear/screenshots/1.0/ Okay, I'll just list the ones I graded with a 3 ;) A-10-KNID-01.png (the rwy edge is somewhat jagged, is that

Re: [Flightgear-devel] FGCOM bug: Call rejected by remote

2007-12-18 Thread Csaba Halász
On Dec 18, 2007 5:36 PM, AnMaster [EMAIL PROTECTED] wrote: When I select a frequency that is not a tower freq for any nearby airport I always get Call rejected by remote. That is wrong, I should be able to use any frequency anywhere and talk to any aircraft within range. There is no airport

Re: [Flightgear-devel] MP chat BUGs

2007-12-18 Thread Csaba Halász
On Dec 18, 2007 6:53 PM, AnMaster [EMAIL PROTECTED] wrote: Much better would be getting the closest airport with a matching tower frequency than just using the nearest airport. Excellent idea, I second that. -- Csaba/Jester

Re: [Flightgear-devel] Preferred method to compile for Win32?

2007-12-19 Thread Csaba Halász
On Dec 20, 2007 1:57 AM, Shad Young [EMAIL PROTECTED] wrote: Perhaps this is a better question for the users list, but what is the preferred method to compile on a Win32 platform? Cygwin or something like Visual C++ 2008 Express? If Cygwin, are the instructions for the Cygwin method on the

Re: [Flightgear-devel] Preferred method to compile for Win32?

2007-12-19 Thread Csaba Halász
On Dec 20, 2007 4:02 AM, Shad Young [EMAIL PROTECTED] wrote: Csaba Halász wrote: Just building with Visual C++ 2008, following these instructions: http://www.oflebbe.de/oflebbe/FlightGear/index.html Only caveat up to now, you have to manually copy simgear_config.h.vc5

Re: [Flightgear-devel] fgfs crashes; glibc detected free(): invalid pointer

2007-12-20 Thread Csaba Halász
On Dec 21, 2007 3:08 AM, Zach Welch [EMAIL PROTECTED] wrote: Hi all, I have been trying to establish a current FG development environment on a Gentoo Linux system (GCC 4.1.2, glibc 2.6.1, ATI/flgrx). I have current CVS working copies of plib, OSG, SimGear, and FG. While everything builds

Re: [Flightgear-devel] Position of the Aircraft versus position of some points from an AI objects

2007-12-22 Thread Csaba Halász
On Dec 22, 2007 7:46 PM, gerard robin [EMAIL PROTECTED] wrote: Hello, Probably a stupid question (i promise will be the last of the year) I would like to know (to calculate) the diff of position between the position of the aircraft and the position of a specific point on an AI object in

Re: [Flightgear-devel] Position of the Aircraft versus position of some points from an AI objects

2007-12-22 Thread Csaba Halász
On Dec 22, 2007 8:55 PM, Melchior FRANZ [EMAIL PROTECTED] wrote: And even if: noting down offsets is something that we as modelers do all the time anyway, as we need it in animations. Well, the FGAICarrier code already finds catapult and wire nodes, maybe we can just add them to the property

  1   2   3   4   5   6   >