[Flightgear-devel] Lightmap terrain shadowing

2002-10-03 Thread David Findlay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does Plib have the capacity to do lightmapping? I've just been reading up and doing some work on dynamic terrain lightmaps for self shadowing terrain. It might may FGFS look a bit cooler. Thanks, David - -- If you give someone a program, you will

Re: [Flightgear-devel] Startup seg fault

2002-10-03 Thread John Check
On Thursday 03 October 2002 11:52 pm, John Wojnaroski wrote: > With the latest CVS for SimGear and FG (updated 20:00 PDT) seeing > > Unable to detect the current language > ./test: line 5 9148 Segmentation fault yada yada yada > > Wasn't paying attention to the discussions on internationaliz

[Flightgear-devel] Startup seg fault

2002-10-03 Thread John Wojnaroski
With the latest CVS for SimGear and FG (updated 20:00 PDT) seeing Unable to detect the current language ./test: line 5 9148 Segmentation fault yada yada yada Wasn't paying attention to the discussions on internationalization -- did I miss something? Base package was updated as of 03Oct02

Re: [Flightgear-devel] Internationalization

2002-10-03 Thread David Megginson
Andy Ross writes: > The current font is ASCII-only. Doing an ISO 8859-1 (or -15) version > would be pretty simple, although visual quality might suffer if we > have to stay at 256x256. The font file format works fine at bigger > sizes, but Voodoo cards don't support textures larger than thi

Re: [Flightgear-devel] Internationalization

2002-10-03 Thread David Megginson
Frederic Bouvier writes: > I made a french translation but unfortunately, accented characters > ( e acute or a grave for instance ) are not present in the current > font. I think the problem will show up for several languages. > Should we have to provide a specific accented font for language

re: [Flightgear-devel] Internationalization

2002-10-03 Thread Tony Peden
On Thu, 2002-10-03 at 09:59, David Megginson wrote: > Curtis L. Olson writes: > > > Have Ishared this? > > > > http://www.menet.umn.edu/~curt/tmp/startrekkin.mp3 > > I kind-of wish you hadn't. I'll second that. > > > All the best, > > > David > > -- > David Megginson, [EMAIL PR

Re: [Flightgear-devel] Internationalization

2002-10-03 Thread Andy Ross
Frederic Bouvier wrote: > I made a french translation but unfortunately, accented characters ( e > acute or a grave for instance ) are not present in the current font. I > think the problem will show up for several languages. Should we have > to provide a specific accented font for languages like

RE: [Flightgear-devel] Internationalization

2002-10-03 Thread Michael Basler
Frederic, > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Frederic > Bouvier > I made a french translation but unfortunately, accented characters > ( e acute or a grave for instance ) are not present in the current > font. I think the problem will show up for several languages

Re: [Flightgear-devel] Internationalization

2002-10-03 Thread Frederic Bouvier
From: "Erik Hofman" <[EMAIL PROTECTED]> > Curtis L. Olson wrote: > > Erik Hofman has done some further work on building and > > internationalization/locale infrastructure for FlightGear. > > > I know this is just scratching the surface, but hopefully for > > starters, seeing the menu items in yo

Re: [Flightgear-devel] STL and vectors

2002-10-03 Thread Norman Vine
Erik Hofman writes: > David Megginson wrote: > > Erik Hofman writes: > > > > > Can someone explain me how to erase a member from an STL vector? > > > I've tried several things, but it looks like it isn't removed anyhow. > > > > You need to use erase(), passing in an iterator (yes, I know, I hate

re: [Flightgear-devel] Internationalization

2002-10-03 Thread David Megginson
Curtis L. Olson writes: > Have Ishared this? > > http://www.menet.umn.edu/~curt/tmp/startrekkin.mp3 I kind-of wish you hadn't. All the best, David -- David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ ___ Flightgear-devel mail

Re: [Flightgear-devel] Internal compiler error

2002-10-03 Thread Julian Foad
Andy Ross wrote: > http://www.memtest86.com/ I haven't noticed random crashes or corruption in the two years I've been running my current PC, but I decided to try this anyway. Most of the tests showed no problems, but the "block move" tests found thousands of errors, mostly in a particular

RE: [Flightgear-devel] Internationalization

2002-10-03 Thread Michael Basler
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Erik Hofman > Or to put it in other words: Time to sent in you localized files. > (It it actually quite neat to see the menu in Dutch now ;-) ) I already sent John a German file strings-de.xml, which

