curt
2fbab0d702
Various floating point / initial value bug fixes from Christian Mayer.
2001-10-11 22:07:45 +00:00
curt
2653a8dc7e
Patch to fix wrong case crash.
2001-10-10 18:15:07 +00:00
curt
ca29586a45
Fixed a few spelling/grammer mistakes in the command line help output.
2001-10-10 17:55:29 +00:00
curt
3e968179c2
Patches from Dave Luffto pass the magneto and starter control movements
...
through the controls interface and the running and cranking flags through
the engine interface. This has no current effect on LaRCsim (other than
to make the code neater) but is necessary to add engine startup to JSBSim
which is now underway. I've also put in main.cxx which escaped getting
committed in the previous round of changes - adding this will add
the cranking sound to LaRCsim during engine startup.
2001-10-10 17:50:20 +00:00
curt
a264f99310
Updated with additional engine parameters.
2001-10-05 22:44:15 +00:00
curt
f02107a0cc
Tweaks ...
2001-10-05 20:27:43 +00:00
curt
74fc1387a9
Begin wiring Dave Luff's engine model into JSBSim.
2001-10-05 20:27:33 +00:00
curt
07f5955f8c
Many engine model tweaks, updates, and enhancements.
2001-10-05 20:27:01 +00:00
curt
cb0aa1baa1
Added panel jitter support dependent on cockpit forces (visual force feedback)
2001-10-05 20:26:21 +00:00
curt
ba10c133fc
Syncing with the very latest JSBSim development code.
2001-10-05 20:19:59 +00:00
curt
2297c706e8
Initial revision.
2001-10-05 20:16:16 +00:00
curt
85371ee361
Extend range of ILS in reverse direction to allow back course approaches.
2001-09-24 17:43:33 +00:00
curt
f77877ffa8
White space changes.
2001-09-20 22:10:45 +00:00
curt
1dfe83dfd4
Follow up tweaks.
2001-09-20 21:03:41 +00:00
curt
646f93e618
Enclosed is the latest engine model update that supercedes the
...
one I sent yesterday. I have re-zipped all four files so you can
neglect the last lot but only io360.cxx has changed if you've
already committed. It's untested since I can't start the engine until
John has committed his update with separate properties. Should
work fine though.
2001-09-19 22:58:29 +00:00
curt
c0f70c0d54
Initial supporting code for runway lighting (not yet working)
2001-09-19 22:30:41 +00:00
curt
f2e89407d2
For ADA fdm turn on hud for center channel.
2001-09-19 22:27:08 +00:00
curt
b991f8fd96
Turn hud off by default for ADA fdm.
2001-09-19 22:26:01 +00:00
curt
bb785797b9
b) FDM - ada.cxx, ada.hxx have been updated with the faux, daux and iaux arrays that you created in flight.hxx. In Flight.hxx I use the get_V_north_rel_ground() set of functions. Please do not comment them out. If you dont comment them, you dont have to forcibly return zero vale to get_Vx(),get_Vy() & get_Vz() in cockpit.cxx.
2001-09-19 22:25:22 +00:00
curt
2154915465
a) HUD - Here is the updated hud code with moving pointers, dials, turn/slip gauge, choice of circular ticks, two sizes for fonts, box for text labels etc. based partly on MIL-STD-1787b and our pilots requirements. Our pilots are not very enthusiastic about all symbols discussed in MIL-STD-1787b (I suppose it is very subjective) and so I did not have motivation to try all of them. Even now I plan to do simple symbols as seen on Russian aircraft since our Air Force pilots are familiar with them. That should be part of my next update. I have included a html document which is basically the old text file plus some snapshots with all possible hud symbols linked to corresponding xml templates. You have to just cut & paste the template, change names and positions to create additional symbols (if you have the real estate on the hud).
2001-09-19 22:23:25 +00:00
curt
45390e0655
Renamed to hud_gaug.cxx
2001-09-19 21:41:46 +00:00
curt
3dc8b29e16
Initial revision.
2001-09-17 21:12:24 +00:00
curt
629944e653
Prepairing for 0.7.9 development.
2001-09-14 20:57:30 +00:00
curt
84bde66b24
Updated ...
2001-09-14 20:54:57 +00:00
curt
d96dd611b1
Tweaks.
2001-09-14 20:54:46 +00:00
curt
bfc56f9d17
More changes in support of UIUCModel.
2001-09-14 20:47:27 +00:00
curt
19e7e93787
/FDM/UIUCModel/uiuc_aircraft.h
...
Added variables necessary for new abilities.
/FDM/UIUCModel/uiuc_coefficients.cpp
/FDM/UIUCModel/uiuc_coefficients.h
/FDM/UIUCModel/uiuc_coef_lift.cpp
Added CZfa.
/FDM/UIUCModel/uiuc_controlInput.cpp
Added aileron and rudder inputs.
/FDM/UIUCModel/uiuc_engine.cpp
Added throttle input.
/FDM/UIUCModel/uiuc_engine.h
/FDM/UIUCModel/uiuc_map_CL.cpp
/FDM/UIUCModel/uiuc_map_engine.cpp
/FDM/UIUCModel/uiuc_map_init.cpp
/FDM/UIUCModel/uiuc_menu.cpp
/FDM/UIUCModel/uiuc_wrapper.cpp
Added a few new functions.
/FDM/UIUCModel/uiuc_wrapper.h
/FDM/UIUCModel/uiuc_map_controlSurface.cpp
/FDM/UIUCModel/uiuc_initializemaps.cpp
/FDM/UIUCModel/uiuc_initializemaps.h
/FDM/UIUCModel/uiuc_map_keyword.cpp
/FDM/UIUCModel/Makefile.am
/Main/Makefile.am
added files
/FDM/UIUCModel/uiuc_map_fog.cpp
For the visibility ability.
/FDM/UIUCModel/uiuc_map_fog.h
/FDM/UIUCModel/uiuc_fog.cpp
/FDM/UIUCModel/uiuc_fog.h
2001-09-14 20:36:34 +00:00
curt
9385f607bc
Initial revision.
2001-09-04 14:39:12 +00:00
curt
a691a3a3f6
Changes to better support arbitrary external flight models.
2001-09-04 14:38:15 +00:00
curt
a6ab6f0117
Fixed option help (Tony Peden).
2001-08-31 23:55:58 +00:00
curt
8ac2dfc471
Make est-epsilon and gl-info the only programs in tests/ that are installed.
2001-08-31 22:57:27 +00:00
curt
019b6d29fe
Fixed [simple] terrain following altitude hold mode to work again.
2001-08-31 18:07:23 +00:00
curt
0f68fb3633
Initial revision.
2001-08-21 21:19:42 +00:00
curt
90471b6fad
Added information on enabling the http server.
2001-08-21 21:19:26 +00:00
curt
c2e6992b5e
Added httpd protocol so you can interface to a running copy of FlightGear
...
via a web browser, see README.IO for more details.
2001-08-21 21:13:55 +00:00
curt
b6520485ca
Fix a segfault on exit. Introduces a small memory leak if the instrument
...
panel is reloaded, but *hopefully* David will fix this soon. ;-)
2001-08-16 16:06:55 +00:00
curt
0d76618950
Various tweaks for mingwin32.
2001-08-14 22:18:19 +00:00
curt
59ccf90a60
Misc tweaks.
2001-08-14 19:47:40 +00:00
curt
db7b3ec096
- some code rearrangement for readability and maintainability
...
- commented out some destructor code that's causing crashes
(temporarily creates a minor memory leak, triggered only when
reloading the panel)
2001-08-10 05:17:40 +00:00
curt
79b25c850e
- modified to use pointers to bindings to avoid copying
2001-08-10 05:16:41 +00:00
curt
26bfe067e9
Fixed gauge spelling error.
2001-08-07 21:19:29 +00:00
curt
1f4788fbb5
- declared FGCondition class and subclasses
...
- declared FGConditional abstract base class
- declared fgReadCondition global function
2001-08-03 00:19:59 +00:00
curt
4de352cbe8
- added FGCondition class and subclasses
...
- implemented FGConditional abstract base class
- added fgReadCondition global function
2001-08-03 00:19:41 +00:00
curt
cd6683bdb5
- FGBinding now extends FGConditional
...
- switched to a vector of binding pointers, to avoid copying
- removed FGBinding copy constructor declaration
2001-08-03 00:19:19 +00:00
curt
dd440e7829
- added support for conditions in FGBinding
...
- switched to a vector of binding pointers, to avoid copying
- removed FGBinding copy constructor implementation
2001-08-03 00:19:03 +00:00
curt
0cf62da796
- changed comments to proper doc formatting
...
- added support for conditions and group layers
- have all panel components but FGPanel itself derived from
FGConditional
2001-08-03 00:18:21 +00:00
curt
b077c3a8a0
- added support for conditions
...
- added support for group layers
2001-08-03 00:17:58 +00:00
curt
17c781a870
Remove cached intersection code so that we can support intersecting with
...
dynamic objects.
2001-07-31 19:54:29 +00:00
curt
57b4283383
MSVC tweak.
2001-07-30 22:54:20 +00:00
curt
45904a45eb
Various MSVC tweaks and warning fixes.
2001-07-30 22:53:53 +00:00