ehofman
fa344f7667
Add the network libraries for Solaris
2004-02-23 14:22:53 +00:00
curt
7f3a870b03
Fix a type mismatch error introduced with the latest changes to
...
src/Airports/simple.[ch]xx
2004-02-23 11:42:49 +00:00
ehofman
69d67d7478
only airports with four-letter codes can have metar stations
2004-02-23 09:49:02 +00:00
ehofman
86e94fd08e
Frederic Bouvier:
...
The last change from Curt to Airports/simple.[ch]xx made
GUI/AirportList.cxx not compilable because of the loss of
a '*' in getAirport.
Also : fabs is not defined under MSVC unless <math.h> is
included.
2004-02-23 09:48:10 +00:00
ehofman
5822e0b0e8
Move fgSetupWind() from options.cxx to util.cxx
2004-02-23 09:37:28 +00:00
ehofman
3143e44faa
Use floor() insstead of floorf()
2004-02-23 09:03:41 +00:00
curt
11e0b75bc3
Oops, call *re*init() so that the weather conditions (not just clouds)
...
are actually updated.
2004-02-23 02:22:49 +00:00
curt
a8be680c43
Enhance the FGMetarEnvironmentCtrl class to also do on the fly weather
...
updates based on the "closest" airport with metar data available. Note that
the web based query is in the main loop and causes brief sim pauses. Update
rate (once per minute) needs to be tweaked with, but is a good value for
testing.
2004-02-23 01:39:12 +00:00
curt
4606f96e13
Various mods to allow querying for nearest airport (with optional ability to
...
only query those stations with metar weather available.) Metar availability
is determined on the fly for now.
2004-02-23 01:37:26 +00:00
curt
969fbe4601
Updates so clouds, temp, and dewpoint can be set correctly using weather
...
station base elevation.
2004-02-22 14:21:37 +00:00
curt
b464703a6f
For metar, correctly update visibility and pressure/altimeter. Temp and
...
clouds need to be implimented (and adjusted for station elevation.)
2004-02-22 02:06:05 +00:00
ehofman
3dd9b14190
ignore resets for now because every z/Z key press would trigger a call to NOAA. We need a better approach.
2004-02-21 15:20:41 +00:00
ehofman
cb77391d43
Catch exceptions when no metar data is available (e.g. KUFO)
2004-02-21 15:00:49 +00:00
ehofman
897f295988
Encapsulate the interpolstion version of FGEnvironment and fix some bugs
2004-02-21 14:04:40 +00:00
ehofman
84e4b1be2e
Add support for retreiving metar data from the internet
2004-02-21 12:56:16 +00:00
david
9409d5e35e
Change fg_props.[ch]xx into a proper subsystem, under the control of
...
the subsystem manager.
Add properties for the individual parts of the time and date.
2004-02-20 17:35:33 +00:00
ehofman
32a17bf442
Remove truncf() all together.
2004-02-20 07:54:26 +00:00
andy
8d1698d21a
Added a <solve-weight> subtag of the approach/cruise parameters that can
...
be used to set the variable weights to specific values for the solution.
2004-02-18 15:36:35 +00:00
ehofman
7de581bf8f
Changes to tke sky dome coloring
2004-02-18 14:33:50 +00:00
andy
500b081ca5
Allow a "fuel" attribute in the approach and cruise tags to have
...
values other than the defaults (20% and 50%, respectively)
2004-02-17 23:24:36 +00:00
curt
a6129a38d0
Add elevator trim tab position logging.
2004-02-17 23:03:31 +00:00
curt
7cad72a6f2
Add trim tab deflection to surface positions passed in net_fdm.
2004-02-17 22:46:28 +00:00
ehofman
0a83508da9
Update the FDM section to expose the engine/thruster related internal properties.
2004-02-17 10:55:20 +00:00
ehofman
1c576866b2
Adjust the turbine names for N1, N2 and EGT_degC to match those already specified by YASim (n1, n2 and egt_degf).
2004-02-17 09:07:27 +00:00
curt
2402516dfa
Add a bit more sanity checking on destination directory.
2004-02-16 20:50:42 +00:00
curt
7d6d574a50
Fix a crash if destination directory doesn't exist.
...
Filter non-scenery items from install/remove list boxes.
2004-02-16 19:14:46 +00:00
curt
2513d06633
Updates from Fred to add a progress bar and fix visual glitches.
...
Tweaks by Curt to progress bar, plus sanity checks on included uninstall
box entries.
2004-02-16 14:08:20 +00:00
curt
2985caa09b
Remove references to libtar.
2004-02-16 00:28:32 +00:00
curt
35f63ba709
Rework by Frederic for better windows support.
...
Added MSVC7 workspace files.
Switch from libtar to untarka for it's better windows support.
2004-02-16 00:27:03 +00:00
curt
3daf9e5a2d
Fix an #include typo.
2004-02-15 18:41:14 +00:00
curt
b7a115b133
Initial revision.
2004-02-15 04:00:48 +00:00
ehofman
c92cb650eb
Add the latest version of JSBSim including support for a Visual Reference Point
2004-02-14 10:19:56 +00:00
andy
1bc3c5eca0
Yank the sqrt() terms from the twist calculations. They were causing
...
solution failures for reasons I have still to investigate.
2004-02-13 18:12:08 +00:00
ehofman
7da5a741fb
Revert to the previous version because it looks it isn't the friction force after all.
2004-02-13 15:20:13 +00:00
ehofman
c648bc18f7
Make sure the friction forces are positive, otherwise they will push the aircraft rather than holding it into place. The ground reaction code still needs some attention.
2004-02-13 12:54:38 +00:00
curt
71c83c4de7
Initialize autopilot output to start at current manual control position
...
to [hopefully] make autopilot activation less "dramatic."
2004-02-12 22:35:29 +00:00
curt
7f6b36d0d2
Simple hack to allow selectively disabling the hardware flight controls.
2004-02-12 20:56:24 +00:00
curt
6dd88738e4
Clean up headers and lower verbosity.
2004-02-12 20:28:19 +00:00
ehofman
b8ac668719
Add some example remote controll scripts
2004-02-10 15:35:48 +00:00
curt
10fc1ea537
A bit more Makefile massaging.
2004-02-10 15:22:29 +00:00
ehofman
0111069aad
Leave a usable state again.
2004-02-10 15:07:50 +00:00
ehofman
c40ffa503a
Add some example remote controll scripts and make sure at least the perl directory is included in the tarball
2004-02-10 14:38:51 +00:00
curt
228dc97230
Initial revision of some helper functions for remote logging.
2004-02-10 04:42:13 +00:00
andy
fc565ebd86
Put the sqrt(frac) terms back into the wing twist.
2004-02-09 19:53:14 +00:00
andy
85115ef347
Fix the left/right terms in the twist handling to be symmetrical.
2004-02-09 15:18:33 +00:00
david
fbfdc6b987
Updated.
2004-02-07 21:37:54 +00:00
david
633e0fde43
Be a little quieter at the default debug level.
2004-02-07 21:37:35 +00:00
curt
a80d0320d7
Initial revisions.
2004-02-07 03:32:40 +00:00
curt
29b1f376f7
Fix altitude/agl hold display.
2004-02-05 23:49:18 +00:00
curt
bffca78da4
Add my old ultra-simplistic PI controller. The fancy PID controller doesn't
...
seem to be fully deterministic in P-only mode. This old simple controller
does what I expect, so it's good for calulating stage #1 's of multi-stage
controllers.
2004-02-05 17:11:47 +00:00