[Flightgear-devel] RE: [Flightgear-users] Framerate

2001-11-15 Thread Richard Kis
loads ant starts them. Richard Kis [EMAIL PROTECTED] -Original Message- From: D Luff [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 4:59 PM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-users] Framerate Richard Kis writes: > > I'm starting with

RE: [Flightgear-devel] Middle mouse button / win32

2001-11-29 Thread Richard Kis
Thr problem was really on windows driver only. I'm using Windows98, W2k has not this problem. The API call GetSystemMetrics(SM_CMOUSEBUTTONS) during GLUT startup returned "2" in my case, so Win98 system identified 3-buttons mouse as 2-buttons only and set "number of mouse buttons" system metric

RE: [Flightgear-devel] lighting error

2001-12-09 Thread Richard Kis
I'm running latest version from CVS, I saw this error in both CVS and last release version. Richard Kis -Original Message- From: Curtis L. Olson [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 1:12 AM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] lighting

RE: [Flightgear-devel] Problems with JSBSim under Win32

2002-01-10 Thread Richard Kis
. . . This is not a real fix of sorce of this problem only avoiding of problem consequences, but it can temporary help you run FlightGear till it will be solved... Richard Kis -Original Message- From: Kaiser Georg [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 2:26 PM

RE: [Flightgear-devel] Problems with JSBSim under Win32

2002-01-17 Thread Richard Kis
oblem has been described more times by more people. Shortly, a case is a fail of "FGInitConditions" for a stationary airplane, please look to that mail. It is not a MSVS - related think. Other compilers products probably has a different

RE: [Flightgear-devel] Problems with JSBSim under Win32 - MSVC

2002-01-17 Thread Richard Kis
ition::solve(&alpha,0) FGInitialCondition::GammaEqOfAlpha() GammaEqOfAlpha here returning 0.0 (because all velocity components are 0.0) Both f1 and f3 FGInitialCondition::solve() locals gets 0.0 therefore and there is division by

RE: [Flightgear-devel] still not able to compile

2002-07-24 Thread Richard Kis
Recompile all projects using multithreaded apartment (of sigle threaded if you would like) but you sannot combine them. All means SimGear, Plib, Metakit, FlightGear... Richard Kis -Original Message- From: Christian Stock [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 9:53 AM

RE: [Flightgear-devel] Property managersmMemory leaks

2003-06-02 Thread Richard Kis
Hello David, So where it is deleted? I think nowhere currently... Best Regards, Richard > -Original Message- > From: David Megginson [mailto:[EMAIL PROTECTED] > Sent: Friday, May 30, 2003 4:28 PM > To: FlightGear developers discussions > Subject: re: [Flightgear-devel] Property manag

RE: [Flightgear-devel] Property managersmMemory leaks

2003-06-02 Thread Richard Kis
> From: David Megginson [mailto:[EMAIL PROTECTED] > Sent: Monday, June 02, 2003 12:00 PM > To: FlightGear developers discussions > Subject: RE: [Flightgear-devel] Property managersmMemory leaks > > > Richard Kis writes: > > > So where it is deleted? I think nowhere cur