curt
98f398c99a
Modified Files:
...
Makefile.am Makefile.in
Added Files:
interpolater.cxx interpolater.hxx
1998-04-21 19:14:21 +00:00
curt
e5efd5bf69
Prepairing for C++ integration.
1998-04-21 17:03:45 +00:00
curt
d365ac9aff
Prepairing for C++ integration.
1998-04-21 17:03:41 +00:00
curt
664b1fa4a8
Prepairing for C++ integration.
1998-04-21 17:02:27 +00:00
curt
52727b75c6
Fixed a problems where a pointer to a function was being passed around. In
...
one place this functions arguments were defined as ( void ) while in another
place they were defined as ( int ). The correct answer was ( int ).
Prepairing for C++ integration.
1998-04-21 17:01:43 +00:00
curt
e2ddc6f2b8
Integrated autopilot.
...
Prepairing for C++ integration.
1998-04-21 16:59:33 +00:00
curt
7d39aa3777
Moved fg_debug.c to it's own library.
1998-04-18 04:13:51 +00:00
curt
580b1acec6
Added zlib on the fly decompression support for loading scenery objects.
1998-04-18 04:13:17 +00:00
curt
09fc7f812e
Moved fg_debug to it's own library, added zlib support.
1998-04-18 04:11:25 +00:00
curt
efcd77da4a
Added zlib support in placed and other misc. tweaks.
1998-04-18 04:02:48 +00:00
curt
db45671ad3
Now use libMath rather than having local copies of math routines.
1998-04-18 04:01:01 +00:00
curt
2c866a0b5c
Incorporated into gnu automake/autoconf system.
1998-04-18 03:59:44 +00:00
curt
58dc64b85e
Added DemRaw2ascii/ to process 30 arcsec Ascii DEM file formats.
1998-04-18 03:58:32 +00:00
curt
e9faab034f
Added zlib library support.
1998-04-18 03:57:53 +00:00
curt
ea9d60545b
Added zlib library support. Added new "install.exe" for cygwin32 installs.
1998-04-18 03:57:08 +00:00
curt
9d504a9e19
Added Debug, Math, and zlib libraries.
1998-04-18 03:54:32 +00:00
curt
e96e09d112
Miscellaneous Tweaks.
1998-04-18 03:53:41 +00:00
curt
7bc397dd65
Added zlib support.
1998-04-18 03:53:05 +00:00
curt
28a6ec8065
Moved to Lib directory and created a libDebug.
1998-04-18 03:52:03 +00:00
curt
875560b8dc
Initial revision.
1998-04-18 03:48:29 +00:00
curt
fc3910d194
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:45:53 +00:00
curt
725877b751
Initial revision.
1998-04-14 02:45:23 +00:00
curt
e4a1a341cc
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:43:57 +00:00
curt
fa360360cb
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:43:50 +00:00
curt
1f7da4f54e
Used "new" to auto-allocate large DEM parsing arrays in class constructor.
1998-04-14 02:43:27 +00:00
curt
0be91bc7b3
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:26:57 +00:00
curt
cd7233754f
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:25:54 +00:00
curt
e543b5228c
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:23:15 +00:00
curt
ab59ca78b9
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:23:04 +00:00
curt
27ac2e344e
Incorporated autopilot heading hold contributed by: Jeff Goeke-Smith
...
<jgoeke@voyager.net>
1998-04-14 02:21:01 +00:00
curt
019d180f84
Initial revision. Contributed by Jeff Goeke-Smith - jgoeke@voyager.net
1998-04-14 02:18:44 +00:00
curt
575d57249c
We had unified some of the platform disparate time handling code, and
...
there was a bug in timesum() which calculated a new time stamp based on
the current time stamp + offset. This hosed the periodic event processing
logic because you'd never arrive at the time the event was scheduled for.
Sky updates and lighting changes are handled via this event mechanism so
they never changed ... it is fixed now.
1998-04-09 18:40:13 +00:00
curt
c9f3077690
Initial revision.
1998-04-09 02:00:36 +00:00
curt
8deb5c5804
Initial revision.
1998-04-09 01:58:04 +00:00
curt
af76bd25e9
Moved to Main/ and incorperated with automake
1998-04-09 01:45:30 +00:00
curt
db9fea699a
Automake/autoconf tweaks.
1998-04-09 01:43:36 +00:00
curt
63ea6cd15a
Tweaks to Gnu automake/autoconf system.
1998-04-08 23:35:37 +00:00
curt
ff4d6034cc
Tweaks to Gnu automake/autoconf system.
1998-04-08 23:35:31 +00:00
curt
05d0e92b96
Patch from Durk to fix trim reversal with numlock key active.
1998-04-08 23:34:05 +00:00
curt
8c3b74b775
Tweaks to Gnu automake/autoconf system.
1998-04-08 23:32:28 +00:00
curt
e84ad0511b
Adopted Gnu automake/autoconf system.
1998-04-08 23:30:04 +00:00
curt
79a773d25c
Adopted Gnu automake/autoconf system.
1998-04-08 23:28:57 +00:00
curt
784960bd8f
Adopted Gnu automake/autoconf system.
1998-04-08 23:19:34 +00:00
curt
104ea85dfe
Adopted Gnu automake/autoconf system.
1998-04-08 23:05:54 +00:00
curt
079b3ad13d
Adopted Gnu automake/autoconf system.
1998-04-08 22:54:56 +00:00
curt
e9ffabdc8e
Additional win32 support.
...
Fixed a bad bug in dem file parsing that was causing the output to be
flipped about x = y.
1998-04-06 21:09:37 +00:00
curt
dcc537e040
Minor cleanups and reorganizations.
1998-04-06 15:56:23 +00:00
curt
63488b922c
Minor cleanups and reorganizations.
1998-04-06 15:56:21 +00:00
curt
b69c64da41
Minor cleanups and reorganizations.
1998-04-06 15:56:15 +00:00
curt
293f9611a1
Minor cleanups and reorganizations.
1998-04-06 15:56:04 +00:00