Re: [Flightgear-devel] Error checking out CVS version of OpenSceneGraph

2009-09-11 Thread Csaba Halász
On Fri, Sep 11, 2009 at 6:21 PM, leee wrote: > > Sure, people can be lazy _and_ stupid, but I can't see that > attacking them for being so is the best way to do anything about > it. In case you missed it, I *have* provided the relevant information first. I don't think I can be rightly accused of

Re: [Flightgear-devel] TriangleIntersect errors.

2009-09-13 Thread Csaba Halász
On Sun, Sep 13, 2009 at 8:19 AM, Scott Hamilton wrote: > Greetings, > > > Below is an short extract of the errors; > > Warning:: Picked up error in TriangleIntersect >    (-0.072605 0.529981 -0.111424,   -0.073436 0.535242 -0.117702, > -0.07705 0.529981 -0.114243) >    (nan,    nan,  

Re: [Flightgear-devel] TriangleIntersect errors.

2009-09-13 Thread Csaba Halász
On Mon, Sep 14, 2009 at 1:11 AM, Scott Hamilton wrote: > > command line options; > gdb --args bin/fgfs --enable-sound --enable-hud --aircraft=A380 > --airport=YSSY --runway=34L --timeofday=afternoon > --enable-real-weather-fetch --enable-clouds3d --nav1=108.3  --dme=nav1 > --enable-fpe Hmm, 108.3

Re: [Flightgear-devel] Patches for configure.ac/Makeifle.am in SG/FG

2009-09-16 Thread Csaba Halász
On Wed, Sep 16, 2009 at 7:18 PM, Torsten Dreyer wrote: >> I've updated the patches. >>[..] >> I believe these patches are really important for Mac users since they don't >> have to wait for my updating xcode project files. these also saves up to >> 50% of build time since most of users don't have

Re: [Flightgear-devel] Patches for configure.ac/Makeifle.am in SG/FG

2009-09-17 Thread Csaba Halász
On Thu, Sep 17, 2009 at 9:39 AM, Torsten Dreyer wrote: > Sorry guys - my bad. Well, fixed in one place, reintroduced in another - now source/utils/Makefile.am has it ;) -- Csaba/Jester -- Come build with us! The BlackB

[Flightgear-devel] [GIT] fix ATIS on 64bit machines

2009-09-19 Thread Csaba Halász
Just a heads-up, in case somebody isn't following the gitorious stuff yet (thanks a lot Tim!) See http://gitorious.org/fg/flightgear/merge_requests/1550 -- Csaba/Jester -- Come build with us! The BlackBerry® Developer Co

[Flightgear-devel] [PATCH] Concorde autopilot

2009-09-25 Thread Csaba Halász
Hi! The recent updates to the autopilot code pointed out that the Concorde config is broken. Attached you can find my naive fix. -- Csaba/Jester Index: Aircraft/Concorde/Systems/Concorde-autopilot.xml === RCS file: /var/cvs/FlightGea

Re: [Flightgear-devel] Autopilot changes

2009-10-01 Thread Csaba Halász
On Thu, Oct 1, 2009 at 6:54 PM, Jacob Burbach wrote: > In recent cvs I get errors about having Ki or Kd  in my pid > controllers config. This is unfortunate, as tuning of those values > stabilized my autopilot considerably.  I wonder if someone can explain > what changes are going on in that area

[Flightgear-devel] [GIT] various fixes including atcvoice, commlist and nans

