curt
a3bce2f219
Updated mouse gui tweaks and Jim's nifty new external view controls.
2001-11-12 20:57:08 +00:00
curt
d227398525
Norman Vine's mouse cursor tweaks fixes.
2001-11-12 19:37:23 +00:00
curt
2b056c8452
This set of changes touches a *lot* of files. The main goal here is to
...
fix startup sequence problems where we initialize the FDM before we know
the desired starting altitude.
These changes delay fdm initialization until the local tile has been loaded
and we can do a real intersection and find the true ground elevation.
In order to do this, I depend more on the property manager as glue, rather
than the FGInterface.
There are some glitches still when switching to a new airport or reseting
the sim. I will work on addressing these, but I need to commit the changes
so far to keep in sync with other developers.
2001-10-28 16:16:30 +00:00
curt
111f2b7b86
Addition Irix tweaks.
2001-10-24 22:06:47 +00:00
curt
33854d9f6a
Fixes to remove dependencies on depricated plib code (that just happened to
...
be removed in the latest plib CVS.)
2001-10-24 21:24:53 +00:00
curt
b6a259dc90
Fixes for win_ratio/aspect_ratio confusion. It was due to confusion in the
...
meaning of "win_ratio". I've removed win_ratio and added fov_ratio and
aspect_ratio, as it seems both are needed.
n.b. The multi-line changes in fgReshape comprise:
extracting common code,
removing an apparently arbitrary "+1" on the view height,
changing "set_win_ratio" to "set_aspect_ratio".
2001-10-24 20:28:28 +00:00
curt
2653a8dc7e
Patch to fix wrong case crash.
2001-10-10 18:15:07 +00:00
curt
b991f8fd96
Turn hud off by default for ADA fdm.
2001-09-19 22:26:01 +00:00
curt
0d76618950
Various tweaks for mingwin32.
2001-08-14 22:18:19 +00:00
curt
c5d7944b17
- added guiErrorMessage
2001-07-24 23:50:44 +00:00
curt
f636a6ce6d
- added guiErrorMessage (sends both to log and dialog, if GUI active)
2001-07-24 23:50:34 +00:00
curt
96b88e539f
Move FGControls declaration to globals.hxx
2001-07-22 19:51:16 +00:00
curt
ef5037fe42
Center display upon leaving mouse mode until we can come up with a more
...
comprehensive solution.
2001-07-16 04:44:49 +00:00
curt
361fa84d18
More work on the external view panning.
2001-07-13 16:50:35 +00:00
curt
0fa4b9a154
Leave view as is when leaving mouse pans view mode.
2001-07-12 23:36:31 +00:00
curt
4c281f0c65
Fix a dialog box cancel problem.
2001-07-11 23:51:31 +00:00
curt
df793e6763
Fixed a typo ...
2001-07-09 12:58:08 +00:00
curt
4fe4a14ab8
Added "/sim/startup/browser-app" as a property.
2001-07-08 23:29:48 +00:00
curt
72a95d570c
** Properties Renamed
...
- /autopilot/locks/nav1 => /autopilot/locks/nav[0]
- /autopilot/settings/altitude += "-ft"
- /autopilot/settings/climb-rate += "-fpm"
- /autopilot/settings/heading-bug += "-deg"
- /consumables/fuel/tank1/level => /consumables/fuel/tank[0]/level-gal_us
- /consumables/fuel/tank2/level => /consumables/fuel/tank[1]/level-gal_us
- /engines/engine0/cht => /engines/engine[0]/cht-degf
- /engines/engine0/egt => /engines/engine[0]/egt-degf
- /engines/engine0/fuel-flow => /engines/engine[0]/fuel-flow-gph
- /engines/engine0/mp => /engines/engine[0]/mp-osi
- /engines/engine0/rpm => /engines/engine[0]/rpm
- /environment/clouds/altitude += "-ft"
- /environment/magnetic-dip += "-deg"
- /environment/magnetic-varation += "-deg"
- /environment/visibility += "-m"
- /environment/wind-down += "-fps"
- /environment/wind-east += "-fps"
- /environment/wind-north += "-fps"
- /orientation/heading += "-deg"
- /orientation/heading-magnetic += "-deg"
- /orientation/pitch += "-deg"
- /orientation/roll += "-deg"
- /position/altitude += "-ft"
- /position/altitude-agl += "-ft"
- /position/latitude += "-deg"
- /position/longitude += "-deg"
- /radios/adf/frequencies/selected += "-khz"
- /radios/adf/frequencies/standby += "-khz"
- /radios/adf/rotation += "-deg"
- /radios/nav1/* => /radios/nav[0]/*
- /radios/nav2/* => /radios/nav[1]/*
- /radios/nav[*]/dme/distance += "-nm"
- /radios/nav[*]/frequencies/selected += "-mhz"
- /radios/nav[*]/frequencies/standby += "-mhz"
- /radios/nav[*]/radials/actual += "-deg"
- /radios/nav[*]/radials/selected += "-deg"
- /sim/view/goal-offset += "-deg"
- /sim/view/offset += "-deg"
- /steam/adf += "-deg"
- /steam/airspeed += "-kt"
- /steam/altitude += "-ft"
- /steam/gyro-compass += "-deg"
- /steam/gyro-compass-error += "-deg"
- /steam/mag-compass += "-deg"
- /steam/vertical-speed += "-fpm"
- /velocities/airspeed += "-kt"
- /velocities/side-slip += "-rad"
- /velocities/speed-down += "-fps"
- /velocities/speed-east += "-fps"
- /velocities/speed-north += "-fps"
- /velocities/uBody += "-fps"
- /velocities/vBody += "-fps"
- /velocities/wBody += "-fps"
- /velocities/vertical-speed += "-fps"
2001-07-02 22:27:24 +00:00
curt
af2a0da64c
Patches contributed by Norman Vine to do ultra-hires tiled screen dumps.
2001-06-26 18:23:07 +00:00
curt
60553b64d1
Cleaned up various warning messages.
2001-06-14 22:02:38 +00:00
curt
6420088452
Check for a NULL current_panel before shelling out mouse actions to a panel
...
method.
2001-06-13 16:41:02 +00:00
curt
c086f3e0e5
Property node patches by David Megginson.
2001-06-12 05:18:43 +00:00
curt
149ddd450b
- removed unused reference to bfi.hxx
2001-06-05 22:11:00 +00:00
curt
31c8d67333
Push external eye point a bit further away from the aircraft.
2001-05-18 20:30:18 +00:00
curt
aea664cd15
MSVC++ changes contributed by Geoff McLane.
2001-05-17 21:55:22 +00:00
curt
a0d50000ba
Modifications to coordinate with recent changes in simgear.
2001-05-15 22:30:39 +00:00
curt
4c4d17631f
Screenshot tweaks from Cameron Moore.
2001-04-22 22:04:25 +00:00
curt
ffe70e3221
Fix various compiler warnings contributed by Norman Princeton.
2001-04-22 17:00:08 +00:00
curt
9bc25d9ce3
Fix for reinit after user resizes screen.
2001-04-16 20:31:26 +00:00
curt
96fbc75b7c
Bug fix from Norman Vine.
2001-04-02 21:28:35 +00:00
curt
f1b1077d93
More fg -> sg namespace changes in simgear.
2001-03-25 14:20:12 +00:00
curt
182fd42b40
SG-ified logstream.
2001-03-24 06:03:11 +00:00
curt
17c96ae69e
SG_ namespace
2001-03-24 04:48:44 +00:00
curt
92443d36a4
FG_ to SG_ namespace changes.
2001-03-24 03:10:40 +00:00
curt
17f3d48e03
FG_ to SG_ namespace changes.
2001-03-24 02:36:45 +00:00
curt
1bf3001749
FG_ to SG_ namespace changes.
2001-03-24 00:18:01 +00:00
curt
5958389026
FG_ to SG_ namespace changes.
2001-03-23 22:59:18 +00:00
curt
8497f9b1ac
FG_ to SG_ name changes.
2001-03-23 22:42:49 +00:00
curt
cdd3082998
MSVC fixes.
2001-03-21 23:10:15 +00:00
curt
eccd695f91
Fixed some problems with marker beacon range:
...
a) I was compairing feet vs. meter (making the range 3x too. big)
b) I was using the diameter in place of the radius (making the range an
additional 2x too big.)
c) Updated the equation for calculating range to model the weak transmitter
not being picked up at upper altitudes.
We still might need some additional tweaking, but I think we are starting to
get in the right ball park.
2001-03-19 13:56:19 +00:00
curt
5978b6967d
Fixes to not hide mouse in win32 (current implimentation caused too much
...
confusion.)
2001-03-16 23:58:31 +00:00
curt
bdde4e0581
Removed ios::binary on file open.
2001-03-14 23:35:46 +00:00
curt
8395ac8852
Open C++ iostreams as ios::binary.
2001-03-08 02:34:27 +00:00
curt
d1a50b5667
Fixes to get back support for Voodoo-1/2 cards and the voodoo-in-a-window
...
hack.
2001-02-02 22:39:13 +00:00
curt
97f526f7a6
Added a GUI vec3 pilot offset control contributed by Norman Vine.
2001-01-29 05:08:00 +00:00
curt
1bc2a66b1c
Fixed a couple property manager typo's.
2001-01-22 20:39:25 +00:00
curt
e1dd52d38a
The FlightGear patches add new saveInitialState and
...
restoreInitialState methods to FGGlobals, as well as the two-stage
commit described above for loading saved files. fgInit now takes a
snapshot of the initial state before handing off to the main loop, and
the GUI reInit function restores that state explicitly before calling
fgReInit.
The FlightGear patches also modify fg_props.hxx to add optional
useDefault arguments to all of the fgTie functions -- that lets you
choose whether you want to pick up any default value in the property
tree when you tie the property (the default is true).
2001-01-19 22:57:24 +00:00
curt
bfcef94570
Fixed typo that messed up panel toggling from the menu.
2001-01-19 04:32:21 +00:00
curt
e9b492af4f
More tweaking of position reset logic.
2001-01-17 23:30:35 +00:00