]> git.mxchange.org Git - flightgear.git/log
flightgear.git
20 years agoCurrently, when the sim pauses, all IO is also halted. To me it generally
curt [Fri, 21 Nov 2003 23:35:25 +0000 (23:35 +0000)]
Currently, when the sim pauses, all IO is also halted.  To me it generally
makes more sense to keep I/O running.  That way remote telnet connections
will still respond, and the sim can still accept and send data.  This also
allows a remote script or gui to pause and (more importantly) be able to
the unpause the sim.

20 years agoTweaks and massages to the ground intersection code. Most of the changes
curt [Fri, 21 Nov 2003 22:00:46 +0000 (22:00 +0000)]
Tweaks and massages to the ground intersection code.  Most of the changes
are cosmetic, but we now have a combination of code that seems to work
very robustly.  I was able to land the yf23 at about 130 kts on the lower
level of the bay bridge and then taxi the entire length.

20 years agoWith this patch, you can fly under bridges, then turn around and land on
curt [Fri, 21 Nov 2003 04:41:01 +0000 (04:41 +0000)]
With this patch, you can fly under bridges, then turn around and land on
them lengthwise.

20 years agoFix a terrain intersection calculating bug. The code wasn't quite handling
curt [Fri, 21 Nov 2003 03:13:52 +0000 (03:13 +0000)]
Fix a terrain intersection calculating bug.  The code wasn't quite handling
traingle strips right ... it was mixing up the vertex ordering slightly.
Oh what the heck, it was really screwing up tristrips.  Everything else looks
correct though. :-)  Hurray for the red book.

20 years agoAdd support for specifying a <rated-draw> tag in the output sections of
curt [Thu, 20 Nov 2003 19:03:09 +0000 (19:03 +0000)]
Add support for specifying a <rated-draw> tag in the output sections of
the electrical system definition.

20 years agoFix a nasty bug whereby non-scrolling ATC messages longer than the screen width were...
daveluff [Wed, 19 Nov 2003 10:16:26 +0000 (10:16 +0000)]
Fix a nasty bug whereby non-scrolling ATC messages longer than the screen width were not rendered at all.  They are now rendered with the end clipped - that can be fixed later.

20 years agoAllow a switch definition in the electrical system configuration to have
curt [Tue, 18 Nov 2003 21:17:33 +0000 (21:17 +0000)]
Allow a switch definition in the electrical system configuration to have
a <rating-amps> tag which also implies that the switch is a circuit breaker.

Eventually we could have code that will automatically trip the breaker if
the current exceeds the rating.

20 years agoRemove some debugging output.
curt [Mon, 17 Nov 2003 21:19:37 +0000 (21:19 +0000)]
Remove some debugging output.

20 years agoAdded code to support a richer switch definition syntax. Currently we only
curt [Mon, 17 Nov 2003 21:10:47 +0000 (21:10 +0000)]
Added code to support a richer switch definition syntax.  Currently we only
support an attached property name and an intial state, but this can easily
be extended to configure a switch to be a circuit breaker with a max rating,
etc.

20 years agoMiscellaneous changes that got missed somehow.
curt [Mon, 17 Nov 2003 17:08:55 +0000 (17:08 +0000)]
Miscellaneous changes that got missed somehow.

20 years agoAdditions to the electrical system model to allow it to back propagate
curt [Sat, 15 Nov 2003 05:18:55 +0000 (05:18 +0000)]
Additions to the electrical system model to allow it to back propagate
current draw.  This is only one piece of the puzzle, but as we move forward,
the idea is better modeling of the ammeter, and we could automatically pop
circuit breakers if the current gets too high.

20 years agoFix a dependency problem for cygwin builds
ehofman [Fri, 14 Nov 2003 17:51:22 +0000 (17:51 +0000)]
Fix a dependency problem for cygwin builds

20 years agoUpdates to the jsclient remote joystick support code
ehofman [Fri, 14 Nov 2003 10:11:00 +0000 (10:11 +0000)]
Updates to the jsclient remote joystick support code

20 years agoMSVC fix
ehofman [Fri, 14 Nov 2003 09:41:31 +0000 (09:41 +0000)]
MSVC fix