2009-10-25 Thread Csaba Halász
Hi! I have made some updates available from my gitorious repo (URL: http://gitorious.org/~jester), on various branches. Here is a little summary: * branch atcvoice: has a cleaned-up version of FGATCVoice::WriteMessage synced to the current state of the sound system * branch commlist: has a bug fi

Re: [Flightgear-devel] Prime Meridian Crash

2009-10-26 Thread Csaba Halász
On Mon, Oct 26, 2009 at 10:40 AM, James Turner wrote: > > Incidentally, -O0 often implies that all values are initialised to > zero, which could by why it fixes the problem. Valgrind should catch > such an issue, if anyone is able to actually fly FG while running > under VG - on Mac the performanc

Re: [Flightgear-devel] [GIT] various fixes including atcvoice, commlist and nans

2009-10-26 Thread Csaba Halász
On Mon, Oct 26, 2009 at 10:08 AM, James Turner wrote: > > > For these kind of fixes, I'd much rather you committed them straight > away to CVS, because it's easy for anyone to look at a single NaN fix > (or whatever) and convince themselves it's correct - or raise an > objection. When many trivial

Re: [Flightgear-devel] [GIT] various fixes including atcvoice, commlist and nans

2009-10-26 Thread Csaba Halász
On Mon, Oct 26, 2009 at 5:18 PM, stefan riemens wrote: > Unfortunately, this has broken mingw x-compilation for me: > ATCVoice.cxx:42: error: expected unqualified-id before '<<' token Please make sure you don't have a cvs conflict. Line 42 should be "using namespace std;" and no << around there.

Re: [Flightgear-devel] New Sound system committed

2009-10-27 Thread Csaba Halász
On Tue, Oct 27, 2009 at 1:23 PM, Erik Hofman wrote: > > This is getting silly. I've now committed code that checks is the source > and listener are further apart than 50km or if there are any NaN's in > the position, orientation or velocity data of the source or listener. > If the sound is still i

Re: [Flightgear-devel] New Sound system committed

2009-10-28 Thread Csaba Halász
Hi Erik! If a sound sample keeps its default orientation of all zeroes then in SGSoundSample::update_absolute_position the sc2body*q will be also null and cause a division by zero in SGQuat::backTransform. -- Csaba/Jester -

Re: [Flightgear-devel] SoundSystem continued

2009-11-09 Thread Csaba Halász
On Tue, Nov 10, 2009 at 3:13 AM, Alasdair Campbell wrote: > And I will feel a lot > happier when the day comes that a contributer makes a decent attempt to > test his work before abusing his privilege to commit untested and > questionable work to CVS. CVS is for developing stuff. For testing and

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 inca

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 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 isn't with th

Re: [Flightgear-devel] festival ... or not

2009-11-11 Thread Csaba Halász
On Wed, Nov 11, 2009 at 11:49 PM, Stuart Buchanan wrote: > Hi Guys, > > John Denker wrote in part: > >> On 11/09/2009 02:37 PM, Anders Gidenstam wrote in part: >> > 2. I don't remeber if I had to touch the festival config or not, but here >> > it is: >> > >> > and...@sleipner:/etc$ cat /etc/festiv

[Flightgear-devel] [PATCH] recent segfaults caused by jsbsim and property tree

2009-11-11 Thread Csaba Halász
Hi Everybody! As you may know we have been recently investigating mysterious segfaults experienced with some jsbsim aircraft such as the f16 or the hansajet. I have identified the following problems: 1) SGPropertyNode::getNode apparently stops parsing after an index. For example, given /foo/bar[0

Re: [Flightgear-devel] heads up -- effects for models

2009-11-15 Thread Csaba Halász
On Sun, Nov 15, 2009 at 11:18 AM, Hans Janssen wrote: > > I just did a build from cvs and did a quik run on KSFO with the c172 > witch seems to be ok, but running at an airport that is not in the base > pkg, like EHLE or EDDI, it starts but stays at the splash screen and > it's beginning to eat me

Re: [Flightgear-devel] Ignoring MP pilots

2009-11-16 Thread Csaba Halász
On Mon, Nov 16, 2009 at 2:44 PM, Vivian Meazza wrote: > Stuart Buchanan wrote > >> >> On a related note, I believe Jester finished the work that I had >> originally intended >> in the MP chat to provide per-frequency chat, rather than a single global >> frequency. > > My understanding is that Csab

Re: [Flightgear-devel] Link Error mostly with SGSampleGroup

2009-11-17 Thread Csaba Halász
On Tue, Nov 17, 2009 at 7:18 PM, Alexander Jäger wrote: > hi everybody, > I don't know wether this is the right place to ask, but when trying to > compile (windows VS 2008 Prof) I get linking errors like the following: > > Most are about the SGSampleGroup > > 2>kr_87.obj : error LNK2001: Nicht auf

[Flightgear-devel] [GIT] boost-free version available

2009-11-22 Thread Csaba Halász
Hi! Just a quick note that a boost-free version of flightgear and simgear is available from my gitorious repo (http://gitorious.org/~jester) on the respective "deboost" branches. I have made two short test flights without apparent problems, but use at your own risk :) PS: This is in no way agains

[Flightgear-devel] AI flights with same arrival and departure

2009-11-23 Thread Csaba Halász
The schedule code doesn't like AI flights with same arrival and departure, it produces some NaNs for them. There are a bunch of such flights in AI/Traffic/R/RNAF.xml. I don't see any support for them in the code so I added a little check like this: http://gitorious.org/~jester/fg/jesters-clone/comm

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: data/Aircraft/c172p/Nasal action-sim.nas, 1.1, 1.2

2009-11-24 Thread Csaba Halász
On Tue, Nov 24, 2009 at 5:28 PM, Ron Jensen wrote: > > The relationship between feet and meters is exactly 0.3048 feet per > meter.  Your conversion value of 12/39.4 is approximately 0.30456...  It > would be better to do: > >  #  constants > ... >   var radTOdeg = 57.295779; >   var ftTOmeter = 0

Re: [Flightgear-devel] Ubuntu 9.10, Pulseaudio - anybody had luck lately?

2009-11-27 Thread Csaba Halász
On Fri, Nov 27, 2009 at 1:38 PM, Nathanael Rebsch wrote: > Erik Hofman wrote: >> James Sleeman wrote: >> >> >>> So, does anybody have the current CVS working well with pulse+alsa or >>> pulse on it's own? >>> >> > point though being, that a large amount of people are 'forced' to use it! > and ther

Re: [Flightgear-devel] Ubuntu 9.10, Pulseaudio - anybody had luck lately?

2009-11-27 Thread Csaba Halász
On Sat, Nov 28, 2009 at 12:56 AM, James Sleeman wrote: > Csaba Halász wrote: >> These are two questions as I see it. >> James wants to *use* pulse while most users would be happy to just >> have FG work *around* pulse. >> For this latter case, I believe an alsoftrc w

Re: [Flightgear-devel] Ubuntu 9.10, Pulseaudio - anybody had luck lately?

2009-11-27 Thread Csaba Halász
On Sat, Nov 28, 2009 at 1:40 AM, James Sleeman wrote: > On 28/11/09 13:18, Csaba Halász wrote: >> But have you actually tried keeping pulse running and directing openal >> to alsa dmix? >> > No, it sounds really complicated to setup (I always found any monkeying >

Re: [Flightgear-devel] Ubuntu 9.10, Pulseaudio - anybody had luck lately?

2009-11-27 Thread Csaba Halász
On Sat, Nov 28, 2009 at 1:48 AM, James Sleeman wrote: > On 28/11/09 13:18, Csaba Halász wrote: >> >> FG ---> OpenAl  ---> ALSA (dmix) > hardware >> app1 > pulse ^ >> app2 --- ALSA (pulse) ---^ >> > > Also, t

Re: [Flightgear-devel] Ubuntu 9.10, Pulseaudio - anybody had luck lately?

2009-11-27 Thread Csaba Halász
On Sat, Nov 28, 2009 at 1:48 AM, James Sleeman wrote: > > Also, that's double mixing for pulse applications isn't it?  Seems a > fairly bad idea for latency and cpu on everything that goes through > pulse, which is, pretty well everything else except flightgear :-/ And skype and possibly flash. I

Re: [Flightgear-devel] fg shows a blank screen

2009-11-28 Thread Csaba Halász
On Sun, Nov 29, 2009 at 12:54 AM, Jari Häkkinen wrote: > > I traced the problem to changeset 10838 in OSG. I cannot say what goes > wrong but maybe one of the list readers do. > > http://www.openscenegraph.org/projects/osg/changeset/10838/OpenSceneGraph/trunk Good job pinpointing the trouble! Sin

Re: [Flightgear-devel] Sound system improvements...levels, sources, balancing, and devices...

2009-12-02 Thread Csaba Halász
On Wed, Dec 2, 2009 at 2:07 PM, Jacob Burbach wrote: > On Wed, Dec 2, 2009 at 7:52 AM, Erik Hofman wrote: >> You really should use CVS.. >> > > I do. :) Though I do so selectively as to keep it usable for me and to > avoid conflicts with my personal modifications. So no, I'm not 100% > inline wit

Re: [Flightgear-devel] bug with taxiway signs

2009-12-08 Thread Csaba Halász
On Tue, Dec 8, 2009 at 12:55 PM, Jacob Burbach wrote: > > For example, excuse the crude ascii drawings if you will ;) > > Taxiing up Bravo towards Alpha and Juliet (KLVK) with 1.9.1 you will > see these signs...correct. > | <-- A[B] | > [ <-- J[B] | > > But in cvs letters for Alpha and Bravo will

[Flightgear-devel] [GIT] misc fixes

2009-12-08 Thread Csaba Halász
Hi all, I have two minor fixes to offer: 1) fix the airport sign problem and add a little robustness: http://gitorious.org/~jester/fg/jesters-sg-clone/commit/34f1d5cda72e754e8f992e06c3f1ba66ffee9ab3 Thanks to Jacob for reporting. 2) fix a crash in SGSoundMgr::stop() due to invalid iterator usage:

Re: [Flightgear-devel] bug with taxiway signs

2009-12-08 Thread Csaba Halász
I have spotted one more problem with the signs, namely the backsides change color from gray to black depending on distance or FoV. Here two screenshots for reference: http://imagebin.ca/view/LyWfNs3D.html vs. http://imagebin.ca/view/tpoBEKd.html Anybody else seeing this? -- Csaba/Jester

[Flightgear-devel] missing 737-BmiBaby referenced by AI traffic file

2009-12-09 Thread Csaba Halász
Relaying a report from IRC (by "blucher"): data/AI/Traffic/B/BMI.xml in cvs is referencing Aircraft/737/737-BmiBaby.xml which is not in cvs. -- Csaba/Jester -- Return on Information: Google Enterprise Search pays you bac

Re: [Flightgear-devel] Prime Meridian Crash

2009-12-11 Thread Csaba Halász
Hi! Alex was kind enough to give me shell access to his machine so I think I have this beast figured out. 1) The immediate cause of the crash is due to DistanceOrdering::operator() accessing an invalid pointer 2) The reason for that is std::sort indexing before the array (man, I hate templates!)

