]> git.mxchange.org Git - flightgear.git/log
flightgear.git
22 years agoFixed an email address.
curt [Wed, 13 Feb 2002 22:25:16 +0000 (22:25 +0000)]
Fixed an email address.

22 years agoEnsure that initial engine settings are copied over.
david [Wed, 13 Feb 2002 20:51:57 +0000 (20:51 +0000)]
Ensure that initial engine settings are copied over.

22 years agoThis is a three line fix for some inconsistancies between the gui dialogs and
curt [Wed, 13 Feb 2002 20:12:31 +0000 (20:12 +0000)]
This is a three line fix for some inconsistancies between the gui dialogs and
the panel controls for the autopilot.  The heading dialog would only show the
last setting you did through it, even if it was later tweaked with the bug on
the hsi.  The altitude dialog did a similar thing.  Now the values default to
the same that show on the panel displays.

22 years agoReset "/sim/startup/time-offset-type" when specifying "--time-offset" in
curt [Wed, 13 Feb 2002 19:41:05 +0000 (19:41 +0000)]
Reset "/sim/startup/time-offset-type" when specifying "--time-offset" in
case some other conflicting option has set this to something else.

22 years agoCleaned up a few stray cout's
curt [Wed, 13 Feb 2002 18:17:04 +0000 (18:17 +0000)]
Cleaned up a few stray cout's

22 years agoFixed an if statement typo.
curt [Wed, 13 Feb 2002 17:43:01 +0000 (17:43 +0000)]
Fixed an if statement typo.

22 years agoUpdated Cameron's entry.
curt [Wed, 13 Feb 2002 17:39:13 +0000 (17:39 +0000)]
Updated Cameron's entry.

22 years ago0.7.9pre2 changes.
curt [Wed, 13 Feb 2002 16:03:54 +0000 (16:03 +0000)]
0.7.9pre2 changes.

22 years agoLatest JSBSim fixes, including Dave Luff's mixture improvements for
david [Wed, 13 Feb 2002 14:35:10 +0000 (14:35 +0000)]
Latest JSBSim fixes, including Dave Luff's mixture improvements for
the JSBSim piston-engine model.

22 years agoSeveral updates.
curt [Wed, 13 Feb 2002 03:11:16 +0000 (03:11 +0000)]
Several updates.

22 years agoOops fixed one small mistake from the last fix.
curt [Wed, 13 Feb 2002 02:46:01 +0000 (02:46 +0000)]
Oops fixed one small mistake from the last fix.

22 years agoAdded a clock freeze option (/sim/freeze/clock). This can be specified
curt [Wed, 13 Feb 2002 02:37:44 +0000 (02:37 +0000)]
Added a clock freeze option (/sim/freeze/clock).  This can be specified
via the command line (--enable-clock-freeze / --disable-clock-freeze)
and can be toggled during a run.  However this property is not currently
bound to any menu or keystroke so you have to do it via the gui property
interface or externally via the web property browser or a script.

22 years agoAdded .hpp files to Makefile.am so they will be automatically included
curt [Tue, 12 Feb 2002 23:44:15 +0000 (23:44 +0000)]
Added .hpp files to Makefile.am so they will be automatically included
in the tarball distributions.

22 years agoUpdates ...
curt [Tue, 12 Feb 2002 22:49:56 +0000 (22:49 +0000)]
Updates ...

22 years agoInitial changelog for 0.7.9
curt [Tue, 12 Feb 2002 22:36:42 +0000 (22:36 +0000)]
Initial changelog for 0.7.9

22 years agoMake code a bit more explicit.
curt [Tue, 12 Feb 2002 22:27:57 +0000 (22:27 +0000)]
Make code a bit more explicit.

22 years agoConverted a cout to SG_LOG()
curt [Tue, 12 Feb 2002 16:36:25 +0000 (16:36 +0000)]
Converted a cout to SG_LOG()

22 years agoEnable audio support for MSVC builds.
curt [Tue, 12 Feb 2002 16:12:52 +0000 (16:12 +0000)]
Enable audio support for MSVC builds.

