1
0
Fork 0
Commit graph

2094 commits

Author SHA1 Message Date
curt
24c78e8146 Load and manage multiple textures defined in the Materials library.
Boost max material fagments for each material property to 800.
Multiple texture support when rendering.
1998-06-17 21:36:39 +00:00
curt
e461053c78 Refined conditional audio support compilation.
Moved texture parameter setup calls to ../Scenery/materials.cxx
#include <string.h> before various STL includes.
Make HUD default state be enabled.
1998-06-17 21:35:10 +00:00
curt
1e4a06098f Tweaks ... 1998-06-17 21:33:35 +00:00
curt
0d6c8357bd misc jottings from conversation with Skeet Vaughn. 1998-06-17 21:33:18 +00:00
curt
529ca14534 New version from Steve. 1998-06-17 21:32:42 +00:00
curt
7423077f95 Refine conditional audio compilation. 1998-06-17 21:31:45 +00:00
curt
64961cd294 Added a smarter check for external timezone and daylight variables in
#include <time.h> -- Thomas Gellekum <tg@ihf.rwth-aachen.de>
1998-06-17 21:31:04 +00:00
curt
cc0925be18 Tweaked fog command line options. 1998-06-13 00:40:32 +00:00
curt
f4098fd8d0 Updated with info on /mnt and egcs. 1998-06-13 00:39:57 +00:00
curt
28ceab0457 Pui -> PUI, Gui -> GUI. 1998-06-12 14:27:25 +00:00
curt
f116ee7802 Pui -> PUI. 1998-06-12 14:26:19 +00:00
curt
d97be95b2a Pui -> PUI, Gui -> GUI. 1998-06-12 14:25:26 +00:00
curt
0afa16ce3a Initial revision. 1998-06-12 01:07:06 +00:00
curt
09cf8c001e Renamed Pui -> PUI. 1998-06-12 01:05:51 +00:00
curt
cfe0e18e4e Initial revision. 1998-06-12 01:04:52 +00:00
curt
1642829438 Build only static libraries. 1998-06-12 01:01:14 +00:00
curt
847f5b90d3 Build only static libraries.
Declare memmove/memset for Sloaris.
Added support for exponetial fog, which solves for the proper density to
achieve the desired visibility range.
1998-06-12 01:00:59 +00:00
curt
2f40b08c03 Build only static libraries.
Declare memmove/memset for Sloaris.
Rewrote fg_time.c routine to get LST start seconds to better handle
  Solaris, and be easier to port, and understand the GMT vs. local
  timezone issues.
1998-06-12 00:59:52 +00:00
curt
9ebfc12526 Added support for Pui/Gui.
Converted fog to GL_FOG_EXP2.
Link to static simulator parts.
Update runfg.bat to try to be a little smarter.
1998-06-12 00:57:38 +00:00
curt
7b98736e32 Build only static libraries.
Declare memmove/memset for Sloaris.
1998-06-12 00:55:58 +00:00
curt
6c0d4504d8 Added the Gui subdirectory.
Stuff done.
1998-06-12 00:54:41 +00:00
curt
2caad4a27b Added Pui subdirectory. 1998-06-12 00:53:47 +00:00
curt
fc086c350e News, thanks, and new version. 1998-06-12 00:53:21 +00:00
curt
a6c7336cad Working first pass at material proporty sorting. 1998-06-08 17:57:54 +00:00
curt
b4e53ba51d Minor sound/startup position tweaks. 1998-06-08 17:57:04 +00:00
curt
0cda53d7ed Mods to test new Stripe fixes from Wilbur Streett. 1998-06-08 17:18:37 +00:00
curt
f7a80a9de3 Renamed *.[ch] to *.[ch]xx 1998-06-08 17:11:44 +00:00
curt
d0b19c0ce1 I goofed on the log message in the last commit ... now fixed. 1998-06-06 01:09:31 +00:00
curt
0a840e1dbd Increased per material fragment list size from 100 to 400. 1998-06-06 01:07:17 +00:00
curt
5c10725624 Working on sorting by, and rendering by material properties. 1998-06-05 22:39:53 +00:00
curt
35295a4535 Added DemInfo to dump out "A" record DEM info.
Modified process-dem.pl to work in a temp directory and compress/copy the
result to the final destination.
1998-06-05 18:20:23 +00:00
curt
22dd9999a8 Recognize file, file.gz, and file.obj as scenery object files. 1998-06-05 18:19:18 +00:00
curt
c8a5e3ebb6 A bit of fiddling with audio ... 1998-06-05 18:18:40 +00:00
curt
274ba49906 Incorporated some automake conditionals to try to support mktime() correctly
on a wider variety of platforms.
Added the declaration of memmove needed by the stl which apparently
solaris only defines for cc compilations and not for c++ (__STDC__)
1998-06-05 18:18:12 +00:00
curt
5098aa800e Added the declaration of memmove needed by the stl which apparently
solaris only defines for cc compilations and not for c++ (__STDC__)
1998-06-05 18:17:10 +00:00
curt
317854534f Abort out early when reading the "A" record if it doesn't look like
a proper DEM file.
1998-06-05 18:14:39 +00:00
curt
193c2a1cf1 Updated configure.in to include a couple automake "conditionals"
This allows us to conditionally compile alternative source files and
introduce additional checks that aren't directly available within
automake.
Added Tools/DemInfo which dumps the DEM file header info.
1998-06-05 18:14:01 +00:00
curt
5880cd9ec0 Initial revision. 1998-06-04 19:18:04 +00:00
curt
88ceb3dbb8 Tweaking sound library usage. 1998-06-03 22:01:06 +00:00
curt
b3c537ff79 No .h for STL includes. 1998-06-03 00:48:12 +00:00
curt
eda1cfe31c No .h for STL includes.
Minor view culling optimizations.
1998-06-03 00:47:50 +00:00
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