]> git.mxchange.org Git - flightgear.git/log
flightgear.git
21 years agoJSBSim updates. This update changes the file format, so an update of the base
tony [Tue, 24 Sep 2002 12:54:43 +0000 (12:54 +0000)]
JSBSim updates.  This update changes the file format, so an update of the base
package is required.

21 years agoAdd a bit more wording to the metakit version check to point out that it
curt [Tue, 24 Sep 2002 02:55:54 +0000 (02:55 +0000)]
Add a bit more wording to the metakit version check to point out that it
can fail if libmk4.so isn't in the link path.

21 years agoMore tweaks to opengl state management when drawing 3d clouds.
curt [Mon, 23 Sep 2002 22:05:36 +0000 (22:05 +0000)]
More tweaks to opengl state management when drawing 3d clouds.

21 years agoStarted new module and sub-modules for aircraft systems, including an
david [Mon, 23 Sep 2002 19:55:10 +0000 (19:55 +0000)]
Started new module and sub-modules for aircraft systems, including an
initial simplistic vacuum system that's not yet connected to anything.

21 years agoRemoved some depricated code snippets.
curt [Mon, 23 Sep 2002 18:52:21 +0000 (18:52 +0000)]
Removed some depricated code snippets.

21 years agoRemoved some left over debugging output.
curt [Mon, 23 Sep 2002 18:49:12 +0000 (18:49 +0000)]
Removed some left over debugging output.

21 years agoVarious tweaks and fixes to navcom radios.
curt [Mon, 23 Sep 2002 18:44:09 +0000 (18:44 +0000)]
Various tweaks and fixes to navcom radios.
Oops, taking the address of a temporary in main.cxx: 3dcloud rendering.

21 years agoRemoved tabs.
david [Mon, 23 Sep 2002 15:27:46 +0000 (15:27 +0000)]
Removed tabs.

21 years agoBernie Bright:
curt [Mon, 23 Sep 2002 14:23:17 +0000 (14:23 +0000)]
Bernie Bright:

fgLoad3DModel() throws an exception if it fails to load the requested model.
This causes FGTileMgr::update(...) to exit.  So I've added a try/catch block
to catch the exception and display an error message instead.

21 years agoSlightly cleaned up 3d cloud positioning code.
curt [Mon, 23 Sep 2002 13:34:51 +0000 (13:34 +0000)]
Slightly cleaned up 3d cloud positioning code.

21 years agoThere is something wierd about moving the cloud base around, let's just leave
curt [Sun, 22 Sep 2002 23:07:01 +0000 (23:07 +0000)]
There is something wierd about moving the cloud base around, let's just leave
it rooted in place until we sort out the positioning.

21 years agoSimple perl script for calculating a tile path based on lon/lat. Does
david [Sun, 22 Sep 2002 15:52:46 +0000 (15:52 +0000)]
Simple perl script for calculating a tile path based on lon/lat.  Does
not depend on SimGear, but doesn't handle objects right on the poles
either.

21 years agoChanged much inline code to non-inline. The inline code that remains in the header...
tony [Sun, 22 Sep 2002 15:32:45 +0000 (15:32 +0000)]
Changed much inline code to non-inline.  The inline code that remains in the header *must* be there to avoid linker errors.

21 years agoLatest updates, including a thrust-only turbofan model. It should produce
tony [Sun, 22 Sep 2002 15:31:09 +0000 (15:31 +0000)]
Latest updates, including a thrust-only turbofan model.  It should produce
realistic thrust (including time-dependent effects), but does not provide
N1, N2, EPR, etc.

21 years agoAdded OBJECT_SHARED, which is identical to OBJECT_STATIC except that
david [Sun, 22 Sep 2002 11:46:53 +0000 (11:46 +0000)]
Added OBJECT_SHARED, which is identical to OBJECT_STATIC except that
the object is loaded relative to $FG_ROOT rather than to the current
scenery directory.

21 years agoPatch to position 3d clouds at center of <current> tile. This means the clouds
curt [Fri, 20 Sep 2002 15:30:54 +0000 (15:30 +0000)]
Patch to position 3d clouds at center of <current> tile.  This means the clouds
jump whenever you cross a tile, but there are currently a lot of other
positioning problems as well, so this doesn't really detract too much and
means you can play with 3d clouds from just about any starting point.