Re: [Flightgear-devel] STL and vectors

2002-10-03 Thread Erik Hofman
Jon S Berndt wrote: > On Thu, 03 Oct 2002 17:06:28 +0200 > Erik Hofman <[EMAIL PROTECTED]> wrote: > >> Is there an easy way to get an itterator from an indexed value (e.g. >> value[1]), or do i need do to everything with iterators then? >> >> Erik > > > What, exactly, are you trying to do? I

re: [Flightgear-devel] Internationalization

2002-10-03 Thread Curtis L. Olson
David Megginson writes: > Curtis L. Olson writes: > > > I know this is just scratching the surface, but hopefully for > > starters, seeing the menu items in your own native language will make > > FlightGear just a little more comfortable. > > Excellent work. How long before someone does Klin

Re: [Flightgear-devel] STL and vectors

2002-10-03 Thread Jon S Berndt
On Thu, 03 Oct 2002 17:06:28 +0200 Erik Hofman <[EMAIL PROTECTED]> wrote: >Is there an easy way to get an itterator from an indexed >value (e.g. value[1]), or do i need do to everything with >iterators then? > >Erik What, exactly, are you trying to do? If it helps, there's some example code

Re: [Flightgear-devel] Internationalization

2002-10-03 Thread Erik Hofman
Curtis L. Olson wrote: > Erik Hofman has done some further work on building and > internationalization/locale infrastructure for FlightGear. > I know this is just scratching the surface, but hopefully for > starters, seeing the menu items in your own native language will make > FlightGear just a

re: [Flightgear-devel] Internationalization

2002-10-03 Thread David Megginson
Curtis L. Olson writes: > I know this is just scratching the surface, but hopefully for > starters, seeing the menu items in your own native language will make > FlightGear just a little more comfortable. Excellent work. How long before someone does Klingon? All the best, David -- Davi

Re: [Flightgear-devel] STL and vectors

2002-10-03 Thread Erik Hofman
David Megginson wrote: > Erik Hofman writes: > > > Can someone explain me how to erase a member from an STL vector? > > I've tried several things, but it looks like it isn't removed anyhow. > > You need to use erase(), passing in an iterator (yes, I know, I hate > STL iterators too -- another

[Flightgear-devel] Internationalization

2002-10-03 Thread Curtis L. Olson
Erik Hofman has done some further work on building and internationalization/locale infrastructure for FlightGear. The new code supports the LANG environment variable for setting the desired language. Currently this only affects the menu system, but in the future we could internationalize other p

re: [Flightgear-devel] STL and vectors

2002-10-03 Thread David Megginson
Erik Hofman writes: > Can someone explain me how to erase a member from an STL vector? > I've tried several things, but it looks like it isn't removed anyhow. You need to use erase(), passing in an iterator (yes, I know, I hate STL iterators too -- another idea that was just a little too cleve

[Flightgear-devel] STL and vectors

2002-10-03 Thread Erik Hofman
Hi, Can someone explain me how to erase a member from an STL vector? I've tried several things, but it looks like it isn't removed anyhow. Erik ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightge

Re: [Flightgear-devel] Internal compiler error

2002-10-03 Thread Clarence Bakirtzidis
Thanks for your help guys. It turns out it was a RAM problem afterall. I borrowed some RAM from a friend and tried compiling with it installed in my machine and everything works fine. The suspect RAM I had was a RAmos 512MB PC133 CL3 SDRAM chip. I borrowed two 128MB Hyundai SDRAM chips (one is

Re: [Flightgear-devel] 3dClouds

2002-10-03 Thread John Wojnaroski
Whoops! Left the 3dclouds thinking I'd solved the transform problem from skywork coordinates to fg cartesian... Wrong!! The solution at KSFO was a 'happy accident". The math for defining the transform matrix is correct, just plugging in the wrong values to calculate the required vectors for ro

Re: [Flightgear-devel] Subsystem Manager

2002-10-03 Thread David Megginson
Jim Wilson writes: > This should organize things quite a bit. Very nice. One thought: > is it possible that the sequence of processing subsystems could be > different for different functions? My initial take would be no, > and I can't think of a good reason for it off the top of my head,