Re: [Flightgear-devel] Spitfire

2004-07-27 Thread Bernie Bright
Vivian Meazza wrote: plib.ssgAux has a particle system that can simulate smoke. Attach one to an animation object and there you have it. Any takers? Someone (David Megginson?) mentioned the particle system when the subject of smoke was brought up some time ago. It may have been me but

Re: [Flightgear-devel] Spitfire

2004-07-26 Thread Bernie Bright
Vivian Meazza wrote: Ampere K. Hardraade wrote Sent: 26 July 2004 03:13 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Spitfire To create smoke, we will need two things: smoke emitter and smoke object. [snip] Good analysis. How much of this already exists, either in the

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_init.cxx, 1.104, 1.105 main.cxx, 1.171, 1.172

2004-07-22 Thread Bernie Bright
Jim Wilson wrote: globals-get_tile_mgr()-all_queues_empty() and cur_fdm_state-get_inited()) { ^^^ ^^^ Same here. That's a head scratcher. Never would have thought that would compile like that. Learn something new everyday. C++ provides keyword

Re: [Flightgear-devel] SDL early access implementation

2004-04-07 Thread Bernie Bright
On Wed, 07 Apr 2004 17:20:47 +0200 Erik Hofman [EMAIL PROTECTED] wrote: Bernie Bright wrote: On Tue, 06 Apr 2004 13:52:28 -0700 Andy Ross wrote: Sure. This should work right now. The only bits missing are the autotools magic to do the detection and set up the makefiles appropriately

Re: [Flightgear-devel] SDL early access implementation

2004-04-06 Thread Bernie Bright
On Tue, 06 Apr 2004 13:52:28 -0700 Andy Ross [EMAIL PROTECTED] wrote: Curtis L. Olson wrote: Probably the best short term solution is to make sure we can build with both SDL and glut and let the builder decide? Sure. This should work right now. The only bits missing are the autotools

Re: [Flightgear-devel] More 0.9.4pre1 feedback

2004-03-24 Thread Bernie Bright
On Tue, 23 Mar 2004 17:39:27 + (GMT) Jon Stockill [EMAIL PROTECTED] wrote: On Tue, 23 Mar 2004, David Luff wrote: Seems to work fine on Cygwin, apart from the --with-package=PREFIX configuration issues already posted. Nice job everyone. Yup - it's a flawless build on slackware

Re: [Flightgear-devel] More 0.9.4pre1 feedback

2004-03-23 Thread Bernie Bright
On Tue, 23 Mar 2004 19:34:38 +0100 (CET) Frederic BOUVIER [EMAIL PROTECTED] wrote: Erik Hofman wrote: Frederic BOUVIER wrote: Erik Hofman wrote: Jon Stockill wrote: I'll also be including fgrun in the package - is there likely to be a release newer than 0.4.2 in time to

Re: [Flightgear-devel] Re: Fix for compilation error in panel.cxx: `truncf' undeclared

2004-01-27 Thread Bernie Bright
On Tue, 27 Jan 2004 23:50:56 -0500 Eric L Hathaway [EMAIL PROTECTED] wrote: Erik Hoffman wrote: Bernie Bright wrote: / Compiles okay on Mandrake 9.2/10.0 (glibc-2.3.3 and gcc-3.3.2). However this// should really be tested for by the configure script - AC_CHECK_FUNCS(truncf

Re: [Flightgear-devel] Fix for compilation error in panel.cxx: `truncf' undeclared

2004-01-26 Thread Bernie Bright
On Mon, 26 Jan 2004 23:03:50 -0500 Eric L Hathaway [EMAIL PROTECTED] wrote: Allow me to de-lurk for a minute to report a compilation problem, along with a fix. Current (10:00pm EST, 2003-1-26) CVS checkouts of FlightGear fail to compile on my Linux box. Here is the relevant part of the

Re: [Flightgear-devel] enrty and exit points of main loop

2004-01-23 Thread Bernie Bright
On Fri, 23 Jan 2004 15:39:23 -0500 Snyder Adam D Civ AFRL/VACD [EMAIL PROTECTED] wrote: Hello, I am trying to add some calls to flightgear's main loop in order to set up shared memory and semaphores, and then remove them when FG exits. The easy part is

[Flightgear-devel] Ho Ho Ho

2003-12-16 Thread Bernie Bright
Just discovered the seasonal ufo model. Nice work Erik. One problem however, the sound is messed up. Bernie ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Checking if there is a connection with netChannel

2003-12-02 Thread Bernie Bright
On Tue, 02 Dec 2003 20:40:51 -0500 Norman Vine [EMAIL PROTECTED] wrote: Seamus Thomas Carroll writes: On the client side I thought about using netChannel::close to inform the server that the socket is closed but the function is never called. netChannel::close is called in the clients

Re: [Flightgear-devel] read not excepting more than one client

2003-11-29 Thread Bernie Bright
On Fri, 28 Nov 2003 22:45:24 -0700 Seamus Thomas Carroll [EMAIL PROTECTED] wrote: Hi, I have created a server which has one SGSocket object listening for clients that want to connect. The problem I am having is when a second client sends its connect info to the server the server never

Re: [Flightgear-devel] simgear SGSocket returning -1

2003-11-27 Thread Bernie Bright
On Thu, 27 Nov 2003 07:23:30 -0600 Curtis L. Olson [EMAIL PROTECTED] wrote: Curtis L. Olson writes: Bernie Bright writes: SGSocket::readline() and SGSocket::read() do act differently. For a server, readline() correctly handles the accept and reads from the new socket. read() also

Re: [Flightgear-devel] simgear SGSocket returning -1

2003-11-26 Thread Bernie Bright
On Wed, 26 Nov 2003 16:59:53 -0700 Seamus Thomas Carroll [EMAIL PROTECTED] wrote: Hi, I am trying to recieve a message using SGSocket::read. SGSocket::read returns zero bytes read until about the time I am expecting the first message to be recieved. From here on SGSocket::read returns

Re: [Flightgear-devel] FG logo Slovenian flag

2003-11-26 Thread Bernie Bright
On Thu, 27 Nov 2003 03:43:59 + Lee Elliott [EMAIL PROTECTED] wrote: Is there anyway to turn the console output back on? I've learnt quite a bit from looking at it and it's also helped me sort out a few problems. I understand the desire to make it quieter but I'd like it to be

Re: [Flightgear-devel] simgear SGSocket returning -1

2003-11-26 Thread Bernie Bright
On Wed, 26 Nov 2003 18:04:50 -0700 Seamus Thomas Carroll [EMAIL PROTECTED] wrote: I output the error and I am getting: Transport endpoint is not connected From man recv ENOTCONN The socket is associated with a connection-oriented protocol and has not been

Re: [Flightgear-devel] Re: New timer code ported onto old

2003-11-20 Thread Bernie Bright
On Thu, 20 Nov 2003 15:28:49 -0800 Andy Ross [EMAIL PROTECTED] wrote: Frederic Bouvier wrote: There are people that don't use automake to build flightgear and they would be gratefull if they could continue to build without having to duplicate stuff. I'm going to have to start writing

Re: [Flightgear-devel] Taxiway editors

2003-11-19 Thread Bernie Bright
On Wed, 19 Nov 2003 18:15:00 + Jon Stockill [EMAIL PROTECTED] wrote: There was much talk a while ago about taxiway editors (ISTR there were at least a couple being worked on). How're these progressing, and where can I find them? I'm working on a bunch of airfield buildings, and it'd be

Re: [Flightgear-devel] fgrun - runtime error

2003-11-10 Thread Bernie Bright
On Mon, 10 Nov 2003 00:14:07 + Richard Hornby [EMAIL PROTECTED] wrote: This may be one for Erik ... I am using FG 0.9.3 CVS version. I have compiled fltk and fgrun on SuSE8.2 and both seemed to go fine. I compiled both with --with-x and --with threads. You don't need to specify

Re: [Flightgear-devel] Some thoughts and ideas (LONG)

2003-11-06 Thread Bernie Bright
On Fri, 07 Nov 2003 02:22:54 +0200 Paul Surgeon [EMAIL PROTECTED] wrote: The menu systems could do with some major enhancments. A nice menu system for picking airports and aircraft, joystick configuration and key mappings would go down well. Getting everything menu driven will help a lot.

Re: [Flightgear-devel] FG 0.9.3-pre1b installable package ( revised )

2003-10-18 Thread Bernie Bright
On Sat, 18 Oct 2003 19:18:24 +0200 Frederic Bouvier [EMAIL PROTECTED] wrote: Hi all, This is a notice to those that are downloading the full Win32 package or are going to. I managed to build the excellent Bernie Bright's fgrun program and I added it to a new (80Mb) package that I am

Re: [Flightgear-devel] FG 0.9.3-pre1b installable package ( revised )

2003-10-18 Thread Bernie Bright
On Sat, 18 Oct 2003 19:38:35 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: Bernie Bright writes: On Sat, 18 Oct 2003 19:18:24 +0200 Frederic Bouvier [EMAIL PROTECTED] wrote: Hi all, This is a notice to those that are downloading the full Win32 package or are going

[Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Instrumentation adf.cxx, 1.1, 1.2

2003-10-02 Thread Bernie Bright
On Thu, 02 Oct 2003 03:47:35 -0500 Erik Hofman [EMAIL PROTECTED] wrote: Update of /var/cvs/FlightGear-0.9/FlightGear/src/Instrumentation In directory baron:/tmp/cvs-serv9276 Modified Files: adf.cxx Log Message: Work around a MipsPro 7.2 STL problem Index: adf.cxx

Re: [Flightgear-devel] Wireeframe and Flat Shaded Display

2003-09-26 Thread Bernie Bright
On Thu, 25 Sep 2003 23:27:46 +0100 James Turner [EMAIL PROTECTED] wrote: As to *why* I as looking at main.cxx - I'm trying to get an idea how complex a conversion to SDL would be - what other people are working in this area? I've got quite a bit of experience with SDL itself, but main.cxx

Re: [Flightgear-devel] Sound probs

2003-09-16 Thread Bernie Bright
On Mon, 15 Sep 2003 19:06:10 +0200 Arnt Karlsen [EMAIL PROTECTED] wrote: Are we still interested in migration to LibSDL? (cause I am ;)) ..shoot! Whoever codes it gets the credit for it. ;-) I've got an version sort of working using SDL_mixer. Unfortunately neither SDL nor SDL_mixer have

