]> git.mxchange.org Git - flightgear.git/log
flightgear.git
20 years agoAdds a basic FDM model for LaRCsim debugging purposes.
mselig [Fri, 25 Jul 2003 17:53:13 +0000 (17:53 +0000)]
Adds a basic FDM model for LaRCsim debugging purposes.

20 years agoAdds a basic FDM model for LaRCsim debugging purposes. There is a bug in FGFS-LaRCsi...
mselig [Fri, 25 Jul 2003 17:53:08 +0000 (17:53 +0000)]
Adds a basic FDM model for LaRCsim debugging purposes.  There is a bug in FGFS-LaRCsim that I have yet to put my finger on.

20 years agoMelchior FRANZ:
ehofman [Thu, 24 Jul 2003 15:00:16 +0000 (15:00 +0000)]
Melchior FRANZ:
The jitter is most likely caused by the irregular frame rate and CPU clock dependent intervals. There's no easy way around that. I tried some fancy interpolation and all that -- to no avail.

20 years agoThis fixes the K to F conversion for the EGT output
ehofman [Thu, 24 Jul 2003 14:43:11 +0000 (14:43 +0000)]
This fixes the K to F conversion for the EGT output

20 years agoFix an oversight/inefficiency spotted by Frederic Bouvier. We were passing a
curt [Wed, 23 Jul 2003 17:50:45 +0000 (17:50 +0000)]
Fix an oversight/inefficiency spotted by Frederic Bouvier.  We were passing a
*copy* of a very large data set to a function.

20 years agoGeoff McLane:
curt [Wed, 23 Jul 2003 14:36:33 +0000 (14:36 +0000)]
Geoff McLane:

Attached is a 'slightly' updated config.h-msvc6 file.
You will note i have only couched the JOYSTICK into an #ifndef
and add the needed GLUT_H

20 years agoRemove some debugging output.
curt [Wed, 23 Jul 2003 13:48:19 +0000 (13:48 +0000)]
Remove some debugging output.

20 years agoFix a typo ...
curt [Wed, 23 Jul 2003 03:19:08 +0000 (03:19 +0000)]
Fix a typo ...

20 years agoAdd gear animation effects to replay.
curt [Tue, 22 Jul 2003 23:46:11 +0000 (23:46 +0000)]
Add gear animation effects to replay.

20 years agoFinish the list of values that need to be interpolated every frame.
curt [Tue, 22 Jul 2003 20:06:03 +0000 (20:06 +0000)]
Finish the list of values that need to be interpolated every frame.

