]> git.mxchange.org Git - flightgear.git/log
flightgear.git
25 years agoRemoved Dem2node from the Tools fold.
curt [Sun, 21 Mar 1999 15:47:59 +0000 (15:47 +0000)]
Removed Dem2node from the Tools fold.
Tweaked the triangulator options to add quality mesh refinement.

25 years agoTweaks for native SGI compilers.
curt [Tue, 2 Mar 1999 00:36:31 +0000 (00:36 +0000)]
Tweaks for native SGI compilers.

25 years agoTruth in advertising.
curt [Mon, 1 Mar 1999 15:33:43 +0000 (15:33 +0000)]
Truth in advertising.

25 years agoAdded initial support for native SGI compilers.
curt [Fri, 26 Feb 1999 22:07:10 +0000 (22:07 +0000)]
Added initial support for native SGI compilers.

25 years agoTweaks for the solaris platform.
curt [Fri, 5 Feb 1999 21:27:41 +0000 (21:27 +0000)]
Tweaks for the solaris platform.

25 years agoConverted to C++ style comments.
curt [Mon, 1 Feb 1999 21:14:10 +0000 (21:14 +0000)]
Converted to C++ style comments.

25 years agoTweak for solaris.
curt [Wed, 27 Jan 1999 04:45:17 +0000 (04:45 +0000)]
Tweak for solaris.

25 years agoMacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
curt [Tue, 19 Jan 1999 20:56:50 +0000 (20:56 +0000)]
MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>

25 years agoAdded support for MacOS (Metrowerks)
curt [Tue, 19 Jan 1999 20:41:25 +0000 (20:41 +0000)]
Added support for MacOS (Metrowerks)

25 years agoCheck for -lsocket since this is required by solarais.
curt [Tue, 19 Jan 1999 17:49:35 +0000 (17:49 +0000)]
Check for -lsocket since this is required by solarais.

25 years agoAdded fg_memory.h
curt [Fri, 8 Jan 1999 03:23:46 +0000 (03:23 +0000)]
Added fg_memory.h

25 years agorenamed general.h to general.hxx
curt [Wed, 6 Jan 1999 21:47:36 +0000 (21:47 +0000)]
renamed general.h to general.hxx
More portability enhancements to compiler.h

25 years agoConverted to a simpler frame rate calculation method.
curt [Fri, 18 Dec 1998 23:34:42 +0000 (23:34 +0000)]
Converted to a simpler frame rate calculation method.

25 years agoUse C++ style comments.
curt [Wed, 9 Dec 1998 18:47:39 +0000 (18:47 +0000)]
Use C++ style comments.

25 years agoMemory related portability improvements.
curt [Mon, 7 Dec 1998 21:07:24 +0000 (21:07 +0000)]
Memory related portability improvements.

25 years agoReference the proper file name of fg_traits.hxx
curt [Mon, 23 Nov 1998 21:45:54 +0000 (21:45 +0000)]
Reference the proper file name of fg_traits.hxx

