Commit Graph
690 Commits
Author SHA1 Message Date
curt 4c3b4219fe Oops, fixed ... :-) 2000-12-13 19:30:57 +00:00
curt a09806bb98 Tweaks to newbucket organization. 2000-12-13 19:18:29 +00:00
curt e175c8cc4d Tweaks to property manager write routine to return true as it should when
the write succeeds.
2000-12-08 15:22:09 +00:00
curt a53faf4565 Updated random interface so we can optionally specify our own seed value. 2000-12-06 19:01:57 +00:00
curt dc653ac46c Removed some previously added debugging output. 2000-12-04 22:24:08 +00:00
curt c544777d37 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.
2000-12-04 21:31:58 +00:00
curt 93a37df90a Renamed fg_random -> sg_random. 2000-12-04 04:12:33 +00:00
curt 1da02cca4c Added methods to return tile dimension in meters. 2000-12-04 04:11:03 +00:00
curt 4b1d777ad4 Updated some "const" stuff. 2000-12-03 19:32:42 +00:00
curt fb0916be0f Added an explanation of what this code does. 2000-12-01 22:13:41 +00:00
curt 806083cb25 Initial revision. 2000-11-30 17:38:23 +00:00
curt 5ba74e30b8 Reduced debugging output. 2000-10-23 15:10:45 +00:00
curt c39e08cb2a Added a distance off route routine (works best with 2d cartesian coordinates.) 2000-10-23 14:57:29 +00:00
curt e4653be9a1 MSVC++ fixes. 2000-10-19 22:27:27 +00:00
curt cd5765be1e Tweaks to waypoints and routing. Added distance_to field for each waypoint. 2000-10-13 21:32:51 +00:00
curt c481b06451 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.
2000-10-11 23:04:09 +00:00
curt 91ba4618e7 Initial revision. 2000-10-10 23:41:25 +00:00
curt fdc5521389 First working revision. 2000-10-10 22:15:11 +00:00
curt e88c915206 A bit of file renaming to avoid problems with MSVC++ 2000-10-10 17:19:17 +00:00
curt 1e60698053 Initial revision. 2000-10-04 21:55:11 +00:00
curt 5702bd7ee8 io changes and tweaks. Working on adding SOCK_STREAM (tcp) support. Still
needs some work, but is basically there.
2000-10-04 20:14:26 +00:00
curt 8eef3eb582 MSVC++ tweaks. 2000-10-02 18:55:26 +00:00
curt 31db353173 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.
2000-10-02 18:52:32 +00:00
curt 2c4a0dd998 Updates from David Megginson:
These patches also eliminate the spurious warning messages about not being
able to set values for joystick buttons.
2000-09-30 01:34:46 +00:00
curt 7d7e41dacc Cleaned up a few poluting #defines.
Did some fg -> sg name space updating (lots more to do but we'll get there
  eventually)
2000-09-27 18:00:04 +00:00
curt 453a53b372 Oops! fixed a typo ... 2000-09-26 21:28:46 +00:00
curt ef68d18f64 Renames fg_types.hxx -> sg_types.hxx 2000-09-26 21:03:31 +00:00
curt ded1d2343f Renamed fg_types.hxx -> sg_types.hxx 2000-09-26 21:01:46 +00:00
curt e6241a2f73 Renamed fg_types.hxx -> sg_types.hxx 2000-09-26 20:52:01 +00:00
curt 467254ec66 MSVC socket support added by Bernie Bright. 2000-09-25 17:32:44 +00:00
curt 135e137921 Initial revision. 2000-09-22 19:24:41 +00:00
curt e13a5b57d4 Oops, references to built libs need to be relative to $(top_builddir) 2000-09-20 21:21:13 +00:00
curt f1c00cdd18 #includes based off of srcdir rather than builddir. 2000-09-20 21:14:42 +00:00
curt 8c3de351b0 Use time_t rather than long int as return type for mktime(). 2000-09-18 17:00:16 +00:00
curt 0bcdb7eb70 Ready for 0.0.13 release. RELEASE_0_0_13 2000-09-14 16:56:13 +00:00
curt a92b71fffc MSVC changes ... 2000-09-13 20:21:39 +00:00
curt 89960ab715 MacOS portability tweaks from Darrell Walisser. 2000-09-13 19:29:01 +00:00
curt 2a369803ae MACOS -> macintosh 2000-09-09 20:53:44 +00:00
curt b0134a377e Added a touch of error checking to the screen dump routine, i.e. don't
die if you can't open the output file.
2000-09-09 13:31:45 +00:00
curt 502c650cd9 Sep. 8, 2000 updates from David Megginson. 2000-09-08 18:34:45 +00:00
curt a1bf8d2229 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.
2000-09-05 21:38:00 +00:00
curt 25b743bdec 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.
2000-08-22 02:40:13 +00:00
curt dbf7db02a2 Tiny bug fix/tweak. 2000-08-08 14:54:09 +00:00
curt 8c998659c6 Missed some files needed in make dist. 2000-08-08 03:21:26 +00:00
curt 4e23b3dff5 Clean up constructor a bit. 2000-08-08 03:20:02 +00:00
curt 159d3c4c6c Restructured the magvar code a bit to make it more usable. 2000-08-07 18:26:35 +00:00
curt 612b5ae0bc Added simgear/xml. 2000-07-27 02:55:47 +00:00
curt 60cbe9c1d4 Initial revision. 2000-07-26 19:17:43 +00:00
curt 4dadd29727 Updates for 0.0.13 2000-07-22 21:34:58 +00:00
curt e4610b9baa Ready for 0.0.12 release. RELEASE_0_0_12 2000-07-20 02:04:47 +00:00