curt
a5e9fd1358
Jon's updates to adjust control gains.
1999-09-11 02:08:31 +00:00
curt
057fa8d37e
Norman's autopilot updates, now serving great circle routes direct to
...
the center of airports.
1999-09-11 02:07:48 +00:00
curt
d5a3c2e8a4
Updates.
1999-09-11 02:06:56 +00:00
curt
045b1acef6
Tweaks from Durk.
1999-09-10 17:00:55 +00:00
curt
f9c9e8b49f
Slight syntax change.
1999-09-09 14:19:04 +00:00
curt
9e28d1b626
Updates from David Megginson.
1999-09-09 03:40:06 +00:00
curt
8087bae02a
Fiddling around with views, fdm data passing and management to try to be
...
more sensible so we can do a more reasonable external view.
Fixed some const incorrectness.
1999-09-09 00:17:06 +00:00
curt
1b45c9ee54
Fiddling around with views, fdm data passing and management to try to be
...
more sensible so we can do a more reasonable external view.
1999-09-09 00:16:28 +00:00
curt
1d1bd0a2ff
Removed references to libgfc which is now depricated, replaced by shapelib.
1999-09-09 00:14:55 +00:00
curt
eaab671cb6
Removed ... libgfc is depricated ... it has been replaced with the simpler
...
shapelib.
1999-09-08 16:16:56 +00:00
curt
e9013be4a0
Fixed altitude update bug.
1999-09-08 16:11:09 +00:00
curt
c193021346
Updates to get engine working.
1999-09-07 23:15:45 +00:00
curt
4dc4764510
Initial revision of:
...
geocoord.cxx geocoord.h lowleveltime.cxx lowleveltime.h
mymath.cxx mymath.h timezone.cxx timezone.h
Incorporating Durk's better timezone handling:
Makefile.am fg_time.cxx fg_time.hxx
1999-09-07 23:11:22 +00:00
curt
92f7e1123c
Added Durks timezone handling changes.
1999-09-07 23:09:43 +00:00
curt
8d903eac1c
Patches to allow panel to display.
...
Allow model_hz to be defined from the command line.
1999-09-03 00:27:48 +00:00
curt
8d1be9f893
Added support for timegm() which returns time_t and explicitely expects GMT
...
input.
1999-09-03 00:24:30 +00:00
curt
32bab8aa10
Setup a user definable model hertz.
1999-09-01 20:24:54 +00:00
curt
87e3a7decb
Tweaked some log messages.
1999-09-01 18:52:31 +00:00
curt
0925492e4c
Fixed a couple small bugs with fragment creation in on-the-fly generated
...
tiles.
1999-09-01 18:51:49 +00:00
curt
c3753bf620
Lighting/ssgSimpleState fixes.
...
obj.cxx added code to generate an ocean tile on the fly if no tile exists.
1999-08-31 23:23:04 +00:00
curt
0f6565f764
Patch to allow window resizes.
1999-08-31 23:22:05 +00:00
curt
c664ec4e93
Updates from Tony.
1999-08-24 23:17:05 +00:00
curt
efa21a5dd6
Initial revisions.
1999-08-17 21:20:38 +00:00
curt
bfcfbcaa5e
Updates from Tony.
1999-08-17 21:18:16 +00:00
curt
f38dcfd995
Updates from Jon.
1999-08-17 21:18:11 +00:00
curt
db1be3a0ce
Updates to interface to pass in radians for starting position.
1999-08-17 21:18:04 +00:00
curt
bbced46d9f
Tweaks to fix problems with moon rendering introduced with ssg.
1999-08-15 15:35:07 +00:00
curt
eae7892a43
additions ...
1999-08-15 15:34:37 +00:00
curt
58a8b0d103
Minor tweaks.
1999-08-14 22:07:35 +00:00
curt
82da518255
minor tweaks
1999-08-14 22:07:15 +00:00
curt
2dc567a4a4
Tweaks from Norman.
1999-08-14 22:06:54 +00:00
curt
fdbfd9c2f8
Minor tweaks to work around egcs compiler pickiness.
1999-08-12 21:08:37 +00:00
curt
e945d2b761
Christian's new weather subsystem is causing problems with some compilers
...
so I am allowing it to be #ifdef'd out until the compile problems can be
resolved.
1999-08-12 17:13:44 +00:00
curt
7397860323
Fixed --shading-flat option so it sets the material properties correctly.
1999-08-11 18:35:23 +00:00
curt
afe8cc4d26
Updates to material properties so --disable-textures now works, although
...
textures still cannot be toggled on and off with F9 while the sim is running.
1999-08-11 16:52:15 +00:00
curt
8b2e57a93d
Updated to support new weather subsystem (visibility variable determins
...
how far out the scenery should be drawn.)
1999-08-10 03:45:47 +00:00
curt
9e3edfb47b
Added support for Christian Mayers new weather subsystem.
...
Added support for david@megginson.com's mouse yoke patch.
Added a flight model acceleration options (controlled by a/A keys.)
1999-08-10 03:44:47 +00:00
curt
06ee5a4f0a
Added a patch contributed by david@megginson.com for mouse yoke control.
1999-08-10 03:43:05 +00:00
curt
b645c8cf7e
Initial revision.
1999-08-10 03:40:34 +00:00
curt
21f888a43f
Updates from Tony.
1999-08-08 17:12:33 +00:00
curt
a5f19c7a7c
Removed extra square array of indirection indices between what's visible
...
and where these things are in the cache. We just let ssg sort out what needs
to be drawn based on visual range.
1999-08-08 15:23:39 +00:00
curt
1e8b5c8956
Makefile.am: Got rid of -DUSE_SSG
...
options.cxx: reorder option initializations to match declaration order.
views.cxx: much cleanup of stuff that was depricated by the move to ssg.
I now use ssg to do all the projection/modelview matrix calculation
and setup. (mostly)
vies.hxx: also added the view pan offset to the view matrix calcs.
1999-08-08 15:21:54 +00:00
curt
471fe324ff
Added a place holder for optionally giving the engine a bit of a boost.
1999-08-08 07:04:11 +00:00
curt
82b41d7db6
Set up the model view matrix exactly as ssg does it before drawing sky, stars
...
sun, and moon. I really should do a derived sgLeaf class so that these things
can be drawn within ssgCullandDraw() but this is quicker for now ...
1999-08-08 01:31:30 +00:00
curt
b512e40e79
Cleaning cruft that can be removed now that ssg is taking over.
1999-08-07 23:07:59 +00:00
curt
e7751d59f2
Initial revision.
1999-08-07 19:19:14 +00:00
curt
09987296b4
Updates to Tony's c172 model.
1999-08-07 19:18:45 +00:00
curt
a7abe629cf
Scaling inputs to JSBsim to get a bit more realistic results.
1999-08-07 18:28:21 +00:00
curt
243b73c10b
Moving towards increased dependence on ssg.
1999-08-07 18:27:29 +00:00
curt
dec6e86f6e
Mac portability tweaks.
1999-08-07 18:24:49 +00:00