curt
616610a962
Removed all sgMultMat4 in favor of Pre/PostMultMat4. Steve says there is
...
an error in MultMat4 that isn't found in Pre/Post. He wants to fix it which
means different versions of plib could work differently from each other.
2000-04-04 05:46:37 +00:00
curt
3b34980556
Updates to simple.[ch]xx to use gdbm to look up airport values.
2000-03-29 20:21:31 +00:00
curt
19d2b1a314
Updated for magvar calculations.
2000-03-29 00:15:58 +00:00
curt
a2f328c8a8
A couple more tweaks to get UIUC flight model stuff to work.
2000-03-23 03:28:54 +00:00
curt
bd969d8e11
tweaks.
2000-03-23 00:14:37 +00:00
curt
8f3aa1bebd
UIUC flight model contribution. This is based on LaRCsim, but can read
...
the aircraft parameters from a file. It still uses Tony's <crappy> (and I
mean that in a constructive way) gear model. :-)
2000-03-22 22:01:33 +00:00
curt
a940c7293e
Added Alex's patches for more accurate instrument modeling (compass, vsi,
...
altitute)
2000-03-21 20:51:03 +00:00
curt
a9f48c0dac
Rendering tweaks.
2000-03-17 06:16:15 +00:00
curt
314a1dd9dd
Moved src/Astro to src/Ephemeris
2000-03-16 23:19:39 +00:00
curt
84c64c8cc3
Removed dependencies on Astro/solarsystem.*
...
Pass star and planet data to Sky module.
2000-03-16 23:01:57 +00:00
curt
dc01e3f8d2
tweaks.
2000-03-16 04:23:24 +00:00
curt
7ada12ed09
Updates for ssg solarsystem/sky model. Includes changes to Time, Light, and
...
initialization sequences.
2000-03-16 04:15:22 +00:00
curt
28f17b1052
Updates for sky rendering.
2000-03-06 23:28:43 +00:00
curt
359b9507b1
Working on drawing sun and sun halo.
2000-03-03 00:07:23 +00:00
curt
02732b23f8
Sun now correctly placed in sky and correctly colored.
2000-03-02 19:20:54 +00:00
curt
f874d4a94f
Working on separating out ephemeris code from the actual rendering code
...
which I am trying to ssg-ify at the same time.
2000-03-02 13:51:31 +00:00
curt
e6d5923ad0
Separating out the Sky rendering as a separate unit and ssg-ifying it.
2000-03-02 03:03:16 +00:00
curt
138863b3e2
Working on skydome ... some actual progress has been made. :-) Still
...
something goofy with sunrise, sunset effects.
2000-03-01 00:31:35 +00:00
curt
cb071f4e56
Continuing work on ssg-ifying the sky dome.
2000-02-29 17:13:02 +00:00
curt
749462f9bb
Make NetworkOLK optional even if compiled in.
2000-02-28 04:16:12 +00:00
curt
c2226f6e34
Added bfi.[ch]xx (Big Flat Interface) to give a consistant access point
...
to shared state inside Flight Gear.
2000-02-26 18:01:13 +00:00
curt
cc26bb7fe7
Removed all dependencies on <simgear/math/mat3.h> and friends. These are
...
old routines from SRGP. Steve's plib/sg.h does a nice job of completely
replacing this (and since plib is already around) and is a nice clean design
so it just makes sense.
2000-02-19 14:29:27 +00:00
curt
1294aed465
One more pass at a reorg.
2000-02-16 23:01:03 +00:00
curt
485230b443
Code reorganization.
2000-02-15 03:30:01 +00:00
curt
7f9c6d72ab
Added a load/save state function contributed by David Megginson.
2000-02-11 22:27:23 +00:00
curt
9a207fb4e1
MacOS fixes contributed by Darrell Walisser on 1/26/2000.
2000-02-10 23:37:56 +00:00
curt
095c069b39
Updated for plib-1.1.x
2000-02-04 22:50:04 +00:00
curt
fa16790a9b
Fixed a comment typo.
2000-01-21 18:01:57 +00:00
curt
e7c6f292a5
The aircraft model used for external views was being included in the height
...
above terrain check so when the view position and the aircraft model collided
the current altitude kept getting pushed up to compensate, but of course the
aircraft model would get pushed up as well because it tracks the current
aircraft position and orientation. Thus you had a never ending cycle ...
2000-01-13 20:12:16 +00:00
curt
fd48bdb9f2
Moved Oliver's network stuff to his own subdir: NetworkOLK.
2000-01-12 18:09:35 +00:00
curt
6e14da1e16
Corrected a comment.
2000-01-10 21:07:52 +00:00
curt
871e4e8319
Updates to help work the kinks out of JSBsim.
1999-12-30 17:42:24 +00:00
curt
817279c7a8
Removed libVoronoi.a
...
Added Ctrl-U key binding to force an instant altitude gain of 1000'.
1999-12-23 19:38:40 +00:00
curt
5c487a7803
Allow JSBsim aircraft model file to be specified from the command line.
1999-12-20 20:26:18 +00:00
curt
cd5ab3222a
Added FGFS "Native" I/O protocol.
1999-11-23 05:51:14 +00:00
curt
ed98ee8a31
Tweaked a comment line.
1999-11-20 15:40:15 +00:00
curt
60ac2b36e0
Do a better job of disabling all sound related stuff if --disable-sound is
...
specified.
1999-11-20 15:39:53 +00:00
curt
65e9aba6dc
Added support for parsing socket options.
1999-11-20 15:39:20 +00:00
curt
24caa82715
Cleaning out old code ...
1999-11-19 23:19:51 +00:00
curt
1f66606440
Added two new output formats, PVE and RUL.
1999-11-19 03:03:11 +00:00
curt
1fd9270267
Revamping I/O system.
1999-11-19 02:10:24 +00:00
curt
846ac621a2
Tweaks to my ssg LOS routines and their usage.
1999-11-04 00:41:23 +00:00
curt
1d6675a895
Debug output tweaks.
1999-11-03 23:50:15 +00:00
curt
369f052c7b
Clear traversal bit on aircraft model.
1999-11-03 20:58:20 +00:00
curt
7638109583
Better no-texture support contributed by David Megginson.
1999-11-01 19:17:43 +00:00
curt
f9044bc5de
Trying to fix automake version problems.
1999-10-30 04:27:21 +00:00
curt
715062e85f
Fixed (hopefully) a build problem with newer versions of automake
...
and autoconf.
1999-10-30 02:37:56 +00:00
curt
4c92fd1418
Added keyboard support for flap control.
1999-10-29 18:09:04 +00:00
curt
a631bd2e55
Add a key mapping (F3) for taking a screen snap shot.
...
Keep track of and free index arrays that are fed to ssg.
Ssg branch deletion memory leak work around.
1999-10-26 03:45:33 +00:00
curt
29bcf26577
Added cloud puffs as we pass through the cloud layer.
1999-10-23 00:09:26 +00:00