]> git.mxchange.org Git - simgear.git/log
simgear.git
23 years agoInitial revision.
curt [Wed, 4 Oct 2000 21:55:11 +0000 (21:55 +0000)]
Initial revision.

23 years agoio changes and tweaks. Working on adding SOCK_STREAM (tcp) support. Still
curt [Wed, 4 Oct 2000 20:14:26 +0000 (20:14 +0000)]
io changes and tweaks.  Working on adding SOCK_STREAM (tcp) support.  Still
needs some work, but is basically there.

23 years agoMSVC++ tweaks.
curt [Mon, 2 Oct 2000 18:55:26 +0000 (18:55 +0000)]
MSVC++ tweaks.

23 years agoChanges from Bernie Bright:
curt [Mon, 2 Oct 2000 18:52:32 +0000 (18:52 +0000)]
Changes from Bernie Bright:

Added '--with-cxx=COMPILER[:flags]' to ./configure in order to set the
compiler and flags.  If this option is omitted then the default compiler
is assumed (ie the current behaviour).  This duplicates the effect of
passing CC, CFLAGS, CXX and CXXFLAGS on the command line to configure
and make.

SimGear/simgear/compiler.h
Initial support for KAI C++ on linux.

SimGear/simgear/ephemeris/celestialBody.[ch]xx
Removed extraneous semicolons.

SimGear/simgear/io/sg_file.cxx
MSVC tidy up.

23 years agoUpdates from David Megginson:
curt [Sat, 30 Sep 2000 01:34:46 +0000 (01:34 +0000)]
Updates from David Megginson:
These patches also eliminate the spurious warning messages about not being
able to set values for joystick buttons.

23 years agoCleaned up a few poluting #defines.
curt [Wed, 27 Sep 2000 18:00:04 +0000 (18:00 +0000)]
Cleaned up a few poluting #defines.
Did some fg -> sg name space updating (lots more to do but we'll get there
  eventually)

23 years agoOops! fixed a typo ...
curt [Tue, 26 Sep 2000 21:28:46 +0000 (21:28 +0000)]
Oops! fixed a typo ...

23 years agoRenames fg_types.hxx -> sg_types.hxx
curt [Tue, 26 Sep 2000 21:03:31 +0000 (21:03 +0000)]
Renames fg_types.hxx -> sg_types.hxx

23 years agoRenamed fg_types.hxx -> sg_types.hxx
curt [Tue, 26 Sep 2000 21:01:46 +0000 (21:01 +0000)]
Renamed fg_types.hxx -> sg_types.hxx

23 years agoRenamed fg_types.hxx -> sg_types.hxx
curt [Tue, 26 Sep 2000 20:52:01 +0000 (20:52 +0000)]
Renamed fg_types.hxx -> sg_types.hxx

23 years agoMSVC socket support added by Bernie Bright.
curt [Mon, 25 Sep 2000 17:32:44 +0000 (17:32 +0000)]
MSVC socket support added by Bernie Bright.

23 years agoInitial revision.
curt [Fri, 22 Sep 2000 19:24:41 +0000 (19:24 +0000)]
Initial revision.

23 years agoOops, references to built libs need to be relative to $(top_builddir)
curt [Wed, 20 Sep 2000 21:21:13 +0000 (21:21 +0000)]
Oops, references to built libs need to be relative to $(top_builddir)

23 years ago#includes based off of srcdir rather than builddir.
curt [Wed, 20 Sep 2000 21:14:42 +0000 (21:14 +0000)]
#includes based off of srcdir rather than builddir.

23 years agoUse time_t rather than long int as return type for mktime().
curt [Mon, 18 Sep 2000 17:00:16 +0000 (17:00 +0000)]
Use time_t rather than long int as return type for mktime().

23 years agoReady for 0.0.13 release.
curt [Thu, 14 Sep 2000 16:56:13 +0000 (16:56 +0000)]
Ready for 0.0.13 release.

23 years agoMSVC changes ...
curt [Wed, 13 Sep 2000 20:21:39 +0000 (20:21 +0000)]
MSVC changes ...