Re: [Flightgear-devel] Prime Meridian Crash

2009-12-11 Thread Csaba Halász
On Fri, Dec 11, 2009 at 4:13 PM, Csaba Halász wrote: > > are not guaranteed to be the nearest ones. Also, I am not entirely > sure that the current cutoff distance checking is sufficient. Let's > suppose a coordinate system centered on the bucket containing the ref > point at

Re: [Flightgear-devel] nan-a-palooza

2009-12-12 Thread Csaba Halász
On Sat, Dec 12, 2009 at 12:53 PM, John Denker wrote: > Afte taxiing a little ways down runway 31L at JFK, the > display freezes and the sim starts spewing messages to > the console: > >  Warning:: Picked up error in TriangleIntersect Hi John, Could you please use the --enable-fpe option and try t

Re: [Flightgear-devel] nan-a-palooza

2009-12-12 Thread Csaba Halász
On Sun, Dec 13, 2009 at 12:21 AM, John Denker wrote: > > Any additional suggestions for things to try would be > welcome. It is very strange because I have never seen a NaN slip past the --enable-fpe guard. You could try to build my nan-fixes branch from gitorious (http://gitorious.org/~jester) t

Re: [Flightgear-devel] --metar

2009-12-13 Thread Csaba Halász
On Sun, Dec 13, 2009 at 10:16 AM, Stuart Buchanan wrote: > > A I recall, Torsten implemented that feature. There was a > description of it on the -dev list a couple of months back, > but I've been unable to locate it myself in the archive. Here you go: http://www.mail-archive.com/flightgear-deve

Re: [Flightgear-devel] print() from keyboard and joystick

2009-12-13 Thread Csaba Halász
On Fri, Dec 11, 2009 at 7:00 PM, John Denker wrote: > Not too long ago, it was possible to print to stdout from > nasal scripts called from keyboard event handlers and joystick > axis handlers. > > In the current (development) version, print() statements > have no effect chez moi.  Similarly, runt

Re: [Flightgear-devel] nan-a-palooza

2009-12-14 Thread Csaba Halász
On Mon, Dec 14, 2009 at 1:11 PM, Jacob Burbach wrote: > Program received signal SIGFPE, Arithmetic exception. > [Switching to Thread 0xb627aa20 (LWP 30813)] > 0x0865ece2 in findcell (hr=0xeb43550, key= >        {num = nan(0x567891077bfa8), ref = {ptr = {obj = 0x1077bfa8, > str = 0x1077bfa8, vec =

Re: [Flightgear-devel] Version number for the upcoming release

2009-12-14 Thread Csaba Halász
On Mon, Dec 14, 2009 at 10:09 AM, Jacob Burbach wrote: > I'm not a huge fan of > rolling over into double digits though, unless you started with double > digits to begin with. For example 1.09 to 1.10 is logical to me, but > 1.9.1 to 1.10 is not, I would expect 1.9.1 to be the newer in this > case

Re: [Flightgear-devel] nan-a-palooza

2009-12-14 Thread Csaba Halász
On Mon, Dec 14, 2009 at 3:25 PM, Jacob Burbach wrote: > Not sure what you meant about gdb generating code to cause it, I get > the same error when run outside of gdb. Assembly of the function > below, if you need something else let me know. I meant gcc, sorry :) Thanks for the listing. Looks like

Re: [Flightgear-devel] nan-a-palooza

2009-12-14 Thread Csaba Halász
On Mon, Dec 14, 2009 at 4:37 PM, Jacob Burbach wrote: > I applied your hash patch, but no deuce. Then I have no idea why the code is loading the value. Got a new asm listing? :) -- Csaba/Jester -- Return on Information

[Flightgear-devel] simgear version number now a string

2009-12-14 Thread Csaba Halász
The recent change which makes a string from the simgear version breaks FG configure. I don't think introducing an incompatible change to the version macro is a good idea. Erik, can you explain why you made the change? I am aware that FG's own version is a string, so I am guessing that might have be

Re: [Flightgear-devel] simgear version number now a string

2009-12-14 Thread Csaba Halász
On Mon, Dec 14, 2009 at 6:54 PM, John Denker wrote: > > I tested it. It works fine chez moi. >  make clean ; ./configure --lots-of-options ; make > > Can somebody say in more detail what the problem is? > I can't even find anywhere it is used within simgear. It is used in the *flightgear* configu

Re: [Flightgear-devel] nan-a-palooza

2009-12-14 Thread Csaba Halász
On Tue, Dec 15, 2009 at 1:46 AM, John Denker wrote: > Status summary: > > 0) I merged in Jester's nan-fixes.  That was easy: >    git remote add -t nan-fixes jester > git://gitorious.org/~jester/fg/jesters-clone.git >    git pull jester >    make We want GIT! We want GIT! :D > 1) If I want to g

Re: [Flightgear-devel] nan-a-palooza

2009-12-18 Thread Csaba Halász
On Tue, Dec 15, 2009 at 2:11 AM, Csaba Halász wrote: > > That may be the nasal bug Jacob is seeing. I could reproduce it and > also made a little test case that I am gonna submit as a gcc bug > report. It is clearly accessing the "double" member of the union > before i

[Flightgear-devel] parking.xml files under scenery/Airports

2009-12-21 Thread Csaba Halász
I noticed that some airports have parking.xml files in the scenery directory such as K/N/U/KNUQ.parking.xml or L/F/P/LFPG.parking.xml. As far as I can tell, the loader either picks up parking.xml files from data/AI/Airports (if use-custom-scenery-data is false) or groundnet.xml files from scenery/A

Re: [Flightgear-devel] parking.xml files under scenery/Airports

2009-12-22 Thread Csaba Halász
On Tue, Dec 22, 2009 at 2:35 PM, Durk Talsma wrote: > > Whenever this boolean property is set to false, ground network data will be > read from AI/Airports/[ICAO], and when set to true, it is read from > scenery/Airports/[I]/[C]/[A]/[ICAO].groundnet.xml. Exactly. So the file scenery/Airports/[I]/

Re: [Flightgear-devel] adding CenturyIIB and CenturyIII to AP list in gui.nas

2009-12-30 Thread Csaba Halász
On Wed, Dec 30, 2009 at 2:21 PM, dave perry wrote: > Hi, > > Does anyone object to graying out the autopilot menu for tw additional > autopilots used by several aircraft? I would suggest introducing an enable switch for the generic autopilot, the state of which would be reflected in the menu stat

Re: [Flightgear-devel] Windows CVS update warnings

2010-01-02 Thread Csaba Halász
On Sat, Jan 2, 2010 at 2:23 PM, Alan Teeder wrote: > > >From here I see the same as you with both A380.rgb and a380.rgb at > http://cvs.flightgear.org/viewvc/data/Aircraft/A380/Models/ > > I deleted the A380 directory and re-ran CVS, but no conflicts and A380.rgb > and not a380.rgb appeared in A38

Re: [Flightgear-devel] Laptop Recommentations

2010-01-08 Thread Csaba Halász
On Fri, Jan 8, 2010 at 11:00 AM, Stuart Buchanan wrote: > > The graphics card on my FG PC has just died, and as the PC is now quite old > and was already on it's second graphics card, I'm looking to buy a laptop to > replace it with. > > Does anyone have a recommendation for laptops, or particul

Re: [Flightgear-devel] Win32-built -Towards the new Release

2010-01-09 Thread Csaba Halász
On Sat, Jan 9, 2010 at 10:39 PM, Heiko Schulz wrote: > Hello, > > > Benoit Laniel's exe: > + sound works o.k. > + devices are visible ("My soundcard/ wave file writer") > > > Vivian Meazza's exe: > > - sound devices not visible (only readable "hardware device/ software device") > -sound doppler to

Re: [Flightgear-devel] Problem with modified apt.dat file

2010-01-19 Thread Csaba Halász
On Tue, Jan 19, 2010 at 11:51 AM, Andrew Gillanders wrote: > > I am having trouble with an updated apt.dat file. I think it is with > compressing it. I used the command 'tar cfz apt.dat.gz apt.dat'. Is > this correct? Nope, you don't want to tar it, just gzip. -- Csaba/Jester -

Re: [Flightgear-devel] Bugs: 787

2010-01-21 Thread Csaba Halász
On Fri, Jan 22, 2010 at 2:18 AM, Pete Morgan wrote: > Something has changed recently as I now get these bugs which crash when > starting the 787 > > YASim SOLUTION FAILURE: > Zero length fuselage I have reported this error a year ago. (http://www.mail-archive.com/flightgear-devel@lists.sourceforg

Re: [Flightgear-devel] BugFix - Re: Bugs: 787

2010-01-23 Thread Csaba Halász
On Sun, Jan 24, 2010 at 12:05 AM, Pete Morgan wrote: > After following the link below.. here is the fix. Not sure what it does, > but took a stab at replacing the ax=13.6. The model looks fins in the > views.. That's because you are modifying the FDM not the visual model. I don't think it is a go

Re: [Flightgear-devel] new MP server / Netherlands

2010-01-28 Thread Csaba Halász
On Thu, Jan 28, 2010 at 3:23 PM, Brant Gipson wrote: > Contact the domain owner to get a subdomain like mpserver12.flightgear.org Posting here usually qualifies as "contacting the domain owner" :D By the way, I think something should be done about 02. It is way too overused and seems to have som

Re: [Flightgear-devel] new MP server / Netherlands

2010-01-28 Thread Csaba Halász
On Thu, Jan 28, 2010 at 6:40 PM, Rob Shearman, Jr. wrote: > > I'm not certain about either of the below two statements, so take them with > a grain of salt: > (1) 02 is filtering out North American IPs as a solution for the excessive > bandwidth issues.  However, is this not also filtering out rel

Re: [Flightgear-devel] new MP server / Netherlands

2010-01-28 Thread Csaba Halász
On Thu, Jan 28, 2010 at 11:13 PM, HB-GRAL wrote: > Csaba Halász schrieb: >> >> By the way, I think something should be done about 02. It is way too >> overused and seems to have some intermittent relaying problems (even >> though it is supposed to have IP filterin

Re: [Flightgear-devel] Phantom set files

2010-01-30 Thread Csaba Halász
On Sat, Jan 30, 2010 at 2:27 PM, Innis Cunningham wrote: > So were is FG hiding this information about old set files.I even ran an A/C > the other day with no set file > in the aircraft folder at all without a problem. > What is happening here?. FG is caching the list of set files in the autosave

Re: [Flightgear-devel] Chat color

2010-02-04 Thread Csaba Halász
On Thu, Feb 4, 2010 at 5:08 PM, Peter Brown wrote: > Not sure if it's just Tat's color choice or in all versions, but the chat > text color that appears with the Mac 2.0.0-pre3 is still purple, which is > very hard to read on screen. > I assume it's due to the ambient color changes that happened

Re: [Flightgear-devel] configuration snafu

2010-02-06 Thread Csaba Halász
On Fri, Feb 5, 2010 at 11:05 PM, John Denker wrote: > On 02/05/2010 02:38 PM, Curtis Olson wrote: >> I don't doubt that there could be some lib vs. lib64 inconsistencies, but >> FilghtGear builds right out of the box for me on 64bit Fedora 12 ... no >> hitches at all that I recall and it has done

Re: [Flightgear-devel] configuration snafu

2010-02-06 Thread Csaba Halász
On Sat, Feb 6, 2010 at 5:17 PM, Tim Moore wrote: > > On Sat, Feb 6, 2010 at 4:18 PM, John Denker wrote: >> >> On 02/06/2010 07:54 AM, Csaba Halász wrote: >> >> > On 64 bit systems /lib64 should really be a symlink to /lib (similarly >> > for /usr/lib64)

Re: [Flightgear-devel] configuration snafu

2010-02-06 Thread Csaba Halász
On Sat, Feb 6, 2010 at 8:49 PM, Curtis Olson wrote: > On Sat, Feb 6, 2010 at 1:39 PM, Csaba Halász wrote: >> >> On native 64 bits systems there is no point in having a separate /lib >> and /lib64 - I certainly don't see any. Debian does provide the >> symlinks as

Re: [Flightgear-devel] configuration snafu

2010-02-08 Thread Csaba Halász
On Mon, Feb 8, 2010 at 10:20 PM, John Denker wrote: > On 02/08/2010 10:58 AM, Geoff McLane wrote: > >> If you had read the screen during the >> ./configure ... step you would have seen >> something like :- >> Checking for osgGetVersion in -losg: no >> That 'no' is a 'clear indication' of trouble >

Re: [Flightgear-devel] Nasal/*.nas ... order of loading, #include <...>, require(...)

2010-02-11 Thread Csaba Halász
On Thu, Feb 11, 2010 at 10:59 PM, John Denker wrote: > > On my machine I observe that the various scripts in > the Nasal/ directory get loaded in some hard-to-predict > order. > > That means that if you write a script called foo.nas, > it's hard to know whether it will get processed before > or af

Re: [Flightgear-devel] Shift key stuck once pressed

2010-02-15 Thread Csaba Halász
On Mon, Feb 15, 2010 at 10:42 PM, Viktor Radnai wrote: > > I built the latest Flightgear version out of CVS and I'm using it with > the data directory straight out of CVS as well. How about OSG? What version do you have? -- Csaba/Jester -

Re: [Flightgear-devel] Shift key stuck once pressed

2010-02-15 Thread Csaba Halász
On Mon, Feb 15, 2010 at 11:37 PM, Viktor Radnai wrote: > > It's version 2.8.2-1 that comes with Debian unstable. > > Should I try 2.9.6 instead? Yes. 2.8.2 reportedly also has the [ ] key bug. -- Csaba/Jester -- SOLARI

Re: [Flightgear-devel] Shift key stuck once pressed

2010-02-16 Thread Csaba Halász
On Tue, Feb 16, 2010 at 3:10 PM, Viktor Radnai wrote: > Hi again, > > I've built OSG 2.9.6 and rebuilt the latest CVS version of Simgear & > Flightgear against it. Unfortunately I still get the problem. > > (It's fairly certain that I use the latest OSG as my freshly built fgfs > won't even start

Re: [Flightgear-devel] Shift key stuck once pressed

2010-02-16 Thread Csaba Halász
On Tue, Feb 16, 2010 at 6:05 PM, Viktor Radnai wrote: > Hi there, > > There's a lot of output and some other information may also be relevant, > I'm not sure. The lines from the logs you asked for are here. I added > the '//comments' to let you know what I did there: > > User pressed key 118 with

Re: [Flightgear-devel] VC90 compile fail in WaypointList.cxx

2010-02-22 Thread Csaba Halász
On Mon, Feb 22, 2010 at 7:23 PM, James Turner wrote: > > Urk I'm confused - I thought this was a C99 feature, is it a GNU > extension? AFAIK it *is* a C99 feature, but not a standard C++ feature (yet). -- Csaba/Jester ---

Re: [Flightgear-devel] build on Windows; dependencies?

2010-02-25 Thread Csaba Halász
On Fri, Feb 26, 2010 at 1:07 AM, wrote: > > Pthreads – I guess I could use the POSIX threads for Win32, but I am curious > since OpenSceneGraph is already being used, and it uses OpenThreads, would > it not be better to use OpenThreads instead?   Helpful hints are welcome in > compiling for pthre

Re: [Flightgear-devel] scenery appearance depends on camera tilt angle

2010-03-11 Thread Csaba Halász
On Thu, Mar 11, 2010 at 10:26 PM, John Denker wrote: > > For some tilt angles, the taxiway signs alongside taxiway > charlie are dark, while at other title angles they are > lit. Not that it matters but I have reported this issue already: http://www.mail-archive.com/flightgear-devel@lists.sourcef

Re: [Flightgear-devel] reset crash

2010-03-16 Thread Csaba Halász
On Tue, Mar 16, 2010 at 9:58 AM, Erik Hofman wrote: > James Turner wrote: > > I've committed a slightly more helpful exception message in props.cxx > It'll provide something like: > > Fatal error: '!' found in propertyname after 'velocities' > name may contain only ._- and alphanumeric characters

[Flightgear-devel] [PATCH] use const char* for dlerror

2010-03-22 Thread Csaba Halász
This fixes compilation error for non-bsd systems that happen to return const char* from dlerror(). No reason not to, since const char* is assignable from char*. -- Csaba/Jester diff --git a/simgear/screen/extensions.cxx b/simgear/screen/extensions.cxx index 7429c0f..130673c 100644 --- a/simgear/s

Re: [Flightgear-devel] C1 & C2

2010-04-01 Thread Csaba Halász
On Thu, Apr 1, 2010 at 8:14 PM, Peter Brown wrote: > Does anyone have information on aircraft displayed as C1 and C2 on the mpmap? > > These two user names were on the Salt Flats for quite a long time, using a > jeep as an aircraft, 5 ft off the deck.  They have now been repositioned in > Virgin

Re: [Flightgear-devel] Reducing AI Model complexity

2010-04-01 Thread Csaba Halász
On Fri, Apr 2, 2010 at 12:52 AM, Stuart Buchanan wrote: > Hi All, > > In an effort to help with this I've been looking at two fixes: > 1) A control to disable sub-model loading for AI aircraft. This > effectively stops the model loader from recursing into tags, > and therefore stops it from loadi

Re: [Flightgear-devel] Replacement fpr mpserver01.flightgear.org

2010-04-06 Thread Csaba Halász
On Tue, Apr 6, 2010 at 1:12 PM, Oliver Schroeder wrote: > Hello list. > > Unfortunatly my sponsor for mpserver01 will quit his contract for the > hardware. Thus I am in search for a replacement. If all else fails, we should of course still have a mpserver01, by renaming one of the beefy european

Re: [Flightgear-devel] Replacement fpr mpserver01.flightgear.org

2010-04-07 Thread Csaba Halász
On Wed, Apr 7, 2010 at 12:52 PM, Mattt wrote: > >   I may be able to assist - note, however, that my host is in AU. It is on > several redundant 100mb ethernet connections, though ;-) It would be *awesome* to have a server in AU! Named 02, of course ;) -- Csaba/Jester -

Re: [Flightgear-devel] Replacement fpr mpserver01.flightgear.org

2010-04-07 Thread Csaba Halász
On Wed, Apr 7, 2010 at 2:08 PM, Mattt wrote: > > Certainly for AU users :p Would be awesome for everybody if 02 could be replaced - it is causing a *lot* of grief due to relay problems. > Biggest problem is that we pay dearly for our bandwidth. I'm working with > 60gb/mth presently, hence me wor

Re: [Flightgear-devel] Compiling FGSD on Ubuntu Karmic / GCC 4.4...

2010-04-20 Thread Csaba Halász
On Tue, Apr 20, 2010 at 12:31 PM, Mattt wrote: > >     actionmgr.cpp:115: error: invalid cast from type ‘SGTimeStamp’ to type > ‘double’ > >   ...so I've tried all sorts of ways to add .toMSecs(). Nothing is working. timestamp.hxx has line 136: double toMSecs() const (See http://cvs.flightgear.o

Re: [Flightgear-devel] Compiling FGSD on Ubuntu Karmic / GCC 4.4...

2010-04-20 Thread Csaba Halász
On Tue, Apr 20, 2010 at 2:35 PM, Mattt wrote: > Thanks Csaba, > >   With ( current - _lastNewAction ).toMSecs() : > >     actionmgr.cpp:115: error: invalid cast from type ‘SGTimeStamp’ to type > ‘double’ Sounds strange - you have removed the cast, right? So how can it complain about a non-existin

Re: [Flightgear-devel] Interlink a new server?

2010-05-11 Thread Csaba Halász
On Tue, May 11, 2010 at 9:44 PM, Sabin Densmore wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > I've finally gotten my multiplayer server up and was hoping to get it > interconnected with the rest of the network, if at all possible. > > Let me know your thoughts. I yet aga

Re: [Flightgear-devel] Interlink a new server?

2010-05-12 Thread Csaba Halász
On Tue, May 11, 2010 at 10:43 PM, Curtis Olson wrote: > If someone tells me what dns changes should be made, I can make them. Okay, what do you think about this: 1) rename 02 to 14 (that is the next one, I believe) 2) assign 03 to the new server, as 03 has been down for a very long time Thus: 1)

Re: [Flightgear-devel] Interlink a new server?

2010-05-14 Thread Csaba Halász
On Fri, May 14, 2010 at 9:02 PM, Peter Morgan wrote: > mpserver02 still needs to exist for the mpmap02 though ? mpmap02 should stay, with the default server adjusted. > mpmap01 has not been working for a while >From here it looks as if mpserver01 was down, mpmap01 is working fine. -- Csaba/Je

Re: [Flightgear-devel] Thanks for the Ride

2010-05-14 Thread Csaba Halász
On Sat, May 15, 2010 at 1:40 AM, Chris Wilkinson wrote: > > Currently I'm trying to build up motivation to download all the libs (again) > and rebuild 2.0 so I can see the urban shader effect, but motivation is > lacking. It should be easier. For ubuntu/debian systems we have scripted automatic c

[Flightgear-devel] git bundle

2010-05-15 Thread Csaba Halász
Hi! During discussions on IRC, the idea came up of creating a downloadable bundle of the new gitorious fg-data repository. The primary reason is to make the initial clone operation resumable in case the connection breaks. Our understanding is that git isn't currently capable of that. It could also

Re: [Flightgear-devel] [Proposal] Class-based MP aircraft visibility

2010-05-21 Thread Csaba Halász
On Fri, May 21, 2010 at 11:26 AM, Stuart Buchanan wrote: > > My proposal is that users may optionally set a class or community they > are flying in (say /sim/multiplay/class) that is exposed over MP. > > For example: > Default - the default > Newbie - for new flyers > Student - those training - mi

Re: [Flightgear-devel] Class-based MP aircraft visibility

2010-05-25 Thread Csaba Halász
On Tue, May 25, 2010 at 10:32 AM, Stuart Buchanan wrote: > > I wonder if it would be worth having a "child-friendly" MP Group (I > think this term > is easier to understand than "usage class")? So it should be possible to be a member of multiple groups. I am "child-friendly" (intend to be, anyway

Re: [Flightgear-devel] Mad Catz Game Controller 6-axis joystick bindings

2010-06-15 Thread Csaba Halász
On Tue, Jun 15, 2010 at 1:58 AM, Oana Radu wrote: > > I've just made a config file for my Mad Catz gamepad, unfortunately the file > only works under windows, in Linux I think the device has a different name. > Should I create two different config files, one for win and the second for > linux o

Re: [Flightgear-devel] Issues with compiling on Gentoo 64

2010-06-25 Thread Csaba Halász
On Sat, Jun 26, 2010 at 2:07 AM, Jason Cox wrote: > > 2. I get the fillowing compile issue when building the gitorious version > of Flightgear. Any ideas on how to solve? You need to have matching simgear and flightgear as usual. No changes there. Check your simgear. Cf: http://gitorious.org/fg/s

Re: [Flightgear-devel] Multi core discussion

2010-07-06 Thread Csaba Halász
On Tue, Jul 6, 2010 at 1:45 PM, wrote: > Hi > > Many modern computers are running multicore CPU's. I have noticed that > FGFS only uses one thread in one core. And FGFS appears to be processor > bound on my Core-I7, because the one core thread is 100% busy while my > FPS are dropping in areas wit

Re: [Flightgear-devel] Multi core discussion

2010-07-06 Thread Csaba Halász
On Tue, Jul 6, 2010 at 2:58 PM, wrote: > > I have searched the wiki, but cannot find an option for on-screen OSG stats. > Which on screen OSG stats option do you mean? "debug -> cycle on screen stats" or somesuch, can't say right now. Looks like this: http://www.turboimagehost.com/p/1582270/fgf

Re: [Flightgear-devel] Multi core discussion

2010-07-06 Thread Csaba Halász
On Tue, Jul 6, 2010 at 3:58 PM, wrote: > Op 06-07-10 15:44, Csaba Halász schreef: >> >> "debug ->  cycle on screen stats"  or somesuch, can't say right now. >> > > Did that, but it only shows framerate and not the other stuff that is in > y

Re: [Flightgear-devel] Multi core discussion

2010-07-06 Thread Csaba Halász
On Tue, Jul 6, 2010 at 4:50 PM, Stefan Seifert wrote: > On Tuesday 06 July 2010 16:15:36 Martin Spott wrote: > >> Even though a 2.8 GHz Socket 940 Opteron is by far not state of the art >> in these days, I think this scenario is a sufficient proof that the >> statement "FG itself isn't CPU limited

Re: [Flightgear-devel] Filling combobox values from source file

2010-07-07 Thread Csaba Halász
On Wed, Jul 7, 2010 at 1:37 PM, raghvendra misra wrote: > Hi all, > The values entered in combo box is defined by in the xml files. > However i have a requirement in which the values are not fixed and > changes depending on certain conditions. So i cannot use xml files to > enter these values. >

Re: [Flightgear-devel] weather conditions and winds aloft not working correctly..

2010-07-17 Thread Csaba Halász
On Sat, Jul 17, 2010 at 8:16 PM, Curtis Olson wrote: > Hi Torsten, > While we are on the subject, I have two dumb, but related questions ... > > 1. I do some UAV work and at times collect some real world flight test data. >  It would be really nice to be able to capture the current metar data off

<    1   2   3   4   5   6   7   >