[Flightgear-devel] Error in runways.dat.gz and basic.dat.gz

2003-09-06 Thread Bernie Bright
A MAR1 -15180 CNN Coprales Chasma: thick air ^^ This can't be the correct altitude! Bernie ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] request for comments?

2003-08-05 Thread Bernie Bright
On Tue, 05 Aug 2003 11:23:07 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: I'm even talking about simple things like multitexturing which isn't exactly a new concept (i.e. it's been supported by hardware/opengl since the voodoo-1 days.) Plib unfortunatley has no support for multitexturing.

Re: [Flightgear-devel] metakit

2003-07-31 Thread Bernie Bright
On Thu, 31 Jul 2003 18:24:55 -0500 Jon Berndt [EMAIL PROTECTED] wrote: I've downloaded the latest fgfs, plib, and simgear, and as usual I need to install the latest metakit - which I did. However, the simgear build process doesn't seem to know it exists. I get this when building simgear:

Re: [Flightgear-devel] port for beos/zeta!

2003-07-30 Thread Bernie Bright
On Wed, 30 Jul 2003 20:57:08 +0200 Erik Hofman [EMAIL PROTECTED] wrote: Ralf Schuelke wrote: hello coders, wahre can flightgear portet for beos/zeta? ... i hope any coder make this! pleas for answere There has been someone working on a Beos port of FlightGear hasn't it? I don't

[Flightgear-devel] Re: [Flightgear-cvslogs] CVS: source/src/Networknative_fdm.cxx, 1.12, 1.13 net_fdm.hxx, 1.5, 1.6

2003-07-22 Thread Bernie Bright
On Tue, 22 Jul 2003 18:46:14 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: Update of /var/cvs/FlightGear-0.9/source/src/Network In directory baron:/tmp/cvs-serv19507/Network Modified Files: native_fdm.cxx net_fdm.hxx Log Message: Add gear animation effects to replay. Index:

Re: [Flightgear-devel] FG Network interface

2003-07-16 Thread Bernie Bright
On Wed, 16 Jul 2003 08:09:07 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: Christophe DONTAINE writes: Hi, I'm writing a little application to link Aerowinx PS1 simulator to FlightGear to have a better world visualization. (to C. Olson: the project discussed by mail the 18 April)

Re: [Flightgear-devel] FG Network interface

2003-07-16 Thread Bernie Bright
On Wed, 16 Jul 2003 08:57:19 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: Bernie Bright writes: Unfortunately the interface mechanism you are using is not designed to be high bandwidth. I believe it runs at 5hz? and only processes one line/command per iteration. You could try

Re: [Flightgear-devel] Texture Sizes

2003-07-08 Thread Bernie Bright
On Tue, 8 Jul 2003 15:58:26 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: I think we have some capacity (especially on higher end systems) for cranking more polygons. However, we need to be careful because we might find ourselves throwing 10-100 of these aircraft into a single scene (i.e.

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Bernie Bright
On 1 Jul 2003 13:19:08 GMT Martin Spott [EMAIL PROTECTED] wrote: Erik Hofman [EMAIL PROTECTED] wrote: Could you remove '#include FGJSBBase.h' at line 68 of FGfdmSocket.h and see if this solves your problem? Sorry, no change at all. Is this what people call a classical namespace

Re: [Flightgear-devel] Again: Threaded FlightGear ?

2003-06-24 Thread Bernie Bright
On Tue, 24 Jun 2003 07:46:39 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: [snip] Think about this another way ... do a profile of flightgear. I bet you will find that the graphics rendering portion of FlightGear takes 90-95% of the entire application work load. If you can't find a way

Re: [Flightgear-devel] New Sutro tower in CVS

2003-06-22 Thread Bernie Bright
On Sun, 22 Jun 2003 07:11:54 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: Bernie Bright writes: On Sat, 21 Jun 2003 07:32:07 -0400 David Megginson [EMAIL PROTECTED] wrote: Frederic Bouvier writes: The highest point of the bay area is in CVS : http

Re: [Flightgear-devel] New Sutro tower in CVS

2003-06-21 Thread Bernie Bright
On Sat, 21 Jun 2003 07:32:07 -0400 David Megginson [EMAIL PROTECTED] wrote: Frederic Bouvier writes: The highest point of the bay area is in CVS : http://perso.wanadoo.fr/frbouvi/flightsim/fgfs-sutro-sf.png Wow! Any volunteers for the Bay-area bridges? The closest one to KSFO,

Re: [Flightgear-devel] Re: keyboard mapping - spoilers and zoom

2003-06-10 Thread Bernie Bright
On Tue, 10 Jun 2003 17:32:15 - Jim Wilson [EMAIL PROTECTED] wrote: At some point we could think about writing xml files on the fly from gui dialogs, so that flightgear can be run and customized either with or without a text editor. That sounds like a project one of our new volunteers

Re: [Flightgear-devel] Profiling/Graphics/Menus

2003-06-10 Thread Bernie Bright
On Tue, 10 Jun 2003 17:55:34 +0100 Christopher S Horler [EMAIL PROTECTED] wrote: I'm wondering what kind of graphics acceleration would be required to run flightgear at adequate speed. I have to admit that I haven't had time to try in months (I hope to get a bit of coding time soon as well

Re: [Flightgear-devel] C-GPTR ornithopter

2003-06-09 Thread Bernie Bright
On Tue, 10 Jun 2003 00:50:56 +0200 Frederic Bouvier [EMAIL PROTECTED] wrote: I had to apply the patch below to make it work. For an obscure reason, only the first assert is compiled, and the subsequent three tables are not allocated. So I removed the assert that don't seems very useful

Re: [Flightgear-devel] Re: [BUG]?input/keyboard:repeatabledependson cpu clock

2003-06-05 Thread Bernie Bright
On Wed, 04 Jun 2003 12:33:30 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: Norman Vine writes: Are you sure that's true? Yes ! The event queue still needs to check every event every iteration to see if anything is ready to run ... Not if the event queue is ordered by next

Re: [Flightgear-devel] GPS gpsd

2003-06-01 Thread Bernie Bright
On Thu, 29 May 2003 14:11:06 -0400 Russell Nelson [EMAIL PROTECTED] wrote: You know what would be really neat? If flightgear's GPS support was able to emulate gpsd. So while you're flying around, you can run any mapping program that supports gpsd (gpsdrive or pygps at very least), and see

Re: [Flightgear-devel] GPS gpsd

2003-06-01 Thread Bernie Bright
On Sat, 31 May 2003 09:13:09 -0400 David Megginson [EMAIL PROTECTED] wrote: Bernie Bright writes: A quick read of the gpsd protocol indicates it should be easy enough. A variation of the props server with some code from the NMEA protocol class should do the trick. I will code

Re: [Flightgear-devel] controls-bind()

2003-04-02 Thread Bernie Bright
On Wed, 02 Apr 2003 10:58:21 +0200 Erik Hofman [EMAIL PROTECTED] wrote: Gerhard Wesp wrote: strstream would do the trick, but not all compilers support it yet. Note that strstream is *deprecated* in C++, one should use stringstreams (sstream) instead. No danger of overflowing any

Re: [Flightgear-devel] deprecated or antiquated header

2003-03-27 Thread Bernie Bright
On Thu, 27 Mar 2003 21:24:39 -0700 WillyB [EMAIL PROTECTED] wrote: Yes.. that was from TerraGear.. there are/were others from FG... but no idea how to change it so they are not there. I ran into this today... In file included from /usr/include/c++/3.2/backward/strstream:51,

[Flightgear-devel] Re: [Simgear-cvslogs] CVS: SimGear/simgear/misc sg_path.cxx,1.2,1.3sg_path.hxx,1.2,1.3

2003-02-27 Thread Bernie Bright
On Wed, 26 Feb 2003 13:50:17 -0600 Curtis L. Olson [EMAIL PROTECTED] wrote: Update of /var/cvs/SimGear-0.3/SimGear/simgear/misc In directory seneca:/tmp/cvs-serv25218/simgear/misc Modified Files: sg_path.cxx sg_path.hxx Log Message: Add some convenience functions to the SGPath

Re: [Flightgear-devel] Re: Undefined Symbols

2003-02-18 Thread Bernie Bright
On Tue, 18 Feb 2003 16:05:26 -0600 David Drum [EMAIL PROTECTED] wrote: [FlightGear-Devel readers: this is another installment in my quest to get FlightGear compiled under Mac OS X. I now have a good lead on the final link failure, I think. If you have any knowledge of linker naming

Re: [Flightgear-devel] Compile problem with Metakit

2003-02-17 Thread Bernie Bright
On Mon, 17 Feb 2003 10:24:01 +0100 [EMAIL PROTECTED] (Michael Basler) wrote: I have found the same problems. I think it is related to using gcc 3.2 on recent cygwin. Thanks, Richard, good to know it's not just my fault. gcc 3.2 doesn't look in /usr/local/* by default, so you need to

Re: [Flightgear-devel] Dynamic Scenario's

2003-02-10 Thread Bernie Bright
On Mon, 10 Feb 2003 11:46:04 + David Luff [EMAIL PROTECTED] wrote: [snip] The limit of my ambition at the moment is to get light planes taxiing in and out of and flying circuits around GA airports at the moment. This is a huge amount of work in itself - particularly the taxiing part,

Re: [Flightgear-devel] Dynamic Scenario's

2003-02-10 Thread Bernie Bright
On Mon, 10 Feb 2003 22:44:40 + David Luff [EMAIL PROTECTED] wrote: On 2/11/03 at 9:15 AM Bernie Bright wrote: On Mon, 10 Feb 2003 11:46:04 + David Luff [EMAIL PROTECTED] wrote: [snip] The limit of my ambition at the moment is to get light planes taxiing in and out

Re: [Flightgear-devel] Dynamic Scenario's

2003-02-10 Thread Bernie Bright
On Mon, 10 Feb 2003 22:17:27 -0600 Curtis L. Olson [EMAIL PROTECTED] wrote: Bernie Bright writes: [snip] Unlike yours they don't contain an elevation but that shouldn't be too hard to add if required, it is available from the underlying fgsd tile/airport object. Elevation

Re: [Flightgear-devel] Dynamic Scenario's

2003-02-10 Thread Bernie Bright
On Mon, 10 Feb 2003 22:17:27 -0600 Curtis L. Olson [EMAIL PROTECTED] wrote: Bernie Bright writes: I used your structures as a starting point. However the needs of the editor and the xml format forced some changes. But we are in the same ballpark. Here are some snippets from a KSFO

Re: [Flightgear-devel] Dynamic Scenario's

2003-02-09 Thread Bernie Bright
On Sun, 9 Feb 2003 17:59:52 + Paul Morriss [EMAIL PROTECTED] wrote: Hi, Is there any procedure for software documents etc? I have an outline of how I intend to write the software, I will start with other planes in the sky for now. Don't know about documentation but somebody (David

Re: [Flightgear-devel] Class name clash and namespaces

2003-01-22 Thread Bernie Bright
On Wed, 22 Jan 2003 07:50:55 -0600 Jon Berndt [EMAIL PROTECTED] wrote: Wouldn't something like this work? Either: using namespace jsbsim or using jsbsim::FGFDMExec etc... at the top of the files or fdmex = new jsbsim::FGFDMExec etc... everytime its needed.

[Flightgear-devel] Remote root exploit found in CVS

2003-01-21 Thread Bernie Bright
Slashdot reports that CVS versions 1.11.4 and lower can grant root access to malicious remote users. They advise anyone running a cvs server to upgrade to 1.11.5 ASAP. You have been warned. Bernie http://developers.slashdot.org/developers/03/01/21/1752251.shtml?tid=128

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds,winds, and air

2003-01-18 Thread Bernie Bright
On Sat, 18 Jan 2003 12:39:32 -0500 David Megginson [EMAIL PROTECTED] wrote: The new XML-configured menubar is now the default for FlightGear; configure --with-old-menubar to get the old one (which I'll keep around for now, until we're sure the new one is working OK). Please, everyone, give

Re: [Flightgear-devel] KSFO International Terminal

2003-01-17 Thread Bernie Bright
On Fri, 17 Jan 2003 16:25:10 -0500 David Megginson [EMAIL PROTECTED] wrote: Major A writes: It now works fine, thanks a lot! I like the terminal building at KSFO... You get the prize for being the first to notice -- congrats (I sneaked it into the base package CVS fairly quietly).

Re: [Flightgear-devel] Displaced thresholds (was: RE:[Flightgear-devel] Roadmap/brain dump)

2003-01-14 Thread Bernie Bright
On Wed, 15 Jan 2003 01:45:30 + David Luff [EMAIL PROTECTED] wrote: [snip] ... FWIW I'm currently writing a program to allow the laying out of a logical taxiway and parking place network for AI planes to follow over an image of Flightgear's rendered taxi and runways by clicking on it

Re: [Flightgear-devel] Threaded file loader and MSVC ?

2003-01-13 Thread Bernie Bright
On Mon, 13 Jan 2003 02:02:30 +0100 Michael Pujos [EMAIL PROTECTED] wrote: Hi I built with VC++ 6.0 FlightGear 0.9.1 with pthread support for the tile loader using pthread-win32 2002-11-04 At execution an assert fails in SGMutex::unlock(). So my question is if anyone had this working ?

Re: [Flightgear-devel] build identification

2003-01-06 Thread Bernie Bright
On Mon, 6 Jan 2003 22:55:56 -0600 Jon Berndt [EMAIL PROTECTED] wrote: I found it very helpful to capture a compile date and cvs tag into a chip design that verification people could use to direct me to a particular verilog code base to reproduce and debug problems. Good idea. We sort of

Re: [Flightgear-devel] strstream issues

2002-12-31 Thread Bernie Bright
On Tue, 31 Dec 2002 16:16:44 +0100 Erik Hofman [EMAIL PROTECTED] wrote: Hi, while browsing around I found the following piece of info: strstream considered harmful [snip] I noticed there are some places that use strstream. Should we depreciate the use of it for FlightGear?

Re: [Flightgear-devel] ATC Sound

2002-12-31 Thread Bernie Bright
On Tue, 31 Dec 2002 22:10:31 -0600 Curtis L. Olson [EMAIL PROTECTED] wrote: Erik Hofman writes: David Megginson wrote: [EMAIL PROTECTED] writes: FWIW, I found 1 a bit quiet, although audiable over the idling engine, so I set it to 2, which was audiable over the full throttle

[Flightgear-devel] Updates for simgear_config.h.vc5

2002-12-31 Thread Bernie Bright
This patch adds GLUT_H and updates PACKAGE and VERSION. === RCS file: /var/cvs/SimGear-0.3/SimGear/simgear/simgear_config.h.vc5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 simgear_config.h.vc5 --- simgear_config.h.vc57

[Flightgear-devel] Re: [Simgear-cvslogs] CVS: SimGear/simgear/compatibility - Newdirectory

2002-12-30 Thread Bernie Bright
On Mon, 30 Dec 2002 15:32:53 -0600 David Megginson [EMAIL PROTECTED] wrote: Update of /var/cvs/SimGear-0.3/SimGear/simgear/compatibility In directory seneca:/tmp/cvs-serv31511/simgear/compatibility Log Message: Directory /var/cvs/SimGear-0.3/SimGear/simgear/compatibility added to the

Re: [Flightgear-devel] properties documentation

2002-12-27 Thread Bernie Bright
On Fri, 27 Dec 2002 16:08:30 -0600 Mike Bonar [EMAIL PROTECTED] wrote: I am currently experimenting with doxemacs, a lisp extension to emacs that aids in formatting code for use with doxygen. Being an emacs newbie this might take a few days to get working ;-) I'll upload samples for

Re: [Flightgear-devel] Subversion Vs. CVS

2002-12-24 Thread Bernie Bright
On Tue, 24 Dec 2002 10:38:41 +0100 Erik Hofman [EMAIL PROTECTED] wrote: Hi, Today I read about subversion on the OpenBSD magizine site. http://subversion.tigris.org/ Subversion is meant to be a better CVS, so it will have most of CVS's features, with as many as possible in the 1.0

Re: [Flightgear-devel] Build Problem with MSVC 6.0

2002-12-20 Thread Bernie Bright
On Fri, 20 Dec 2002 20:02:51 -0800 Jonathan Polley [EMAIL PROTECTED] wrote: I finally get my ISP straightened out and was able to update to CVS again (Ya!). Unfortunately, I came across a couple of problems. First, the macro GLUT_H does not seem to be defined anywhere. Where is that suppose

Re: [Flightgear-devel] simgear-cvs compile error (cygwin gcc-3.2)

2002-11-27 Thread Bernie Bright
On Wed, 27 Nov 2002 13:41:58 -0500 Norman Vine [EMAIL PROTECTED] wrote: William Earnest writes: Norman Vine wrote: ace project writes: I'm getting a compile error while compiling the latest SimGear(CVS) under cygwin(current version/fresh install). extgl.h:363:

Re: [Flightgear-devel] Built-in Commands

2002-10-26 Thread Bernie Bright
On Sat, 26 Oct 2002 07:29:30 -0400 David Megginson [EMAIL PROTECTED] wrote: Bernie Bright writes: There was a discussion some months ago about adding command properties, that is, tying a property to a command such that writing to the property triggers the command. Such commands

Re: [Flightgear-devel] Built-in Commands

2002-10-25 Thread Bernie Bright
On Fri, 25 Oct 2002 21:20:56 -0400 David Megginson [EMAIL PROTECTED] wrote: I've simplified the SimGear command-manager interface a little further, and have added a README in docs-mini for binding new commands in FlightGear. It's so short that I can include it verbatim here: There was a

Re: [Flightgear-devel] Bugzilla

2002-10-15 Thread Bernie Bright
On Tue, 15 Oct 2002 23:02:09 +1000 David Findlay [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Has anyone thought of using bugzilla to keep track of bugs and suggestions for FlightGear? If no one else wants to, I could administer it, since I seem to have no time

Re: [Flightgear-devel] STL and vectors (final?)

2002-10-08 Thread Bernie Bright
On Tue, 8 Oct 2002 00:16:24 -0700 ace project [EMAIL PROTECTED] wrote: --- Bernie Bright [EMAIL PROTECTED] wrote: On Mon, 7 Oct 2002 08:09:32 -0400 Norman Vine [EMAIL PROTECTED] wrote: ace project writes: vector_of_elements.erase(vector_of_elements[index

Re: [Flightgear-devel] STL and vectors

2002-10-07 Thread Bernie Bright
On Mon, 7 Oct 2002 07:36:53 -0400 David Megginson [EMAIL PROTECTED] wrote: Frederic Bouvier writes: Or should it be : vector_of_elements.erase(vector_of_elements[index]); I think your are making the too rapid assumption that an iterator is a pointer to an element. Don't

Re: [Flightgear-devel] STL and vectors

2002-10-07 Thread Bernie Bright
On Mon, 7 Oct 2002 08:09:32 -0400 Norman Vine [EMAIL PROTECTED] wrote: ace project writes: vector_of_elements.erase(vector_of_elements[index]); I think your are making the too rapid assumption that an iterator is a pointer to an element. Thats the one I ment Fred (my

Re: [Flightgear-devel] STL and vectors

2002-10-07 Thread Bernie Bright
On Mon, 07 Oct 2002 09:53:09 -0700 Andy Ross [EMAIL PROTECTED] wrote: Bernie Bright wrote: Only random access iterators support the '+' operator. Fortunately std::vector and std::deque provide just such iterators. I thought there was a variant that supported incrementation

Re: [Flightgear-devel] Startup seg fault

2002-10-04 Thread Bernie Bright
On Thu, 3 Oct 2002 20:52:54 -0700 John Wojnaroski [EMAIL PROTECTED] 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

Re: [Flightgear-devel] Startup seg fault

2002-10-04 Thread Bernie Bright
On Fri, 04 Oct 2002 01:51:32 -0400 John Check [EMAIL PROTECTED] wrote: 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

Re: [Flightgear-devel] MSVC 6.0 Problem with systems/vacuum/vacuum.cxx

2002-09-24 Thread Bernie Bright
On Tue, 24 Sep 2002 03:46:54 -0400 Norman Vine [EMAIL PROTECTED] wrote: Bernie Bright writes: On Mon, 23 Sep 2002 18:51:25 -0700 Jonathan Polley [EMAIL PROTECTED] wrote: MSVC does not have fmin() defined, so complains in vacuum.cxx. gcc 2.95.3 complains too. fmin() is only

Re: [Flightgear-devel] Shared Scenery Objects

2002-09-22 Thread Bernie Bright
On Sun, 22 Sep 2002 07:53:34 -0400 David Megginson [EMAIL PROTECTED] wrote: For a while now, FlightGear has had support for adding static scenery objects (like buildings) to *.stg scenery files using the syntax OBJECT_STATIC file lon lat elevation-m heading The file is always loaded

Re: [Flightgear-devel] Shared Scenery Objects

2002-09-22 Thread Bernie Bright
On Sun, 22 Sep 2002 11:00:18 -0400 David Megginson [EMAIL PROTECTED] wrote: It would be nice to set them up as a separate download, but we will need these in the base package soon, so unless the author is willing to change the terms, we'll have to reproduce them outselves. I think that we

Re: [Flightgear-devel] Removed simgear/interpreter/

2002-09-18 Thread Bernie Bright
On Wed, 18 Sep 2002 15:39:11 -0500 Curtis L. Olson [EMAIL PROTECTED] wrote: David Megginson writes: I've updated configure.ac, but have not changed SimGear.dsp (an MSVC thing?). If someone who uses this file can send me a patched version, I'll commit it ASAP. The MSVC work spaces are

[Flightgear-devel] Bug in uiuc_menu.cpp

2002-07-18 Thread Bernie Bright
The function void d_1_to_1(double array1[100], double array2[100] ) passes an incorrect size to memcpy. The correct value should be 100*sizeof(double) since sizeof(array2) is actually sizeof(double*). Alternatively the size could be passed as a parameter effectively making d_1_to_1 a

Re: [Flightgear-devel] I have a Saitek Cyborg 3D Gold USB Stick

2002-07-14 Thread Bernie Bright
On Sun, 14 Jul 2002 07:33:46 -0400 David Megginson [EMAIL PROTECTED] wrote: Victoria Welch writes: As for jscal, I am unable to locate it for mandrake. The source I found (which seems to have been an early version ?!?!?!?!) wants to be compiled into the kernel and I find that just

Re: [Flightgear-devel] I have a Saitek Cyborg 3D Gold USB Stick

2002-07-14 Thread Bernie Bright
On 14 Jul 2002 09:02:50 -0700 Victoria Welch [EMAIL PROTECTED] wrote: Hi Tony, Thanks for the response! On Sun, 2002-07-14 at 08:39, Tony Peden wrote: rpmfind lists this: http://www.rpmfind.net//linux/RPM/cooker/contrib/RPMS/joystick-1.2.15-1mdk.i586.html Unfortunately Mandrake

Re: [Flightgear-devel] Multiplayer Engine project started

2002-06-24 Thread Bernie Bright
On Mon, 24 Jun 2002 12:21:46 -0700 ace project [EMAIL PROTECTED] wrote: [snip] The first important decision now is, do we multi-threading or multiplexing-IO ? For multiplexing, PLIB can be used. For multi-threading, we got a problem. Another issue is how to get the code to compile on

Re: [Flightgear-devel] Re: Telnet interface don't send proper line endings on windows

2002-05-20 Thread Bernie Bright
Frederic Bouvier wrote: As we discussed in the list, line endings don't depends on the platform where the server or the client is run. But the patch is imcomplete : The help command is OK but the dump command still send only LF as line endings. In fact, my patch missed that point too.

Re: [Flightgear-devel] Win32 Source code

2002-05-20 Thread Bernie Bright
A J wrote: Hi all Is there any flight gear source code for visual c++ 6.0 if there exist please send me its address FlightGear supports MSVC6. Workspace and project files are included in the source. Visit the FlightGear web page at http://www.flightgear.org/ for download

[Flightgear-devel] easter egg!!

2002-05-19 Thread Bernie Bright
Wondered why the sudden increase in network traffic when starting FlightGear just now. Then heard the new intro theme. Cute! Very cute! Bernie ___ Flightgear-devel mailing list [EMAIL PROTECTED]

Re: [Flightgear-devel] Re: Bad line endings when running on windows

2002-05-19 Thread Bernie Bright
Frederic Bouvier wrote: From: Melchior FRANZ [EMAIL PROTECTED] * Bernie Bright -- Sunday 19 May 2002 06:23: As for line endings I think its simpler if we just use CRLF for both client and server. I will check that the new server always sends CRLF. ACK Not that this is in any way

Re: [Flightgear-devel] Bad line endings when running on windows

2002-05-18 Thread Bernie Bright
Frederic Bouvier wrote: The telnet interface produce wrong line ending when I run both FlightGear and the telnet client on Win2k. I've just sent a patch to Curt that produce line ending based on the platform where fgfs is running ( something between #ifdef and #endif ). For the moment,

Re: [Flightgear-devel] Latest Update Problems

2002-05-17 Thread Bernie Bright
Julian Foad wrote: Jonathan Polley wrote: Two other things. First there is a constant string in telnet.cxx that contains CRs, which MSVC does not like. Second, telnet.cxx uses snprintf(), which is not supported under MSVC (for some reason, they use _snprintf(), go figure). I

Re: [Flightgear-devel] the new telnet server and scripting

2002-05-17 Thread Bernie Bright
Curtis L. Olson wrote: First, let me point out the new telnet server is *very* nice. Bernie has rewritten it based on the plib net libs. It can handle multiple concurrent connections. This is a big improvement! I'm not sure why you would need to run two or more sessions but there you go.

Re: [Flightgear-devel] the new telnet server and scripting

2002-05-17 Thread Bernie Bright
Curtis L. Olson wrote: [snip] Bernie, on the subjects of building additional commands into the telnet interface, I agree with Melchior. I'd rather not see the telnet interface being crammed with a bunch of extra commands that only the telnet interface knows about. I haven't looked at

Re: [Flightgear-devel] Latest MSVC Problem with options.cxx

2002-05-16 Thread Bernie Bright
Curtis L. Olson wrote: Jonathan Polley writes: MSVC does not like the size of the string constant in options.cxx C:\FlightGear\src\Main\options.cxx(1143) : error C2026: string too big, trailing characters truncated C:\FlightGear\src\Main\options.cxx(1181) : error C2026: string too

Re: [Flightgear-devel] Latest Update Problems

2002-05-15 Thread Bernie Bright
Jonathan Polley wrote: Two other things. First there is a constant string in telnet.cxx that contains CRs, which MSVC does not like. Second, telnet.cxx uses snprintf(), which is not supported under MSVC (for some reason, they use _snprintf(), go figure). Could we fix the

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Navaids fix.hxx,1.6,1.7ils.hxx,1.16,1.17 nav.hxx,1.22,1.23

2002-05-11 Thread Bernie Bright
Erik Hofman wrote: David Megginson wrote: Update of /var/cvs/FlightGear-0.7/FlightGear/src/Navaids In directory seneca:/tmp/cvs-serv23071/src/Navaids Modified Files: fix.hxx ils.hxx nav.hxx Log Message: Mac OS X patches from Jonathan Polley. *** 37,41 #elif

Re: [Flightgear-devel] Linux IDE

2002-05-11 Thread Bernie Bright
Christian Mayer wrote: Hi, beware of possible flame war as I'm now ready to run Linux frequently, I'm looking for a comfortable IDE for the development. Has anyone exprience? Does KDevelop work nicely together with FGFS? Do I need to make spacial adjustmenst (on anyside)? Oh,

Re: [Flightgear-devel] Re: Attaching to the network interface

2002-05-09 Thread Bernie Bright
Scott G. Miller wrote: I'm considering writing a scripting language interface to FlightGear to experiment with script driven weather and aircraft failure events. Is there a pointer to any documentation on interfacing with running flightgear on its http server? I'm

Re: [Flightgear-devel] Update Missing in config.h-msvc6

2002-04-23 Thread Bernie Bright
Curtis L. Olson wrote: Ugh, that's ugly. The configure script takes care of this automatically with unix/cygwin. Could something be done with the am2dsp.pl script? Tricky! The am2dsp.pl script doesn't touch config.h.in. However I could get the AM_INIT_AUTOMAKE version string from

  1   2   >