23 years agoMacOS portability tweaks from Darrell Walisser.
curt [Wed, 13 Sep 2000 19:29:01 +0000 (19:29 +0000)]
MacOS portability tweaks from Darrell Walisser.

23 years agoMACOS -> macintosh
curt [Sat, 9 Sep 2000 20:53:44 +0000 (20:53 +0000)]
MACOS -> macintosh

23 years agoAdded a touch of error checking to the screen dump routine, i.e. don't
curt [Sat, 9 Sep 2000 13:31:45 +0000 (13:31 +0000)]
Added a touch of error checking to the screen dump routine, i.e. don't
die if you can't open the output file.

23 years agoSep. 8, 2000 updates from David Megginson.
curt [Fri, 8 Sep 2000 18:34:45 +0000 (18:34 +0000)]
Sep. 8, 2000 updates from David Megginson.

23 years ago9/05/2000 updates from David Megginson relating to the property manager and
curt [Tue, 5 Sep 2000 21:38:00 +0000 (21:38 +0000)]
9/05/2000 updates from David Megginson relating to the property manager and
easyxml support.  This is a bit of simgear side support to facilitate a
configurable instrument panel in flightgear.

23 years agoPreserve initial "state" by careful use of glPushAttrib() and glPopAttrib()
curt [Tue, 22 Aug 2000 02:40:13 +0000 (02:40 +0000)]
Preserve initial "state" by careful use of glPushAttrib() and glPopAttrib()
being careful to manually call getState()->apply() before the glPushAttrib()
so that the ssg state handling mechanism doesn't get derailed accidentally.

23 years agoTiny bug fix/tweak.
curt [Tue, 8 Aug 2000 14:54:09 +0000 (14:54 +0000)]
Tiny bug fix/tweak.

23 years agoMissed some files needed in make dist.
curt [Tue, 8 Aug 2000 03:21:26 +0000 (03:21 +0000)]
Missed some files needed in make dist.

23 years agoClean up constructor a bit.
curt [Tue, 8 Aug 2000 03:20:02 +0000 (03:20 +0000)]
Clean up constructor a bit.

23 years agoRestructured the magvar code a bit to make it more usable.
curt [Mon, 7 Aug 2000 18:26:35 +0000 (18:26 +0000)]
Restructured the magvar code a bit to make it more usable.

23 years agoAdded simgear/xml.
curt [Thu, 27 Jul 2000 02:55:47 +0000 (02:55 +0000)]
Added simgear/xml.

23 years agoInitial revision.
curt [Wed, 26 Jul 2000 19:17:43 +0000 (19:17 +0000)]
Initial revision.

23 years agoUpdates for 0.0.13
curt [Sat, 22 Jul 2000 21:34:58 +0000 (21:34 +0000)]
Updates for 0.0.13

23 years agoReady for 0.0.12 release.
curt [Thu, 20 Jul 2000 02:04:47 +0000 (02:04 +0000)]
Ready for 0.0.12 release.

23 years agoRenamed FG* to SG* to conform with SimGear naming prefix scheme.
curt [Fri, 14 Jul 2000 21:26:45 +0000 (21:26 +0000)]
Renamed FG* to SG* to conform with SimGear naming prefix scheme.

23 years agoTweaking api.
curt [Fri, 14 Jul 2000 19:15:41 +0000 (19:15 +0000)]
Tweaking api.

23 years agoTweaks to SGSocket.
curt [Thu, 13 Jul 2000 22:51:16 +0000 (22:51 +0000)]
Tweaks to SGSocket.

23 years agoAdded iochannel stuff to simgear.
curt [Tue, 11 Jul 2000 18:38:10 +0000 (18:38 +0000)]
Added iochannel stuff to simgear.

23 years agoMoved to SimGear.
curt [Tue, 11 Jul 2000 18:37:49 +0000 (18:37 +0000)]
Moved to SimGear.

23 years agoMinor spelling changes in comments.
curt [Mon, 10 Jul 2000 13:18:10 +0000 (13:18 +0000)]
Minor spelling changes in comments.

