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
curt
7c4c886938
Updated to latest revision.
2001-07-02 16:52:08 +00:00
curt
41260ee546
Fixed a bug with warp variable initialization. fgTie() was nuking out the
...
initial value.
2001-07-02 16:44:02 +00:00
curt
9fc9c8d55a
Fix what looks like it could potentially cause a problem with accessing
...
previously free'd memory.
2001-06-30 00:27:13 +00:00
curt
3d4581dd81
Initial revision.
2001-06-29 20:34:47 +00:00
curt
34de438972
Removed/depricated.
2001-06-29 20:20:30 +00:00
curt
cf0d8f0b56
Updated for the latest version of Cygwin.
2001-06-29 20:20:01 +00:00
curt
be9ee643d8
Updated by Jon.
2001-06-29 20:15:24 +00:00
curt
18b5d68d45
Varioius changes and updates to the docs-mini files.
2001-06-29 17:06:15 +00:00
curt
f2bb747bf0
Initial version ... needs to be updated.
2001-06-29 16:54:24 +00:00
curt
33758efa28
Renamed README.JSBsim -> README.JSBSim.
2001-06-29 16:44:21 +00:00
curt
eb2b614117
- changed SGPropertyNode::UNKNOWN to SGPropertyNode::UNSPECIFIED
2001-06-29 03:47:55 +00:00
curt
1b8f9cd1b4
- modified to support new prototype for command functions, with extra
...
SGCommandState parameter
- changed SGPropertyNode::UNKNOWN to SGPropertyNode::UNSPECIFIED
2001-06-29 03:47:39 +00:00
curt
d9bcec2851
- added variable support for the saved command state and for the local
...
argument copy in FGBinding
- removed redundant FGBinding::_fire internal method
- declared copy constructor for FGBinding
2001-06-29 03:47:19 +00:00
curt
ce45dbefe0
- modified FGBinding to keep a local copy of the argument property
...
node, and to modify that directly for scaling events: that will make
handling joystick axes much more efficient
- modified FGBinding to work with the new command state, so that
commands can save their state (i.e. compiled arguments) from the last
pass
- removed FGBinding::_fire implementation
- implemented FGBinding copy constructor
2001-06-29 03:47:07 +00:00
curt
9ff7217961
Fix a JSBSim airport elevation bug.
2001-06-26 22:16:02 +00:00
curt
c3131e5e42
input.cxx: cleaned up some warnings.
...
fg_props.cxx: fixed a type "if (axisLong = 0) {" ...
2001-06-26 22:05:11 +00:00
curt
93178a944b
- added declaration for method get_step
2001-06-26 22:00:31 +00:00
curt
2b6873903c
- added implementation for method get_step
2001-06-26 22:00:21 +00:00
curt
7a723244a0
- modified to use the new /sim/freeze property
2001-06-26 22:00:10 +00:00
curt
7fd44010e1
- /autopilot/locks/altitude now returns true only for FG_ALTITUDE_LOCK
...
- added /autopilot/locks/terrain (bool)
- added /sim/time/warp and /sim/time/warp-delta (both long)
- added /sim/freeze property (bool)
- added /sim/rendering/textures property (bool)
2001-06-26 21:59:59 +00:00
curt
aa5ad5ad6e
- added property-multiply command with argument 'factor'
...
- added confirm dialog for exit command
- added tile-cache-reload command
- added lighting-update command
2001-06-26 21:59:49 +00:00
curt
1c2b612926
- removed hard-coded bindings for ^G, ^T, ESC, M, T, X, Z, m, p, t, x,
...
z, F2, F4, and F9 (see keyboard.xml for replacements)
- no longer dump position report to log when paused (CLO: Argh! Gasp! I use
that!)
2001-06-26 21:59:35 +00:00
curt
8cc8e446a7
Updated a bit.
2001-06-26 21:44:16 +00:00
curt
b8b1425761
Removed NetworkOLK/features.[ch]xx
2001-06-26 20:41:26 +00:00
curt
b3e110a4f4
Makefile.am: distribute irix-hack.sh rather than irix-hack.pl
...
Thanks: Updated Norman Vine's entry
configure.in: require simgear-0.0.16
2001-06-26 20:41:03 +00:00
curt
66280d99a9
Moved DEFAULT_AP_HEADING_LOCK to newauto.hxx
...
it was defined in both fg_props.cxx and newauto.cxx
This is I believe where it belongs. (NHV)
2001-06-26 20:14:13 +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
52848158ff
New FAQ.
2001-06-26 16:42:35 +00:00
curt
4824fd2628
Updated records for John Check and Dave Cornish.
2001-06-23 22:31:04 +00:00
curt
0648e5c051
Updated to read new scenery configuration files.
2001-06-22 20:35:39 +00:00
curt
a89d153c93
Updates for 0.7.8
2001-06-22 20:35:17 +00:00
curt
eb7bad8cfa
Preempt Erik for an Irix fix.
2001-06-21 23:56:48 +00:00
curt
d99b8fb2ba
Synced to latest version of JSBSim which [hopefully] includes all of Erik's
...
Irix patches.
2001-06-20 22:29:31 +00:00
curt
4c8a7c3cef
- fixed an initialization order bug that prevented reading correct
...
ground elevation at start-up
2001-06-20 22:22:26 +00:00
curt
0778ae308d
- added SG_USING_STD(cout) and SG_USING_STD(endl) for ANSI C++
...
compliance
2001-06-20 22:22:04 +00:00
curt
b97673d877
- added Alex Perry's patch to support more sophisticated hat switches
...
for the view axes
2001-06-20 20:52:10 +00:00
curt
b498efa47e
- adjusted for no-value constructor for FGPanel
...
- removed unused DefaultPanel, DefaultInstrument, classes
- removed unused defaultTexture
2001-06-20 20:51:45 +00:00