20 years agoGene Buckle:
curt [Thu, 13 Nov 2003 23:04:14 +0000 (23:04 +0000)]
Gene Buckle:

Updated ejection seat properties.

20 years agoGene Buckle:
curt [Thu, 13 Nov 2003 23:03:49 +0000 (23:03 +0000)]
Gene Buckle:

Patches to allow control of more than 1 (up to 10) ejection seats, and
control them with more flexibility.  A particular ejectection seat can be
disarmed or failed, in which case it can't be ejected until it is armed
or fixed.

20 years agoDepreciate NetworkOLK. A big thanks goes to Oliver Delise for implementing it in...
ehofman [Thu, 13 Nov 2003 14:56:51 +0000 (14:56 +0000)]
Depreciate NetworkOLK. A big thanks goes to Oliver Delise for implementing it in the first place.

20 years agoDepreciate NetworkOLK. A big thanks goes to Oliver Delise for implementing it in...
ehofman [Thu, 13 Nov 2003 14:42:47 +0000 (14:42 +0000)]
Depreciate NetworkOLK. A big thanks goes to Oliver Delise for implementing it in the first place.

20 years agoAdd support for passing a CG offset (in inches) to an external FDM.
curt [Thu, 13 Nov 2003 03:10:09 +0000 (03:10 +0000)]
Add support for passing a CG offset (in inches) to an external FDM.

20 years agoAdd Manuel Bessler and Stephen Lowry's remote joystick code and add David Magginson...
ehofman [Wed, 12 Nov 2003 10:06:18 +0000 (10:06 +0000)]
Add Manuel Bessler and Stephen Lowry's remote joystick code and add David Magginson's 3dconvert utility

20 years agoRemoved some extraneous debugging output.
curt [Tue, 11 Nov 2003 17:46:23 +0000 (17:46 +0000)]
Removed some extraneous debugging output.

20 years agoAdd support for accessing the "set-outside-air-temp-degc" function from
curt [Mon, 10 Nov 2003 22:03:16 +0000 (22:03 +0000)]
Add support for accessing the "set-outside-air-temp-degc" function from
the property/telnet interface.

20 years agoAllow the external FDM to calculate slip/skid ball deflection and override
curt [Mon, 10 Nov 2003 22:02:38 +0000 (22:02 +0000)]
Allow the external FDM to calculate slip/skid ball deflection and override
FlightGear's internal calculation.

20 years agoAdd support for shipping out current FlightGear temperature and pressure.
curt [Mon, 10 Nov 2003 22:01:20 +0000 (22:01 +0000)]
Add support for shipping out current FlightGear temperature and pressure.

20 years agoDon't scale elevator by 0.5.
curt [Mon, 10 Nov 2003 22:00:43 +0000 (22:00 +0000)]
Don't scale elevator by 0.5.

20 years agoA couple fixes to the air/ground trim (initial position) setup code.
curt [Mon, 10 Nov 2003 22:00:22 +0000 (22:00 +0000)]
A couple fixes to the air/ground trim (initial position) setup code.

20 years agoAdd a command which will setup the temperature field in the boundary and
curt [Mon, 10 Nov 2003 21:59:35 +0000 (21:59 +0000)]
Add a command which will setup the temperature field in the boundary and
aloft layers to match a current OAT at the current altitude.  This can be
run from an external script or gui.

Given the specified OAT (and the current aircraft altitude), the code
calculates the equivalent sea level temperature, and then assigns that to
all active boundary and aloft environment layers.

20 years agoAllow the slip/skid ball to be overridden by an external source which
curt [Mon, 10 Nov 2003 21:57:14 +0000 (21:57 +0000)]
Allow the slip/skid ball to be overridden by an external source which
calculates the position instead.

20 years agoAdd support for sending out a requested aircraft weight to an external FDM
curt [Mon, 10 Nov 2003 21:56:32 +0000 (21:56 +0000)]
Add support for sending out a requested aircraft weight to an external FDM
via the "pipe" interface.

