curt
153ce10b58
Edited cvs log messages in source files ... bad bad bad!
1998-04-25 22:06:22 +00:00
curt
d4c9d9cbb3
Use already calculated LaRCsim values to create the roll/pitch/yaw
...
transformation matrix (we call it LOCAL)
1998-04-25 22:04:53 +00:00
curt
e42e007619
Updated to reflect work done.
1998-04-25 22:03:38 +00:00
curt
a69fca1a2d
Updated to reflect work done.
1998-04-25 22:03:02 +00:00
curt
dd4a17a011
Cleaned up initialization sequence to eliminate interdependencies
...
between sun position, lighting, and view position. This creates a
valid single pass initialization path.
1998-04-25 20:24:00 +00:00
curt
1603c2f3f8
Moved to Simulator/ subdirectory.
1998-04-25 18:39:36 +00:00
curt
87db7184ea
Misc. tweaks.
1998-04-25 15:12:08 +00:00
curt
9692b3fe1e
Added an command line option to set starting position based on airport ID.
1998-04-25 15:11:10 +00:00
curt
a7213d8a82
Changed "r" to "rb" in gzopen() options. This fixes bad behavior in win32.
1998-04-25 15:09:57 +00:00
curt
7a6cab8381
Changed "r" to "rb" in gzopen() options. This fixes bad behavior in win32.
1998-04-25 15:05:01 +00:00
curt
b2567ad1cc
Changed "r" to "rb" in gzopen() options. This fixes bad behavior in win32.
1998-04-25 15:00:32 +00:00
curt
5d66cbd36b
Added a "Tests/" subdirectory.
1998-04-25 14:59:29 +00:00
curt
435f374258
Added "file.obj.gz" support.
1998-04-24 14:21:08 +00:00
curt
a144bfc090
Fog tweaks.
1998-04-24 14:19:29 +00:00
curt
2addcf2e76
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
...
Fog color fixes.
Separated out lighting calcs into their own file.
1998-04-24 00:52:24 +00:00
curt
10fb3d1a0c
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
...
Tweaked the scenery file extentions to be "file.obj" (uncompressed)
or "file.obz" (compressed.)
1998-04-24 00:51:07 +00:00
curt
f4c7a35129
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
...
Trying out some different option parsing code.
Some code reorganization.
1998-04-24 00:49:17 +00:00
curt
be119a18a8
C++-ifing the code a bit.
1998-04-24 00:45:53 +00:00
curt
090ebffc84
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
1998-04-24 00:45:17 +00:00
curt
d830cbf39a
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
...
Fixed a bug when generating sky colors.
1998-04-24 00:45:00 +00:00
curt
fe33bf171e
Added zlib support.
1998-04-24 00:43:59 +00:00
curt
1fcb70e553
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
1998-04-24 00:43:12 +00:00
curt
555f353a3a
Misc. changes.
1998-04-22 13:26:59 +00:00
curt
920eefd4a7
C++ - ifing the code.
...
Starting a bit of reorganization of lighting code.
1998-04-22 13:25:39 +00:00
curt
73ed3c180e
C++ - ifiing the code a bit.
...
Starting to reorginize some of the lighting calcs to use a table lookup.
1998-04-22 13:24:04 +00:00
curt
aba1974dad
C++ - ifing the code a bit.
1998-04-22 13:21:26 +00:00
curt
712bbc9085
Removed an extra #ifdef __cplusplus, then "}", #endif
1998-04-22 13:19:00 +00:00
curt
7b2370d608
C++ - ified comments. Make file open errors fatal.
1998-04-22 13:18:10 +00:00
curt
18ae70b3b1
Fixed a bug in zlib usage.
1998-04-22 13:14:46 +00:00
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