20 years agoHandle agl data correctly (so that ultimately the replay system can place
curt [Tue, 22 Jul 2003 20:05:38 +0000 (20:05 +0000)]
Handle agl data correctly (so that ultimately the replay system can place
aircraft shadows correctly.)

20 years agoFix a bug that would occur on 5GHz computers, and disable the altitude damping feature.
ehofman [Tue, 22 Jul 2003 08:51:31 +0000 (08:51 +0000)]
Fix a bug that would occur on 5GHz computers, and disable the altitude damping feature.

20 years agoFix a devide by zero bug"src/Autopilot/newauto.cxx
ehofman [Tue, 22 Jul 2003 08:13:10 +0000 (08:13 +0000)]
Fix a devide by zero bug"src/Autopilot/newauto.cxx

20 years agoEliminate divide-by-zero error. AI should spin down gradually again.
david [Tue, 22 Jul 2003 02:05:50 +0000 (02:05 +0000)]
Eliminate divide-by-zero error.  AI should spin down gradually again.

20 years agoThis backs out only the target climb rate calculation fix for the time being,
ehofman [Sat, 19 Jul 2003 14:15:11 +0000 (14:15 +0000)]
This backs out only the target climb rate calculation fix for the time being,
maybe for good

20 years agoModified the replay system to work without enabling the master or clock freeze.
curt [Fri, 18 Jul 2003 14:14:24 +0000 (14:14 +0000)]
Modified the replay system to work without enabling the master or clock freeze.

20 years agoSmall patch to expose the localizer property (e.g., true for ILS localizer)
ehofman [Fri, 18 Jul 2003 08:22:54 +0000 (08:22 +0000)]
Small patch to expose the localizer property (e.g., true for ILS localizer)

20 years agoSmall update
ehofman [Fri, 18 Jul 2003 08:17:16 +0000 (08:17 +0000)]
Small update

20 years agoFixes for MSVC and MipsPro
ehofman [Fri, 18 Jul 2003 08:14:21 +0000 (08:14 +0000)]
Fixes for MSVC and MipsPro

20 years agoAvoid collecting garbage data before the FDM is initialized.
curt [Fri, 18 Jul 2003 01:51:45 +0000 (01:51 +0000)]
Avoid collecting garbage data before the FDM is initialized.

20 years agoImprovements to the replay subsystem.
curt [Thu, 17 Jul 2003 21:21:00 +0000 (21:21 +0000)]
Improvements to the replay subsystem.
- Handle rotational interpolation across the "zero" point.
- Bug fixes to the rotational interpolator
- Change intervals for medium term and long term data recorders.

20 years agoCurt:
curt [Thu, 17 Jul 2003 18:24:17 +0000 (18:24 +0000)]
Curt:

I have added a fledgling replay system that records flight data and control
positions during the flight.

I have added an internal command called "replay" which will trigger a replay
of the entire saved flight data set.  This could be bound to a keyboard or
menu command, in fact this entire module is screaming for someone to build
a gui to control playback speed, amount of playback, etc.

This is the initial version so there are kinks that still need to be worked
out, please be patient.

21 years agoJim Wilson:
ehofman [Thu, 17 Jul 2003 08:52:36 +0000 (08:52 +0000)]
Jim Wilson:
These changes should preserve previous functionality (with the exception of a
couple bug fixes).

Bugs fixed:
- AP no longer resets the error accumulator when switching altitude modes or
just closing the autopilot GUI.  It will not be necessary to collect the barf
bags after selecting a new altitude anymore.  Makes things much smoother.
- climb_rate calculation in the altitude hold mode included a factor that made
sense for the c172.  It is now scaled according to the configuration's target
climb rate.

Additions:
Autothrottle (supports speed control only) is more configurable and accurate.
VerticalSpeed mode added (automatically arms to altitude if flown toward
altitude setting).
Exposed various properties, added new lock properties.

21 years agoMake initTheta() use the results of the search it performs.
tony [Thu, 17 Jul 2003 02:32:39 +0000 (02:32 +0000)]
Make initTheta() use the results of the search it performs.

21 years agoUpdate magvar model before using it to initialize compass error.
david [Thu, 17 Jul 2003 00:26:38 +0000 (00:26 +0000)]
Update magvar model before using it to initialize compass error.

21 years agoKludge the HI error so that it initially matches the magnetic variation.
david [Thu, 17 Jul 2003 00:06:03 +0000 (00:06 +0000)]
Kludge the HI error so that it initially matches the magnetic variation.

21 years agoAdded options to set up avionics from the command line:
david [Wed, 16 Jul 2003 23:34:07 +0000 (23:34 +0000)]
Added options to set up avionics from the command line:

  --nav1=[radial:]frequency
  --nav2=[radial:]frequency
  --adf=[rotation:]frequency
  --dme="nav1"|"nav2"|frequency

21 years agoDon't snap to runway heading if an offset azimuth is supplied.
david [Wed, 16 Jul 2003 19:12:02 +0000 (19:12 +0000)]
Don't snap to runway heading if an offset azimuth is supplied.

21 years agoMore turbulence tweaks and fixes.
david [Mon, 14 Jul 2003 22:34:08 +0000 (22:34 +0000)]
More turbulence tweaks and fixes.

Skip turbulence calculations with magnitude is 0.

21 years agoMake sure sign is preserved for turbulence direction.
david [Mon, 14 Jul 2003 20:48:23 +0000 (20:48 +0000)]
Make sure sign is preserved for turbulence direction.

21 years agoFramerate independent viewer fixes from Melchior FRANZ
ehofman [Mon, 14 Jul 2003 14:20:45 +0000 (14:20 +0000)]
Framerate independent viewer fixes from Melchior FRANZ

21 years agoMake it possible to either select the 2d or the 3d HUD
ehofman [Mon, 14 Jul 2003 13:57:11 +0000 (13:57 +0000)]
Make it possible to either select the 2d or the 3d HUD

21 years agoFix for setting initial pitch angle on the ground.
tony [Mon, 14 Jul 2003 11:47:25 +0000 (11:47 +0000)]
Fix for setting initial pitch angle on the ground.

21 years agoIt's a direction, not an axis. The z direction is the one that should
david [Sun, 13 Jul 2003 20:18:51 +0000 (20:18 +0000)]
It's a direction, not an axis.  The z direction is the one that should
occur full force for turbulence.

21 years agoAdd the ability to control turbulence rate as well as magnitude.
david [Sun, 13 Jul 2003 20:13:18 +0000 (20:13 +0000)]
Add the ability to control turbulence rate as well as magnitude.

Square the normalized direction acceleration for the y and z axes, so
that turbulence predominantly affects pitch.

Bind to the /environment/turbulence/magnitude-norm and
/environment/turbulence/rate-hz properties in FlightGear.

21 years agoLatest changes to the viewer code from Melchior FRANZ
ehofman [Sat, 12 Jul 2003 09:52:26 +0000 (09:52 +0000)]
Latest changes to the viewer code from Melchior FRANZ

21 years agoDon't check for OpenGL libraries without at least including -lm
ehofman [Sat, 12 Jul 2003 09:17:17 +0000 (09:17 +0000)]
Don't check for OpenGL libraries without at least including -lm

21 years agoMelchior FRANZ:
ehofman [Fri, 11 Jul 2003 08:58:26 +0000 (08:58 +0000)]
Melchior FRANZ:
The current chase view respects heading but ignores roll & pitch. And it follows heading without delay, which makes the viewer behave quite strange. This change makes the chase view feel more natural. You aren't fixed behind the plane, but follow all its movements with a delay.

Erik Hofman:
I've decided not to add the patch to preferences.xml in the base package because something feels funny with that. I think there needs to be some more discussion about it.

21 years agoAdd normalized control surface positions to net_fdm.hxx structure.
curt [Thu, 10 Jul 2003 18:55:41 +0000 (18:55 +0000)]
Add normalized control surface positions to net_fdm.hxx structure.
Convert several double values to float since the extra precision is not
  needed and it just wastes network bandwidth.

21 years agoAdd network support libraries
ehofman [Wed, 9 Jul 2003 19:57:22 +0000 (19:57 +0000)]
Add network support libraries

21 years agoFlightGear can handle network connections even without multiplayer support
ehofman [Wed, 9 Jul 2003 19:55:08 +0000 (19:55 +0000)]
FlightGear can handle network connections even without multiplayer support

21 years agoChanges to reflect the code reorganization from CUrtis
ehofman [Wed, 9 Jul 2003 14:45:02 +0000 (14:45 +0000)]
Changes to reflect the code reorganization from CUrtis

21 years agoUse the new splash screens.
david [Tue, 8 Jul 2003 02:29:14 +0000 (02:29 +0000)]
Use the new splash screens.

21 years agoScript tweak.
curt [Mon, 7 Jul 2003 21:19:59 +0000 (21:19 +0000)]
Script tweak.

21 years agoA couple fixes so the nav/ils heading hold will work again.
curt [Mon, 7 Jul 2003 21:19:46 +0000 (21:19 +0000)]
A couple fixes so the nav/ils heading hold will work again.

21 years agoSplit up into and . Fix a typo for FreeBSD. And do some Makefile cleanups
ehofman [Mon, 7 Jul 2003 13:57:43 +0000 (13:57 +0000)]
Split  up into   and . Fix a typo for FreeBSD. And do some Makefile cleanups

21 years agoFix a mistake
ehofman [Mon, 7 Jul 2003 13:56:23 +0000 (13:56 +0000)]
Fix a mistake

21 years agoDon't link agains OpenGL libraries when it's not needed
ehofman [Mon, 7 Jul 2003 11:26:48 +0000 (11:26 +0000)]
Don't link agains OpenGL libraries when it's not needed

21 years agoClean up, and make more flexible and prevent unnesse
ehofman [Sun, 6 Jul 2003 17:14:04 +0000 (17:14 +0000)]
Clean up, and make more flexible and prevent unnesse
cary library includes

21 years agoReplace some of the most used fgGetXXXX() calls with a local variable. The next best...
ehofman [Sat, 5 Jul 2003 09:59:03 +0000 (09:59 +0000)]
Replace some of the most used fgGetXXXX() calls with a local variable. The next best thing would be replacing the fgGetXXXX()functions with cached pointers

21 years agoRename some existing variables/methods in the navcomm module for
david [Fri, 4 Jul 2003 19:13:03 +0000 (19:13 +0000)]
Rename some existing variables/methods in the navcomm module for
clarity:

  nav_radial => nav_target_radial (same as selected, except for a LOC)
  nav_heading => nav_reciprocal_radial
  nav_magvar => nav_twist (it's not always the same as magvar)
  nav_heading_needle_deflection => nav_cdi_deflection
  nav_gs_needle_deflection => nav_gs_deflection

Added nav_radial back in, but now it shows the current radial from the
VOR, as one would expect.  This value also appears in the
/radios/nav[*]/radials/actual-deg property.

21 years agoChange a spelling.
david [Thu, 3 Jul 2003 17:13:03 +0000 (17:13 +0000)]
Change a spelling.

21 years agoFix the property /radios/nav[*]/radials/actual-deg to show the radial
david [Thu, 3 Jul 2003 17:10:32 +0000 (17:10 +0000)]
Fix the property /radios/nav[*]/radials/actual-deg to show the radial
that the aircraft is on.

21 years agoJim Wilson:
ehofman [Thu, 3 Jul 2003 08:51:19 +0000 (08:51 +0000)]
Jim Wilson:
This patch exposes the nav_id--Navaid (VOR/ILS) IDs--in the property tree for use in EFIS displays.  Both the string and individual integer (char) values are published.

Erik Hofman:
I have converted all sprintf() functions in navcom.cxx into snprintf() for some extra securety.

21 years agoAdd the ability to add repeat intervals to joystick buttons using the interval-sec...
ehofman [Wed, 2 Jul 2003 19:21:11 +0000 (19:21 +0000)]
Add the ability to add repeat intervals to joystick buttons using the interval-sec property

21 years agoTweaks to presets logic.
curt [Wed, 2 Jul 2003 16:24:50 +0000 (16:24 +0000)]
Tweaks to presets logic.

21 years agoAdd some solaris specific libraries
ehofman [Wed, 2 Jul 2003 08:52:45 +0000 (08:52 +0000)]
Add some solaris specific libraries

21 years agoMake the inclinometer a little more lively.
david [Tue, 1 Jul 2003 21:22:01 +0000 (21:22 +0000)]
Make the inclinometer a little more lively.

21 years agoMove the turbulence magnitude away from the peaks.
david [Tue, 1 Jul 2003 20:52:12 +0000 (20:52 +0000)]
Move the turbulence magnitude away from the peaks.

21 years agoJim Wilson:
ehofman [Tue, 1 Jul 2003 16:32:00 +0000 (16:32 +0000)]
Jim Wilson:
This patch adds an "interval-sec" property which allows fixing an interval in seconds (or fraction of seconds) for the repeats for emulated axis controls (digital hats) on joysticks.

21 years agoSolaris namespace clash fix
ehofman [Tue, 1 Jul 2003 16:12:21 +0000 (16:12 +0000)]
Solaris namespace clash fix

21 years agoFix a problem where the compass goes negative by the variation when close to 360...
ehofman [Tue, 1 Jul 2003 08:19:41 +0000 (08:19 +0000)]
Fix a problem where the compass goes negative by the variation when close to 360 degrees

21 years agoAvoid strong oscillations at turbulence extremes.
david [Sun, 29 Jun 2003 21:17:21 +0000 (21:17 +0000)]
Avoid strong oscillations at turbulence extremes.

21 years agoMake sure the functions won't be called if the extension is not supported. This also...
ehofman [Sun, 29 Jun 2003 17:14:13 +0000 (17:14 +0000)]
Make sure the functions won't be called if the extension is not supported. This also clears the main loop a bitsrc/Main/main.cxx.

21 years agoAdd Lee Elliott's per aircraft configurable terrain following factor
ehofman [Sun, 29 Jun 2003 08:27:45 +0000 (08:27 +0000)]
Add Lee Elliott's per aircraft configurable terrain following factor

21 years agoThis patch normalizes the heading value YASim reports to the interface
ehofman [Sat, 28 Jun 2003 21:49:45 +0000 (21:49 +0000)]
This patch normalizes the heading value YASim reports to the interface

21 years agoUpdate required for the fastmath module
ehofman [Sat, 28 Jun 2003 12:19:58 +0000 (12:19 +0000)]
Update required for the fastmath module

21 years agoUse sqrt(x) and x*x instead of pow(x, 0.5) and pow(x, 2.0)
ehofman [Fri, 27 Jun 2003 21:29:48 +0000 (21:29 +0000)]
Use sqrt(x) and x*x instead of pow(x, 0.5) and pow(x, 2.0)

21 years agoFix a property name spelling error.
curt [Fri, 27 Jun 2003 20:06:11 +0000 (20:06 +0000)]
Fix a property name spelling error.

21 years agoAdd /environment/turbulence-norm to the output structure.
curt [Fri, 27 Jun 2003 18:21:04 +0000 (18:21 +0000)]
Add /environment/turbulence-norm to the output structure.

21 years agoMelchior FRANZ:
ehofman [Fri, 27 Jun 2003 08:46:57 +0000 (08:46 +0000)]
Melchior FRANZ:
These patches add a clock instrument, which allows to model failure ("serviceable") and to adjust the time independently of the system time (defaults to GMT). The main incentive is to make the p51d clock work and adjustable via the knob.

 o Offers a time string ("12:03:15") for the LCD or for LED
   clocks, or an empty string in case of failure/power off. The
   instrument assumes that digital clocks are battery buffered,
   so they will be updated even if there's nothing on the display.

 o Offers the number of seconds since midnight for analog
   clocks, like in the p51d. This number is not increased
   if !serviceable. So the clock will stand still and continue
   where it stopped when it's serviceable again.

I did not consider voltage yet, because the Mustang's clock will need a lot more current than the LCD clock. The instrument is updated 4 times per second but returns immediately if neither time nor offset changed. The function getGMTString() in fg_props.cxx could be removed after applying these patches.

21 years agoMany ILS approaches do not have a listed GS elevation in the FAA or in the
curt [Wed, 25 Jun 2003 18:10:10 +0000 (18:10 +0000)]
Many ILS approaches do not have a listed GS elevation in the FAA or in the
DAFIFT data base.  Use the field elevation as a reasonable approximation
when no other data is available.

21 years agoPreviously the weather dialog box and environment system had some confusion
curt [Tue, 24 Jun 2003 20:04:29 +0000 (20:04 +0000)]
Previously the weather dialog box and environment system had some confusion
between temperature at altitude vs. temperature at sea level.  The dialog
box asked for temperature at altitude which makes sense, but all the
internal crunching expected temperature at sea level.  However, it makes no
logical sense to specify the sea level temperature for different layers so
I changed the internal processing to work with temperature at altitude and
then derive an approximate sea level temperature at the end.

If you know the ground temperature, you can just enter this temperature
for the first boundary layer and the system should do the right thing.

21 years agoAdd support to the "run" command for setting up the subsystem arguments
curt [Tue, 24 Jun 2003 19:59:47 +0000 (19:59 +0000)]
Add support to the "run" command for setting up the subsystem arguments
properly for executing a "run reinit [ subsystem1 subsystem2 ... ]

21 years agoAdd ground elevation to the net_gui.hxx structure.
curt [Tue, 24 Jun 2003 15:10:50 +0000 (15:10 +0000)]
Add ground elevation to the net_gui.hxx structure.

21 years agoAdd some commandline options
ehofman [Sun, 22 Jun 2003 09:45:43 +0000 (09:45 +0000)]
Add some commandline options

21 years agoChnage seperator to separator
ehofman [Sun, 22 Jun 2003 07:58:04 +0000 (07:58 +0000)]
Chnage seperator to separator

21 years agoMac OS X fixes
ehofman [Fri, 20 Jun 2003 20:18:40 +0000 (20:18 +0000)]
Mac OS X fixes

21 years agoGet rid of a multiple defined symbol warning" src/FDM/LaRCsim/ls_step.c
ehofman [Fri, 20 Jun 2003 19:53:56 +0000 (19:53 +0000)]
Get rid of a multiple defined symbol warning" src/FDM/LaRCsim/ls_step.c
"

21 years ago(temporary) Apple OS X fix
ehofman [Thu, 19 Jun 2003 07:54:29 +0000 (07:54 +0000)]
(temporary) Apple OS X fix

21 years agoAdd an entry
ehofman [Wed, 18 Jun 2003 12:03:55 +0000 (12:03 +0000)]
Add an entry

21 years agoUse a different way to call OpenGL extensions and move over to our own extension...
ehofman [Wed, 18 Jun 2003 09:19:41 +0000 (09:19 +0000)]
Use a different way to call OpenGL extensions and move over to our own extension checking function instead of the one provided by glut

21 years agogcc 3.2 fixes
ehofman [Tue, 17 Jun 2003 17:51:55 +0000 (17:51 +0000)]
gcc 3.2 fixes

21 years agoAdd:
ehofman [Tue, 17 Jun 2003 16:59:26 +0000 (16:59 +0000)]
Add:
/sim/rendering/horizon-effect
   toggle sun and moon resizing effect near the horizon

/sim/rendering/enhanced-lighting
   toggle enhanced runway lighting on or off

/sim/rendering/distance-attenuation
   add distance attenuation to the enhanced runway lighting

21 years agoModel the effect where the sun and moon look 1.5 times larger when close to the horizon
ehofman [Sun, 15 Jun 2003 12:23:55 +0000 (12:23 +0000)]
Model the effect where the sun and moon look 1.5 times larger when close to the horizon

21 years agoTake the visibility in account for the sky color
ehofman [Sun, 15 Jun 2003 11:30:25 +0000 (11:30 +0000)]
Take the visibility in account for the sky color

21 years agoBase sun and moon diameter and distance on actual numbers
ehofman [Sat, 14 Jun 2003 09:32:06 +0000 (09:32 +0000)]
Base sun and moon diameter and distance on actual numbers

21 years agoInitial stab at making the AI plane take the user into account when flying a circuit...
daveluff [Wed, 11 Jun 2003 21:49:46 +0000 (21:49 +0000)]
Initial stab at making the AI plane take the user into account when flying a circuit.  The AI plane will now delay it's turns to the various legs if the user has flown a wider pattern that it normally would in front of it.  However, this is very much still work in progress - when the pattern gets extended the AI plane lands short of the runway, and it doesn't alter its speed around the circuit at all, only the turn positions.  Still, its a start...

21 years agoMinor changes to the comments
daveluff [Wed, 11 Jun 2003 21:16:40 +0000 (21:16 +0000)]
Minor changes to the comments

21 years agoChanges corresponding to simgear sky api tweak.
curt [Wed, 11 Jun 2003 19:06:48 +0000 (19:06 +0000)]
Changes corresponding to simgear sky api tweak.

21 years agoFix weather-related command-line options to work with the new weather
david [Wed, 11 Jun 2003 14:18:24 +0000 (14:18 +0000)]
Fix weather-related command-line options to work with the new weather
scheme.

21 years agoMSVC fix
ehofman [Tue, 10 Jun 2003 12:03:07 +0000 (12:03 +0000)]
MSVC fix

21 years agodensity_slugft3 is used before its initialization
ehofman [Tue, 10 Jun 2003 11:59:17 +0000 (11:59 +0000)]
density_slugft3 is used before its initialization

21 years agoFixes some weirdness that Fred reported. Used his patch with one mod.
mselig [Tue, 10 Jun 2003 06:19:31 +0000 (06:19 +0000)]
Fixes some weirdness that Fred reported.  Used his patch with one mod.

21 years agoCosmetic changes ...
curt [Mon, 9 Jun 2003 20:24:50 +0000 (20:24 +0000)]
Cosmetic changes ...

21 years agoIrix/MipsPro compiler fixes
ehofman [Mon, 9 Jun 2003 08:44:59 +0000 (08:44 +0000)]
Irix/MipsPro compiler fixes

21 years agoputting back the pilot-g used by accel.xml gadget
mselig [Mon, 9 Jun 2003 06:15:46 +0000 (06:15 +0000)]
putting back the pilot-g used by accel.xml gadget

21 years agoseveral init updates + changes init zeros to false
mselig [Mon, 9 Jun 2003 06:15:40 +0000 (06:15 +0000)]
several init updates + changes init zeros to false

21 years agogear retract rate input line changes
mselig [Mon, 9 Jun 2003 05:20:52 +0000 (05:20 +0000)]
gear retract rate input line changes

21 years agomods made to setup for some initializations in uiuc code
mselig [Mon, 9 Jun 2003 02:50:23 +0000 (02:50 +0000)]
mods made to setup for some initializations in uiuc code