21 years agoDo 3D cloud state changes only when 3D clouds are selected.
david [Fri, 20 Sep 2002 14:01:06 +0000 (14:01 +0000)]
Do 3D cloud state changes only when 3D clouds are selected.

21 years agoStabalize cloud shading.
curt [Thu, 19 Sep 2002 02:21:23 +0000 (02:21 +0000)]
Stabalize cloud shading.

21 years agoMiscellanious flailings trying to get 3d cloud imposter rendering to work
curt [Thu, 19 Sep 2002 01:27:49 +0000 (01:27 +0000)]
Miscellanious flailings trying to get 3d cloud imposter rendering to work
correctly.

21 years agoCascading changes from the navcom.[ch]xx addition.
curt [Thu, 19 Sep 2002 01:12:26 +0000 (01:12 +0000)]
Cascading changes from the navcom.[ch]xx addition.

21 years agoSplit Nav/Com units out into their own source code file to continue the
curt [Thu, 19 Sep 2002 01:11:07 +0000 (01:11 +0000)]
Split Nav/Com units out into their own source code file to continue the
process of simplifying radiostack.[ch]xx

21 years agoErik Hofman:
curt [Wed, 18 Sep 2002 16:13:08 +0000 (16:13 +0000)]
Erik Hofman:

This patch shows fatal error messages even when ./configure --disable-logging
is specified.

21 years agoUpdated from Norman to hack on clouds ... some progress.
curt [Wed, 18 Sep 2002 14:57:20 +0000 (14:57 +0000)]
Updated from Norman to hack on clouds ... some progress.

21 years agoBernie Bright:
curt [Tue, 17 Sep 2002 16:16:54 +0000 (16:16 +0000)]
Bernie Bright:

Fix a problem compiling Main/fg_io.cxx with MSVC.

21 years agoBernie Bright:
curt [Tue, 17 Sep 2002 16:16:31 +0000 (16:16 +0000)]
Bernie Bright:

Added some missing defines to config.h-msvc6 and updated the version macros.

21 years agoFixed some stupidity.
curt [Tue, 17 Sep 2002 02:36:59 +0000 (02:36 +0000)]
Fixed some stupidity.

21 years agoUpgraded version number.
curt [Tue, 17 Sep 2002 02:36:34 +0000 (02:36 +0000)]
Upgraded version number.

21 years agoUpdates for 3d cloud rendering.
curt [Mon, 16 Sep 2002 14:56:16 +0000 (14:56 +0000)]
Updates for 3d cloud rendering.

21 years agoAdded --enable-clouds3d and --disable-clouds3d options.
david [Mon, 16 Sep 2002 02:46:23 +0000 (02:46 +0000)]
Added --enable-clouds3d and --disable-clouds3d options.

21 years agoChanged the clouds3d header install directory.
curt [Sun, 15 Sep 2002 04:32:49 +0000 (04:32 +0000)]
Changed the clouds3d header install directory.

21 years agoRemoved /usr/local/include (as with plib).
david [Sat, 14 Sep 2002 16:15:43 +0000 (16:15 +0000)]
Removed /usr/local/include (as with plib).

21 years agoAdded autom4te.cache.
david [Sat, 14 Sep 2002 16:15:23 +0000 (16:15 +0000)]
Added autom4te.cache.

21 years agoUpdated the base package version required.
curt [Sat, 14 Sep 2002 01:58:40 +0000 (01:58 +0000)]
Updated the base package version required.

21 years agoUpdate base package version.
curt [Fri, 13 Sep 2002 23:37:55 +0000 (23:37 +0000)]
Update base package version.

21 years agoStubbed in initial support for 3d clouds.
curt [Fri, 13 Sep 2002 20:38:15 +0000 (20:38 +0000)]
Stubbed in initial support for 3d clouds.

21 years agoAdded support for calibration properties.
curt [Thu, 12 Sep 2002 03:15:27 +0000 (03:15 +0000)]
Added support for calibration properties.

21 years agoMichael Selig:
curt [Wed, 11 Sep 2002 18:27:26 +0000 (18:27 +0000)]
Michael Selig:

A bug lurked into our uiuc code.

There are two changes:
[1] Comment out the chunk of code as shown (compare w/ the old)
[2] Put back in the function call, and in that code change AlphaTail to Alpha.

21 years agoFixed: When you select Menu->Autopilot->Set Heading nothing happens.
curt [Wed, 11 Sep 2002 16:51:23 +0000 (16:51 +0000)]
Fixed: When you select Menu->Autopilot->Set Heading nothing happens.