23 years agoSg-ifying names.
curt [Sat, 8 Jul 2000 21:30:23 +0000 (21:30 +0000)]
Sg-ifying names.

23 years agoConverted to the LGPL licencing terms.
curt [Sat, 8 Jul 2000 19:16:10 +0000 (19:16 +0000)]
Converted to the LGPL licencing terms.

23 years agoStarting conversion to LGPL (from GPL).
curt [Sat, 8 Jul 2000 18:44:26 +0000 (18:44 +0000)]
Starting conversion to LGPL (from GPL).

23 years agoCollapsed the init() method into the constructor.
curt [Sat, 8 Jul 2000 13:54:06 +0000 (13:54 +0000)]
Collapsed the init() method into the constructor.

23 years agoMinor tidying up of interface.
curt [Sat, 8 Jul 2000 03:06:45 +0000 (03:06 +0000)]
Minor tidying up of interface.

23 years agoUpdated Durk's entry.
curt [Fri, 7 Jul 2000 22:03:45 +0000 (22:03 +0000)]
Updated Durk's entry.

23 years agoWhat do you know, more tidying.
curt [Fri, 7 Jul 2000 21:56:25 +0000 (21:56 +0000)]
What do you know, more tidying.

23 years agoclean ups ...
curt [Fri, 7 Jul 2000 19:51:42 +0000 (19:51 +0000)]
clean ups ...

23 years agoMore SGTime tidying.
curt [Fri, 7 Jul 2000 18:28:36 +0000 (18:28 +0000)]
More SGTime tidying.

23 years agoStill tweaking output messages.
curt [Fri, 7 Jul 2000 15:26:54 +0000 (15:26 +0000)]
Still tweaking output messages.

23 years agoMore SGTime clean ups.
curt [Fri, 7 Jul 2000 14:59:04 +0000 (14:59 +0000)]
More SGTime clean ups.

23 years agofg_time.* becomes sg_time.*, FGTime becomes SGTime ...
curt [Thu, 6 Jul 2000 20:10:41 +0000 (20:10 +0000)]
fg_time.* becomes sg_time.*, FGTime becomes SGTime ...

24 years ago...
curt [Thu, 6 Jul 2000 12:46:18 +0000 (12:46 +0000)]
...

24 years ago...
curt [Thu, 6 Jul 2000 12:31:18 +0000 (12:31 +0000)]
...

