1
0
Fork 0
Commit graph

1603 commits

Author SHA1 Message Date
curt
476d5e73b2 Updated to compile in audio support if OSS available.
Updated for new version of Steve's audio library.
STL includes don't use .h
Small view optimizations.
1998-06-03 00:47:11 +00:00
curt
a8d69d9d3c No .h when including stl stuff. 1998-06-03 00:43:28 +00:00
curt
b5e7938ebe Added a Lib/Audio for Steve Baker's sound library. 1998-06-03 00:42:40 +00:00
curt
3ffab3993e Found some engine sounds on the net.
Added a test for the OSS sound system to autoconf.
Added a Lib/Audio subdirectory.
1998-06-03 00:41:53 +00:00
curt
dcd80906b9 initial checkin of notify 1998-06-02 21:59:51 +00:00
curt
b6ecbc2fa3 initial checkin of modules 1998-06-02 21:59:51 +00:00
curt
fec6317b27 initial checkin of cvswrappers 1998-06-02 21:59:51 +00:00
curt
701f49f4f9 initial checkin of taginfo 1998-06-02 21:59:50 +00:00
curt
515cef272c initial checkin of rcsinfo 1998-06-02 21:59:50 +00:00
curt
df88f8f097 initial checkin of loginfo 1998-06-02 21:59:50 +00:00
curt
754a00b1f3 initial checkin of editinfo 1998-06-02 21:59:50 +00:00
curt
725048d010 initial checkin of commitinfo 1998-06-02 21:59:50 +00:00
curt
51f153543d initial checkin of checkoutlist 1998-06-02 21:59:50 +00:00
curt
c064d6ec84 initial checkin of taginfo 1998-06-02 21:59:45 +00:00
curt
08d8b65826 initial checkin of notify 1998-06-02 21:59:45 +00:00
curt
657e08e980 initial checkin of modules 1998-06-02 21:59:45 +00:00
curt
bbe0ebcc14 initial checkin of cvswrappers 1998-06-02 21:59:45 +00:00
curt
eb120e9cbf initial checkin of checkoutlist 1998-06-02 21:59:45 +00:00
curt
59c9fc33b9 initial checkin of rcsinfo 1998-06-02 21:59:44 +00:00
curt
7723534aae initial checkin of loginfo 1998-06-02 21:59:44 +00:00
curt
4718425c08 initial checkin of editinfo 1998-06-02 21:59:44 +00:00
curt
04c7d749e2 initial checkin of commitinfo 1998-06-02 21:59:44 +00:00
curt
bd3e280fe5 initial checkin of notify 1998-06-02 21:42:22 +00:00
curt
39164d1438 initial checkin of modules 1998-06-02 21:42:22 +00:00
curt
a9c068ae3b initial checkin of cvswrappers 1998-06-02 21:42:22 +00:00
curt
6c7856549b initial checkin of taginfo 1998-06-02 21:42:21 +00:00
curt
d85cbc7b61 initial checkin of rcsinfo 1998-06-02 21:42:21 +00:00
curt
d8cbac4576 initial checkin of loginfo 1998-06-02 21:42:21 +00:00
curt
c0874a000e initial checkin of editinfo 1998-06-02 21:42:21 +00:00
curt
e317a39b2d initial checkin of commitinfo 1998-06-02 21:42:21 +00:00
curt
61d4bd8adf initial checkin of checkoutlist 1998-06-02 21:42:21 +00:00
curt
96de3b06e8 Added a slight border overlap to try to minimize pixel wide gaps between
tiles due to round off error.  This is not a perfect solution, but helps.
1998-06-01 17:58:19 +00:00
curt
3615dd708a Incremental additions to material.cxx (not fully functional)
Tweaked vfc_ratio math to avoid divide by zero.
1998-06-01 17:56:20 +00:00
curt
a6c2da9e4e Added Linux audio support.
avoid glClear( COLOR_BUFFER_BIT ) when not using it to set the sky color.
map stl tweaks.
1998-06-01 17:54:40 +00:00
curt
76587fa376 . 1998-06-01 17:50:27 +00:00
curt
a8deedaa66 Rewrote a slightly ambiguous code fragment (contributed by Charlie Hotchkiss) 1998-06-01 17:49:44 +00:00
curt
cad8ca6720 Removed derived file "configure" from version control.
Added Lib/Audio contributed by Steve Baker (Linux only for this version.)
1998-06-01 17:48:47 +00:00
curt
850ba99158 misc updates. 1998-05-30 01:57:25 +00:00
curt
d9e4e3d3cf misc updates. 1998-05-30 01:57:19 +00:00
curt
823c662ed4 Added material.cxx material.hxx 1998-05-30 01:56:44 +00:00
curt
437c0b6f29 Renamed <Table>.table to be <Table> so we can add a .gz under DOS. 1998-05-29 20:37:51 +00:00
curt
d6f20aa8be Tweaked material properties & lighting a bit in GLUTmain.cxx.
Read airport list into a "map" STL for dynamic list sizing and fast tree
based lookups.
1998-05-29 20:37:19 +00:00
curt
371806f033 Added zlib support for reading in compressed data files. 1998-05-29 20:35:41 +00:00
curt
001d39314f ... 1998-05-29 20:35:18 +00:00
curt
15790ef4b4 Borland C++ fixes from the zlib author. A new version is due out soon. 1998-05-29 20:30:11 +00:00
curt
7a29382efc EGCS addendum to README.Win32
Added Tests/ to clean-deps in Makefile.extra
Additional credits in Thanks.
Tweaked configure.in to add Win32 specific things if #include <windows.h>
  exists, rather than just if it's a cygwin32 environment.
1998-05-29 20:29:32 +00:00
curt
17dbfaeee0 Commented out a couple of debugging messages. 1998-05-27 02:27:22 +00:00
curt
e1934115dc Added a flag to the first run of "triangle" to impose a maximum triangle
size.  This forces really flat areas to be subdivided a certain amount
anyways.  This makes for slightly more interesting scenery.
1998-05-27 02:25:26 +00:00
curt
2cd509d3de View optimizations by Norman Vine. 1998-05-27 02:24:05 +00:00
curt
cfd53f20aa ... 1998-05-27 02:23:10 +00:00