Commit Graph
108 Commits
Author SHA1 Message Date
curt 76c6482495 v0.3.10 changes. 2006-04-05 18:42:45 +00:00
curt e6b0d644d4 v0.3.10-pre3 updates. 2006-03-27 18:48:36 +00:00
curt e264c6ad2e Updates to remove unneeded and old version of zlib source. 2006-03-23 21:59:59 +00:00
curt caf5cc90ae v0.3.10-pre2 updates. 2006-03-23 16:37:35 +00:00
curt c8098b9eac Updates for v0.3.10-pre1. 2006-03-20 19:22:20 +00:00
ehofman c5737c5f74 Try to detect the proper type for mode_t 2005-12-17 15:15:09 +00:00
ehofman 3f0bcc9568 Mathias Fröhlich:
Detect whether we support pubuffers at runtime using the GLX extension string.


Erik:

Add support to compile TestRenderTexture if GLUT is installed.
2005-12-14 10:28:16 +00:00
curt 4a4e703f16 Changes for v0.3.9 (final). 2005-11-17 20:54:06 +00:00
curt 0e12fbb2a0 v0.3.9-pre3 updates. 2005-11-11 00:44:59 +00:00
curt 8c0bd234d8 v0.9.9-pre2 changes (just the version number!) 2005-11-09 18:41:49 +00:00
curt a1d1b4e49f Some pre-release updates. 2005-11-05 19:30:52 +00:00
ehofman fe4f907099 Remove some unused code. 2005-10-30 15:02:58 +00:00
curt a8dd5aa0fc Fix a small typo. 2005-10-11 18:56:45 +00:00
ehofman 056b5b41e2 Prepare for Openal 1.1 and a separate alut library 2005-09-21 09:22:51 +00:00
ehofman 8e0ecbeb8f Remove the 'old' 3D clouds code. 2005-06-25 11:22:06 +00:00
ehofman db633330fe Fixes from Norman for users running Cugwin with the XServer package installed. 2005-02-11 15:19:04 +00:00
curt 3b6af2f0c2 Ready for 0.3.8 release. 2005-01-18 14:34:13 +00:00
curt 5bdff41641 Require plib-1.8.4 2005-01-17 21:48:05 +00:00
curt c039ccdeb0 Updates for 0.3.8-pre2 release. 2005-01-03 19:05:32 +00:00
curt 98b2ba4fc1 More prerelease updates. 2004-12-15 16:45:57 +00:00
curt 2f0afdccc1 Prerelease updates. 2004-12-15 16:34:14 +00:00
ehofman 79734df554 Threads detection code cleanup and FreeBSD fixes. 2004-12-13 20:31:44 +00:00
ehofman c52657fa1a This was too quick, now pthreads isn't detected on IRIX (and other platforms?) anymore. This needs some more thought. 2004-12-08 15:12:11 +00:00
ehofman 9cac8409cd FreeBSD fix. 2004-12-08 15:00:45 +00:00
curt 54a7a0d534 Ooops, fix an unintentional line wrap. 2004-11-18 19:12:17 +00:00
ehofman ef486b2cc6 Remove the refference to fgsg 2004-10-14 13:35:11 +00:00
curt 06f3cb4f8e Fix a couple bugs in openal detection. I should actually generate a new
configure and test it, rather than testing the old configure script.
2004-10-13 20:18:35 +00:00
curt 074f5ff996 Oops, missed a part of the previous change. 2004-10-13 19:52:13 +00:00
curt 8c26f32d5f Add a sanity check for the existance of OpenAL. If not there, bail from
the configure script with an appropriate/helpful message.
2004-10-13 19:51:38 +00:00
curt 9a2ee54389 Final 0.3.7 changes. 2004-10-12 14:35:42 +00:00
curt f3d8eb4665 Tweaks for 0.3.7-pre1 2004-09-10 18:16:06 +00:00
curt 461dee8657 Tweaks for official 0.3.6 release. 2004-07-29 21:36:41 +00:00
curt e2f93e6ae1 Tweaks for 0.3.6-pre3 2004-07-27 21:18:14 +00:00
curt 3c84b6e2f6 Tweaks for 0.3.6-pre2 2004-07-21 21:22:21 +00:00
ehofman df302f277c Test for alutInit in libopenal.so and in libalut.so for Cygwin builds. 2004-07-19 14:59:51 +00:00
ehofman 5e63e663bb alut is now part of libopenal.so 2004-07-17 14:01:00 +00:00
curt 129e3c6326 Tweaks in preparation for the 0.3.6-pre1 release. 2004-07-14 22:01:15 +00:00
andy 86e83faef3 Changes to get SimGear to configure and compile out-of-the-box on
a MinGW target:

Link against alut.dll in addition to openal32.dll.

Remove some preprocessor defines from compiler.h that were
confusing the mingw and/or libstdc++ headers (I put the _isnan
one back in the only file it was used).

Hack a broken sleep() call into the OpenAL sample programs so
that they will compile (but not work) in a non-POSIX environment.

Change the header file ordering in sample_openal.hxx to get
around some really weird interactions between MinGW's windows.h
and the gcc iostream header.
2004-04-30 00:44:04 +00:00
curt e34aae9982 Add default openal libs for cygwin. 2004-04-28 19:19:05 +00:00
curt db8d961b27 Add correct openal libs for MacOS. 2004-04-25 01:41:24 +00:00
curt 5bbcd386fa Rewrite the entire audio support library on top of OpenAL rather than plib's
sound manager.  The interface was simplified and cleaned up a bit, and I
haven't back ported these changes to the plib sound wrappers ... we could
I suppose if someone really had a problem, but I haven't seen anything so
far that would indicate the extra effort is worth it.
2004-04-24 19:02:29 +00:00
curt bd85fa2457 Final 0.3.5 tweaks. 2004-03-26 21:07:15 +00:00
curt 430136fdc9 0.3.5.pre2 tweaks. 2004-03-24 00:19:59 +00:00
curt 488efa2316 Tweaks for 0.3.5.pre1 release. 2004-03-22 19:12:23 +00:00
ehofman 4c77c1691b Remove an unused library since FlightGear dropped support for WeatherCM. Users are highly encouraged to use environment/metar instead. 2004-03-17 10:45:32 +00:00
curt 25d7705379 Various changes in preparation for the 0.3.5 release. 2004-03-17 04:22:09 +00:00
ehofman ec6ce9fcd8 Move the new metar class from FlightGear to SimGear 2004-02-02 10:12:31 +00:00
ehofman f0af686d17 Make sure all libraries are used to test for certain functions 2004-01-27 09:41:33 +00:00
ehofman e54cfc002b Updates to support sgi's MIPSpro compiler version 7.4 and newer. This also fixes a number of C++ issues where FlightGear didn't follow the standard. 2003-12-26 13:55:09 +00:00
curt 34e2a9dc37 Nasal and event manager updates from Andy Ross. 2003-11-25 21:26:01 +00:00