20 years agoI had made a change on 6/24/2003 relating to temperature interpolation.
curt [Mon, 10 Nov 2003 21:55:49 +0000 (21:55 +0000)]
I had made a change on 6/24/2003 relating to temperature interpolation.
Upon further review, I was very misguided, and unfortunately no one slapped
my hand at the time.

Factoring in the environment manager's interpolation scheme, it makes complete
sense to specify the sea level temperature at each boundary and aloft layer.
In fact, this is the only way that allows the temperature interpolation to
make sense, especially around the boundary layer.  This is confusing stuff,
but it now works perfectly. :-)

20 years agoDisable two sided light model because Andy's patch to plib makes it unneeded. This...
ehofman [Sun, 9 Nov 2003 15:07:23 +0000 (15:07 +0000)]
Disable two sided light model because Andy's patch to plib makes it unneeded. This should also increase framerate a bit

20 years agoRe-commit the changes that I inadvertantly committed as cvsguest
daveluff [Sun, 9 Nov 2003 14:01:50 +0000 (14:01 +0000)]
Re-commit the changes that I inadvertantly committed as cvsguest

20 years agoSomeone managed to commit changes as cvsguest, return to the original
curt [Sun, 9 Nov 2003 00:46:56 +0000 (00:46 +0000)]
Someone managed to commit changes as cvsguest, return to the original
version.  These changes need to be added via the proper channels.

20 years agoSomeone managed to commit changes as cvsguest, return to the original
curt [Sun, 9 Nov 2003 00:38:48 +0000 (00:38 +0000)]
Someone managed to commit changes as cvsguest, return to the original
version.  These changes need to be added via the proper channels.

20 years agoMultiplayer client/server system -- Message base class, "hello" message, and message...
cvsguest [Sat, 8 Nov 2003 20:11:14 +0000 (20:11 +0000)]
Multiplayer client/server system -- Message base class, "hello" message, and message class test harness

20 years agoMultiplayer client/server system -- Fix building MPS enabled binary
cvsguest [Sat, 8 Nov 2003 16:25:30 +0000 (16:25 +0000)]
Multiplayer client/server system -- Fix building MPS enabled binary

20 years agoMultiplayer client/server system -- MessageBuf class and test harness complete
cvsguest [Sat, 8 Nov 2003 04:15:31 +0000 (04:15 +0000)]
Multiplayer client/server system -- MessageBuf class and test harness complete

20 years agoMultiplayer client/server system changes and new files
cvsguest [Fri, 7 Nov 2003 23:38:18 +0000 (23:38 +0000)]
Multiplayer client/server system changes and new files

20 years agoFurther progress towards interactive ATC
daveluff [Wed, 5 Nov 2003 17:24:58 +0000 (17:24 +0000)]
Further progress towards interactive ATC

20 years agoFurther progress towards interactive ATC control
daveluff [Wed, 5 Nov 2003 10:06:57 +0000 (10:06 +0000)]
Further progress towards interactive ATC control

20 years agoFix a nasty bug - FGATC::SetDisplay() should be called *after* FGATC::Init() since...
cvsguest [Wed, 5 Nov 2003 10:02:34 +0000 (10:02 +0000)]
Fix a nasty bug - FGATC::SetDisplay() should be called *after* FGATC::Init() since display is often initialised to false in the init routine.  Also some other bits and pieces.

20 years agoSet the message display delay to default to zero
cvsguest [Wed, 5 Nov 2003 10:00:46 +0000 (10:00 +0000)]
Set the message display delay to default to zero

20 years agoFix a typo in the comments
daveluff [Tue, 4 Nov 2003 12:00:36 +0000 (12:00 +0000)]
Fix a typo in the comments

20 years agoStart supporting user interaction callbacks and tweak the circuit eta calculation
daveluff [Tue, 4 Nov 2003 12:00:14 +0000 (12:00 +0000)]
Start supporting user interaction callbacks and tweak the circuit eta calculation

20 years agoRationalisation of the ATC popup dialog code - moved it all over to AK's dynamic...
daveluff [Tue, 4 Nov 2003 11:54:42 +0000 (11:54 +0000)]
Rationalisation of the ATC popup dialog code - moved it all over to AK's dynamic list system and removed the hardcoded list code, extended the dynamic list system a bit, started adding support for callbacks from the user interaction

