fredb
4ee00f1084
Removed unneeded files from the terra build
2005-12-22 16:46:58 +00:00
curt
3f35a1486b
Fred Bouvier:
...
I replaced the test of the presence of PUI by a test of the presence of SG, and
I moved the C++ instruction to include PLIB lib check ( on UL ). PUI is not
used by TerraGear and it uses OpenGL that I don't want under cygwin because I
would have to install X11 and it is a mess, just for text tools.
2005-12-22 15:36:39 +00:00
curt
35c35d479e
Don't build xterra by default.
2005-12-22 15:35:54 +00:00
curt
10558113e8
Cygwin patches from Frederic Bouvier.
2005-12-19 16:51:25 +00:00
curt
7d20efc7b1
A couple small updates.
2005-12-19 16:06:45 +00:00
curt
9167f05974
Initial revision of my personal todo list.
2005-12-19 16:05:07 +00:00
curt
f8a6310993
Set default LogLevel = SG_INFO.
2005-12-19 15:56:11 +00:00
curt
c1bec7b6c2
Activate some additional debugging output for LogLevel = SG_DEBUG.
2005-12-19 15:55:47 +00:00
curt
e444f54d6d
Prevent date line wrap around due to creating an expanded polygon from a
...
line that might touch the dateline.
2005-12-19 15:54:58 +00:00
curt
99f280eb08
Updated default command line options.
2005-12-19 15:53:47 +00:00
curt
99da0c21b0
Change SRTM directory names to reflect SRTM v2.0
2005-12-19 15:53:21 +00:00
curt
9ff8e4367d
fix typos in comments/debugging output.
2005-12-19 15:52:50 +00:00
curt
890ed478ed
Updates ...
2005-12-19 15:52:05 +00:00
curt
0367a7ed38
Another patch ...
2005-11-12 00:23:21 +00:00
curt
a417092df1
I extended shape-decode even further based on Ralf's line feature patch. With
...
my patch it is possible to store line width as an attribute in the shape file
itself. This comes especially handy with rivers which can gradually broaden
that way.
2005-11-12 00:17:58 +00:00
curt
dde5a64a75
A couple updates to the FGArray API.
2005-11-10 16:26:59 +00:00
curt
4e20e26d04
Use a consistent __sun #definen symbol.
2005-11-08 16:51:18 +00:00
curt
b51914707d
Initial revision. This is a little util that can fill SRTM voids with data
...
from another DEM source.
2005-11-08 16:30:10 +00:00
curt
ed22267dd9
Ralf Gerlich:
...
This patch for TerraGear extends the shape-decode and noaa-decode tools to also handle shapefiles containing point- and line-data.
2005-11-08 16:27:36 +00:00
curt
507e78357b
Handle another possible case of degenerate output from our polygon clipping
...
code.
2005-10-31 18:53:13 +00:00
curt
b78684b6dd
Add an important build note.
2005-10-31 18:47:46 +00:00
curt
13cf4600c7
One small additional bit of sanity checking and cleanup.
2005-10-31 18:45:19 +00:00
curt
a00eb22170
Make the course grid a bit finer.
2005-10-31 18:43:27 +00:00
curt
13e1be6c06
Fix a bug with possible missing skirt nodes.
2005-10-31 18:43:02 +00:00
curt
a42d16fb01
Fix some small bugs.
2005-10-31 18:42:37 +00:00
curt
e78b14e052
Fix glide slope angle parsing for newest x-plane data.
2005-09-28 17:27:07 +00:00
curt
b6b0033859
Remove gts dependency but save the code for algorithmic reference.
2005-09-28 17:24:35 +00:00
curt
75e7fabecb
Fix debugging output error.
2005-09-28 17:24:09 +00:00
curt
23aa8a468f
Add Win32 directory to the distribution.
2005-09-28 17:23:51 +00:00
curt
f120c59bf8
Remove dependency on gts.
2005-09-28 17:22:06 +00:00
curt
9e1e0881c3
Removed forced dependencies on gts/glib.
2005-09-28 17:17:13 +00:00
curt
02de050a9b
Add a small bit of structure to assist in debugging two crashes near the poles.
2005-09-28 16:44:05 +00:00
curt
8524cf7e76
- Fix a bug in the tile chopper that could lead to infinite recursion for
...
polygons near the poles.
- Fix a bug in the code that would insert dividing nodes in a long seam which
could lead to infinite recursion for lines on the poles.
- Change airport area clipping semantics to reduce cracks in scenery.
2005-09-28 16:43:18 +00:00
curt
a63f0cfbdf
Update the layers used to build scenery (my defaults.)
2005-09-28 16:41:11 +00:00
curt
238d87c2a2
Increase resource limits for the tile builder.
2005-09-28 16:40:32 +00:00
curt
25f1e2b22b
Very slightly tweak clipping semantics to try to reduce artifacts and cracks
...
in the scenery.
2005-09-28 16:39:58 +00:00
curt
c131a2c572
Fix a small bug that left a missing triangle in airport skirts.
2005-09-28 16:38:50 +00:00
curt
d4ffe52562
Do all the numerical work for surface fitting around 0,0,0 to reduce problems
...
with floating point roundoff.
2005-09-09 20:47:04 +00:00
curt
3b879d29c2
Fix some bugs in my first attempt at a new airport surface fitting scheme.
...
The code is now workable but needs some fine tuning.
2005-09-09 20:16:10 +00:00
curt
b8948faf58
This is a first pass at removing the nurbs++ dependency from TerraGear (in
...
favor of newmat11 which is much simpler, and seems to compile well on modern
OS's.) I need to do some further testing of genapts and until then, don't
assume the new mechanism is working perfectly.
2005-09-09 15:05:15 +00:00
curt
662bdd4ace
Fix some warnings generated by recent versions of autotools.
2005-09-09 14:49:19 +00:00
curt
ade941fb6f
Support Robin's new data field in the runway record that lists the glideslope
...
angle for each end of the runway (affects vasi/papi alignment.)
2005-04-20 18:20:15 +00:00
curt
e9eb9f2797
Make sure the nurbs++-3.0.11 with gcc-3.4.x patch is included in the tarball
...
distribution.
2005-04-20 15:44:57 +00:00
curt
5d259e5e46
Include a patch for gcc-3.4.x users so we can continue to use nurbs++.
...
For what it's worth, I'm open to using a simpler, more currently maintained
nurbs library, but at last check, I couldn't find one.
2005-04-20 15:44:08 +00:00
curt
a51e31d6c7
Remove a depricated option from the usage() display.
2005-01-31 21:54:44 +00:00
curt
0f3f0ef126
gcc-3.4 fix.
2005-01-22 12:55:45 +00:00
curt
168b41e4a2
Updates for 0.9.8 release.
2005-01-11 21:11:27 +00:00
curt
71c793f9b1
Handle Robin Peel's apt database with dos or unix line endings.
2004-12-10 17:58:18 +00:00
curt
fd8f816ee1
Fix a bug that could put the same airport object in the final .stg file twice,
...
doesn't affect rendering, but could affect render performance.
2004-12-06 22:25:56 +00:00
curt
650bbd7e51
Update my mailing address.
2004-11-19 22:25:49 +00:00