21 years agoUpdates from Rob Deters.
curt [Wed, 11 Sep 2002 16:45:47 +0000 (16:45 +0000)]
Updates from Rob Deters.

21 years agoUpdates from Rob Deters.
curt [Wed, 11 Sep 2002 02:31:10 +0000 (02:31 +0000)]
Updates from Rob Deters.

21 years agoDarrell Walisser:
curt [Tue, 10 Sep 2002 19:43:33 +0000 (19:43 +0000)]
Darrell Walisser:

This allows it to behave like a certified Mac OS X citizen.

21 years agoInitial revision
curt [Tue, 10 Sep 2002 01:13:59 +0000 (01:13 +0000)]
Initial revision

21 years agoGetting ready for 0.8.0 release.
curt [Sat, 7 Sep 2002 20:33:00 +0000 (20:33 +0000)]
Getting ready for 0.8.0 release.

21 years agoRead the desired menu font from the property system (or default to
curt [Sat, 7 Sep 2002 14:16:06 +0000 (14:16 +0000)]
Read the desired menu font from the property system (or default to
typewriter.txf if it's not specified.)

21 years agoFix a typo that could cause a crash on some platforms.
curt [Sat, 7 Sep 2002 14:15:10 +0000 (14:15 +0000)]
Fix a typo that could cause a crash on some platforms.

21 years agoAdded explicit std:: prefix to map to work-around MSVC6 bug reported
david [Sat, 7 Sep 2002 13:16:48 +0000 (13:16 +0000)]
Added explicit std:: prefix to map to work-around MSVC6 bug reported
by Jonathan Polley.

21 years agoMade temperature, dew-point, and pressure at altitude read-only, so
david [Sat, 7 Sep 2002 13:00:20 +0000 (13:00 +0000)]
Made temperature, dew-point, and pressure at altitude read-only, so
that they won't get messed up during a reset if there are reassigned
before the altitude.

21 years agoPatch from Julian Foad:
david [Sat, 7 Sep 2002 12:35:31 +0000 (12:35 +0000)]
Patch from Julian Foad:

     Use getDisplayName instead of duplicated code: gives a better
decision on whether to display the index.
     Replace unnecessary node lookups by name with direct access: tidier
and more efficient.  E.g. "getValueTypeString
(node->getNode(name.c_str()))" -> "getValueTypeString (child)".

21 years agoPatch from Julian Foad:
david [Sat, 7 Sep 2002 12:35:06 +0000 (12:35 +0000)]
Patch from Julian Foad:

     When the scroll bar slider is dragged, the list scrolls only far
enough to see all items; only the arrow buttons can scroll it so far
that the last item goes to the top of the view.
     Fix scroll bar proportional size: was wrong when the list was only
a little longer than the visible area.
     Minor fixes such as "delete files[i];" -> "delete[] files[i];"
(where the item being deleted is an array of characters) and removal of
global variables.
     Smooth scrolling when dragging the slider: one item at a time,
rather than one tenth of the list at a time.
     Fix a bug that would have occurred if instantiated with arrows=2.
     Sort properties primarily by name and then by numerical index
order, rather than a simple ASCII string order.  E.g. "js[1]", "js[2]",
"js[10]" rather than "js[1]", "js[10]", "js[2]".
     Avoid crashing if the selected property path does not exist;
display an empty list instead.  This cannot happen when the property
picker is working properly, but did happen due to missing indices prior
to this patch, and could happen if the user is allowed to type a
pathname, as in the http and telnet interfaces.
     Fix truncation of strings to PUSTRING_MAX: was wrong when string
length was exactly 80.
     Fix: move the scroll bar to the top each time a new list is
displayed.  It was left at its previous position, while the top of the
new list was displayed, not corresponding to the slider.
     Use getDisplayName instead of duplicated code: gives a better
decision on whether to display the index, and avoids invalid property
paths being generated which would previously crash find_props().
     Replace unnecessary node lookups by name with direct access: tidier
and more efficient.  E.g. "getValueTypeString
(node->getNode(name.c_str()))" -> "getValueTypeString (child)".

21 years agoFixes to better support the native irix compilers.
curt [Fri, 6 Sep 2002 17:30:21 +0000 (17:30 +0000)]
Fixes to better support the native irix compilers.

21 years agoErik Hofman:
curt [Thu, 5 Sep 2002 21:58:24 +0000 (21:58 +0000)]
Erik Hofman:

It turned out that pui required the submenu structure to be declared
backwards, which I didn't notice the first time.

21 years agoVarious clean-ups.
tony [Thu, 5 Sep 2002 13:55:16 +0000 (13:55 +0000)]
Various clean-ups.

21 years agoCameron Moore:
curt [Wed, 4 Sep 2002 16:09:10 +0000 (16:09 +0000)]
Cameron Moore:

o Added --verbose, --random-wind, and --show-aircraft
o Updated FILES section to include new config files
o Cosmetic changes

21 years agoAutomake version check is best done only in the autogen.sh file, and not
curt [Tue, 3 Sep 2002 21:30:37 +0000 (21:30 +0000)]
Automake version check is best done only in the autogen.sh file, and not
in the configure script.

21 years agoUpdated for next prerelease.
curt [Tue, 3 Sep 2002 21:30:00 +0000 (21:30 +0000)]
Updated for next prerelease.

21 years agoRemoved dos line endings.
curt [Tue, 3 Sep 2002 13:27:45 +0000 (13:27 +0000)]
Removed dos line endings.

21 years agoFix a typo.
curt [Tue, 3 Sep 2002 04:52:32 +0000 (04:52 +0000)]
Fix a typo.

21 years agoAdditional build system tweaks.
curt [Tue, 3 Sep 2002 01:12:26 +0000 (01:12 +0000)]
Additional build system tweaks.

21 years agoInitial revision.
curt [Tue, 3 Sep 2002 00:50:01 +0000 (00:50 +0000)]
Initial revision.

21 years agoUpdates to the UIUCModel code. This includes some big compile time
curt [Mon, 2 Sep 2002 23:26:28 +0000 (23:26 +0000)]
Updates to the UIUCModel code.  This includes some big compile time
speedups to uiuc_menu.cpp.

(Note these were originally submitted before the cutoff date for new
features, but something was corrupted in the transfer so I granted a bit
of leeway in the schedule.)

21 years agoReturn the closest match, not just the first match. Sometimes there
curt [Mon, 2 Sep 2002 05:31:46 +0000 (05:31 +0000)]
Return the closest match, not just the first match.  Sometimes there
are stations with the same frequency close enough together to cause problems
for our code.

21 years agoFiksed a plethera of speling misteaks.
curt [Mon, 2 Sep 2002 04:41:00 +0000 (04:41 +0000)]
Fiksed a plethera of speling misteaks.

21 years agoUpdated Bernie's entry.
curt [Sun, 1 Sep 2002 20:46:52 +0000 (20:46 +0000)]
Updated Bernie's entry.

21 years agoRead the com1/2 on/off switch.
curt [Sun, 1 Sep 2002 03:02:11 +0000 (03:02 +0000)]
Read the com1/2 on/off switch.

21 years agoUpdated for next release.
curt [Sun, 1 Sep 2002 03:01:04 +0000 (03:01 +0000)]
Updated for next release.

21 years agoRemoved unused cur_view_fdm variable as suggested by Bernie Bright.
david [Sat, 31 Aug 2002 19:48:28 +0000 (19:48 +0000)]
Removed unused cur_view_fdm variable as suggested by Bernie Bright.

21 years agoMade current.
curt [Fri, 30 Aug 2002 23:51:53 +0000 (23:51 +0000)]
Made current.

21 years agoChanges to allow "make dist" to work.
curt [Fri, 30 Aug 2002 17:04:00 +0000 (17:04 +0000)]
Changes to allow "make dist" to work.
Regenerated the .dsp/.dsw files.

21 years agoRemoved unused and improperly initialized constant.
tony [Fri, 30 Aug 2002 13:43:28 +0000 (13:43 +0000)]
Removed unused and improperly initialized constant.

21 years agoNorman's fix to make the help system start on Win32.
curt [Thu, 29 Aug 2002 21:00:22 +0000 (21:00 +0000)]
Norman's fix to make the help system start on Win32.
And fixed up some other non-sensical code in the vicinity which
was generating compiler warnings.

21 years agoFixes for the Irix compiler, "the worlds best" :-)
curt [Thu, 29 Aug 2002 20:43:19 +0000 (20:43 +0000)]
Fixes for the Irix compiler, "the worlds best" :-)

