Commit Graph
6038 Commits
Author SHA1 Message Date
ehofman 5cd81b8c92 remove a depreciated file 2003-04-10 09:27:02 +00:00
ehofman 5712053ad8 get rid of malloc() 2003-04-10 09:26:03 +00:00
ehofman 192db1c343 Depreciate a wrapper header file 2003-04-10 08:01:18 +00:00
ehofman a3bd57489a Update a SimGear/FlightGear inconsistancy 2003-04-09 20:59:21 +00:00
ehofman d69e76959b Fix a booboo 2003-04-09 20:33:24 +00:00
ehofman 6d784a1a7e fix a booboo 2003-04-09 20:26:12 +00:00
ehofman 11d2bca8a7 Add out own texture object 2003-04-09 20:24:52 +00:00
david f922e84eb6 Use "coverage" instead of "type".
Rename "mostly-cloudy" to "broken" and "mostly-sunny" to "scattered",
to follow standard weather terminology.

Add "few".
2003-04-05 03:32:18 +00:00
ehofman e2bca737f0 Make debug levels an integer 2003-03-22 10:34:38 +00:00
ehofman 940ce98d2c add Air Traffic Controll to the list of possible debug sections 2003-03-20 12:14:11 +00:00
ehofman 72590e6b8f improved STL compatibility header files 2003-03-19 16:16:47 +00:00
curt 3e81ca7da5 Remove 3d clouds from the default build. These can still be built manually
if desired, no code is being removed.
2003-03-10 16:58:53 +00:00
david c4fa7a965d Patch from Frederic Bouvier:
I am trying to compile tabbed_values.cxx and found that it requires
assert.h to compile with MSVC (on Linux, it must be included indirectly).
There is a patch below
2003-03-02 16:35:08 +00:00
david 1a6e14c3bb Added tabbed_test program. 2003-03-02 16:34:42 +00:00
david 7379d8a54d Patches from Erik Hofman (for Irix? I've lost the original message). 2003-03-02 14:52:05 +00:00
curt b63464d239 Bernie Bright:
Could the file(), dir(), base() and extension() functions be made const member
functions.  As it stands they cannot be applied to const reference/pointer
values which limits their usefulness.

Curt:

Yes.
2003-02-28 01:02:26 +00:00
curt 1dac4b2dc1 Add some convenience functions to the SGPath function. 2003-02-26 19:50:14 +00:00
curt 44e7b36a8b Oops, missed this the first time. 2003-02-15 18:53:44 +00:00
curt a26c677df4 James Turner:
- added a new class in simgear/misc, SGTabbedValues, which parses a
  null-terminated string of data separated by tabs into fields, and
  supports safe conversion into various other datatypes.
2003-02-15 18:43:59 +00:00
curt 5d10dda5a1 James Turner:
- added a 'filename' helper to SGPath, corresponding to the 'directory'
helper but returning just the filename portion of the name.
2003-02-15 18:43:06 +00:00
curt 0253a46dbb Fix a typo in the FreeBSD support section. 2003-02-07 17:35:37 +00:00
curt 9593059258 Misc. tweaks that have been laying around. 2003-01-23 21:59:07 +00:00
curt 3f0efc2a6f FreeBSD pthread and malloc fixes. 2003-01-23 15:16:51 +00:00
curt b9593adc7c Some how the contents of this file got doubled up ... 2003-01-02 20:11:20 +00:00
david 6cf3b54b4b Patches from Erik Hofman for SGI compatibility:
Some more cmall changes to the SimGear header files and removed the
SG_HAVE_NATIVE_SGI_COMPILERS dependancies from FlightGear.

I've added a seperate JSBSim patch for the JSBSim source tree.
2002-12-31 18:03:26 +00:00
david 78411d29a7 Patch from Erik Hofman:
This patch adds some more functionality to the header files and removes
*all* dependencies on SG_HAVE_NATIVE_SGI_COMPILERS in the SimGear code!

[dpm: I had to add some additional SG_USING_STD declarations to make
it compile]
2002-12-31 14:47:34 +00:00
david f8a49c41ef Added missing Makefile.am from Erik Hofman. 2002-12-30 22:33:34 +00:00
david a0a0c8e308 IRIX/MipsPro patches from Erik Hofman:
This patch adds some missing default ISO C++ headers to SimGear,
especially usefull for Irix/MipsPro. To the best of my knowledge this
only affects the Irix/MipsPro compiler combination although it might be
usefull for others as well.

This patch does not yet remove any compiler specific code, but that
would be my next task. The powerfull macros as defined in the compiler.h
file allowed me to split it up into multiple patches.
2002-12-30 21:33:56 +00:00
david e5814dad73 Some trivial typo corrections. 2002-12-21 13:40:50 +00:00
curt f076594288 Mingwin fix from Norman Vine. 2002-12-18 21:54:04 +00:00
curt 7dfe0bf9b2 Remove -lmk4 from the LIBS after the version check is complete. 2002-12-11 19:57:00 +00:00
curt d9ce8828c9 More tweaks to the configure script. 2002-12-10 20:54:08 +00:00
curt cb2df234ae - Refactoring configure.ac a bit to use $host (please test on your platform)
- Use include GLUT_H instead of refering to the file directly since Mac
  unfortunately chose to put this in GLUT/glut.h :-(
2002-12-10 19:12:34 +00:00
curt 7d73dc6602 James Turner:
I've had to hack Simgear's configure.ac quite a bit [for Mac OS X],
using the Plib one as a reference.
The basic construct (a big switch statement based on the target
type) is nice, I think, since it moves lots of IRIX / cygwin / OS-X
specialties out of the way cleanly. Much more re-factoring of the
current tests in configure is possible if people are able to test.
2002-12-09 22:36:38 +00:00
curt 16bd8cef38 Updated for 0.3.1 RELEASE_0_3_1 2002-12-04 19:47:57 +00:00
curt f2567f9af4 Fixes for 0.3.1 release. 2002-12-04 19:46:12 +00:00
curt c363758449 Updated for 0.3.0 release. RELEASE_0_3_0 2002-12-03 18:27:04 +00:00
curt dfdeb8be9b Updated version number 2002-12-03 18:19:41 +00:00
curt d1c8f60ca9 #include <simgear_config.h> as necessary. 2002-12-03 13:13:16 +00:00
curt 2fb961c922 NOMINMAX fix ... 2002-12-02 22:12:22 +00:00
david 2e17b28994 Includes patch from Erik Hofman. 2002-11-17 11:07:40 +00:00
david c3f558b034 Cygwin patch from Patrick Staehlin:
To compile the development CVS version of FlightGear(0.9.0) i had to
apply some small changes to SimGear and FlightGear.

The changes need probably some additional ifdefs for other platforms but
since my linux-hd crashed i can't verify that.
2002-11-17 00:42:17 +00:00
david 65ce1a04b2 MS patch from Norm Vine to fix min/max macro defs. 2002-11-17 00:34:40 +00:00
david 3af4a19f76 Allow 'include' attribute on root PropertyList element. 2002-11-11 14:40:16 +00:00
david 5178f69f18 Simplified the command-manager interface. 2002-10-26 01:18:03 +00:00
curt 52e2005b3e Erik Hofman: fix an Irix build problem. 2002-10-24 13:59:33 +00:00
david 94fa51e3f7 Change int to GLenum for portability. 2002-10-18 20:25:21 +00:00
curt 590547e12d John W:
Attached is the new, improved SkyCloud.cpp. Tested on west coast @ KSFO and
east @ KJFK. Don't have any southern hemisphere or other airports to test
against, but you might give it a go and see what happens

Probably a good idea to add some user options to set cloud altitude, startup
position, etc, but for now this should suffice.
2002-10-04 16:44:23 +00:00
curt c6832d2513 Fixes from Mark Harris. 2002-10-03 19:00:01 +00:00
curt 1fd63c30e9 Fix a texture state problem that caused clouds to occasionally flash all white. 2002-10-03 18:44:34 +00:00