Commit Graph

  • a7459489ff Use plib rad/degrees conversion constants. curt 2001-03-24 03:20:47 +00:00
  • 87e59ff876 SG_ namespace fixes. curt 2001-03-24 03:02:31 +00:00
  • 9d87c913e7 Initial revision. curt 2001-03-24 02:43:29 +00:00
  • 0e8c010645 Trying to sort out name space confusing with SG_PI and SGD_PI and varients. curt 2001-03-23 23:39:25 +00:00
  • 470d01a508 FG_ to SG_ namespace changes. curt 2001-03-23 23:18:08 +00:00
  • c16b9ed25b FG_ to SG_ namespace changes. curt 2001-03-23 21:59:44 +00:00
  • d498199e8a FG_ to SG_ name changes. curt 2001-03-23 21:42:18 +00:00
  • 013687dccd Name space changes. curt 2001-03-23 21:09:56 +00:00
  • baf25ca7a7 Name space tweaks. curt 2001-03-23 20:59:25 +00:00
  • 6c28bd884b Added doxygen comments. curt 2001-03-23 20:50:10 +00:00
  • 510091f082 From David Megginson: curt 2001-03-21 04:57:13 +00:00
  • 7db44c113c Patch to property tree to allow repeating tag names. The property manager simply assigns ordinality as it finds multiple instances. curt 2001-03-18 21:22:28 +00:00
  • 6cbf4306e7 Here are four small changes to simgear/misc/props.hxx for Red Hat 6.2. I've also compiled with Mandrake 7.2 and MSVC with no problems. curt 2001-03-18 20:52:27 +00:00
  • 777386ea67 Tweaks to interpolator code. curt 2001-03-14 06:24:52 +00:00
  • 95e5e90791 More Irix Mips tweaks. curt 2001-03-07 23:56:11 +00:00
  • a86868526e Patch to tweak traits so they work on Irix too. curt 2001-03-06 21:14:32 +00:00
  • f1ab6e2533 Tweaks to follow flightgear STL standard coding procedure. curt 2001-03-06 19:57:56 +00:00
  • 9f516a8ccc Patches from Norman Vine <nhv@cape.com> to catch and properly report "errno" conditions. curt 2001-03-06 16:33:39 +00:00
  • e07af68018 Changes for the native Irix CC compiler contributed by Erik Hofman. curt 2001-03-02 22:52:04 +00:00
  • a37d9a2d8e Reduced the verbocity level of the property loader. curt 2001-01-31 15:35:43 +00:00
  • 57811b5371 Tweaks to errno checking and perror. curt 2001-01-27 01:53:11 +00:00
  • 7ff9ba4fe6 Close a binary file before we return (if it turns out not to be a binary file) curt 2001-01-24 20:07:13 +00:00
  • fad34bdbc3 Attempt to further isolate domain error problem. curt 2001-01-24 04:11:36 +00:00
  • 22b41d892a Tweaks from David Megginson. curt 2001-01-19 21:56:02 +00:00
  • 7a97c7575d Fixed a bug in how zlib.h was included. curt 2001-01-19 21:55:49 +00:00
  • b0e175ad3d Tweaks to get us back within the ANSI C++ spec. Cleaned up some debugging output. curt 2001-01-12 21:55:44 +00:00
  • 0de60aa6aa Minor MSVC tweaks by Christian Mayer. curt 2001-01-11 03:33:09 +00:00
  • 933e10d8a0 Initial revision. curt 2001-01-09 15:46:32 +00:00
  • 2efac3d949 made read/write functions into members of SGBinObject. curt 2001-01-06 04:31:11 +00:00
  • c33841329d Simplified calling interface to read/write obj functions. curt 2001-01-06 04:07:45 +00:00
  • f37800560f Need to properly interpret gzread() and gzwrite() return result for error detection. curt 2001-01-05 21:26:59 +00:00
  • 60e61a0627 1. Patched simgear/magvar/magvar.[ch]xx to allow retrieval of the magnetic variation for a specific location and date without running an update cycle (I use this for setting up VOR default offsets in some FlightGear patches). curt 2001-01-05 16:04:21 +00:00
  • 260dbeb3d2 Additional bug fixes after testing. curt 2001-01-05 00:04:20 +00:00
  • 70f495b4e1 Move binary file reading and writing to simgear. curt 2001-01-04 20:16:11 +00:00
  • 663db8f978 Fix a build order problem. curt 2000-12-20 15:06:04 +00:00
  • c412739040 Updates for 0.0.15 curt 2000-12-20 04:57:54 +00:00
  • 8b13d71fcf Rewrite of the property manager my David Megginson. curt 2000-12-19 21:53:37 +00:00
  • 1b129b289c Ready for 0.0.14 release. RELEASE_0_0_14 curt 2000-12-14 21:21:13 +00:00
  • a89ceb96b9 Tweak ... curt 2000-12-14 15:10:56 +00:00
  • 9af5f9f094 MacOS tweaks contributed by Darrell Walisser. curt 2000-12-13 21:12:15 +00:00
  • 6776c2e536 oops again, fixed. curt 2000-12-13 19:35:32 +00:00
  • 4c3b4219fe Oops, fixed ... :-) curt 2000-12-13 19:30:57 +00:00
  • a09806bb98 Tweaks to newbucket organization. curt 2000-12-13 19:18:29 +00:00
  • e175c8cc4d Tweaks to property manager write routine to return true as it should when the write succeeds. curt 2000-12-08 15:22:09 +00:00
  • a53faf4565 Updated random interface so we can optionally specify our own seed value. curt 2000-12-06 19:01:57 +00:00
  • dc653ac46c Removed some previously added debugging output. curt 2000-12-04 22:24:08 +00:00
  • 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. curt 2000-12-04 21:31:58 +00:00
  • 93a37df90a Renamed fg_random -> sg_random. curt 2000-12-04 04:12:33 +00:00
  • 1da02cca4c Added methods to return tile dimension in meters. curt 2000-12-04 04:11:03 +00:00
  • 4b1d777ad4 Updated some "const" stuff. curt 2000-12-03 19:32:42 +00:00
  • fb0916be0f Added an explanation of what this code does. curt 2000-12-01 22:13:41 +00:00
  • 806083cb25 Initial revision. curt 2000-11-30 17:38:23 +00:00
  • 5ba74e30b8 Reduced debugging output. curt 2000-10-23 15:10:45 +00:00
  • c39e08cb2a Added a distance off route routine (works best with 2d cartesian coordinates.) curt 2000-10-23 14:57:29 +00:00
  • e4653be9a1 MSVC++ fixes. curt 2000-10-19 22:27:27 +00:00
  • cd5765be1e Tweaks to waypoints and routing. Added distance_to field for each waypoint. curt 2000-10-13 21:32:51 +00:00
  • 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. curt 2000-10-11 23:04:09 +00:00
  • 91ba4618e7 Initial revision. curt 2000-10-10 23:41:25 +00:00
  • fdc5521389 First working revision. curt 2000-10-10 22:15:11 +00:00
  • e88c915206 A bit of file renaming to avoid problems with MSVC++ curt 2000-10-10 17:19:17 +00:00
  • 1e60698053 Initial revision. curt 2000-10-04 21:55:11 +00:00
  • 5702bd7ee8 io changes and tweaks. Working on adding SOCK_STREAM (tcp) support. Still needs some work, but is basically there. curt 2000-10-04 20:14:26 +00:00
  • 8eef3eb582 MSVC++ tweaks. curt 2000-10-02 18:55:26 +00:00
  • 31db353173 Changes from Bernie Bright: curt 2000-10-02 18:52:32 +00:00
  • 2c4a0dd998 Updates from David Megginson: These patches also eliminate the spurious warning messages about not being able to set values for joystick buttons. curt 2000-09-30 01:34:46 +00:00
  • 7d7e41dacc Cleaned up a few poluting #defines. Did some fg -> sg name space updating (lots more to do but we'll get there eventually) curt 2000-09-27 18:00:04 +00:00
  • 453a53b372 Oops! fixed a typo ... curt 2000-09-26 21:28:46 +00:00
  • ef68d18f64 Renames fg_types.hxx -> sg_types.hxx curt 2000-09-26 21:03:31 +00:00
  • ded1d2343f Renamed fg_types.hxx -> sg_types.hxx curt 2000-09-26 21:01:46 +00:00
  • e6241a2f73 Renamed fg_types.hxx -> sg_types.hxx curt 2000-09-26 20:52:01 +00:00
  • 467254ec66 MSVC socket support added by Bernie Bright. curt 2000-09-25 17:32:44 +00:00
  • 135e137921 Initial revision. curt 2000-09-22 19:24:41 +00:00
  • e13a5b57d4 Oops, references to built libs need to be relative to $(top_builddir) curt 2000-09-20 21:21:13 +00:00
  • f1c00cdd18 #includes based off of srcdir rather than builddir. curt 2000-09-20 21:14:42 +00:00
  • 8c3de351b0 Use time_t rather than long int as return type for mktime(). curt 2000-09-18 17:00:16 +00:00
  • 0bcdb7eb70 Ready for 0.0.13 release. RELEASE_0_0_13 curt 2000-09-14 16:56:13 +00:00
  • a92b71fffc MSVC changes ... curt 2000-09-13 20:21:39 +00:00
  • 89960ab715 MacOS portability tweaks from Darrell Walisser. curt 2000-09-13 19:29:01 +00:00
  • 2a369803ae MACOS -> macintosh curt 2000-09-09 20:53:44 +00:00
  • 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. curt 2000-09-09 13:31:45 +00:00
  • 502c650cd9 Sep. 8, 2000 updates from David Megginson. curt 2000-09-08 18:34:45 +00:00
  • 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. curt 2000-09-05 21:38:00 +00:00
  • 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. curt 2000-08-22 02:40:13 +00:00
  • dbf7db02a2 Tiny bug fix/tweak. curt 2000-08-08 14:54:09 +00:00
  • 8c998659c6 Missed some files needed in make dist. curt 2000-08-08 03:21:26 +00:00
  • 4e23b3dff5 Clean up constructor a bit. curt 2000-08-08 03:20:02 +00:00
  • 159d3c4c6c Restructured the magvar code a bit to make it more usable. curt 2000-08-07 18:26:35 +00:00
  • 612b5ae0bc Added simgear/xml. curt 2000-07-27 02:55:47 +00:00
  • 60cbe9c1d4 Initial revision. curt 2000-07-26 19:17:43 +00:00
  • 4dadd29727 Updates for 0.0.13 curt 2000-07-22 21:34:58 +00:00
  • e4610b9baa Ready for 0.0.12 release. RELEASE_0_0_12 curt 2000-07-20 02:04:47 +00:00
  • 926a0f2437 Renamed FG* to SG* to conform with SimGear naming prefix scheme. curt 2000-07-14 21:26:45 +00:00
  • 9325ec681e Tweaking api. curt 2000-07-14 19:15:41 +00:00
  • af383e6c39 Tweaks to SGSocket. curt 2000-07-13 22:51:16 +00:00
  • b000691ab9 Added iochannel stuff to simgear. curt 2000-07-11 18:38:10 +00:00
  • 22812a0aae Moved to SimGear. curt 2000-07-11 18:37:49 +00:00
  • dda7ebfe0d Minor spelling changes in comments. curt 2000-07-10 13:18:10 +00:00
  • 9a211af659 Sg-ifying names. curt 2000-07-08 21:30:23 +00:00
  • 82459a2802 Converted to the LGPL licencing terms. curt 2000-07-08 19:16:10 +00:00
  • 1774fb2d02 Starting conversion to LGPL (from GPL). curt 2000-07-08 18:44:26 +00:00