25 years agoEnable release builds using the --without-logging option to the configure
curt [Sat, 7 Nov 1998 19:07:01 +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.

25 years agoInitial revision.
curt [Fri, 6 Nov 1998 21:21:32 +0000 (21:21 +0000)]
Initial revision.

25 years agoChanges to track Bernie's updates to fgstream.
curt [Fri, 6 Nov 1998 14:46:58 +0000 (14:46 +0000)]
Changes to track Bernie's updates to fgstream.

25 years agoMore portability improvements by Bernie Bright.
curt [Fri, 6 Nov 1998 14:04:09 +0000 (14:04 +0000)]
More portability improvements by Bernie Bright.

25 years agoHUD units now display in feet by default with meters being a command line
curt [Mon, 2 Nov 1998 23:04:00 +0000 (23:04 +0000)]
HUD units now display in feet by default with meters being a command line
option.

25 years agoPortability updates from Bernie Bright
curt [Mon, 2 Nov 1998 18:28:08 +0000 (18:28 +0000)]
Portability updates from Bernie Bright

25 years agoCheck for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
curt [Mon, 2 Nov 1998 18:25:29 +0000 (18:25 +0000)]
Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
Other misc. tweaks.

25 years agoAdded compiler.h to source files.
curt [Thu, 22 Oct 1998 21:57:57 +0000 (21:57 +0000)]
Added compiler.h to source files.

25 years agofg_stl_config.h -> compiler.h, fg_stl_config.h maintained for backwards
curt [Fri, 16 Oct 1998 00:49:04 +0000 (00:49 +0000)]
fg_stl_config.h -> compiler.h, fg_stl_config.h maintained for backwards
compatibility.

25 years agoMore portability changes to help with windoze compilation problems.
curt [Tue, 13 Oct 1998 00:09:55 +0000 (00:09 +0000)]
More portability changes to help with windoze compilation problems.

25 years agoStart of some borland c support
curt [Tue, 29 Sep 1998 02:00:16 +0000 (02:00 +0000)]
Start of some borland c support

26 years agoInclude/fg_callback.hxx
curt [Tue, 15 Sep 1998 02:09:04 +0000 (02:09 +0000)]
Include/fg_callback.hxx
  Moved code inline to stop g++ 2.7 from complaining.

Simulator/Time/event.[ch]xx
  Changed return type of fgEVENT::printStat().  void caused g++ 2.7 to
  complain bitterly.

Minor bugfix and changes.

Simulator/Main/GLUTmain.cxx
  Added missing type to idle_state definition - eliminates a warning.

Simulator/Main/fg_init.cxx
  Changes to airport lookup.

Simulator/Main/options.cxx
  Uses fg_gzifstream when loading config file.

26 years ago/Simulator/Objects/fragment.hxx
curt [Thu, 10 Sep 1998 19:07:03 +0000 (19:07 +0000)]
/Simulator/Objects/fragment.hxx
  Nested fgFACE inside fgFRAGMENT since its not used anywhere else.

./Simulator/Objects/material.cxx
./Simulator/Objects/material.hxx
  Made fgMATERIAL and fgMATERIAL_MGR bona fide classes with private
  data members - that should keep the rabble happy :)

./Simulator/Scenery/tilemgr.cxx
  In viewable() delay evaluation of eye[0] and eye[1] in until they're
  actually needed.
  Change to fgTileMgrRender() to call fgMATERIAL_MGR::render_fragments()
  method.

./Include/fg_stl_config.h
./Include/auto_ptr.hxx
  Added support for g++ 2.7.
  Further changes to other files are forthcoming.

Brief summary of changes required for g++ 2.7.
  operator->() not supported by iterators: use (*i).x instead of i->x
  default template arguments not supported,
  <functional> doesn't have mem_fun_ref() needed by callbacks.
  some std include files have different names.
  template member functions not supported.

26 years agoTweaks for final 0.53
curt [Wed, 2 Sep 1998 21:30:55 +0000 (21:30 +0000)]
Tweaks for final 0.53

26 years agoInitial revision. Contributed by Bernie Bright.
curt [Sun, 30 Aug 1998 14:12:45 +0000 (14:12 +0000)]
Initial revision.  Contributed by Bernie Bright.

26 years agoAdded ONE_SECOND (in radians)
curt [Mon, 24 Aug 1998 20:02:35 +0000 (20:02 +0000)]
Added ONE_SECOND (in radians)

26 years agoAdded a status flat for instrument panel use.
curt [Thu, 20 Aug 1998 15:09:46 +0000 (15:09 +0000)]
Added a status flat for instrument panel use.

26 years agoChanges by Bernie Bright to check for getrusage().
curt [Wed, 19 Aug 1998 17:38:06 +0000 (17:38 +0000)]
Changes by Bernie Bright to check for getrusage().

26 years ago*** empty log message ***
curt [Thu, 30 Jul 1998 23:41:02 +0000 (23:41 +0000)]
*** empty log message ***

26 years agoAdded #ifdef HAVE_CONFIG_H ...
curt [Sun, 12 Jul 1998 03:07:13 +0000 (03:07 +0000)]
Added #ifdef HAVE_CONFIG_H ...

26 years agoChanged name of EQUATORIAL_RADIUS_KM and RESQ_KM to "M" since they were
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.

26 years agoAdded conversion constants to fg_constants.h to assist with converting
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

26 years agosomething switch position for some reason.
curt [Fri, 3 Jul 1998 11:53:54 +0000 (11:53 +0000)]
something switch position for some reason.

