curt
d1e4a4bc6f
A lot of code reorganization relating to moving some core code from
...
FlightGear into SimGear so it can be used by other projects.
2000-07-05 02:39:30 +00:00
curt
9adf2456e2
Updates from David Megginson:
...
1. I've modified src/Time/fg_time.cxx so that the --start-date-gmt
option works correctly, at least on my system.
2. I've modified src/Main/bfi.cxx to return the correct time from
FGBFI::getTimeGMT(), so that saving and reloading now keeps the time set
correctly again.
3. I've modified src/Main/main.cxx so that the engine still makes a
noise when it's idling (it sounded very strange when the engine simply
turned off at idle then magically turned on again with a little
throttle).
2000-06-17 03:41:03 +00:00
curt
818a462a02
Replaced Durk's mymath.* with plib/sg.h (contributed by Durk).
2000-05-30 20:51:47 +00:00
curt
febc9cf0b2
First quick hack at panel shading.
2000-05-27 06:40:55 +00:00
curt
d4d10fad6b
Replaced gdbm with metakit. Involves a new simgear version and a new database
...
format for the airports in the base package.
2000-05-27 05:54:02 +00:00
curt
51898e3a14
Added magvar offset to VOR's.
2000-05-12 13:41:12 +00:00
curt
6bc7ed9ba2
Overhaul of the navaid system to increase efficiency, reduce redundancy, and
...
also properly model the DME.
2000-05-04 01:18:45 +00:00
curt
949fc00815
MacOS build updates.
2000-04-27 21:57:08 +00:00
curt
f83731630c
Updates to add in navaid management code.
2000-04-21 04:20:35 +00:00
curt
19d2b1a314
Updated for magvar calculations.
2000-03-29 00:15:58 +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
10ceaa4ba0
*** empty log message ***
2000-03-16 23:03:05 +00:00
curt
4deab11ed6
Tweaks to reduce module interdependencies.
...
Additional sun and moon position values calculated from new FGEphemeris class.
2000-03-16 04:18:24 +00:00
curt
52039b1fe5
Working on ssg-ifying sky.
2000-03-06 23:29:24 +00:00
curt
7cfecd71a3
Tweaks related to updating skydome colors.
2000-03-01 00:32:09 +00:00
curt
cb071f4e56
Continuing work on ssg-ifying the sky dome.
2000-02-29 17:13:02 +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
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
ad8e491420
MSVC++ tweak.
1999-10-29 18:09:19 +00:00
curt
37220833ed
Added Durk's first stab at clouds.
...
Added Simulator/Clouds/
Durk fixed a problem in gui.cxx with cursor type.
Durk updated his time zone / time-offset command line parameters
Curt added a cheezy fade in/out as we transition through the cloud layer.
We really need to fog the sky dome, sun, moon, stars as well.
Curt added --enable/disable-clouds and --clouds-asl= to control clouds.
1999-10-22 00:27:49 +00:00
curt
f00b1f8b83
Various SGI portability tweaks.
1999-10-07 23:08:48 +00:00
curt
ad7718ff02
Rewriting old mat3 stuff with plib's sg library.
1999-10-03 18:49:39 +00:00
curt
fde987982e
Tweaks to get rid of a compiler warning.
1999-09-11 02:09:09 +00:00
curt
045b1acef6
Tweaks from Durk.
1999-09-10 17:00:55 +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
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
8d1be9f893
Added support for timegm() which returns time_t and explicitely expects GMT
...
input.
1999-09-03 00:24:30 +00:00
curt
aea253a85c
Updated build system to remove DEFS += -DFOO type lines. This doesn't seem
...
to be supported in recent versions of autoconf.
1999-06-24 20:38:31 +00:00
Tim Moore
c90db01dc8
source tree reorganization prior to flightgear 0.7
...
SimGear and TerraGear appear to have been split off at this time.
2009-09-14 14:26:20 +02:00