20 years agoFix an automake squawk.
curt [Fri, 31 Oct 2003 21:15:43 +0000 (21:15 +0000)]
Fix an automake squawk.

20 years agoUpdates.
curt [Fri, 31 Oct 2003 21:03:53 +0000 (21:03 +0000)]
Updates.

20 years agoUpdates.
curt [Fri, 31 Oct 2003 03:53:10 +0000 (03:53 +0000)]
Updates.

20 years agoInitial revision of the RedHat package building .spec file.
curt [Tue, 28 Oct 2003 20:52:49 +0000 (20:52 +0000)]
Initial revision of the RedHat package building .spec file.

20 years agoVarious 0.9.3 updates.
curt [Fri, 24 Oct 2003 17:06:39 +0000 (17:06 +0000)]
Various 0.9.3 updates.

20 years agoFix a potention buffer overflow
ehofman [Fri, 24 Oct 2003 12:39:31 +0000 (12:39 +0000)]
Fix a potention buffer overflow

20 years agoDavid Culp: Heres are some tweaks to the FGSimTurbine module that smooth out the...
ehofman [Fri, 24 Oct 2003 12:25:24 +0000 (12:25 +0000)]
David Culp: Heres are some tweaks to the FGSimTurbine module that smooth out the animation between engine phases, and between afterburner and non-afterburner operation.

20 years agoA couple cosmetic tweaks ...
curt [Thu, 23 Oct 2003 21:17:43 +0000 (21:17 +0000)]
A couple cosmetic tweaks ...

20 years agoAnother round of inno-setup script tweaks.
curt [Thu, 23 Oct 2003 21:03:47 +0000 (21:03 +0000)]
Another round of inno-setup script tweaks.

20 years agoUpdates to the Inno-setup script.
curt [Thu, 23 Oct 2003 18:05:18 +0000 (18:05 +0000)]
Updates to the Inno-setup script.

20 years agoAlso properly reinit previously set time of day upon reset.
curt [Thu, 23 Oct 2003 17:00:16 +0000 (17:00 +0000)]
Also properly reinit previously set time of day upon reset.

20 years agoCameron Moore:
curt [Thu, 23 Oct 2003 15:53:32 +0000 (15:53 +0000)]
Cameron Moore:

  Added the following options:  adf, ceiling, com1, com2, dme,
    (en|dis)able-clock-freeze, (en|dis)able-enhanced-lighting,
    (en|dis)able-horizon-effect, (en|dis)able-hud-3d,
    failure, nav1, nav2, and timeofday
  Updated descriptions for enable-hud and fdm

20 years agoJim Wilson:
curt [Wed, 22 Oct 2003 18:48:31 +0000 (18:48 +0000)]
Jim Wilson:

This makes it possible to setup multiple cockpit views and have the correct
clipping plane set for rendering the model.

20 years agoCleaned up the ATC communication dialog code somewhat
daveluff [Wed, 22 Oct 2003 10:50:11 +0000 (10:50 +0000)]
Cleaned up the ATC communication dialog code somewhat

20 years agoFixed up the freqency search dialogs properly - this should eliminate crashing and...
daveluff [Tue, 21 Oct 2003 11:44:43 +0000 (11:44 +0000)]
Fixed up the freqency search dialogs properly - this should eliminate crashing and memory leakage

20 years agoFix a crash from the ATC Frequency dialog at the temporary expense of a small memory...
daveluff [Mon, 20 Oct 2003 21:48:57 +0000 (21:48 +0000)]
Fix a crash from the ATC Frequency dialog at the temporary expense of a small memory leak

20 years agoUpdates from Frederic B.
curt [Mon, 20 Oct 2003 14:36:02 +0000 (14:36 +0000)]
Updates from Frederic B.

20 years agoAI plane should go around instead of landing on user if user dawdles on runway now
daveluff [Sun, 19 Oct 2003 20:38:08 +0000 (20:38 +0000)]
AI plane should go around instead of landing on user if user dawdles on runway now

20 years agoUg - must have been drunk when committing those two de-align lines! - this one works
daveluff [Sun, 19 Oct 2003 19:38:01 +0000 (19:38 +0000)]
Ug - must have been drunk when committing those two de-align lines! - this one works

