curt
2b9727a4da
Ooops, fixed a typo ...
2001-06-18 20:13:23 +00:00
curt
02ce62548b
Remove fgjs from the makefile for the 0.7.7 release.
2001-06-18 18:09:47 +00:00
curt
d2eb835c84
Add *.h files to Makefile.am so they get included in the .tar.gz
2001-06-14 22:23:58 +00:00
curt
d839e84f99
Cleaned up various warning messages.
2001-06-14 22:18:01 +00:00
curt
81eb6d345d
Fixed various warnings.
2001-06-14 22:10:29 +00:00
curt
e779ec44b4
Cleaned up various warnings.
2001-06-14 22:07:19 +00:00
curt
60553b64d1
Cleaned up various warning messages.
2001-06-14 22:02:38 +00:00
curt
86b7f1b26a
- check for null property before trying to copy properties
2001-06-14 20:25:39 +00:00
curt
46b82360b0
Fixed a couple items for Norman's large resolution print routines.
2001-06-13 20:31:49 +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
d0126ec533
Fixed some warnings, updated whitespace.
2001-06-12 23:37:29 +00:00
curt
3d0ed99651
Cygwin fixes contributed by Norman Vine.
2001-06-12 23:15:16 +00:00
curt
da33ab1cf8
Oops, fixed a bug introduced in the previous round that munged many
...
runway textures.
2001-06-12 22:24:52 +00:00
curt
5f71bca303
Fixed panel edge artifacts (due to forced wrapping of background texture)
2001-06-12 19:07:13 +00:00
curt
bd0b5085db
Fixed an data initialization problem that was causing MSVC grief.
2001-06-12 18:45:23 +00:00
curt
15fadd1687
There was a typo in the $fgbase/materials file where an alias was
...
pointing to a non-existant material name. (This has been fixed.)
The alias code didn't check to see if this condition would occur so it
was putting a 'NULL' entry in the material library which was causing
the crash. It now checks for and skips bad aliases and prints a
warning message.
2001-06-12 17:52:09 +00:00
curt
9337a5446c
Added David's 'real' patch rather than my guess at it.
2001-06-12 16:25:36 +00:00
curt
c086f3e0e5
Property node patches by David Megginson.
2001-06-12 05:18:43 +00:00
curt
3899259cf7
- changed SGValue::Type references to SGPropertyNode::Type
...
- added "long" to list of known types
2001-06-12 05:18:15 +00:00
curt
80bc1edcd5
removed fgHasValue
...
removed fgGetValue
added fgHasNode
2001-06-12 05:17:49 +00:00
curt
6a9051883c
changed SGValue::Type references to SGPropertyNode::Type
2001-06-12 05:17:33 +00:00
curt
2795fefa71
replaced 'static const int' with enum, as suggested by Christian
...
Meyer, to work around yet more MSVC bugs
2001-06-12 05:16:57 +00:00
curt
fe1f65eb24
replaced dynamically-sized arrays with statically-sized ones, to
...
work around MSVC bugs.
2001-06-12 05:16:38 +00:00
curt
72c7dc57fd
replaced SGValue with SGPropertyNode throughout.
2001-06-12 05:15:48 +00:00
curt
1aa5235f17
Updated to work with David's new property naming conventions.
2001-06-08 05:49:32 +00:00
curt
7f6d4b0a01
Irix Mips compiler tweaks.
2001-06-06 23:31:48 +00:00
curt
c64e284c51
More property node optimizations.
2001-06-06 19:12:24 +00:00
curt
64254d7410
Optimized property node accesses.
2001-06-06 17:43:16 +00:00
curt
083ba99657
Optimized key property node accesses.
2001-06-06 17:21:34 +00:00
curt
70cfe7e606
Debugging output.
2001-06-06 17:11:35 +00:00
curt
71380de883
White space tweaks.
2001-06-06 17:02:39 +00:00
curt
d7ae38c0dd
Optimized property manager accesses.
...
Fixed a creep in bug in the altitude hold autopilot.
2001-06-06 17:02:25 +00:00
curt
ca1a9cf7bd
am2dsp.pl tweaks.
2001-06-06 17:01:29 +00:00
curt
a54e10ac12
Part of David's command binding updates.
2001-06-05 22:13:26 +00:00
curt
5cf0bae003
JSBSim tweaks.
2001-06-05 22:12:57 +00:00
curt
dacb644ae7
- replace FGBFI::update with fgUpdateProps
...
- switched to properties for calculating RPM for model selector
- no longer includes bfi.hxx
- no longer includes keyboard.hxx
2001-06-05 22:12:28 +00:00
curt
286817978d
- added load and save commands
...
- added panel-load command
- added preferences-load command
2001-06-05 22:12:17 +00:00
curt
cdfd5cada4
- removed all reference to BFI; use fgInitProps instead
2001-06-05 22:12:08 +00:00
curt
f7c1a37611
File no longer used.
2001-06-05 22:11:56 +00:00
curt
f367e6d432
- removed bfi.cxx and bfi.hxx
...
- removed keyboard.cxx and keyboard.hxx
2001-06-05 22:11:37 +00:00
curt
9b7c5c4ded
- moved declarations of GLUTkey, GLUTkeyup, GLUTspecialkey, and
...
GLUTspecialkeyup from obsolete keyboard.hxx to here
2001-06-05 22:11:25 +00:00
curt
2a34a5d815
- moved shift-F1 and shift-F2 (load/save) bindings to XML
...
- moved shift-F3 (reload panel) bindings to XML
- moved shift-F4 (reload prefs) bindings to XML
- moved shift-F5, shift-F6, shift-F7, and shift-F8 (scroll panel) to
XML
- no longer includes Main/bfi.hxx
- added implementations of GLUTkey, GLUTkeyup, GLUTspecialkey, and
GLUTspecialkeyup
2001-06-05 22:11:16 +00:00
curt
149ddd450b
- removed unused reference to bfi.hxx
2001-06-05 22:11:00 +00:00
curt
a8fb1aabca
- eliminated all references to BFI; use properties instead
...
- copied DEFAULT_AP_HEADING_LOCK over from old BFI
2001-06-05 22:10:33 +00:00
curt
f9533d2f4b
- eliminated all references to BFI; use properties instead
2001-06-05 22:10:25 +00:00
curt
9c0925744d
Synced with latest JSBSim as of June 5, 2001.
2001-06-05 20:58:48 +00:00
curt
b31c520a39
Removed 'x' from the xgl* calls.
2001-06-05 19:50:36 +00:00
curt
095fb5c946
Irix/MIPS compiler fixes.
2001-06-04 21:47:48 +00:00
curt
cce5426ac8
Fixed a problem where all hardcoded keybindings were being double executed.
2001-06-04 21:40:38 +00:00
curt
b75e1af838
More tweaks related to David's input patches.
2001-06-04 21:38:44 +00:00