]>
git.mxchange.org Git - simgear.git/log
curt [Mon, 5 Apr 1999 21:32:32 +0000 (21:32 +0000)]
Initial revision
curt [Sat, 3 Apr 1999 04:19:39 +0000 (04:19 +0000)]
Integrated Steve's new "plib" conglomeration.
curt [Sat, 27 Mar 1999 14:04:25 +0000 (14:04 +0000)]
Added is_open() so we can check if the open() succeeded.
curt [Sat, 27 Mar 1999 05:34:05 +0000 (05:34 +0000)]
Elimitated some const warnings from the compiler.
curt [Thu, 25 Mar 1999 19:02:28 +0000 (19:02 +0000)]
Minor optimization tweaks.
curt [Thu, 25 Mar 1999 19:01:47 +0000 (19:01 +0000)]
Jettisoned old bucketutils.[ch] for newbucket.[ch]xx
curt [Mon, 15 Mar 1999 17:58:41 +0000 (17:58 +0000)]
MSVC++ portability tweaks contributed by Bernie Bright.
Added using std::ostream declaration.
Added forward declarations to work around a MSVC bug.
curt [Sat, 13 Mar 1999 17:34:44 +0000 (17:34 +0000)]
Moved to math subdirectory.
curt [Fri, 12 Mar 1999 22:51:18 +0000 (22:51 +0000)]
Added some informational methods.
curt [Mon, 8 Mar 1999 22:00:12 +0000 (22:00 +0000)]
Tweak for native SGI compilers.
curt [Tue, 2 Mar 1999 01:01:42 +0000 (01:01 +0000)]
Tweaks for compiling with native SGI compilers.
curt [Fri, 26 Feb 1999 22:07:53 +0000 (22:07 +0000)]
Added initial support for native SGI compilers.
curt [Wed, 17 Feb 1999 20:52:02 +0000 (20:52 +0000)]
Renamed bucketutils.c -> bucketutils.cxx
curt [Thu, 11 Feb 1999 01:09:33 +0000 (01:09 +0000)]
Added a routine to calculate the offset in bucket units between two buckets.
curt [Tue, 9 Feb 1999 00:08:48 +0000 (00:08 +0000)]
Added a FG_CLIPPER debug type for the polygon clipper lib.
curt [Mon, 8 Feb 1999 23:52:13 +0000 (23:52 +0000)]
Added a new "newbucket.[ch]xx" FGBucket class to replace the old
fgBUCKET struct and C routines. This FGBucket class adjusts the tile
width towards the poles to ensure the tiles are at least 8 miles wide.
curt [Tue, 2 Feb 1999 20:13:23 +0000 (20:13 +0000)]
MSVC++ portability changes by Bernie Bright:
Lib/Serial/serial.[ch]xx: Initial Windows support - incomplete.
Simulator/Astro/stars.cxx: typo? included <stdio> instead of <cstdio>
Simulator/Cockpit/hud.cxx: Added Standard headers
Simulator/Cockpit/panel.cxx: Redefinition of default parameter
Simulator/Flight/flight.cxx: Replaced cout with FG_LOG. Deleted <stdio.h>
Simulator/Main/fg_init.cxx:
Simulator/Main/GLUTmain.cxx:
Simulator/Main/options.hxx: Shuffled <fg_serial.hxx> dependency
Simulator/Objects/material.hxx:
Simulator/Time/timestamp.hxx: VC++ friend kludge
Simulator/Scenery/tile.[ch]xx: Fixed using std::X declarations
Simulator/Main/views.hxx: Added a constant
curt [Mon, 1 Feb 1999 21:08:28 +0000 (21:08 +0000)]
Optimizations from Norman Vine.
curt [Wed, 27 Jan 1999 04:46:14 +0000 (04:46 +0000)]
Portability tweaks by Bernie Bright.
curt [Wed, 27 Jan 1999 04:45:56 +0000 (04:45 +0000)]
Moved DEM/ to the Tools/ subdir.
curt [Wed, 20 Jan 1999 13:42:21 +0000 (13:42 +0000)]
Tweaked FDM interface.
Testing check sum support for NMEA serial output.
curt [Tue, 19 Jan 1999 20:56:53 +0000 (20:56 +0000)]
MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
curt [Tue, 19 Jan 1999 20:53:34 +0000 (20:53 +0000)]
Portability updates by Bernie Bright.
curt [Tue, 19 Jan 1999 20:41:46 +0000 (20:41 +0000)]
Portability updates contributed by Bernie Bright.
curt [Tue, 19 Jan 1999 17:50:36 +0000 (17:50 +0000)]
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.
curt [Wed, 9 Dec 1998 18:48:08 +0000 (18:48 +0000)]
Use C++ style comments.
curt [Mon, 7 Dec 1998 21:10:26 +0000 (21:10 +0000)]
Portability improvements.
curt [Mon, 7 Dec 1998 21:09:52 +0000 (21:09 +0000)]
Improvements to take advantage of memory portability changes.
curt [Mon, 7 Dec 1998 21:08:01 +0000 (21:08 +0000)]
Added a const in a couple places to get rid of annoying compiler warnings.
curt [Fri, 4 Dec 1998 01:24:35 +0000 (01:24 +0000)]
Tweak for SGI portability.
curt [Thu, 3 Dec 1998 01:11:56 +0000 (01:11 +0000)]
tweak for un portability.
curt [Mon, 30 Nov 1998 17:15:29 +0000 (17:15 +0000)]
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.
curt [Wed, 25 Nov 1998 01:33:23 +0000 (01:33 +0000)]
Remove call to cfmakeraw()
curt [Mon, 23 Nov 1998 21:47:00 +0000 (21:47 +0000)]
Cygnus tools compatibility tweaks.
curt [Mon, 23 Nov 1998 21:46:36 +0000 (21:46 +0000)]
Borland portability tweaks.
curt [Mon, 23 Nov 1998 21:46:13 +0000 (21:46 +0000)]
Add bucketutils.hxx to source list.
curt [Fri, 20 Nov 1998 01:00:36 +0000 (01:00 +0000)]
Patch in fgGeoc2Geod() to avoid a floating explosion.
point3d.hxx include math.h for FreeBSD
curt [Fri, 20 Nov 1998 00:59:23 +0000 (00:59 +0000)]
FreeBSD support.
curt [Thu, 19 Nov 1998 13:52:54 +0000 (13:52 +0000)]
port configuration tweaks & experiments.
curt [Thu, 19 Nov 1998 03:35:43 +0000 (03:35 +0000)]
Updates ...
curt [Mon, 16 Nov 1998 13:57:04 +0000 (13:57 +0000)]
Added an FG_SERIAL type to the FG_LOG macro.
curt [Mon, 16 Nov 1998 13:56:45 +0000 (13:56 +0000)]
Added the Serial subdirectory
curt [Mon, 16 Nov 1998 13:53:01 +0000 (13:53 +0000)]
Initial revision.
curt [Wed, 11 Nov 1998 00:18:36 +0000 (00:18 +0000)]
Check for domain error in fgGeoctoGeod()
curt [Mon, 9 Nov 1998 23:42:12 +0000 (23:42 +0000)]
Initial revision.
curt [Sat, 7 Nov 1998 19:07:02 +0000 (19:07 +0000)]
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.
curt [Fri, 6 Nov 1998 21:20:41 +0000 (21:20 +0000)]
Initial revision.
curt [Fri, 6 Nov 1998 21:17:23 +0000 (21:17 +0000)]
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.
curt [Fri, 6 Nov 1998 14:05:12 +0000 (14:05 +0000)]
More portability improvements by Bernie Bright.
curt [Mon, 2 Nov 1998 18:28:31 +0000 (18:28 +0000)]
Additional win32 support.
curt [Mon, 2 Nov 1998 18:25:32 +0000 (18:25 +0000)]
Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
Other misc. tweaks.
curt [Tue, 27 Oct 1998 02:14:16 +0000 (02:14 +0000)]
Tweak for building with latest egcs.
curt [Thu, 22 Oct 1998 21:59:44 +0000 (21:59 +0000)]
Added point3d.hxx to the list of source files.
curt [Tue, 20 Oct 1998 18:21:49 +0000 (18:21 +0000)]
Tweaks from Bernie Bright.
curt [Sun, 18 Oct 1998 01:17:11 +0000 (01:17 +0000)]
Point3D tweaks.
curt [Fri, 16 Oct 1998 23:36:36 +0000 (23:36 +0000)]
c++-ifying.
curt [Fri, 16 Oct 1998 19:30:37 +0000 (19:30 +0000)]
Renamed .c -> .h so we can start adding c++ supporting routines.
curt [Fri, 16 Oct 1998 19:30:07 +0000 (19:30 +0000)]
C++-ified the comments.
curt [Fri, 16 Oct 1998 00:50:56 +0000 (00:50 +0000)]
Remove leading _ from a couple defines.
curt [Fri, 16 Oct 1998 00:50:29 +0000 (00:50 +0000)]
Added point3d.hxx to replace cheezy fgPoint3d struct.
curt [Tue, 13 Oct 1998 00:10:06 +0000 (00:10 +0000)]
More portability changes to help with windoze compilation problems.
curt [Fri, 2 Oct 1998 21:35:09 +0000 (21:35 +0000)]
Udates from Steve.
curt [Tue, 29 Sep 1998 14:54:57 +0000 (14:54 +0000)]
added a working() method.
curt [Tue, 29 Sep 1998 02:00:38 +0000 (02:00 +0000)]
Miscellaneous fixes under Steve's direction.
curt [Fri, 25 Sep 1998 16:01:19 +0000 (16:01 +0000)]
Tweaked the example a bit.
curt [Thu, 24 Sep 1998 19:36:25 +0000 (19:36 +0000)]
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.
curt [Thu, 24 Sep 1998 15:22:17 +0000 (15:22 +0000)]
Additional enhancements.
curt [Tue, 15 Sep 1998 02:10:03 +0000 (02:10 +0000)]
Temporary destructor patch until Steve can release next version of PUI.
curt [Tue, 8 Sep 1998 21:39:34 +0000 (21:39 +0000)]
Tweaked compiled vs. lib vs. distributed file lists.
curt [Tue, 8 Sep 1998 21:39:07 +0000 (21:39 +0000)]
Fixes by Charlie Hotchkiss.
curt [Thu, 3 Sep 1998 21:24:36 +0000 (21:24 +0000)]
Removed an extraneous extern "C" ...
curt [Wed, 2 Sep 1998 21:30:58 +0000 (21:30 +0000)]
Tweaks for final 0.53
curt [Tue, 1 Sep 1998 19:06:28 +0000 (19:06 +0000)]
Initial revision.
curt [Tue, 1 Sep 1998 18:59:19 +0000 (18:59 +0000)]
Added a Lib/Misc/ subdirectory.
curt [Mon, 24 Aug 1998 20:04:08 +0000 (20:04 +0000)]
Various "inline" code optimizations contributed by Norman Vine.
curt [Sat, 22 Aug 1998 14:49:54 +0000 (14:49 +0000)]
Attempting to iron out seg faults and crashes.
Did some shuffling to fix a initialization order problem between view
position, scenery elevation.
curt [Sat, 22 Aug 1998 01:18:27 +0000 (01:18 +0000)]
Added Lib/gpc (generic polygon clipping library)
curt [Thu, 6 Aug 1998 12:42:40 +0000 (12:42 +0000)]
cosmetic ...
curt [Thu, 30 Jul 1998 23:42:14 +0000 (23:42 +0000)]
Removed zlib support.
curt [Thu, 30 Jul 1998 23:41:43 +0000 (23:41 +0000)]
removed libtool support.
curt [Thu, 30 Jul 1998 23:41:23 +0000 (23:41 +0000)]
Added Irix audio support.
curt [Fri, 24 Jul 1998 21:35:29 +0000 (21:35 +0000)]
Version 1.1.3
curt [Fri, 24 Jul 1998 21:34:38 +0000 (21:34 +0000)]
fgPointLine() rewritten into fgPointLineSquared() ... this ultimately saves
us from doing a sqrt().
curt [Thu, 16 Jul 1998 17:48:11 +0000 (17:48 +0000)]
Initial revision.
curt [Thu, 16 Jul 1998 17:29:12 +0000 (17:29 +0000)]
HAVE_AUDIO_SUPPORT -> ENABLE_AUDIO_SUPPORT
curt [Mon, 13 Jul 1998 20:59:34 +0000 (20:59 +0000)]
Incorporated next version of PUI.
curt [Wed, 8 Jul 1998 14:40:07 +0000 (14:40 +0000)]
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.
curt [Sat, 4 Jul 1998 00:46:47 +0000 (00:46 +0000)]
typedef'd struct fgBUCKET.
curt [Fri, 3 Jul 1998 11:54:50 +0000 (11:54 +0000)]
Added #ifdef HAVE_CONFIG_H #include <config.h> #endif to get WIN32
definition.
curt [Wed, 17 Jun 1998 21:32:42 +0000 (21:32 +0000)]
New version from Steve.
curt [Wed, 17 Jun 1998 21:31:45 +0000 (21:31 +0000)]
Refine conditional audio compilation.
curt [Fri, 12 Jun 1998 14:26:19 +0000 (14:26 +0000)]
Pui -> PUI.
curt [Fri, 12 Jun 1998 01:05:51 +0000 (01:05 +0000)]
Renamed Pui -> PUI.
curt [Fri, 12 Jun 1998 01:04:52 +0000 (01:04 +0000)]
Initial revision.
curt [Fri, 12 Jun 1998 00:53:47 +0000 (00:53 +0000)]
Added Pui subdirectory.
curt [Wed, 3 Jun 1998 00:42:40 +0000 (00:42 +0000)]
Added a Lib/Audio for Steve Baker's sound library.
curt [Tue, 2 Jun 1998 21:42:22 +0000 (21:42 +0000)]
initial checkin of notify
curt [Tue, 2 Jun 1998 21:42:22 +0000 (21:42 +0000)]
initial checkin of modules
curt [Tue, 2 Jun 1998 21:42:22 +0000 (21:42 +0000)]
initial checkin of cvswrappers
curt [Tue, 2 Jun 1998 21:42:21 +0000 (21:42 +0000)]
initial checkin of taginfo