22 years agoBetter support for an alternate calendar time (i.e. if time/position/etc.
curt [Mon, 11 Feb 2002 23:33:20 +0000 (23:33 +0000)]
Better support for an alternate calendar time (i.e. if time/position/etc.
are being driven from an external data source.)

Akso found and fixed a bug in the simgear that caused the time to go goofy
temporarily while scenery was being loaded.

22 years agoAdd support for cygwin
curt [Mon, 11 Feb 2002 15:25:19 +0000 (15:25 +0000)]
Add support for cygwin

22 years agoFixed a typo.
curt [Mon, 11 Feb 2002 15:24:08 +0000 (15:24 +0000)]
Fixed a typo.

22 years agoSet default value for cur time override to 0 (no override)
curt [Sun, 10 Feb 2002 04:27:56 +0000 (04:27 +0000)]
Set default value for cur time override to 0 (no override)

22 years agoChanges to match simgear changes which allow overriding the current
curt [Sun, 10 Feb 2002 04:18:10 +0000 (04:18 +0000)]
Changes to match simgear changes which allow overriding the current
clock time.

22 years agoTweaks to 'native fdm' output. Time offset should now be properly supported
curt [Fri, 8 Feb 2002 23:03:54 +0000 (23:03 +0000)]
Tweaks to 'native fdm' output.  Time offset should now be properly supported
as well as visibility.
This means that if you are using this protocal to exchange data with a
visual channel, you should be able to change time and visibility on the master
and all the slaved visual channels will match it.

22 years agoFixes for the bug where LaRCsim gets no fuel and won't start,
curt [Fri, 8 Feb 2002 17:27:38 +0000 (17:27 +0000)]
Fixes for the bug where LaRCsim gets no fuel and won't start,
and also a bug with the EGT being displayed at running values
when cranking without starting.

22 years agoFix several off by one errors in hud_card.cxx
curt [Fri, 8 Feb 2002 17:19:21 +0000 (17:19 +0000)]
Fix several off by one errors in hud_card.cxx

22 years agoFix a potential mouse freeze.
curt [Fri, 8 Feb 2002 17:18:50 +0000 (17:18 +0000)]
Fix a potential mouse freeze.

22 years agoJSBSim change from Dave Luff:
david [Fri, 8 Feb 2002 13:36:46 +0000 (13:36 +0000)]
JSBSim change from Dave Luff:

Attached is a fix to add a short period of cranking time required
before the engine fires.  I've also added a little hack to limit the
torque applied by the starter motor when the rpm is less than 10 in
order to avoid the rpm overshooting idle in the first time step when
the prop is producing very little resistance due to the low rpm.

22 years agoPatch from Melchior Franz:
david [Fri, 8 Feb 2002 13:31:22 +0000 (13:31 +0000)]
Patch from Melchior Franz:

 - add indices to ambiguous property names

22 years agoModified to use a relative path for aircraft_dir rather than an
david [Fri, 8 Feb 2002 13:21:28 +0000 (13:21 +0000)]
Modified to use a relative path for aircraft_dir rather than an
absolute one.  The path should be relative to $FG_ROOT.

22 years agoFixed a typo ...
curt [Fri, 8 Feb 2002 01:08:24 +0000 (01:08 +0000)]
Fixed a typo ...

22 years agoMSVC++ fixes
curt [Fri, 8 Feb 2002 00:07:53 +0000 (00:07 +0000)]
MSVC++ fixes

22 years agoFreeBSD fix.
curt [Thu, 7 Feb 2002 15:38:32 +0000 (15:38 +0000)]
FreeBSD fix.

22 years agoRemoved an unneeded #include
curt [Wed, 6 Feb 2002 23:56:17 +0000 (23:56 +0000)]
Removed an unneeded #include

22 years agoSome follow up patches from Norman Vine.
curt [Wed, 6 Feb 2002 23:31:33 +0000 (23:31 +0000)]
Some follow up patches from Norman Vine.

22 years agoPatch from Melchior Franz:
david [Wed, 6 Feb 2002 16:53:01 +0000 (16:53 +0000)]
Patch from Melchior Franz:

 - don't show redundant indices

22 years agoLatest JSBSim changes from Tony Peden (should help slip/skid ball).
david [Wed, 6 Feb 2002 16:52:34 +0000 (16:52 +0000)]
Latest JSBSim changes from Tony Peden (should help slip/skid ball).

22 years agoCygwin fix.
curt [Wed, 6 Feb 2002 16:09:44 +0000 (16:09 +0000)]
Cygwin fix.

22 years agoPatches from Melchior Franz:
david [Wed, 6 Feb 2002 14:22:23 +0000 (14:22 +0000)]
Patches from Melchior Franz:

  - remove buffer with class scope
  - remove variable 'length' (isn't used anywhere)
  - make process_command private (it isn't used anywhere outside, and it
    shouldn't be)

22 years agoPatches from Melchior Franz:
david [Wed, 6 Feb 2002 14:22:04 +0000 (14:22 +0000)]
Patches from Melchior Franz:

  - define buffers where they are needed (two places)
  - comment out stale debug message (it doesn't buy anything, because the
    contents are output two lines below, anyway)
  - let every error message begin with "ERR ". This makes error messages
    less beautiful, but easier to recognize for scripts. Every internet
    protocol that outputs text, has such a tag for distinguishing regular
    output from error messages. (pop3 uses "-ERR ", smtp uses error codes,
    etc.)

22 years agoPatches from Melchior Franz:
david [Wed, 6 Feb 2002 14:21:24 +0000 (14:21 +0000)]
Patches from Melchior Franz:

  - fix html bug (<form> was closed by another <form>, instead of </form>)
  - remove useless <br>
  - fix a bug, that would have truncated an argument containing a '&'
  - extend the comment for urlEncode: cite the concerned RFC

22 years agoWIN32 fix.
curt [Wed, 6 Feb 2002 04:31:12 +0000 (04:31 +0000)]
WIN32 fix.

22 years agoLatest JSBSim changes, including a kludge from Tony to keep the
david [Wed, 6 Feb 2002 04:07:12 +0000 (04:07 +0000)]
Latest JSBSim changes, including a kludge from Tony to keep the
slip/skid ball still when the plane is stationary.

22 years agoLatest version submitted by John W.
curt [Wed, 6 Feb 2002 01:03:54 +0000 (01:03 +0000)]
Latest version submitted by John W.

22 years agoFixes for default chase view values.
curt [Tue, 5 Feb 2002 23:02:16 +0000 (23:02 +0000)]
Fixes for default chase view values.

22 years agoFix the not showing the last item bug. Also I cleaned up a
curt [Tue, 5 Feb 2002 22:32:29 +0000 (22:32 +0000)]
Fix the not showing the last item bug.  Also I cleaned up a
few things and made the scroll bar look right.

22 years agoMSVC updates.
curt [Tue, 5 Feb 2002 22:28:31 +0000 (22:28 +0000)]
MSVC updates.

22 years agoA grab bag of tweaks and patches from Norman Vine.
curt [Tue, 5 Feb 2002 20:54:08 +0000 (20:54 +0000)]
A grab bag of tweaks and patches from Norman Vine.
- Better mingwin/cygwin support
- Various gui tweaks and code clean ups
- Initialization clean ups
- Hitlist/scenery tweaks
- other misc. stuff.

22 years agoUpdated --help message.
curt [Tue, 5 Feb 2002 17:02:25 +0000 (17:02 +0000)]
Updated --help message.

22 years agoVarious Irix compiler tweaks.
curt [Tue, 5 Feb 2002 15:57:46 +0000 (15:57 +0000)]
Various Irix compiler tweaks.

22 years ago1. Tidies up h-FOV/v-FOV handling and makes window scale depend on
curt [Tue, 5 Feb 2002 05:51:11 +0000 (05:51 +0000)]
1. Tidies up h-FOV/v-FOV handling and makes window scale depend on
max(width, height) by default (easily changeable) rather than just width.
(src/GUI/gui.cxx, src/Main/main.cxx, src/Main/viewer.cxx, src/Main/viewer.hxx)

22 years ago1. Enable intro music under MS Windows. (main.cxx)
curt [Tue, 5 Feb 2002 05:04:02 +0000 (05:04 +0000)]
1. Enable intro music under MS Windows. (main.cxx)
  This works on a CygWin build, and probably works on non-Cygwin builds
  as well.

2. Enable FG to start even if audio is not available. (soundmgr.cxx)
   Avoids the FGSoundMgr constructor crashing; the rest of FG then runs
   OK without sound.

22 years agoTweaks from Julian Foad:
curt [Tue, 5 Feb 2002 04:42:39 +0000 (04:42 +0000)]
Tweaks from Julian Foad:

1. Enable auto-configure on more versions of auto tools. (configure.in)
2. Warnings from auto-configure tools. (src/Time/Makefile.am)
3. Typo: "the it's" -> "its". (docs-mini/README.Joystick)
4. Remove definition of FGViewer::update() that now is (or can be) pure
virtual\
. (src/Main/viewer.cxx)
5. Preferred form of function name according to comments in plib:
"not_working"\
 -> "notWorking". (src/Sound/soundmgr.hxx)

22 years agoUpdates from "Jonathan Polley" <jwpolley@home.com> to convert from/to 'net'
curt [Mon, 4 Feb 2002 22:54:02 +0000 (22:54 +0000)]
Updates from "Jonathan Polley" <jwpolley@home.com> to convert from/to 'net'
format before reading/writing data from/to remote machine.  This allows
different endian machines to talk to each other.  Also added support for
passing time and time offset (warp) in the data packet.

22 years agoPrint the usage message as well if a base package version mismatch is
curt [Mon, 4 Feb 2002 22:06:37 +0000 (22:06 +0000)]
Print the usage message as well if a base package version mismatch is
detected.

22 years agoPatch from Melchior Franz to add support for indexed property names.
curt [Mon, 4 Feb 2002 21:10:36 +0000 (21:10 +0000)]
Patch from Melchior Franz to add support for indexed property names.

22 years agoUpdates to allow weather system and atis to interact better.
curt [Fri, 1 Feb 2002 23:13:48 +0000 (23:13 +0000)]
Updates to allow weather system and atis to interact better.

22 years agoUpdated with latest build information.
curt [Fri, 1 Feb 2002 21:21:58 +0000 (21:21 +0000)]
Updated with latest build information.

22 years agoLatest JSBSim changes, including SGI patch.
david [Fri, 1 Feb 2002 02:11:13 +0000 (02:11 +0000)]
Latest JSBSim changes, including SGI patch.

22 years agoAdded confdefs.h (whatever that is).
david [Fri, 1 Feb 2002 02:10:49 +0000 (02:10 +0000)]
Added confdefs.h (whatever that is).

22 years agoAdded new generated man pages.
david [Fri, 1 Feb 2002 01:52:21 +0000 (01:52 +0000)]
Added new generated man pages.

22 years agoUpdates to existing man pages. New man pages for est-epsilon, gl-info,
curt [Thu, 31 Jan 2002 20:25:23 +0000 (20:25 +0000)]
Updates to existing man pages.  New man pages for est-epsilon, gl-info,
js_demo, and pstest.

22 years agoUncommented a few more inline accessors for the FDM. Note that this doesn't
curt [Thu, 31 Jan 2002 20:18:19 +0000 (20:18 +0000)]
Uncommented a few more inline accessors for the FDM.  Note that this doesn't
mean that the various flight models are filling in the values with valid
data.

22 years agoUpdates from John to pass additional data to the external OpenGC display.
curt [Thu, 31 Jan 2002 20:17:33 +0000 (20:17 +0000)]
Updates from John to pass additional data to the external OpenGC display.

22 years agoAdditional autopilot tuning taking into consideration more data.
curt [Thu, 31 Jan 2002 00:03:41 +0000 (00:03 +0000)]
Additional autopilot tuning taking into consideration more data.

22 years agoVariable "i" was multiply defined in two for loops.
curt [Wed, 30 Jan 2002 22:42:06 +0000 (22:42 +0000)]
Variable "i" was multiply defined in two for loops.

22 years agoFixes from Cameron Moore:
david [Wed, 30 Jan 2002 16:17:26 +0000 (16:17 +0000)]
Fixes from Cameron Moore:

I've attached 3 diffs against files in FlightGear to fix some printf
format strings.  The changes are pretty straight forward.  Let me know
if you have any questions.  (BTW, I'm using gcc 2.95.4)

22 years agoProperty-tree-viewer improvements from Melchior Franz.
david [Wed, 30 Jan 2002 15:44:13 +0000 (15:44 +0000)]
Property-tree-viewer improvements from Melchior Franz.

22 years agoFixes to make telnet interface work more than 1x.
curt [Mon, 28 Jan 2002 22:48:29 +0000 (22:48 +0000)]
Fixes to make telnet interface work more than 1x.

22 years agoLatest update from JSBSim.
david [Thu, 24 Jan 2002 15:51:26 +0000 (15:51 +0000)]
Latest update from JSBSim.

22 years agoAutopilot now honors tunable altitude hold parameters which are defined in
curt [Thu, 24 Jan 2002 01:48:39 +0000 (01:48 +0000)]
Autopilot now honors tunable altitude hold parameters which are defined in
the aircraft-set.xml file.

22 years agoSmall fix for Irix.
curt [Wed, 23 Jan 2002 22:11:51 +0000 (22:11 +0000)]
Small fix for Irix.

22 years agoMinor tweaks.
curt [Tue, 22 Jan 2002 15:39:51 +0000 (15:39 +0000)]
Minor tweaks.

22 years agoAdded some sanity checking.
curt [Tue, 22 Jan 2002 15:38:02 +0000 (15:38 +0000)]
Added some sanity checking.

22 years ago- added --(en|dis)able-fuel-freeze and --jpg-httpd
curt [Sun, 20 Jan 2002 06:36:49 +0000 (06:36 +0000)]
- added --(en|dis)able-fuel-freeze and --jpg-httpd
- removed --tile-radius

22 years ago- reworked spacing/layout to be more readable
curt [Sun, 20 Jan 2002 06:09:36 +0000 (06:09 +0000)]
- reworked spacing/layout to be more readable
- added missing --bpp option
- added IO and Debug sections
- moved --units-* out of HUD section

22 years agoAdd --enable/disable-fuel-freeze command line options.
curt [Sun, 20 Jan 2002 05:59:28 +0000 (05:59 +0000)]
Add --enable/disable-fuel-freeze command line options.

22 years ago#ifdef out some test code.
curt [Sun, 20 Jan 2002 05:58:34 +0000 (05:58 +0000)]
#ifdef out some test code.

22 years agoRestructured the 'freeze' property a bit. We now have
curt [Sun, 20 Jan 2002 03:52:36 +0000 (03:52 +0000)]
Restructured the 'freeze' property a bit.  We now have
  /sim/freeze/master      (implimented)
  /sim/freeze/fuel        (implimented)
  /sim/freeze/position    (not implimented)
  /sim/freeze/time-of-day (not implimented)

/sim/freeze/master is bound to the 'p' key via keyboard.xml, however,
/sim/freeze/fuel is not bound to anything at the moment so you must
change it via the external property interface, or specify an initial
value on the command line.

22 years agoAdded the ability to tilt the view as well as rotate it; the
david [Sat, 19 Jan 2002 23:38:24 +0000 (23:38 +0000)]
Added the ability to tilt the view as well as rotate it; the
properties /sim/view/view-tilt-deg and /sim/view/goal-view-tilt-deg
control the tilt.  There are (temporarily) keyboard bindings in the
base package for experimentation: Ctrl-O to tilt the view down, and
Ctrl-P to tilt the view up.

22 years agoAdd infrastructure in preparation for tilting the view.
david [Sat, 19 Jan 2002 23:01:01 +0000 (23:01 +0000)]
Add infrastructure in preparation for tilting the view.

22 years agoLatest JSBSim changes.
david [Sat, 19 Jan 2002 21:50:31 +0000 (21:50 +0000)]
Latest JSBSim changes.

22 years agoFix use of properties for fuel-tank levels.
david [Sat, 19 Jan 2002 18:26:30 +0000 (18:26 +0000)]
Fix use of properties for fuel-tank levels.

22 years agoReturn a positive shortage when there is still fuel in the tank;
david [Sat, 19 Jan 2002 18:25:52 +0000 (18:25 +0000)]
Return a positive shortage when there is still fuel in the tank;
otherwise, the logic in FGEngine::ConsumeFuel breaks down and the
engine is starved when *any* feed tank is empty, rather than when all
feed tanks are empty.

22 years ago- fixed fuel-need calculations
david [Sat, 19 Jan 2002 18:24:02 +0000 (18:24 +0000)]
- fixed fuel-need calculations
- stop engine when no fuel is available

22 years agoSame autogen.sh tweak as for simgear to better handle irix vs.
curt [Sat, 19 Jan 2002 14:58:49 +0000 (14:58 +0000)]
Same autogen.sh tweak as for simgear to better handle irix vs.
linux.  This will likely require more tweaking as other platforms report
in.
Fixed a warning that Makefile.am was generating.

22 years agoRemoved FGEngInterface and FGGearInterface after consultation with
david [Sat, 19 Jan 2002 05:34:03 +0000 (05:34 +0000)]
Removed FGEngInterface and FGGearInterface after consultation with
FDM people.  FlightGear now supports an unlimited number of fuel
tanks.  Also added correct fuel-flow reporting for piston engines, and
tracked new features in SimGear property support.

22 years agoLatest JSBSim changes, including some gear tweaking from Jon and some
david [Sat, 19 Jan 2002 05:32:28 +0000 (05:32 +0000)]
Latest JSBSim changes, including some gear tweaking from Jon and some
fuel-reporting improvements for piston engines.

22 years agoMisc tweaks.
curt [Sat, 19 Jan 2002 00:31:27 +0000 (00:31 +0000)]
Misc tweaks.

22 years agoTweaks to sound levels from Erik Hofman.
curt [Fri, 18 Jan 2002 22:38:47 +0000 (22:38 +0000)]
Tweaks to sound levels from Erik Hofman.

22 years agoFixed typo.
curt [Thu, 17 Jan 2002 17:58:31 +0000 (17:58 +0000)]
Fixed typo.

22 years agoHandle newer versions of automake automatically.
curt [Thu, 17 Jan 2002 16:22:29 +0000 (16:22 +0000)]
Handle newer versions of automake automatically.
IRIX specific Makefile fixups.

22 years agoA couple minor MSVC tweaks contributed by Jonathan Polley
curt [Thu, 17 Jan 2002 00:03:02 +0000 (00:03 +0000)]
A couple minor MSVC tweaks contributed by Jonathan Polley

22 years agoChanges to support optional screen snap shot httpd server.
curt [Wed, 16 Jan 2002 23:02:52 +0000 (23:02 +0000)]
Changes to support optional screen snap shot httpd server.

22 years agoPatches from Cameron Moore to fix setting cloud altitude from
david [Wed, 16 Jan 2002 16:56:49 +0000 (16:56 +0000)]
Patches from Cameron Moore to fix setting cloud altitude from
properties or the command line.

22 years agoRemoved some temporary debug statements.
david [Wed, 16 Jan 2002 16:48:27 +0000 (16:48 +0000)]
Removed some temporary debug statements.

22 years ago.cvsignore for new directory.
david [Wed, 16 Jan 2002 16:46:33 +0000 (16:46 +0000)]
.cvsignore for new directory.

22 years agoI prefer frozen vs. paused for some odd reason.
curt [Tue, 15 Jan 2002 23:39:21 +0000 (23:39 +0000)]
I prefer frozen vs. paused for some odd reason.

22 years agoAdded a subdirectory for man pages (which were contributed by Cameron Moore)
curt [Tue, 15 Jan 2002 22:48:55 +0000 (22:48 +0000)]
Added a subdirectory for man pages (which were contributed by Cameron Moore)

22 years agoCameron Moore writes:
curt [Tue, 15 Jan 2002 22:33:24 +0000 (22:33 +0000)]
Cameron Moore writes:

It is Debian Policy to have a man page for all binaries.
Ove has several Wishlist items in the Debian Bug Tracker for this, so I
decided to whip the main `fgfs` manpage together and started one for the
`fgjs` utility (which I've never actually used).