24 years agoDavid Megginson: Added an interface for tree-based navigation (like
curt [Wed, 5 Jul 2000 18:50:34 +0000 (18:50 +0000)]
David Megginson:  Added an interface for tree-based navigation (like
navigating a file system.)

24 years agoInitial revision.
curt [Wed, 5 Jul 2000 18:43:44 +0000 (18:43 +0000)]
Initial revision.

24 years agoUpdates from David Megginson.
curt [Wed, 5 Jul 2000 18:36:52 +0000 (18:36 +0000)]
Updates from David Megginson.

24 years agoAdditional updates.
curt [Wed, 5 Jul 2000 14:42:58 +0000 (14:42 +0000)]
Additional updates.

24 years agoPulling in code from the flight gear project relating to timing and ephemeral
curt [Wed, 5 Jul 2000 00:26:03 +0000 (00:26 +0000)]
Pulling in code from the flight gear project relating to timing and ephemeral
calculations.

24 years agoMigrating timing support routines over to SimGear.
curt [Wed, 5 Jul 2000 00:25:30 +0000 (00:25 +0000)]
Migrating timing support routines over to SimGear.

24 years agoMigrated this source over to SimGear.
curt [Wed, 5 Jul 2000 00:20:08 +0000 (00:20 +0000)]
Migrated this source over to SimGear.

24 years agoMore tweaks ...
curt [Tue, 4 Jul 2000 15:44:49 +0000 (15:44 +0000)]
More tweaks ...

24 years agoUpdates to control span (or lateral size of cloud layer square)
curt [Tue, 4 Jul 2000 03:32:02 +0000 (03:32 +0000)]
Updates to control span (or lateral size of cloud layer square)

24 years agoUpdates ...
curt [Mon, 3 Jul 2000 21:42:56 +0000 (21:42 +0000)]
Updates ...

24 years agoUpdated news.
curt [Mon, 3 Jul 2000 17:50:03 +0000 (17:50 +0000)]
Updated news.

24 years agoTweaks for 0.0.11 release.
curt [Mon, 3 Jul 2000 17:45:30 +0000 (17:45 +0000)]
Tweaks for 0.0.11 release.

24 years agoInitial revision.
curt [Mon, 3 Jul 2000 15:07:33 +0000 (15:07 +0000)]
Initial revision.

24 years agoJust a few more visibility tweaks and clean ups.
curt [Fri, 30 Jun 2000 22:16:41 +0000 (22:16 +0000)]
Just a few more visibility tweaks and clean ups.

24 years agoOops, a couple more sky tweaks.
curt [Fri, 30 Jun 2000 21:51:12 +0000 (21:51 +0000)]
Oops, a couple more sky tweaks.

24 years agoUpdates to remove unneeded dependencies on FlightGear and SimGear.
curt [Fri, 30 Jun 2000 19:45:24 +0000 (19:45 +0000)]
Updates to remove unneeded dependencies on FlightGear and SimGear.

24 years agoUpdates to cloud code to add different basic cloud types. This isn't the
curt [Fri, 23 Jun 2000 02:55:57 +0000 (02:55 +0000)]
Updates to cloud code to add different basic cloud types.  This isn't the
final list of cloud types, but servers as an example / template for someone
who wants to tweak this out and do it right.

24 years agoA couple more cloud tweaks.
curt [Tue, 20 Jun 2000 21:44:04 +0000 (21:44 +0000)]
A couple more cloud tweaks.

24 years agoUpdating cloud code.
curt [Tue, 20 Jun 2000 20:31:48 +0000 (20:31 +0000)]
Updating cloud code.

24 years agoCloud texcoord fixes to tie apparent cloud position to earth even though
curt [Tue, 20 Jun 2000 02:49:03 +0000 (02:49 +0000)]
Cloud texcoord fixes to tie apparent cloud position to earth even though
the whole cloud structure is actual tied to ownship movement.

24 years agoAdded a spherical course & dist given two points routine.
curt [Tue, 20 Jun 2000 02:46:42 +0000 (02:46 +0000)]
Added a spherical course & dist given two points routine.

24 years agoMoving cloud functionality to sky section.
curt [Tue, 20 Jun 2000 00:30:30 +0000 (00:30 +0000)]
Moving cloud functionality to sky section.

24 years agoInitial revision.
curt [Tue, 20 Jun 2000 00:27:53 +0000 (00:27 +0000)]
Initial revision.

24 years agoMetakit seems to really want to #define bool int, #define true 1,
curt [Mon, 19 Jun 2000 17:06:35 +0000 (17:06 +0000)]
Metakit seems to really want to #define bool int, #define true 1,
#define false 0, so I massaged the header files to make this impossible.

24 years agoInitial revision.
curt [Mon, 19 Jun 2000 17:05:41 +0000 (17:05 +0000)]
Initial revision.

24 years agoMath/bucket/tiling updates contributed by Norman Vine.
curt [Fri, 16 Jun 2000 00:28:19 +0000 (00:28 +0000)]
Math/bucket/tiling updates contributed by Norman Vine.
Texture coordinate calculation updates by Curt.

24 years agoMinor fiddling with material properties *trying* to chase down a visual bug
curt [Thu, 1 Jun 2000 19:14:06 +0000 (19:14 +0000)]
Minor fiddling with material properties *trying* to chase down a visual bug
where the scene get's brighter or dimmer depending on whether or not the sun
or moon is in the field of view.

24 years agoFirst quick hack at panel shading.
curt [Sat, 27 May 2000 04:40:55 +0000 (04:40 +0000)]
First quick hack at panel shading.

24 years agoFirst stab at replacing gdbm with metakit.
curt [Sat, 27 May 2000 03:43:44 +0000 (03:43 +0000)]
First stab at replacing gdbm with metakit.

24 years agoInitial revision.
curt [Thu, 25 May 2000 16:45:19 +0000 (16:45 +0000)]
Initial revision.

24 years agoMSVC5 portability changes contributed by Bruce Finney.
curt [Wed, 24 May 2000 04:10:01 +0000 (04:10 +0000)]
MSVC5 portability changes contributed by Bruce Finney.

24 years agoUpdated for version 0.0.9
curt [Wed, 24 May 2000 01:30:42 +0000 (01:30 +0000)]
Updated for version 0.0.9

24 years agoUpdated for MSVC5.
curt [Wed, 24 May 2000 01:30:18 +0000 (01:30 +0000)]
Updated for MSVC5.

24 years agoUpdates for MSVC5
curt [Wed, 24 May 2000 01:29:13 +0000 (01:29 +0000)]
Updates for MSVC5

24 years agoChanges by David Megginson.
curt [Tue, 16 May 2000 16:21:08 +0000 (16:21 +0000)]
Changes by David Megginson.

24 years agocygwin32 fix for gdbm
curt [Thu, 27 Apr 2000 01:28:22 +0000 (01:28 +0000)]
cygwin32 fix for gdbm

24 years agoFixes for cygwin32 builds.
curt [Thu, 27 Apr 2000 01:26:36 +0000 (01:26 +0000)]
Fixes for cygwin32 builds.

24 years agoTweaks.
curt [Thu, 30 Mar 2000 00:48:38 +0000 (00:48 +0000)]
Tweaks.

24 years agoUpdated.
curt [Wed, 29 Mar 2000 21:28:14 +0000 (21:28 +0000)]
Updated.

24 years agoFor building redhat packages.
curt [Wed, 29 Mar 2000 00:00:46 +0000 (00:00 +0000)]
For building redhat packages.

24 years agoEd Williams: Added some bulletproofing at the poles.
curt [Tue, 28 Mar 2000 22:08:31 +0000 (22:08 +0000)]
Ed Williams: Added some bulletproofing at the poles.

24 years agoAdded gdbm
curt [Tue, 28 Mar 2000 22:06:34 +0000 (22:06 +0000)]
Added gdbm

24 years agoAdded gdbm to SimGear. Many systems will already have gdbm installed so
curt [Tue, 28 Mar 2000 21:37:36 +0000 (21:37 +0000)]
Added gdbm to SimGear.  Many systems will already have gdbm installed so
it is only built if it doesn't already exist on the user's platform.
gdbm is a set of database routines that use extendible hashing and works
similar to the standard UNIX dbm routines.  This guarantees the availability
of gdbm to any application that uses SimGear.

24 years agoRedHat package building changes contributed by Habibie <habibie@MailandNews.com>
curt [Tue, 28 Mar 2000 19:49:07 +0000 (19:49 +0000)]
RedHat package building changes contributed by Habibie <habibie@MailandNews.com>

24 years agoOptimizations by Norman Vine:
curt [Tue, 28 Mar 2000 15:20:20 +0000 (15:20 +0000)]
Optimizations by Norman Vine:
  Classic space vs time seemed worth it in that we get a ~3 fold speedup
  for ~5% space increase here.  Also pow() is an expensive Fortran to C
  translation in just about all the old government code I see :))

24 years agoBump up version #
curt [Tue, 28 Mar 2000 15:19:28 +0000 (15:19 +0000)]
Bump up version #

24 years agoReady for 0.0.6 release.
curt [Mon, 27 Mar 2000 22:34:59 +0000 (22:34 +0000)]
Ready for 0.0.6 release.

24 years agoRemoved autogen file.
curt [Mon, 27 Mar 2000 22:30:32 +0000 (22:30 +0000)]
Removed autogen file.

24 years agoReturn result in radians.
curt [Mon, 27 Mar 2000 22:30:11 +0000 (22:30 +0000)]
Return result in radians.