]> git.mxchange.org Git - flightgear.git/log
flightgear.git
21 years agoInterchange state of fuel_pump (switches) and master switches (bat, alt,
curt [Wed, 25 Sep 2002 22:08:43 +0000 (22:08 +0000)]
Interchange state of fuel_pump (switches) and master switches (bat, alt,
and avionics.)

21 years agoChange path name of electrical system config file.
curt [Wed, 25 Sep 2002 22:07:28 +0000 (22:07 +0000)]
Change path name of electrical system config file.

21 years agoAdded fuel_pump switch, and master switches (bat, alt, avionics)
curt [Wed, 25 Sep 2002 22:06:38 +0000 (22:06 +0000)]
Added fuel_pump switch, and master switches (bat, alt, avionics)

21 years agoAdded a per-engine fuel pump switch.
curt [Wed, 25 Sep 2002 22:05:49 +0000 (22:05 +0000)]
Added a per-engine fuel pump switch.

21 years agoFixed a compiler warning.
curt [Wed, 25 Sep 2002 22:05:14 +0000 (22:05 +0000)]
Fixed a compiler warning.

21 years agoRemove 'cout'
curt [Wed, 25 Sep 2002 12:38:09 +0000 (12:38 +0000)]
Remove 'cout'

21 years agoFixes for flaps, gear, and reset. The c310 takeoff rotation problem seems to be...
tony [Wed, 25 Sep 2002 11:04:20 +0000 (11:04 +0000)]
Fixes for flaps, gear, and reset.  The c310 takeoff rotation problem seems to be fixed as well, though I don't understand why.

21 years agoUpdates to the electrical system model. "Juice" is now propogated through
curt [Tue, 24 Sep 2002 23:45:56 +0000 (23:45 +0000)]
Updates to the electrical system model.  "Juice" is now propogated through
the system, switches, fuses, circuit-breakers work.  Nothing is actually
wired into the electical system yet.

21 years agoCheck point commit:
curt [Tue, 24 Sep 2002 19:57:11 +0000 (19:57 +0000)]
Check point commit:

The code reads the electrical system config and contructs an internal model.
Nothing is done beyond that yet ... the electrical system is not updated,
nor is it connected to the property system in anyway.

21 years agoIntroduce a simplistic spin-down when insufficient suction is
david [Tue, 24 Sep 2002 16:37:28 +0000 (16:37 +0000)]
Introduce a simplistic spin-down when insufficient suction is
available.

21 years agoStub in a place holder for the electrical system model.
curt [Tue, 24 Sep 2002 15:24:04 +0000 (15:24 +0000)]
Stub in a place holder for the electrical system model.

21 years agoIgnore generated files.
david [Tue, 24 Sep 2002 14:55:14 +0000 (14:55 +0000)]
Ignore generated files.

21 years agoFlattened src/Systems/ subtree.
david [Tue, 24 Sep 2002 14:51:37 +0000 (14:51 +0000)]
Flattened src/Systems/ subtree.

Added src/Instrumentation/ with partial stab at a vacuum-driven
attitude indicator.

21 years agoResolve the file name conflict for windows. We need someone to update
curt [Tue, 24 Sep 2002 13:35:42 +0000 (13:35 +0000)]
Resolve the file name conflict for windows.  We need someone to update
the README.MSVC file soon.

21 years agoForgot to update header.
david [Tue, 24 Sep 2002 13:11:27 +0000 (13:11 +0000)]
Forgot to update header.

Added .cvsignore.

21 years agoSmall tweaks for improved compiling.
curt [Tue, 24 Sep 2002 13:07:30 +0000 (13:07 +0000)]
Small tweaks for improved compiling.

21 years agoJSBSim updates. This update changes the file format, so an update of the base
tony [Tue, 24 Sep 2002 12:54:43 +0000 (12:54 +0000)]
JSBSim updates.  This update changes the file format, so an update of the base
package is required.

21 years agoAdd a bit more wording to the metakit version check to point out that it
curt [Tue, 24 Sep 2002 02:55:54 +0000 (02:55 +0000)]
Add a bit more wording to the metakit version check to point out that it
can fail if libmk4.so isn't in the link path.

21 years agoMore tweaks to opengl state management when drawing 3d clouds.
curt [Mon, 23 Sep 2002 22:05:36 +0000 (22:05 +0000)]
More tweaks to opengl state management when drawing 3d clouds.

21 years agoStarted new module and sub-modules for aircraft systems, including an
david [Mon, 23 Sep 2002 19:55:10 +0000 (19:55 +0000)]
Started new module and sub-modules for aircraft systems, including an
initial simplistic vacuum system that's not yet connected to anything.

21 years agoRemoved some depricated code snippets.
curt [Mon, 23 Sep 2002 18:52:21 +0000 (18:52 +0000)]
Removed some depricated code snippets.

21 years agoRemoved some left over debugging output.
curt [Mon, 23 Sep 2002 18:49:12 +0000 (18:49 +0000)]
Removed some left over debugging output.

21 years agoVarious tweaks and fixes to navcom radios.
curt [Mon, 23 Sep 2002 18:44:09 +0000 (18:44 +0000)]
Various tweaks and fixes to navcom radios.
Oops, taking the address of a temporary in main.cxx: 3dcloud rendering.

21 years agoRemoved tabs.
david [Mon, 23 Sep 2002 15:27:46 +0000 (15:27 +0000)]
Removed tabs.

21 years agoBernie Bright:
curt [Mon, 23 Sep 2002 14:23:17 +0000 (14:23 +0000)]
Bernie Bright:

fgLoad3DModel() throws an exception if it fails to load the requested model.
This causes FGTileMgr::update(...) to exit.  So I've added a try/catch block
to catch the exception and display an error message instead.

21 years agoSlightly cleaned up 3d cloud positioning code.
curt [Mon, 23 Sep 2002 13:34:51 +0000 (13:34 +0000)]
Slightly cleaned up 3d cloud positioning code.

21 years agoThere is something wierd about moving the cloud base around, let's just leave
curt [Sun, 22 Sep 2002 23:07:01 +0000 (23:07 +0000)]
There is something wierd about moving the cloud base around, let's just leave
it rooted in place until we sort out the positioning.

21 years agoSimple perl script for calculating a tile path based on lon/lat. Does
david [Sun, 22 Sep 2002 15:52:46 +0000 (15:52 +0000)]
Simple perl script for calculating a tile path based on lon/lat.  Does
not depend on SimGear, but doesn't handle objects right on the poles
either.

21 years agoChanged much inline code to non-inline. The inline code that remains in the header...
tony [Sun, 22 Sep 2002 15:32:45 +0000 (15:32 +0000)]
Changed much inline code to non-inline.  The inline code that remains in the header *must* be there to avoid linker errors.

21 years agoLatest updates, including a thrust-only turbofan model. It should produce
tony [Sun, 22 Sep 2002 15:31:09 +0000 (15:31 +0000)]
Latest updates, including a thrust-only turbofan model.  It should produce
realistic thrust (including time-dependent effects), but does not provide
N1, N2, EPR, etc.

21 years agoAdded OBJECT_SHARED, which is identical to OBJECT_STATIC except that
david [Sun, 22 Sep 2002 11:46:53 +0000 (11:46 +0000)]
Added OBJECT_SHARED, which is identical to OBJECT_STATIC except that
the object is loaded relative to $FG_ROOT rather than to the current
scenery directory.

21 years agoPatch to position 3d clouds at center of <current> tile. This means the clouds
curt [Fri, 20 Sep 2002 15:30:54 +0000 (15:30 +0000)]
Patch to position 3d clouds at center of <current> tile.  This means the clouds
jump whenever you cross a tile, but there are currently a lot of other
positioning problems as well, so this doesn't really detract too much and
means you can play with 3d clouds from just about any starting point.

21 years agoDo 3D cloud state changes only when 3D clouds are selected.
david [Fri, 20 Sep 2002 14:01:06 +0000 (14:01 +0000)]
Do 3D cloud state changes only when 3D clouds are selected.

21 years agoStabalize cloud shading.
curt [Thu, 19 Sep 2002 02:21:23 +0000 (02:21 +0000)]
Stabalize cloud shading.

21 years agoMiscellanious flailings trying to get 3d cloud imposter rendering to work
curt [Thu, 19 Sep 2002 01:27:49 +0000 (01:27 +0000)]
Miscellanious flailings trying to get 3d cloud imposter rendering to work
correctly.

21 years agoCascading changes from the navcom.[ch]xx addition.
curt [Thu, 19 Sep 2002 01:12:26 +0000 (01:12 +0000)]
Cascading changes from the navcom.[ch]xx addition.

21 years agoSplit Nav/Com units out into their own source code file to continue the
curt [Thu, 19 Sep 2002 01:11:07 +0000 (01:11 +0000)]
Split Nav/Com units out into their own source code file to continue the
process of simplifying radiostack.[ch]xx

21 years agoErik Hofman:
curt [Wed, 18 Sep 2002 16:13:08 +0000 (16:13 +0000)]
Erik Hofman:

This patch shows fatal error messages even when ./configure --disable-logging
is specified.

21 years agoUpdated from Norman to hack on clouds ... some progress.
curt [Wed, 18 Sep 2002 14:57:20 +0000 (14:57 +0000)]
Updated from Norman to hack on clouds ... some progress.

21 years agoBernie Bright:
curt [Tue, 17 Sep 2002 16:16:54 +0000 (16:16 +0000)]
Bernie Bright:

Fix a problem compiling Main/fg_io.cxx with MSVC.

21 years agoBernie Bright:
curt [Tue, 17 Sep 2002 16:16:31 +0000 (16:16 +0000)]
Bernie Bright:

Added some missing defines to config.h-msvc6 and updated the version macros.

21 years agoFixed some stupidity.
curt [Tue, 17 Sep 2002 02:36:59 +0000 (02:36 +0000)]
Fixed some stupidity.

21 years agoUpgraded version number.
curt [Tue, 17 Sep 2002 02:36:34 +0000 (02:36 +0000)]
Upgraded version number.

21 years agoUpdates for 3d cloud rendering.
curt [Mon, 16 Sep 2002 14:56:16 +0000 (14:56 +0000)]
Updates for 3d cloud rendering.

21 years agoAdded --enable-clouds3d and --disable-clouds3d options.
david [Mon, 16 Sep 2002 02:46:23 +0000 (02:46 +0000)]
Added --enable-clouds3d and --disable-clouds3d options.

21 years agoChanged the clouds3d header install directory.
curt [Sun, 15 Sep 2002 04:32:49 +0000 (04:32 +0000)]
Changed the clouds3d header install directory.

21 years agoRemoved /usr/local/include (as with plib).
david [Sat, 14 Sep 2002 16:15:43 +0000 (16:15 +0000)]
Removed /usr/local/include (as with plib).

21 years agoAdded autom4te.cache.
david [Sat, 14 Sep 2002 16:15:23 +0000 (16:15 +0000)]
Added autom4te.cache.

21 years agoUpdated the base package version required.
curt [Sat, 14 Sep 2002 01:58:40 +0000 (01:58 +0000)]
Updated the base package version required.

21 years agoUpdate base package version.
curt [Fri, 13 Sep 2002 23:37:55 +0000 (23:37 +0000)]
Update base package version.

21 years agoStubbed in initial support for 3d clouds.
curt [Fri, 13 Sep 2002 20:38:15 +0000 (20:38 +0000)]
Stubbed in initial support for 3d clouds.

21 years agoAdded support for calibration properties.
curt [Thu, 12 Sep 2002 03:15:27 +0000 (03:15 +0000)]
Added support for calibration properties.

21 years agoMichael Selig:
curt [Wed, 11 Sep 2002 18:27:26 +0000 (18:27 +0000)]
Michael Selig:

A bug lurked into our uiuc code.

There are two changes:
[1] Comment out the chunk of code as shown (compare w/ the old)
[2] Put back in the function call, and in that code change AlphaTail to Alpha.

21 years agoFixed: When you select Menu->Autopilot->Set Heading nothing happens.
curt [Wed, 11 Sep 2002 16:51:23 +0000 (16:51 +0000)]
Fixed: When you select Menu->Autopilot->Set Heading nothing happens.

21 years agoUpdates from Rob Deters.
curt [Wed, 11 Sep 2002 16:45:47 +0000 (16:45 +0000)]
Updates from Rob Deters.

21 years agoUpdates from Rob Deters.
curt [Wed, 11 Sep 2002 02:31:10 +0000 (02:31 +0000)]
Updates from Rob Deters.

21 years agoDarrell Walisser:
curt [Tue, 10 Sep 2002 19:43:33 +0000 (19:43 +0000)]
Darrell Walisser:

This allows it to behave like a certified Mac OS X citizen.

21 years agoInitial revision
curt [Tue, 10 Sep 2002 01:13:59 +0000 (01:13 +0000)]
Initial revision

21 years agoGetting ready for 0.8.0 release.
curt [Sat, 7 Sep 2002 20:33:00 +0000 (20:33 +0000)]
Getting ready for 0.8.0 release.

21 years agoRead the desired menu font from the property system (or default to
curt [Sat, 7 Sep 2002 14:16:06 +0000 (14:16 +0000)]
Read the desired menu font from the property system (or default to
typewriter.txf if it's not specified.)

21 years agoFix a typo that could cause a crash on some platforms.
curt [Sat, 7 Sep 2002 14:15:10 +0000 (14:15 +0000)]
Fix a typo that could cause a crash on some platforms.

21 years agoAdded explicit std:: prefix to map to work-around MSVC6 bug reported
david [Sat, 7 Sep 2002 13:16:48 +0000 (13:16 +0000)]
Added explicit std:: prefix to map to work-around MSVC6 bug reported
by Jonathan Polley.

21 years agoMade temperature, dew-point, and pressure at altitude read-only, so
david [Sat, 7 Sep 2002 13:00:20 +0000 (13:00 +0000)]
Made temperature, dew-point, and pressure at altitude read-only, so
that they won't get messed up during a reset if there are reassigned
before the altitude.

21 years agoPatch from Julian Foad:
david [Sat, 7 Sep 2002 12:35:31 +0000 (12:35 +0000)]
Patch from Julian Foad:

     Use getDisplayName instead of duplicated code: gives a better
decision on whether to display the index.
     Replace unnecessary node lookups by name with direct access: tidier
and more efficient.  E.g. "getValueTypeString
(node->getNode(name.c_str()))" -> "getValueTypeString (child)".

21 years agoPatch from Julian Foad:
david [Sat, 7 Sep 2002 12:35:06 +0000 (12:35 +0000)]
Patch from Julian Foad:

     When the scroll bar slider is dragged, the list scrolls only far
enough to see all items; only the arrow buttons can scroll it so far
that the last item goes to the top of the view.
     Fix scroll bar proportional size: was wrong when the list was only
a little longer than the visible area.
     Minor fixes such as "delete files[i];" -> "delete[] files[i];"
(where the item being deleted is an array of characters) and removal of
global variables.
     Smooth scrolling when dragging the slider: one item at a time,
rather than one tenth of the list at a time.
     Fix a bug that would have occurred if instantiated with arrows=2.
     Sort properties primarily by name and then by numerical index
order, rather than a simple ASCII string order.  E.g. "js[1]", "js[2]",
"js[10]" rather than "js[1]", "js[10]", "js[2]".
     Avoid crashing if the selected property path does not exist;
display an empty list instead.  This cannot happen when the property
picker is working properly, but did happen due to missing indices prior
to this patch, and could happen if the user is allowed to type a
pathname, as in the http and telnet interfaces.
     Fix truncation of strings to PUSTRING_MAX: was wrong when string
length was exactly 80.
     Fix: move the scroll bar to the top each time a new list is
displayed.  It was left at its previous position, while the top of the
new list was displayed, not corresponding to the slider.
     Use getDisplayName instead of duplicated code: gives a better
decision on whether to display the index, and avoids invalid property
paths being generated which would previously crash find_props().
     Replace unnecessary node lookups by name with direct access: tidier
and more efficient.  E.g. "getValueTypeString
(node->getNode(name.c_str()))" -> "getValueTypeString (child)".

21 years agoFixes to better support the native irix compilers.
curt [Fri, 6 Sep 2002 17:30:21 +0000 (17:30 +0000)]
Fixes to better support the native irix compilers.

21 years agoErik Hofman:
curt [Thu, 5 Sep 2002 21:58:24 +0000 (21:58 +0000)]
Erik Hofman:

It turned out that pui required the submenu structure to be declared
backwards, which I didn't notice the first time.

21 years agoVarious clean-ups.
tony [Thu, 5 Sep 2002 13:55:16 +0000 (13:55 +0000)]
Various clean-ups.

21 years agoCameron Moore:
curt [Wed, 4 Sep 2002 16:09:10 +0000 (16:09 +0000)]
Cameron Moore:

o Added --verbose, --random-wind, and --show-aircraft
o Updated FILES section to include new config files
o Cosmetic changes

21 years agoAutomake version check is best done only in the autogen.sh file, and not
curt [Tue, 3 Sep 2002 21:30:37 +0000 (21:30 +0000)]
Automake version check is best done only in the autogen.sh file, and not
in the configure script.

21 years agoUpdated for next prerelease.
curt [Tue, 3 Sep 2002 21:30:00 +0000 (21:30 +0000)]
Updated for next prerelease.

21 years agoRemoved dos line endings.
curt [Tue, 3 Sep 2002 13:27:45 +0000 (13:27 +0000)]
Removed dos line endings.

21 years agoFix a typo.
curt [Tue, 3 Sep 2002 04:52:32 +0000 (04:52 +0000)]
Fix a typo.

21 years agoAdditional build system tweaks.
curt [Tue, 3 Sep 2002 01:12:26 +0000 (01:12 +0000)]
Additional build system tweaks.

21 years agoInitial revision.
curt [Tue, 3 Sep 2002 00:50:01 +0000 (00:50 +0000)]
Initial revision.

21 years agoUpdates to the UIUCModel code. This includes some big compile time
curt [Mon, 2 Sep 2002 23:26:28 +0000 (23:26 +0000)]
Updates to the UIUCModel code.  This includes some big compile time
speedups to uiuc_menu.cpp.

(Note these were originally submitted before the cutoff date for new
features, but something was corrupted in the transfer so I granted a bit
of leeway in the schedule.)

21 years agoReturn the closest match, not just the first match. Sometimes there
curt [Mon, 2 Sep 2002 05:31:46 +0000 (05:31 +0000)]
Return the closest match, not just the first match.  Sometimes there
are stations with the same frequency close enough together to cause problems
for our code.

21 years agoFiksed a plethera of speling misteaks.
curt [Mon, 2 Sep 2002 04:41:00 +0000 (04:41 +0000)]
Fiksed a plethera of speling misteaks.

21 years agoUpdated Bernie's entry.
curt [Sun, 1 Sep 2002 20:46:52 +0000 (20:46 +0000)]
Updated Bernie's entry.

21 years agoRead the com1/2 on/off switch.
curt [Sun, 1 Sep 2002 03:02:11 +0000 (03:02 +0000)]
Read the com1/2 on/off switch.

21 years agoUpdated for next release.
curt [Sun, 1 Sep 2002 03:01:04 +0000 (03:01 +0000)]
Updated for next release.

21 years agoRemoved unused cur_view_fdm variable as suggested by Bernie Bright.
david [Sat, 31 Aug 2002 19:48:28 +0000 (19:48 +0000)]
Removed unused cur_view_fdm variable as suggested by Bernie Bright.

21 years agoMade current.
curt [Fri, 30 Aug 2002 23:51:53 +0000 (23:51 +0000)]
Made current.

21 years agoChanges to allow "make dist" to work.
curt [Fri, 30 Aug 2002 17:04:00 +0000 (17:04 +0000)]
Changes to allow "make dist" to work.
Regenerated the .dsp/.dsw files.

21 years agoRemoved unused and improperly initialized constant.
tony [Fri, 30 Aug 2002 13:43:28 +0000 (13:43 +0000)]
Removed unused and improperly initialized constant.

21 years agoNorman's fix to make the help system start on Win32.
curt [Thu, 29 Aug 2002 21:00:22 +0000 (21:00 +0000)]
Norman's fix to make the help system start on Win32.
And fixed up some other non-sensical code in the vicinity which
was generating compiler warnings.

21 years agoFixes for the Irix compiler, "the worlds best" :-)
curt [Thu, 29 Aug 2002 20:43:19 +0000 (20:43 +0000)]
Fixes for the Irix compiler, "the worlds best" :-)

21 years agoIrix fixes.
curt [Thu, 29 Aug 2002 17:21:42 +0000 (17:21 +0000)]
Irix fixes.

21 years agoSeveral fixes and tweaks.
curt [Thu, 29 Aug 2002 16:00:17 +0000 (16:00 +0000)]
Several fixes and tweaks.

21 years agoFixed an oops.
tony [Thu, 29 Aug 2002 13:39:29 +0000 (13:39 +0000)]
Fixed an oops.

21 years agoAdded FGTurbine.[ch]*
tony [Thu, 29 Aug 2002 13:27:43 +0000 (13:27 +0000)]
Added FGTurbine.[ch]*

21 years agoNew Turbine engine model framework
tony [Thu, 29 Aug 2002 13:26:49 +0000 (13:26 +0000)]
New Turbine engine model framework

21 years agoMake adf volume and adf on/off seperate properties.
curt [Thu, 29 Aug 2002 04:18:55 +0000 (04:18 +0000)]
Make adf volume and adf on/off seperate properties.

21 years agoIgnore files that have -set.xml in them, but don't end in that exact string
curt [Wed, 28 Aug 2002 17:53:52 +0000 (17:53 +0000)]
Ignore files that have -set.xml in them, but don't end in that exact string
(i.e. something-set.xml~)

21 years agoAdd support for a --show-aircraft option. This displays a list of all
curt [Wed, 28 Aug 2002 16:59:40 +0000 (16:59 +0000)]
Add support for a --show-aircraft option.  This displays a list of all
available aircraft and a brief description if one is available.

21 years agoFix a compile error.
curt [Wed, 28 Aug 2002 16:58:57 +0000 (16:58 +0000)]
Fix a compile error.

21 years agoMore fixes to the automake/conf scripts.
curt [Wed, 28 Aug 2002 16:13:06 +0000 (16:13 +0000)]
More fixes to the automake/conf scripts.

21 years agoLatest JSBSim updates.
tony [Wed, 28 Aug 2002 13:46:42 +0000 (13:46 +0000)]
Latest JSBSim updates.

21 years agoMore tweaks to the automake/conf configuration scripts.
curt [Wed, 28 Aug 2002 03:34:31 +0000 (03:34 +0000)]
More tweaks to the automake/conf configuration scripts.

21 years agoModernize the autoconf/automake files.
curt [Tue, 27 Aug 2002 23:52:15 +0000 (23:52 +0000)]
Modernize the autoconf/automake files.