curt
f12840a72e
Improvements to take advantage of memory portability changes.
1998-12-07 21:09:52 +00:00
curt
2454f8d269
tweak for un portability.
1998-12-03 01:11:56 +00:00
curt
d7748704d7
Borland portability tweaks.
1998-11-23 21:46:36 +00:00
curt
a644bd2b03
Patch in fgGeoc2Geod() to avoid a floating explosion.
...
point3d.hxx include math.h for FreeBSD
1998-11-20 01:00:36 +00:00
curt
2091bf2144
Check for domain error in fgGeoctoGeod()
1998-11-11 00:18:36 +00:00
curt
74d314558c
Enable release builds using the --without-logging option to the configure
...
script. Also a couple log message cleanups, plus some C to C++ comment
conversion.
1998-11-07 19:07:02 +00:00
curt
6816ecb3ea
Converted to new logstream debugging facility. This allows release
...
builds with no messages at all (and no performance impact) by using
the -DFG_NDEBUG flag.
1998-11-06 21:17:23 +00:00
curt
2aea6362db
Added point3d.hxx to the list of source files.
1998-10-22 21:59:44 +00:00
curt
bb70329c25
Tweaks from Bernie Bright.
1998-10-20 18:21:49 +00:00
curt
75bc07dc42
Point3D tweaks.
1998-10-18 01:17:11 +00:00
curt
bac27f1ce3
c++-ifying.
1998-10-16 23:36:36 +00:00
curt
787591dd79
Renamed .c -> .h so we can start adding c++ supporting routines.
1998-10-16 19:30:37 +00:00
curt
c7c353df05
C++-ified the comments.
1998-10-16 19:30:07 +00:00
curt
c5adb85741
Added point3d.hxx to replace cheezy fgPoint3d struct.
1998-10-16 00:50:29 +00:00
curt
aef484d5fc
Various "inline" code optimizations contributed by Norman Vine.
1998-08-24 20:04:08 +00:00
curt
305589cd01
Removed zlib support.
1998-07-30 23:42:14 +00:00
curt
6dd8a1525c
fgPointLine() rewritten into fgPointLineSquared() ... this ultimately saves
...
us from doing a sqrt().
1998-07-24 21:34:38 +00:00
curt
dbcecbd3b8
polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx
...
Updated fg_geodesy comments to reflect that routines expect and produce
meters.
1998-07-08 14:40:07 +00:00
curt
5a81c9ecf0
Derived file "Makefile.in" removed from version control.
1998-05-23 14:18:22 +00:00
curt
e4d4a2d8eb
Wrapped zlib calls so zlib can be optionally disabled.
1998-05-13 18:24:25 +00:00
curt
8a233ddfbb
Moved the extern "C" { } until after all the includes have been done.
1998-05-07 23:20:45 +00:00
curt
2b40dc133d
Added a blank formating line!
1998-05-07 23:04:28 +00:00
curt
2df317eb49
Commented out a debugging printf.
1998-05-03 00:45:49 +00:00
curt
5eef0e61ba
polar.[ch] renamed to polar3d.[ch]
1998-05-02 01:50:09 +00:00
curt
021558d6dd
Edited cvs log messages in source files ... bad bad bad!
1998-04-25 22:06:22 +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
1fcb70e553
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
1998-04-24 00:43:12 +00:00
curt
7b2370d608
C++ - ified comments. Make file open errors fatal.
1998-04-22 13:18:10 +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
e96e09d112
Miscellaneous Tweaks.
1998-04-18 03:53:41 +00:00
curt
e543b5228c
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:23:15 +00:00
curt
63ea6cd15a
Tweaks to Gnu automake/autoconf system.
1998-04-08 23:35:37 +00:00
curt
dcc537e040
Minor cleanups and reorganizations.
1998-04-06 15:56:23 +00:00
curt
37488d0f7e
Converting to Gnu autoconf system.
1998-04-03 22:10:27 +00:00
curt
6179ec5319
Removed "depend" files from cvs control. Other minor make tweaks.
1998-02-09 22:56:59 +00:00
curt
331f91ba43
Lots of little tweaks to fix various consistency problems discovered by
...
Solaris' CC. Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
passed arguments along to the real printf(). Also incorporated HUD changes
by Michele America.
1998-02-03 23:20:27 +00:00
curt
a50203dfec
Added MetroWorks patches from Carmen Volpe.
1998-01-31 00:43:18 +00:00
curt
b7eab24f14
Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
...
system and commandline/config file processing code.
1998-01-27 00:47:59 +00:00
curt
d824ffd02b
Changed #ifdef FILE_H to #ifdef _FILE_H
1998-01-22 02:59:38 +00:00
curt
238c6f7c88
More misc. tweaks for rpk make merge.
1998-01-19 19:43:07 +00:00
curt
0dd244fb0c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
...
This should simplify things tremendously.
1998-01-19 19:27:10 +00:00
curt
61a8afa06a
Tons of little changes to clean up the code and to remove fatal errors
...
when building with the c++ compiler.
1998-01-19 18:40:33 +00:00
curt
ecf19f8af4
Beginning to integrate Tile management subsystem.
1998-01-08 02:22:11 +00:00
curt
9d5eb462c9
Miscellaneous tweaks.
1998-01-07 03:31:27 +00:00
curt
1088c5fa57
Tweaks to help building with MSVC++
1998-01-06 01:20:19 +00:00
curt
ad2bd3db0f
Integrated new event manager with subsystem initializations.
1997-12-30 20:47:48 +00:00
curt
abbcf855c4
Merged in Durk's changes ...
1997-12-30 16:36:51 +00:00
curt
83e648b7d6
Aligned sky with sun so dusk/dawn effects can be correct relative to the sun.
1997-12-22 04:14:33 +00:00
curt
89d049ff73
Initial revision.
1997-12-22 04:13:17 +00:00