]>
git.mxchange.org Git - flightgear.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
curt [Wed, 2 Sep 1998 21:30:55 +0000 (21:30 +0000)]
Tweaks for final 0.53
curt [Sun, 30 Aug 1998 14:12:45 +0000 (14:12 +0000)]
Initial revision. Contributed by Bernie Bright.
curt [Mon, 24 Aug 1998 20:02:35 +0000 (20:02 +0000)]
Added ONE_SECOND (in radians)
curt [Thu, 20 Aug 1998 15:09:46 +0000 (15:09 +0000)]
Added a status flat for instrument panel use.
curt [Wed, 19 Aug 1998 17:38:06 +0000 (17:38 +0000)]
Changes by Bernie Bright to check for getrusage().
curt [Thu, 30 Jul 1998 23:41:02 +0000 (23:41 +0000)]
*** empty log message ***
curt [Sun, 12 Jul 1998 03:07:13 +0000 (03:07 +0000)]
Added #ifdef HAVE_CONFIG_H ...
curt [Wed, 8 Jul 1998 14:36:29 +0000 (14:36 +0000)]
Changed name of EQUATORIAL_RADIUS_KM and RESQ_KM to "M" since they were
in meters anyways.
Unified fgCartesianPoint3d and fgPolarPoint3d in a single struct called
fgPoint3d.
curt [Fri, 3 Jul 1998 14:36:11 +0000 (14:36 +0000)]
Added conversion constants to fg_constants.h to assist with converting
between various world units and coordinate systems.
Added gl vendor/renderer/version info to general structure. Initialized
in fg_init.cxx
curt [Fri, 3 Jul 1998 11:53:54 +0000 (11:53 +0000)]
something switch position for some reason.
curt [Sat, 27 Jun 1998 16:51:15 +0000 (16:51 +0000)]
#define _FG_LIMITS_H instead of _LIMITS_H
curt [Sat, 23 May 1998 14:31:48 +0000 (14:31 +0000)]
Removed derived files "Makefile.in" from version control.
curt [Sun, 17 May 1998 16:56:47 +0000 (16:56 +0000)]
Re-organized PI related constants.
curt [Sat, 16 May 1998 13:03:10 +0000 (13:03 +0000)]
Defined field of view max/min limits.
curt [Wed, 13 May 1998 18:23:46 +0000 (18:23 +0000)]
fg_typedefs.h: updated version by Charlie Hotchkiss
general.h: moved fg_root info to fgOPTIONS structure.
curt [Mon, 11 May 1998 18:26:12 +0000 (18:26 +0000)]
Initial revision.
curt [Thu, 7 May 1998 23:03:17 +0000 (23:03 +0000)]
Lowered size of frame rate history buffer.
curt [Wed, 6 May 1998 03:14:30 +0000 (03:14 +0000)]
Added a shared frame rate counter.
curt [Sat, 2 May 1998 01:48:38 +0000 (01:48 +0000)]
typedef-ified fgCartesianPoint3d
curt [Tue, 28 Apr 1998 21:41:39 +0000 (21:41 +0000)]
Initial revision of fg_zlib.h
curt [Sun, 26 Apr 1998 05:01:13 +0000 (05:01 +0000)]
Added an rint() / HAVE_RINT check.
curt [Tue, 14 Apr 1998 02:26:57 +0000 (02:26 +0000)]
Code reorganizations. Added a Lib/ directory for more general libraries.
curt [Wed, 8 Apr 1998 23:35:31 +0000 (23:35 +0000)]
Tweaks to Gnu automake/autoconf system.
curt [Mon, 6 Apr 1998 15:56:21 +0000 (15:56 +0000)]
Minor cleanups and reorganizations.
curt [Fri, 3 Apr 1998 22:05:27 +0000 (22:05 +0000)]
Converting to Gnu autoconf system.
curt [Mon, 23 Mar 1998 21:18:37 +0000 (21:18 +0000)]
Made FG_EPSILON smaller.
curt [Sat, 14 Mar 1998 00:27:58 +0000 (00:27 +0000)]
Promoted fgGENERAL to a "type" of struct.
curt [Mon, 16 Feb 1998 16:17:36 +0000 (16:17 +0000)]
Minor tweaks.
curt [Fri, 13 Feb 1998 00:18:46 +0000 (00:18 +0000)]
Initial revision.
curt [Thu, 12 Feb 1998 21:59:43 +0000 (21:59 +0000)]
Incorporated code changes contributed by Charlie Hotchkiss
<chotchkiss@namg.us.anritsu.com>
curt [Tue, 27 Jan 1998 00:46:50 +0000 (00:46 +0000)]
prepended "fg_" on the front of these to avoid potential conflicts with
system include files.
curt [Thu, 22 Jan 1998 02:59:35 +0000 (02:59 +0000)]
Changed #ifdef FILE_H to #ifdef _FILE_H
curt [Wed, 7 Jan 1998 03:31:26 +0000 (03:31 +0000)]
Miscellaneous tweaks.
curt [Mon, 15 Dec 1997 21:02:15 +0000 (21:02 +0000)]
Moved to .../FlightGear/Src/Include/