21 years agoIrix fixes.
curt [Thu, 29 Aug 2002 17:21:42 +0000 (17:21 +0000)]
Irix fixes.

21 years agoSeveral fixes and tweaks.
curt [Thu, 29 Aug 2002 16:00:17 +0000 (16:00 +0000)]
Several fixes and tweaks.

21 years agoFixed an oops.
tony [Thu, 29 Aug 2002 13:39:29 +0000 (13:39 +0000)]
Fixed an oops.

21 years agoAdded FGTurbine.[ch]*
tony [Thu, 29 Aug 2002 13:27:43 +0000 (13:27 +0000)]
Added FGTurbine.[ch]*

21 years agoNew Turbine engine model framework
tony [Thu, 29 Aug 2002 13:26:49 +0000 (13:26 +0000)]
New Turbine engine model framework

21 years agoMake adf volume and adf on/off seperate properties.
curt [Thu, 29 Aug 2002 04:18:55 +0000 (04:18 +0000)]
Make adf volume and adf on/off seperate properties.

21 years agoIgnore files that have -set.xml in them, but don't end in that exact string
curt [Wed, 28 Aug 2002 17:53:52 +0000 (17:53 +0000)]
Ignore files that have -set.xml in them, but don't end in that exact string
(i.e. something-set.xml~)

