curt
4e74c02688
Fix a comment.
2001-07-13 05:12:53 +00:00
curt
e4044e469f
We check if the ptr is NULL before deleting it, so set it to NULL after
...
deleting it.
2001-07-13 05:12:30 +00:00
curt
0ff9311948
Just being a tad more careful with setting the ptr to NULL after deleting
...
it.
2001-07-13 05:11:46 +00:00
curt
0fa4b9a154
Leave view as is when leaving mouse pans view mode.
2001-07-12 23:36:31 +00:00
curt
87fbd941ba
- added full doc comments for all functions
...
- added fgSetArchivable, fgSetReadable, and fgSetWritable functions
2001-07-12 23:36:04 +00:00
curt
6beb00f407
Made the following properties archivable:
...
- /sim/time/gmt
- /sim/view/offset-deg
- /sim/view/goal-offset-deg
- /sim/field-of-view
- /consumables/fuel/tank[0]/level-gal_us
- /consumables/fuel/tank[1]/level-gal_us
- /autopilot/locks/altitude
- /autopilot/settings/altitude-ft
- /autopilot/locks/glide-slope
- /autopilot/locks/terrain
- /autopilot/settings/climb-rate-fpm
- /autopilot/locks/heading
- /autopilot/settings/heading-bug-deg
- /autopilot/locks/wing-leveler
- /autopilot/locks/nav[0]
- /autopilot/locks/auto-throttle
- /autopilot/control-overrides/rudder
- /autopilot/control-overrides/elevator
- /autopilot/control-overrides/throttle
- /environment/visibility-m
- /environment/wind-north-fps
- /environment/wind-east-fps
- /environment/wind-down-fps
2001-07-12 23:35:56 +00:00
curt
5daff6705a
- modified set_V_(north|east|down) to use set_Velocities_Local, so
...
that overrides in JSBSim will work (i.e. properties can be set)
- modified set_(u|v|w)Body to use set_Velocities_Wind_Body, so
that overrides in JSBSim will work (i.e. properties can be set)
2001-07-12 23:35:36 +00:00
curt
ac1342de59
Made the following properties archivable:
...
- /position/latitude-deg
- /position/longitude-deg
- /position/altitude-ft
- /orientation/roll-deg
- /orientation/pitch-deg
- /orientation/heading-deg
- /velocities/speed-north-fps
- /velocities/speed-east-fps
- /velocities/speed-down-fps
(TODO: add rotational velocities)
2001-07-12 23:35:18 +00:00
curt
e0ffdf2109
- removed /controls/brakes/all property (no longer needed, since we
...
can bind a single input to multiple properties)
Made the following properties archivable:
- /controls/aileron
- /controls/elevator
- /controls/elevator-trim
- /controls/rudder
- /controls/flaps
- /controls/throttle[*]
- /controls/mixture[*]
- /controls/propellor-pitch[*]
- /controls/brakes[*]
2001-07-12 23:34:57 +00:00
curt
353e09ea0b
Made the following properties archivable:
...
- /steam/airspeed-kt
- /steam/altitude-ft
- /steam/altimeter-datum-mb
- /steam/turn-rate
- /steam/slip-skid
- /steam/vertical-speed-fpm
- /steam/gyro-compass-deg
- /steam/adf-deg
- /steam/gyro-compass-error-deg
- /steam/mag-compass-deg
2001-07-12 23:34:38 +00:00
curt
a3f8653064
Made the following properties archivable:
...
- /radios/nav[0]/frequencies/selected-mhz
- /radios/nav[0]/standby-mhz
- /radios/nav[0]/radials/selected-deg
- /radios/nav[0]/volume
- /radios/nav[0]/ident
- /radios/nav[1]/frequencies/selected-mhz
- /radios/nav[1]/standby-mhz
- /radios/nav[1]/radials/selected-deg
- /radios/nav[1]/volume
- /radios/nav[1]/ident
- /radios/adf/frequencies/selected-khz
- /radios/adf/frequencies/standby-khz
- /radios/adf/rotation-deg
- /radios/adf/volume
- /radios/adf/ident
2001-07-12 23:34:27 +00:00
curt
4bd5a0ab29
Made the following properties archivable:
...
- /sim/panel/visibility
- /sim/panel/x-offset
- /sim/panel/y-offset
2001-07-12 23:34:16 +00:00
curt
c0309ef524
"Fix a bug" in mouse-pans-external view mode.
2001-07-12 20:03:37 +00:00
curt
e2dd3ac3e5
MSVC tweaks.
2001-07-12 17:55:44 +00:00
curt
1cdcaef13d
sync with latest JSBSim ...
2001-07-12 17:55:27 +00:00
curt
68a9746afe
Updates ...
2001-07-12 17:48:57 +00:00
curt
2fba4df258
Begin stubbing in some wrapper code in preparation for runway lighting.
2001-07-12 15:03:49 +00:00
curt
2cb51a228b
Restructured code a bit to split out the bits that create objects on the
...
fly. More work needs to be done.
Added apt_signs.[ch]xx
2001-07-12 15:03:09 +00:00
curt
7b917bbd5c
Removed FGControls.{cpp,h}
2001-07-11 23:53:45 +00:00
curt
4c281f0c65
Fix a dialog box cancel problem.
2001-07-11 23:51:31 +00:00
curt
b338698c79
- move data structure allocation into constructor (it doesn't belong
...
in init)
- free data structures in destructor
- ensure that interpolation tables are allocated before any searching
is done; otherwise, starting at some locations (such as CYYZ) causes
a segfault
2001-07-11 18:54:50 +00:00
curt
4b23576df1
Shuffled around and restructured the terrain elevation interesection code
...
to make it usable by the threaded tile loader for placing objects at ground
level at load time.
2001-07-11 15:51:21 +00:00
curt
bc4859c0fb
Attempt to fix a segfault on exit, although I don't think this quite
...
does it. We'll have to dig deeper.
2001-07-11 15:50:18 +00:00
curt
1e474b4773
Restructured the audio initialization order and don't attempt to continue
...
loading while intro music is being played.
2001-07-11 06:01:55 +00:00
curt
347d951bca
Fixed a problem with recentering/snaping the view direction to forward so
...
the panel can come back.
2001-07-11 06:00:55 +00:00
curt
96eff71a13
20010710 sync with JSBSim.
2001-07-10 15:56:38 +00:00
curt
968b9fcb9c
- /sim/model/h-rotation renamed to /sim/model/heading-offset-deg
...
- /sim/model/p-rotation renamed to /sim/model/roll-offset-deg
- /sim/model/r-rotation renamed to /sim/model/pitch-offset-deg
- /sim/model/x-offset += "-m"
- /sim/model/y-offset += "-m"
- /sim/model/z-offset += "-m"
2001-07-09 16:17:28 +00:00
curt
5f12c963d6
- modified to take advantage of SGCommandState to cache property nodes
...
and other information and avoid expensive lookups in the main loop.
2001-07-09 16:17:20 +00:00
curt
589eb42699
Fixed a typo, tank2 -> tank[1]
2001-07-09 15:50:36 +00:00
curt
df793e6763
Fixed a typo ...
2001-07-09 12:58:08 +00:00
curt
82f9528927
Fix a bug with old-style binary scenery compatibilty where no ground lighting
...
was generated.
2001-07-08 23:38:56 +00:00
curt
6116accf6a
Various cleanups, jettison plib-1.2.0 support, remove a potential memory
...
leak.
2001-07-08 23:38:16 +00:00
curt
4520173d9b
Allow other routines to increment/decrement goal_view_offset while keeping it
...
in the allowable 0-360 range.
2001-07-08 23:37:14 +00:00
curt
297241c318
Untweak my button tweak.
2001-07-08 23:30:44 +00:00
curt
90634ffc23
Added "/sim/startup/browser-app" as a property.
...
Added auto coordination to the --help output.
2001-07-08 23:30:17 +00:00
curt
4fe4a14ab8
Added "/sim/startup/browser-app" as a property.
2001-07-08 23:29:48 +00:00
curt
76815256f7
Updated to work with current property naming convention.
2001-07-06 21:38:28 +00:00
curt
74bb87e855
Use the new plib-1.4.1 sound interface to set a maximum of 6 concurrent
...
sounds (rather than the default 3).
2001-07-03 23:07:57 +00:00
curt
706db85486
gcc-3.0 fixes.
2001-07-03 22:39:16 +00:00
curt
db40b8c48b
Rather than create an SGTime structure and trigger a spurious
...
"*** NO TIMEZONE" error message, just grab the modified julian date
directly.
2001-07-03 16:45:34 +00:00
curt
fe0c17625b
Upgraded to handle new default.apt.gz file.
2001-07-03 16:44:37 +00:00
curt
7ec0025615
Add a link library needed by Irix.
2001-07-02 22:55:32 +00:00
curt
0b8c3564ff
Add a library needed by Irix.
2001-07-02 22:55:16 +00:00
curt
0f5cd76bb5
Updated by Erik Hofman.
2001-07-02 22:41:38 +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
75fd10601a
- fixed doubled bindings for joystick buttons
2001-07-02 22:26:19 +00:00
curt
4503cbb8b7
Oops, typo.
2001-07-02 22:14:09 +00:00
curt
1d486add56
Tweaks.
2001-07-02 22:12:22 +00:00
curt
5d2855f1ec
Updated bug fix to make hopefully more thread safe.
2001-07-02 22:11:56 +00:00
curt
b985e348da
Updates.
2001-07-02 22:11:36 +00:00