20 years agoJames Turner:
ehofman [Sun, 19 Oct 2003 19:15:41 +0000 (19:15 +0000)]
James Turner:
Here's a patch to locate the base package inside the application bundle on OS-X. The patch also disables the CPSForeground hack in boostrap.cxx, which is unnecessary if the we're running as a proper bundle rather than a Unix command line program.

Both of these changes are only compiled if OSX_BUNDLE is defined (I'm doing this via a setting in ProjectBuilder), so if you're building on OS-X using configure + make, you shouldn't see any chance.

20 years agoUpdate to the latest version of JSBSim
ehofman [Sun, 19 Oct 2003 09:48:44 +0000 (09:48 +0000)]
Update to the latest version of JSBSim

20 years agoFix a bug that gets triggered at least in MSVC and gcc-2.95
ehofman [Sun, 19 Oct 2003 09:27:27 +0000 (09:27 +0000)]
Fix a bug that gets triggered at least in MSVC and gcc-2.95

20 years agoSet the RPM from the property tree with each iteration. This allows a
david [Sat, 18 Oct 2003 20:07:46 +0000 (20:07 +0000)]
Set the RPM from the property tree with each iteration.  This allows a
YASim prop model to start with the prop spinning.

20 years agoAdd the ability to set the RPM from the outside.
david [Sat, 18 Oct 2003 20:07:06 +0000 (20:07 +0000)]
Add the ability to set the RPM from the outside.

20 years agoFix a typo which Frederic's compiler flagged.
curt [Fri, 17 Oct 2003 19:17:17 +0000 (19:17 +0000)]
Fix a typo which Frederic's compiler flagged.

20 years agoQuick hack to prevent offering an option that isn't implemented yet
daveluff [Fri, 17 Oct 2003 18:56:29 +0000 (18:56 +0000)]
Quick hack to prevent offering an option that isn't implemented yet

20 years agoRemove and extraneous starting character.
curt [Fri, 17 Oct 2003 14:26:23 +0000 (14:26 +0000)]
Remove and extraneous starting character.

20 years agoRemove some extraneous output, add a few comments, tidy a bit of formatting
daveluff [Fri, 17 Oct 2003 09:56:35 +0000 (09:56 +0000)]
Remove some extraneous output, add a few comments, tidy a bit of formatting

20 years agoEnhancements to AI plane transmissions
daveluff [Fri, 17 Oct 2003 00:31:47 +0000 (00:31 +0000)]
Enhancements to AI plane transmissions

20 years agoBug fixes to the AI/ATC interaction mechanism
daveluff [Fri, 17 Oct 2003 00:31:07 +0000 (00:31 +0000)]
Bug fixes to the AI/ATC interaction mechanism

20 years agoFix a problem which was introduced by the previous patch
ehofman [Thu, 16 Oct 2003 19:51:59 +0000 (19:51 +0000)]
Fix a problem which was introduced by the previous patch

20 years agoReport Final to tower control class in addition to displaying it
cvsguest [Thu, 16 Oct 2003 16:06:54 +0000 (16:06 +0000)]
Report Final to tower control class in addition to displaying it

20 years agoClear AI plane to land when it calls final if rwy clear
cvsguest [Thu, 16 Oct 2003 16:06:22 +0000 (16:06 +0000)]
Clear AI plane to land when it calls final if rwy clear

20 years agoMaik Justus: modifications to add helicopter modeling to YASim.
curt [Thu, 16 Oct 2003 14:56:13 +0000 (14:56 +0000)]
Maik Justus: modifications to add helicopter modeling to YASim.

20 years agoInitial revision.
curt [Thu, 16 Oct 2003 14:40:13 +0000 (14:40 +0000)]
Initial revision.

Maik Justus: First pass at helicopter support for YASim.

20 years agoFix a problem where older IRIX compilers needed a typecast for certain opperations
ehofman [Thu, 16 Oct 2003 14:14:03 +0000 (14:14 +0000)]
Fix a problem where older IRIX compilers needed a typecast for certain opperations

20 years agoFix some compiler warnings
ehofman [Thu, 16 Oct 2003 12:53:10 +0000 (12:53 +0000)]
Fix some compiler warnings

20 years agoRemove some cruft, and add a short TODO list
daveluff [Thu, 16 Oct 2003 11:28:44 +0000 (11:28 +0000)]
Remove some cruft, and add a short TODO list

20 years agoBug fix: derived classes were never getting a chance to respond to the towers landing...
daveluff [Thu, 16 Oct 2003 11:12:37 +0000 (11:12 +0000)]
Bug fix: derived classes were never getting a chance to respond to the towers landing intention query properly

20 years agoUpdates for 0.9.3-pre1
curt [Thu, 16 Oct 2003 03:29:04 +0000 (03:29 +0000)]
Updates for 0.9.3-pre1

20 years agoTransmit an empty string in order to trigger AI/ATC interation mechanism. TODO ...
daveluff [Wed, 15 Oct 2003 21:51:12 +0000 (21:51 +0000)]
Transmit an empty string in order to trigger AI/ATC interation mechanism.  TODO - transmit the correct phraseology.

20 years agoMove responding to a plane announcing itself at hold short over to the response mecha...
daveluff [Wed, 15 Oct 2003 21:50:05 +0000 (21:50 +0000)]
Move responding to a plane announcing itself at hold short over to the response mechanism.  Beware that a particularly nasty assumption that only one plane is ever holding for the runway at once remains for now though.

20 years agoUse MHz when stating freqency on-air and call the base class update for response...
daveluff [Wed, 15 Oct 2003 14:11:50 +0000 (14:11 +0000)]
Use MHz when stating freqency on-air and call the base class update for response time handling

20 years agoTweaks to use the ATC/AI interaction framework and respond to downwind report with...
daveluff [Wed, 15 Oct 2003 14:10:30 +0000 (14:10 +0000)]
Tweaks to use the ATC/AI interaction framework and respond to downwind report with position in circuit

20 years agoTweaks to use the ATC/AI interaction framework
daveluff [Wed, 15 Oct 2003 14:09:26 +0000 (14:09 +0000)]
Tweaks to use the ATC/AI interaction framework

20 years agoTweaks to the ATC/AI interaction framework
daveluff [Wed, 15 Oct 2003 14:06:28 +0000 (14:06 +0000)]
Tweaks to the ATC/AI interaction framework

20 years agoVarious tweaks.
curt [Tue, 14 Oct 2003 20:06:29 +0000 (20:06 +0000)]
Various tweaks.

20 years agoInitial revision.
curt [Tue, 14 Oct 2003 19:26:06 +0000 (19:26 +0000)]
Initial revision.

20 years agoRefactoring - no actual change
daveluff [Tue, 14 Oct 2003 11:10:17 +0000 (11:10 +0000)]
Refactoring - no actual change

20 years agoDisplay AI plane transmissions if comm2 is tuned to the same frequency
daveluff [Tue, 14 Oct 2003 11:09:10 +0000 (11:09 +0000)]
Display AI plane transmissions if comm2 is tuned to the same frequency

20 years agoTidy the recent freq display code somewhat
daveluff [Mon, 13 Oct 2003 11:30:40 +0000 (11:30 +0000)]
Tidy the recent freq display code somewhat

20 years agoFixed a bug where an ATC station on one channel wouldn't stop transmitting when desel...
daveluff [Sat, 11 Oct 2003 18:10:28 +0000 (18:10 +0000)]
Fixed a bug where an ATC station on one channel wouldn't stop transmitting when deselected if another type of ATC at the same airport was tuned on the other channel

20 years agoAdd a constant holding the number of different ATC types
daveluff [Sat, 11 Oct 2003 18:08:45 +0000 (18:08 +0000)]
Add a constant holding the number of different ATC types

20 years agoClarification of function comments in header file
daveluff [Fri, 10 Oct 2003 15:14:09 +0000 (15:14 +0000)]
Clarification of function comments in header file

20 years agoAdded ATC frequency lookup dialog
daveluff [Fri, 10 Oct 2003 15:13:16 +0000 (15:13 +0000)]
Added ATC frequency lookup dialog