21 years agoAdd support for a --show-aircraft option. This displays a list of all
curt [Wed, 28 Aug 2002 16:59:40 +0000 (16:59 +0000)]
Add support for a --show-aircraft option.  This displays a list of all
available aircraft and a brief description if one is available.

21 years agoFix a compile error.
curt [Wed, 28 Aug 2002 16:58:57 +0000 (16:58 +0000)]
Fix a compile error.

21 years agoMore fixes to the automake/conf scripts.
curt [Wed, 28 Aug 2002 16:13:06 +0000 (16:13 +0000)]
More fixes to the automake/conf scripts.

21 years agoLatest JSBSim updates.
tony [Wed, 28 Aug 2002 13:46:42 +0000 (13:46 +0000)]
Latest JSBSim updates.

21 years agoMore tweaks to the automake/conf configuration scripts.
curt [Wed, 28 Aug 2002 03:34:31 +0000 (03:34 +0000)]
More tweaks to the automake/conf configuration scripts.

21 years agoModernize the autoconf/automake files.
curt [Tue, 27 Aug 2002 23:52:15 +0000 (23:52 +0000)]
Modernize the autoconf/automake files.

21 years agoStrip dos line endings.
curt [Mon, 26 Aug 2002 22:04:10 +0000 (22:04 +0000)]
Strip dos line endings.

21 years agoMinor tweaks to sound subsystem update rates.
curt [Mon, 26 Aug 2002 20:46:13 +0000 (20:46 +0000)]
Minor tweaks to sound subsystem update rates.

21 years agoRemoved an old test.
curt [Mon, 26 Aug 2002 00:08:14 +0000 (00:08 +0000)]
Removed an old test.

21 years agoErik Hofman:
curt [Sun, 25 Aug 2002 23:27:00 +0000 (23:27 +0000)]
Erik Hofman:

I removed some pending random code and I also fixed a
small cosmetic glitch where dt_play was cleared before it was printed.

Curt: Erik changed the sound update intervale and I further I tweaked it.
The issue is that if we put too much into the sound buffer, then we can't react
quick enough to sounds like tire squeek that need to be synced with the visuals
and the action.  We put too little into the sound buffer and we risk the
audio dropping out for moment if a frame takes longer to draw than the amount
of audio in the buffer.

21 years agoErik Hofman:
curt [Sun, 25 Aug 2002 22:53:38 +0000 (22:53 +0000)]
Erik Hofman:

I cleaned up the XML menu code a fair bit, in preparation to C++-ifying it.

21 years agoErik Hofman:
curt [Sun, 25 Aug 2002 22:38:20 +0000 (22:38 +0000)]
Erik Hofman:

I've modified the code to display a brief help message instead of the
whole bunch of options. To get the complete message -v or --verbose has
to be added to the command line.

21 years agoBernie Bright:
curt [Sun, 25 Aug 2002 20:56:16 +0000 (20:56 +0000)]
Bernie Bright:

Here is a FGIO class derived from FGSubsystem that replaces the fgIOInit()
and fgIOProcess() functions.  The FGIO::update(double delta) doesn't use the
delta argument yet.  I suspect it could be used as a replacement for the
calculated interval value but I'm not familiar enough with that piece of code
just yet.