26 years ago#define _FG_LIMITS_H instead of _LIMITS_H
curt [Sat, 27 Jun 1998 16:51:15 +0000 (16:51 +0000)]
#define _FG_LIMITS_H instead of _LIMITS_H

26 years agoRemoved derived files "Makefile.in" from version control.
curt [Sat, 23 May 1998 14:31:48 +0000 (14:31 +0000)]
Removed derived files "Makefile.in" from version control.

26 years agoRe-organized PI related constants.
curt [Sun, 17 May 1998 16:56:47 +0000 (16:56 +0000)]
Re-organized PI related constants.

26 years agoDefined field of view max/min limits.
curt [Sat, 16 May 1998 13:03:10 +0000 (13:03 +0000)]
Defined field of view max/min limits.

26 years agofg_typedefs.h: updated version by Charlie Hotchkiss
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.

26 years agoInitial revision.
curt [Mon, 11 May 1998 18:26:12 +0000 (18:26 +0000)]
Initial revision.

26 years agoLowered size of frame rate history buffer.
curt [Thu, 7 May 1998 23:03:17 +0000 (23:03 +0000)]
Lowered size of frame rate history buffer.

26 years agoAdded a shared frame rate counter.
curt [Wed, 6 May 1998 03:14:30 +0000 (03:14 +0000)]
Added a shared frame rate counter.

26 years agotypedef-ified fgCartesianPoint3d
curt [Sat, 2 May 1998 01:48:38 +0000 (01:48 +0000)]
typedef-ified fgCartesianPoint3d

26 years agoInitial revision of fg_zlib.h
curt [Tue, 28 Apr 1998 21:41:39 +0000 (21:41 +0000)]
Initial revision of fg_zlib.h

26 years agoAdded an rint() / HAVE_RINT check.
curt [Sun, 26 Apr 1998 05:01:13 +0000 (05:01 +0000)]
Added an rint() / HAVE_RINT check.

26 years agoCode reorganizations. Added a Lib/ directory for more general libraries.
curt [Tue, 14 Apr 1998 02:26:57 +0000 (02:26 +0000)]
Code reorganizations.  Added a Lib/ directory for more general libraries.

26 years agoTweaks to Gnu automake/autoconf system.
curt [Wed, 8 Apr 1998 23:35:31 +0000 (23:35 +0000)]
Tweaks to Gnu automake/autoconf system.

26 years agoMinor cleanups and reorganizations.
curt [Mon, 6 Apr 1998 15:56:21 +0000 (15:56 +0000)]
Minor cleanups and reorganizations.

26 years agoConverting to Gnu autoconf system.
curt [Fri, 3 Apr 1998 22:05:27 +0000 (22:05 +0000)]
Converting to Gnu autoconf system.

26 years agoMade FG_EPSILON smaller.
curt [Mon, 23 Mar 1998 21:18:37 +0000 (21:18 +0000)]
Made FG_EPSILON smaller.

26 years agoPromoted fgGENERAL to a "type" of struct.
curt [Sat, 14 Mar 1998 00:27:58 +0000 (00:27 +0000)]
Promoted fgGENERAL to a "type" of struct.

26 years agoMinor tweaks.
curt [Mon, 16 Feb 1998 16:17:36 +0000 (16:17 +0000)]
Minor tweaks.

26 years agoInitial revision.
curt [Fri, 13 Feb 1998 00:18:46 +0000 (00:18 +0000)]
Initial revision.

26 years agoIncorporated code changes contributed by Charlie Hotchkiss
curt [Thu, 12 Feb 1998 21:59:43 +0000 (21:59 +0000)]
Incorporated code changes contributed by Charlie Hotchkiss
<chotchkiss@namg.us.anritsu.com>

26 years agoprepended "fg_" on the front of these to avoid potential conflicts with
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.

26 years agoChanged #ifdef FILE_H to #ifdef _FILE_H
curt [Thu, 22 Jan 1998 02:59:35 +0000 (02:59 +0000)]
Changed #ifdef FILE_H to #ifdef _FILE_H

26 years agoMiscellaneous tweaks.
curt [Wed, 7 Jan 1998 03:31:26 +0000 (03:31 +0000)]
Miscellaneous tweaks.

26 years agoMoved to .../FlightGear/Src/Include/
curt [Mon, 15 Dec 1997 21:02:15 +0000 (21:02 +0000)]
Moved to .../FlightGear/Src/Include/