david
8506e731a2
Minor logging changes.
...
All logs and log entries are now disabled by default, unless
explicitly enabled by an 'enabled' property. This works much more
intuitively with the GUI dialog.
2003-02-01 17:59:52 +00:00
david
603834ccf1
Add support for numerals as well as letters in Morse identifiers
...
(needed for many navaids).
2003-01-29 23:30:34 +00:00
curt
a947d6a8fb
Added the cvs ident in the comment header.
2003-01-29 21:57:46 +00:00
curt
de3ef067eb
Updated license statement.
2003-01-29 21:57:00 +00:00
curt
2c4534b7e8
Initial revisions.
2003-01-29 21:55:53 +00:00
david
67defdcf2f
README for src/Systems/
2003-01-29 16:03:00 +00:00
david
91c8dd3196
Converted to a simple FGSubsystemGroup.
2003-01-29 16:02:46 +00:00
david
70dde366bc
Removed unneeded inclusion of std::vector.
2003-01-29 16:02:27 +00:00
david
9c574d4b87
Added a README for the src/Instrumentation/ directory.
2003-01-29 15:38:52 +00:00
david
9841edf429
Added a README for the src/Cockpit/ directory.
2003-01-29 15:34:31 +00:00
david
57da4bf02d
Removed the old FGSteam module from FlightGear.
2003-01-29 15:30:29 +00:00
tony
6acae863ec
Removing files already removed from JSBSim CVS.
2003-01-27 23:42:08 +00:00
david
269c83b86a
Correct old-reinit_dialog to old-reinit-dialog.
2003-01-27 15:39:41 +00:00
david
7470eadbe7
Make the indicator a little less jumpy.
2003-01-26 20:57:57 +00:00
david
95e3e9d28b
Add serviceable property.
2003-01-26 20:21:04 +00:00
david
d56bc5c9df
If the gyro becomes unserviceable, stop spinning immediately.
2003-01-26 20:20:33 +00:00
david
113b1192c4
Make serviceable property writable.
2003-01-26 20:20:15 +00:00
david
c8f775c103
Switch to opaque dialogs and menu (with a heavy heart).
2003-01-26 20:19:15 +00:00
david
c165466a07
Use new magnetic compass property.
2003-01-26 15:56:30 +00:00
david
f72891e113
Added magnetic compass instrument.
...
Removed some unused bind/unbind methods.
Improved responsiveness of slip-skid ball.
Some minor cleanups.
2003-01-26 15:56:11 +00:00
david
acbb9f5aff
Renamed /velocities/side-slip-rad to /orientation/side-slip-rad.
...
Renamed /velocities/side-slip-deg to /orientation/side-slip-deg.
Renamed /velocities/alpha-deg to /orientation/alpha-deg.
Added /accelerations/ned/north-accel-fps_sec.
Added /accelerations/ned/east-accel-fps_sec.
Added /accelerations/ned/down-accel-fps_sec.
Renamed /accelerations/pilot/x-accel-ft_sec2 to
/accelerations/pilot/x-accel-fps_sec.
Renamed /accelerations/pilot/y-accel-ft_sec2 to
/accelerations/pilot/y-accel-fps_sec.
Renamed /accelerations/pilot/z-accel-ft_sec2 to
/accelerations/pilot/z-accel-fps_sec.
2003-01-26 15:53:35 +00:00
curt
fe45f5b7a8
Output target navaid radial to external gui so it can resolve potential
...
ambiguity in selected ILS approach.
2003-01-26 03:39:09 +00:00
david
9adaa93b19
Kludge in a /systems/electrical/serviceable master property to kill
...
the whole electrical system. We will also need a mechanism to kill
individual suppliers (such as the alternator), but this is good enough
for most training.
2003-01-25 21:49:57 +00:00
david
25387150c4
Improve spindown when the gyro fails.
2003-01-25 21:48:35 +00:00
david
99aa857dcb
Added support for the slip-skid ball.
2003-01-25 21:13:13 +00:00
curt
8cc7b283d5
Refactored some of the navlist code and removed the built in "fail to find"
...
if the station is too far away. Instead, simply return the closest station.
All the code that searches navaids does it's own range checking anyway.
This will make the navlist query functions a bit more useful for other
types of functionality where you may need to lookup a station without
consideration of range (i.e. presetting your position relative to a navaid.)
2003-01-25 20:45:39 +00:00
david
677c3e3e9a
Added a Gyro helper class to factor out some common code for managing
...
a spinning gyro.
Changed FGInstrumentMgr to inherit from FGSubsystemGroup, greatly
simplifying the (already simple) class. I should probably rename this
to FGInstrumentGroup or something similar, but not today.
Added the gyroscopic turn indicator (part of the TC).
2003-01-25 19:49:27 +00:00
david
4526b1b8ee
Remove redundant rate properties recently added.
2003-01-25 19:47:35 +00:00
david
f3b00f1598
Publish properties for accelerations and rates.
2003-01-25 17:25:30 +00:00
curt
925f521521
Initial revision.
2003-01-24 18:12:04 +00:00
tony
a9d81f2e65
Latest JSBSim updates, including use of new "JSBSim" namespace
2003-01-24 12:55:28 +00:00
david
9679c7da15
Changed 'exit' command to quit immediately, rather than displaying a
...
built-in dialog (use an XML dialog instead).
Added an fgExit() function to simplify exit and cleanup.
2003-01-24 03:08:23 +00:00
david
980eae6187
Remove old-preset-* commands; replaced with a general, XML presets
...
dialog.
2003-01-24 02:49:30 +00:00
david
8e659f84fa
No longer recursively search $FG_ROOT/gui/dialogs/ for configuration
...
files; all of them must be at the top level.
Do not attempt to parse a configuration file unless it ends with
".xml".
2003-01-24 02:43:52 +00:00
curt
7ef3bd5f6c
FreeBSD pthread fix.
2003-01-23 15:17:41 +00:00
curt
29a3525869
Add a "signed" distance to the GS transmitter. When you are in the approach
...
hemisphere the distance is positive, if you are in the departure hemisphere
the distance is negature. (Possible use for graphing approach distance
vs. glide slope or cdi.)
2003-01-22 01:24:32 +00:00
curt
44c16f986d
Updated Jon Berndt's entry.
2003-01-22 01:22:48 +00:00
david
d819c42184
Remove another deprecated command, and fix things up so that dialogs
...
reload properly on a reinit.
2003-01-21 15:44:21 +00:00
david
87a84efbb0
Added support for reinit(), to reload the configuration files without
...
having to restart FlightGear. This should speed up GUI design and
debugging quite a bit.
2003-01-21 02:09:27 +00:00
david
0940afae5a
Fixed iteration bug in destructor.
2003-01-21 02:08:56 +00:00
david
fbcfbd9355
Removed need to specify 'type' property at the top level; it's always
...
a dialog.
2003-01-21 02:08:41 +00:00
david
f61d73e546
Make fgLoadProps more flexible, to read from $FG_ROOT or the current
...
directory.
2003-01-21 02:08:00 +00:00
david
e0c7b29aa7
Added reinit, suspend, and resume commands.
2003-01-21 02:07:29 +00:00
david
3991ac2450
Basic information for creating menus and dialogs in FlightGear.
2003-01-20 20:00:56 +00:00
david
40bed0a3f1
Change GUI method names.
...
Do not delete GUI objects directly; let the GUI manager do it instead.
Simplify some code for readability.
2003-01-20 16:03:48 +00:00
david
9291bb510d
Rename some methods to be more intuitive, add a close method for the
...
active dialog, and add lots of documentation.
2003-01-20 16:03:09 +00:00
david
123931834f
Fix memory leaks (PUI doesn't make copies of lists, so we have to make
...
our own copies and keep pointers to them).
2003-01-20 16:02:26 +00:00
david
4dc28f11f4
Add more documentation comments.
...
Fix memory leaks (PUI doesn't make copies of lists, so we have to make
our own copies and keep pointers to them).
Adjust for new method names in NewGUI.
Move the GUIInfo struct into the cxx file so that it's not part of the
public interface.
2003-01-20 16:01:54 +00:00
david
bbff86ed36
Add new object types "slider" and "dial".
...
Fix memory leaks (PUI doesn't make copies of lists, so we have to make
our own copies and keep pointers to them).
Adjust for new method names in NewGUI.
Move the GUIInfo struct into the cxx file so that it's not part of the
public interface.
2003-01-20 16:01:16 +00:00
david
21b46469ee
Make sure the gust wind speed is never less than the base wind speed.
2003-01-20 13:02:18 +00:00