Commit Graph
690 Commits
Author SHA1 Message Date
curt a2ffd27b7c Moved DEM/ to the Tools/ subdir. 1999-01-27 04:45:56 +00:00
curt af6c921757 Tweaked FDM interface.
Testing check sum support for NMEA serial output.
RELEASE_0_57
1999-01-20 13:42:21 +00:00
curt 180e2188ba MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr> 1999-01-19 20:56:53 +00:00
curt 23fbd5919f Portability updates by Bernie Bright. 1999-01-19 20:53:34 +00:00
curt 8aec98017a Portability updates contributed by Bernie Bright. 1999-01-19 20:41:46 +00:00
curt 9b4fe7d92d Removed gpc from Libs since this is not "free ware" and the author has
explicitely refused our request to distribute source code for this library
with Flight Gear.
1999-01-19 17:50:36 +00:00
curt 99f11a01fc Use C++ style comments. 1998-12-09 18:48:08 +00:00
curt b3eacb19f6 Portability improvements. 1998-12-07 21:10:26 +00:00
curt f12840a72e Improvements to take advantage of memory portability changes. 1998-12-07 21:09:52 +00:00
curt f472bc563d Added a const in a couple places to get rid of annoying compiler warnings. 1998-12-07 21:08:01 +00:00
curt 3e05a5780d Tweak for SGI portability. 1998-12-04 01:24:35 +00:00
curt 2454f8d269 tweak for un portability. 1998-12-03 01:11:56 +00:00
curt b4a913e339 Having the class destructor close the fd was a bad idea ... especially if you
ever make a copy of the instance and then subsequently destroy either.
close_port() is now a separate member function.
1998-11-30 17:15:29 +00:00
curt b82aef65e5 Remove call to cfmakeraw() 1998-11-25 01:33:23 +00:00
curt 3730ce404f Cygnus tools compatibility tweaks. 1998-11-23 21:47:00 +00:00
curt d7748704d7 Borland portability tweaks. 1998-11-23 21:46:36 +00:00
curt 1690f5475d Add bucketutils.hxx to source list. 1998-11-23 21:46:13 +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 62ca2e0227 FreeBSD support. 1998-11-20 00:59:23 +00:00
curt d56289f897 port configuration tweaks & experiments. 1998-11-19 13:52:54 +00:00
curt aa02e72829 Updates ... 1998-11-19 03:35:43 +00:00
curt a878570a8d Added an FG_SERIAL type to the FG_LOG macro. 1998-11-16 13:57:04 +00:00
curt 54352225f1 Added the Serial subdirectory 1998-11-16 13:56:45 +00:00
curt 0b7d4c8c1e Initial revision. 1998-11-16 13:53:01 +00:00
curt 2091bf2144 Check for domain error in fgGeoctoGeod() 1998-11-11 00:18:36 +00:00
curt 0fec7b2599 Initial revision. 1998-11-09 23:42:12 +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 4fb45c4783 Initial revision. 1998-11-06 21:20:41 +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 6766825159 More portability improvements by Bernie Bright. 1998-11-06 14:05:12 +00:00
curt 3e63d6ca5d Additional win32 support. 1998-11-02 18:28:31 +00:00
curt 6ca9596807 Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
Other misc. tweaks.
1998-11-02 18:25:32 +00:00
curt 5695fc84e1 Tweak for building with latest egcs. 1998-10-27 02:14:16 +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 8470a9eda6 Remove leading _ from a couple defines. 1998-10-16 00:50:56 +00:00
curt c5adb85741 Added point3d.hxx to replace cheezy fgPoint3d struct. 1998-10-16 00:50:29 +00:00
curt 2f9619f02a More portability changes to help with windoze compilation problems. 1998-10-13 00:10:06 +00:00
curt 11cab90ce2 Udates from Steve. 1998-10-02 21:35:09 +00:00
curt 9ae48c2d7d added a working() method. 1998-09-29 14:54:57 +00:00
curt 00fc8205da Miscellaneous fixes under Steve's direction. 1998-09-29 02:00:38 +00:00
curt 62e85640da Tweaked the example a bit. 1998-09-25 16:01:19 +00:00
curt 1b99b2a25d Incorporated Steve's latest version of his audio library. This version
allows pitch and volume changes so we should be able tie this to the
throttle now.
1998-09-24 19:36:25 +00:00
curt 605ad52197 Additional enhancements. 1998-09-24 15:22:17 +00:00
curt af80c5e018 Temporary destructor patch until Steve can release next version of PUI. 1998-09-15 02:10:03 +00:00
curt 18ac42b2e4 Tweaked compiled vs. lib vs. distributed file lists. 1998-09-08 21:39:34 +00:00