I've also added two "command properties" to fg_commands.cxx that select the
next or previous view.  Writing any value to these properties triggers the
corresponding action.  As an example I modified my keyboard.xml:

 <key n="118">
  <name>v</name>
  <desc>Next view</desc>
  <binding>
   <command>property-assign</command>
   <property>/command/view/next</property>
   <value type="bool">true</value>
  </binding>
 </key>

 <key n="86">
  <name>V</name>
  <desc>Prev view</desc>
  <binding>
   <command>property-assign</command>
   <property>/command/view/prev</property>
   <value type="bool">true</value>
  </binding>
 </key>

And of course these actions can also be triggered from external scripts via
the props server.

21 years agoTidy up the autoconf/automake configuration a bit.
curt [Sun, 25 Aug 2002 19:40:04 +0000 (19:40 +0000)]
Tidy up the autoconf/automake configuration a bit.

- Removed some old cruft.

- Removed some support for older versions of automake which technically was
  correct, but caused the newer automakes to squawk warnings during an
  initial sanity check (which isn't done very intelligently.)

  NOTE: this fix is technically not correct for older version of automake.
  These older version use the variable "INCLUDES" internally and could have
  them already set to an important value.  That is why we were appending
  our values to them.  However, newer versions of automake don't set this
  value themselves so it is an error to append to a non-existant variable.
  We seem to "get away" with overwriting the value on older versions of
  automake, but if you have problems, consider upgrading to at least
  automake-1.5.

21 years agoIt probably is better not to hide warning messages. Removed spaces from
curt [Sat, 24 Aug 2002 20:23:59 +0000 (20:23 +0000)]
It probably is better not to hide warning messages.  Removed spaces from
AC_DEFINE( SYMBOL ) -> AC_DEFINE(SYMBOL)

21 years agoBrandon Bergren:
curt [Sat, 24 Aug 2002 05:54:33 +0000 (05:54 +0000)]
Brandon Bergren:

2. I changed Simgear's autogen.sh so it is quieter, and errors out if
autoheader or autoconf fails.  It puts all error output in autogen.err, and
deletes it if nothing errored out.  The patch is in (sg.autogen.sh.patch.gz)
This patch applies to flightgear, too.  If someone doesn't like what I did
here, please speak up!  I really believe that this patch will help cause
less confusion among people new to compiling flightgear.

21 years agoBernie Bright:
curt [Fri, 23 Aug 2002 19:53:48 +0000 (19:53 +0000)]
Bernie Bright:

Here are some changes that gave me a significant frame rate increase of about 10 fps with random objects disabled.  The interesting thing is that these changes aren't in the main loop but are in tile loader.  My guess is that I've reduced the memory footprint just enough to reduce CPU cache misses, though I have no hard evidence of this.

Initially I modified all SGBinObject member functions to pass/return by reference instead of by-value.  This gives little or no speed up but allows for some optimizations in fgBinObjLoad().  It is these changes that reduce the number of memory allocations.  Needless copying of vectors, and vectors of vectors, can be very memory intensive, especially if they are large.

Anyway I would be interested to see if you get similar results.  I would emphasize that the frame rate increase only occurs with random objects disabled.  I lose about 10-15 fps on my GF2MX 32MB with random objects, probably a fill-rate limitation or texture memory thing.

21 years agoScale throttle inputs a bit better.
curt [Mon, 19 Aug 2002 02:08:43 +0000 (02:08 +0000)]
Scale throttle inputs a bit better.
Add support for rudder pedal inputs.
Reverse adf frq switch.

21 years agoAdd support for flipping the instrument panel vertically on screen (if
curt [Mon, 19 Aug 2002 02:07:39 +0000 (02:07 +0000)]
Add support for flipping the instrument panel vertically on screen (if
we want to do a full screen panel on a device that is mounted upside
down.)

21 years agoForce ATC interface to run at 30 hz.
curt [Mon, 19 Aug 2002 01:59:26 +0000 (01:59 +0000)]
Force ATC interface to run at 30 hz.

21 years agoXML-configurable menu support from Erik Hofman.
david [Thu, 8 Aug 2002 23:25:47 +0000 (23:25 +0000)]
XML-configurable menu support from Erik Hofman.

[dpm: removed an attempt to free a pointer to a function]

21 years agoRandom-object and -light placement optimizations from Norman Vine.
david [Thu, 8 Aug 2002 23:09:02 +0000 (23:09 +0000)]
Random-object and -light placement optimizations from Norman Vine.