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
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.
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
curt
f08ae9f2ea
John Wojnaroski:
...
Attached are the new files to transform the cloud field for local lat/lon.
2002-10-03 02:52:55 +00:00
curt
5c61e97358
ref() the cloud states before use so that if we are dyanmically creating and
...
deleting cloud layers we don't inadvertantly delete a cloud state.
2002-10-02 16:03:25 +00:00
curt
87e38e2617
Fix a tyop.
2002-09-22 03:42:26 +00:00
curt
92e1856caa
Did I forget to commit John's loader patch?
...
Ran dos2unix on extgl.*
Include <simgear_config.h> from extgl.h so it properly picks up the WIN32
symbol.
2002-09-20 18:10:28 +00:00
curt
20c099b7ef
Added extgl.c and extgl.h
2002-09-19 02:30:52 +00:00
curt
7eb74c7e2a
Tweaks to build system following removal of interpreter subdir.
2002-09-18 20:38:40 +00:00
david
8d63c300e2
Removed simgear/interpreter directory; most likely we will use the new
...
PSL interpreted language in plib.
2002-09-18 20:27:17 +00:00
curt
01ccdd3ae1
Erik Hofman:
...
This patch fixes and STL problem, and adds (compile time) support for
architextures that don't support multitexturing.
2002-09-18 19:41:52 +00:00
curt
ab074726df
Removed unnecessary files.
2002-09-18 18:47:47 +00:00
curt
ed26458a24
Norman's most recent 3d clouds code tweaks.
2002-09-18 14:24:19 +00:00
curt
fcf1d34e55
Latest changes from John.
2002-09-17 16:08:00 +00:00
curt
19f99ea273
Build with other simgear header files from source tree, not those that are
...
installed.
2002-09-17 01:16:18 +00:00
curt
fe5bb76def
Latest changes from John Wojnaroski.
2002-09-16 14:55:31 +00:00
david
7ecf508453
Rolled Norm's change back out; update needs to be called earlier.
2002-09-16 13:13:49 +00:00
david
83e6e44eab
Patches from Norm Vine to get clouds working (and add some debugging
...
information).
2002-09-16 02:26:20 +00:00
david
69a93342c0
Ignore generated files.
2002-09-15 10:42:54 +00:00
curt
e17338622a
Change the header install directory.
...
Clean up a couple warnings.
2002-09-15 04:32:28 +00:00
david
a67fd7ea99
Added autom4te.cache.
2002-09-14 16:06:22 +00:00
david
cf2b8afbe9
Added stamp-h1.
2002-09-14 16:05:58 +00:00
david
a1e7761384
Removed /usr/local/include (as with plib).
2002-09-14 16:05:41 +00:00
david
d068915b42
Added newlines and did other clean-ups to eliminate errors and
...
minimize warnings compiling with g++ 3.2.
2002-09-14 16:03:39 +00:00
curt
adeb0d48fc
Upgrade the version number.
2002-09-13 23:19:14 +00:00
curt
55c89ea865
Added simgear/sky/clouds3d to the build system.
2002-09-13 22:51:40 +00:00
curt
8bd07e358f
Tweak lib name.
2002-09-13 20:36:19 +00:00
curt
01113e82f3
Initial revision.
2002-09-13 20:29:04 +00:00
curt
6d79582890
Initial revision
2002-09-07 02:58:19 +00:00