]>
git.mxchange.org Git - simgear.git/log
curt [Thu, 14 Dec 2000 21:21:13 +0000 (21:21 +0000)]
Ready for 0.0.14 release.
curt [Thu, 14 Dec 2000 15:10:56 +0000 (15:10 +0000)]
Tweak ...
curt [Wed, 13 Dec 2000 21:12:15 +0000 (21:12 +0000)]
MacOS tweaks contributed by Darrell Walisser.
curt [Wed, 13 Dec 2000 19:35:32 +0000 (19:35 +0000)]
oops again, fixed.
curt [Wed, 13 Dec 2000 19:30:57 +0000 (19:30 +0000)]
Oops, fixed ... :-)
curt [Wed, 13 Dec 2000 19:18:29 +0000 (19:18 +0000)]
Tweaks to newbucket organization.
curt [Fri, 8 Dec 2000 15:22:09 +0000 (15:22 +0000)]
Tweaks to property manager write routine to return true as it should when
the write succeeds.
curt [Wed, 6 Dec 2000 19:01:57 +0000 (19:01 +0000)]
Updated random interface so we can optionally specify our own seed value.
curt [Mon, 4 Dec 2000 22:24:08 +0000 (22:24 +0000)]
Removed some previously added debugging output.
curt [Mon, 4 Dec 2000 21:31:58 +0000 (21:31 +0000)]
Minor fix to make the dome always match the fog / horizon color at the
horizon, so we don't see the extreme far tile edges when it is really dark.
curt [Mon, 4 Dec 2000 04:12:33 +0000 (04:12 +0000)]
Renamed fg_random -> sg_random.
curt [Mon, 4 Dec 2000 04:11:03 +0000 (04:11 +0000)]
Added methods to return tile dimension in meters.
curt [Sun, 3 Dec 2000 19:32:42 +0000 (19:32 +0000)]
Updated some "const" stuff.
curt [Fri, 1 Dec 2000 22:13:41 +0000 (22:13 +0000)]
Added an explanation of what this code does.
curt [Thu, 30 Nov 2000 17:38:23 +0000 (17:38 +0000)]
Initial revision.
curt [Mon, 23 Oct 2000 15:10:45 +0000 (15:10 +0000)]
Reduced debugging output.
curt [Mon, 23 Oct 2000 14:57:29 +0000 (14:57 +0000)]
Added a distance off route routine (works best with 2d cartesian coordinates.)
curt [Thu, 19 Oct 2000 22:27:27 +0000 (22:27 +0000)]
MSVC++ fixes.
curt [Fri, 13 Oct 2000 21:32:51 +0000 (21:32 +0000)]
Tweaks to waypoints and routing. Added distance_to field for each waypoint.
curt [Wed, 11 Oct 2000 23:04:09 +0000 (23:04 +0000)]
Added route.[ch]xx which maintains a list of waypoints (i.e. a route)
Added an elevation field to each waypoint. This can be used by the calling
program however it wishes.
curt [Tue, 10 Oct 2000 23:41:25 +0000 (23:41 +0000)]
Initial revision.
curt [Tue, 10 Oct 2000 22:15:11 +0000 (22:15 +0000)]
First working revision.
curt [Tue, 10 Oct 2000 17:19:17 +0000 (17:19 +0000)]
A bit of file renaming to avoid problems with MSVC++
curt [Wed, 4 Oct 2000 21:55:11 +0000 (21:55 +0000)]
Initial revision.
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.
curt [Mon, 2 Oct 2000 18:55:26 +0000 (18:55 +0000)]
MSVC++ tweaks.
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.
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.
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)
curt [Tue, 26 Sep 2000 21:28:46 +0000 (21:28 +0000)]
Oops! fixed a typo ...
curt [Tue, 26 Sep 2000 21:03:31 +0000 (21:03 +0000)]
Renames 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
curt [Tue, 26 Sep 2000 20:52:01 +0000 (20:52 +0000)]
Renamed fg_types.hxx -> sg_types.hxx
curt [Mon, 25 Sep 2000 17:32:44 +0000 (17:32 +0000)]
MSVC socket support added by Bernie Bright.
curt [Fri, 22 Sep 2000 19:24:41 +0000 (19:24 +0000)]
Initial revision.
curt [Wed, 20 Sep 2000 21:21:13 +0000 (21:21 +0000)]
Oops, references to built libs need to be relative to $(top_builddir)
curt [Wed, 20 Sep 2000 21:14:42 +0000 (21:14 +0000)]
#includes based off of srcdir rather than builddir.
curt [Mon, 18 Sep 2000 17:00:16 +0000 (17:00 +0000)]
Use time_t rather than long int as return type for mktime().
curt [Thu, 14 Sep 2000 16:56:13 +0000 (16:56 +0000)]
Ready for 0.0.13 release.
curt [Wed, 13 Sep 2000 20:21:39 +0000 (20:21 +0000)]
MSVC changes ...
curt [Wed, 13 Sep 2000 19:29:01 +0000 (19:29 +0000)]
MacOS portability tweaks from Darrell Walisser.
curt [Sat, 9 Sep 2000 20:53:44 +0000 (20:53 +0000)]
MACOS -> macintosh
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.
curt [Fri, 8 Sep 2000 18:34:45 +0000 (18:34 +0000)]
Sep. 8, 2000 updates from David Megginson.
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.
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.
curt [Tue, 8 Aug 2000 14:54:09 +0000 (14:54 +0000)]
Tiny bug fix/tweak.
curt [Tue, 8 Aug 2000 03:21:26 +0000 (03:21 +0000)]
Missed some files needed in make dist.
curt [Tue, 8 Aug 2000 03:20:02 +0000 (03:20 +0000)]
Clean up constructor a bit.
curt [Mon, 7 Aug 2000 18:26:35 +0000 (18:26 +0000)]
Restructured the magvar code a bit to make it more usable.
curt [Thu, 27 Jul 2000 02:55:47 +0000 (02:55 +0000)]
Added simgear/xml.
curt [Wed, 26 Jul 2000 19:17:43 +0000 (19:17 +0000)]
Initial revision.
curt [Sat, 22 Jul 2000 21:34:58 +0000 (21:34 +0000)]
Updates for 0.0.13
curt [Thu, 20 Jul 2000 02:04:47 +0000 (02:04 +0000)]
Ready for 0.0.12 release.
curt [Fri, 14 Jul 2000 21:26:45 +0000 (21:26 +0000)]
Renamed FG* to SG* to conform with SimGear naming prefix scheme.
curt [Fri, 14 Jul 2000 19:15:41 +0000 (19:15 +0000)]
Tweaking api.
curt [Thu, 13 Jul 2000 22:51:16 +0000 (22:51 +0000)]
Tweaks to SGSocket.
curt [Tue, 11 Jul 2000 18:38:10 +0000 (18:38 +0000)]
Added iochannel stuff to simgear.
curt [Tue, 11 Jul 2000 18:37:49 +0000 (18:37 +0000)]
Moved to SimGear.
curt [Mon, 10 Jul 2000 13:18:10 +0000 (13:18 +0000)]
Minor spelling changes in comments.
curt [Sat, 8 Jul 2000 21:30:23 +0000 (21:30 +0000)]
Sg-ifying names.
curt [Sat, 8 Jul 2000 19:16:10 +0000 (19:16 +0000)]
Converted to the LGPL licencing terms.
curt [Sat, 8 Jul 2000 18:44:26 +0000 (18:44 +0000)]
Starting conversion to LGPL (from GPL).
curt [Sat, 8 Jul 2000 13:54:06 +0000 (13:54 +0000)]
Collapsed the init() method into the constructor.
curt [Sat, 8 Jul 2000 03:06:45 +0000 (03:06 +0000)]
Minor tidying up of interface.
curt [Fri, 7 Jul 2000 22:03:45 +0000 (22:03 +0000)]
Updated Durk's entry.
curt [Fri, 7 Jul 2000 21:56:25 +0000 (21:56 +0000)]
What do you know, more tidying.
curt [Fri, 7 Jul 2000 19:51:42 +0000 (19:51 +0000)]
clean ups ...
curt [Fri, 7 Jul 2000 18:28:36 +0000 (18:28 +0000)]
More SGTime tidying.
curt [Fri, 7 Jul 2000 15:26:54 +0000 (15:26 +0000)]
Still tweaking output messages.
curt [Fri, 7 Jul 2000 14:59:04 +0000 (14:59 +0000)]
More SGTime clean ups.
curt [Thu, 6 Jul 2000 20:10:41 +0000 (20:10 +0000)]
fg_time.* becomes sg_time.*, FGTime becomes SGTime ...
curt [Thu, 6 Jul 2000 12:46:18 +0000 (12:46 +0000)]
...
curt [Thu, 6 Jul 2000 12:31:18 +0000 (12:31 +0000)]
...
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.)
curt [Wed, 5 Jul 2000 18:43:44 +0000 (18:43 +0000)]
Initial revision.
curt [Wed, 5 Jul 2000 18:36:52 +0000 (18:36 +0000)]
Updates from David Megginson.
curt [Wed, 5 Jul 2000 14:42:58 +0000 (14:42 +0000)]
Additional updates.
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.
curt [Wed, 5 Jul 2000 00:25:30 +0000 (00:25 +0000)]
Migrating timing support routines over to SimGear.
curt [Wed, 5 Jul 2000 00:20:08 +0000 (00:20 +0000)]
Migrated this source over to SimGear.
curt [Tue, 4 Jul 2000 15:44:49 +0000 (15:44 +0000)]
More tweaks ...
curt [Tue, 4 Jul 2000 03:32:02 +0000 (03:32 +0000)]
Updates to control span (or lateral size of cloud layer square)
curt [Mon, 3 Jul 2000 21:42:56 +0000 (21:42 +0000)]
Updates ...
curt [Mon, 3 Jul 2000 17:50:03 +0000 (17:50 +0000)]
Updated news.
curt [Mon, 3 Jul 2000 17:45:30 +0000 (17:45 +0000)]
Tweaks for 0.0.11 release.
curt [Mon, 3 Jul 2000 15:07:33 +0000 (15:07 +0000)]
Initial revision.
curt [Fri, 30 Jun 2000 22:16:41 +0000 (22:16 +0000)]
Just a few more visibility tweaks and clean ups.
curt [Fri, 30 Jun 2000 21:51:12 +0000 (21:51 +0000)]
Oops, a couple more sky tweaks.
curt [Fri, 30 Jun 2000 19:45:24 +0000 (19:45 +0000)]
Updates to remove unneeded dependencies on FlightGear and SimGear.
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.
curt [Tue, 20 Jun 2000 21:44:04 +0000 (21:44 +0000)]
A couple more cloud tweaks.
curt [Tue, 20 Jun 2000 20:31:48 +0000 (20:31 +0000)]
Updating cloud code.
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.
curt [Tue, 20 Jun 2000 02:46:42 +0000 (02:46 +0000)]
Added a spherical course & dist given two points routine.
curt [Tue, 20 Jun 2000 00:30:30 +0000 (00:30 +0000)]
Moving cloud functionality to sky section.
curt [Tue, 20 Jun 2000 00:27:53 +0000 (00:27 +0000)]
Initial revision.
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.
curt [Mon, 19 Jun 2000 17:05:41 +0000 (17:05 +0000)]
Initial revision.
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.