Ralf Gerlich
1ad2b2e0e9
Write the last_apt file into the workdir instead of the directory where genapts is started from ( closes #12 )
2010-01-24 09:01:36 +01:00
Ralf Gerlich
450f22f2d7
Yves Sablonier: Terra/greedy.cc needs <cstdio> for EOF constant.
2010-01-24 08:36:12 +01:00
Ralf Gerlich
7af2208824
Teach poly2ogr to convert .btg and .btg.gz files, converting strips and fans to proper triangles.
2010-01-23 09:51:37 +01:00
Ralf Gerlich
84cb4efe79
Add an option to fgfs-construct to disable landmass processing ( closes #9 ).
2010-01-19 20:00:34 +01:00
Ralf Gerlich
3a83772a09
The island mask should actually contain islands, not water.
2010-01-19 19:39:28 +01:00
Ralf Gerlich
69eb4be737
Ron Jensen: Fix stopway length and order and create proper stopway texture.
...
Thanks, Ron.
2010-01-11 20:25:52 +01:00
Ralf Gerlich
61ac48f3e5
Read the priorities for materials from a data file ( closes #5 )
2009-12-20 12:41:25 +01:00
Ralf Gerlich
824d734eb4
Load USGS-to-TerraGear translation from external file ( closes #10 )
2009-12-20 12:11:08 +01:00
Ralf Gerlich
3bee1edab4
Added --clear-dem-path and --dem-path= options to genapts cmdline to allow custom paths for the DEM data ( closes #4 )
2009-12-18 21:33:02 +01:00
Ralf Gerlich
1daeb0f99e
Added stopways to runways ( closes #2 )
2009-12-18 20:56:17 +01:00
Ralf Gerlich
02ec141e6c
Fix compilation errors due to simgear header reorganisation
2009-12-18 19:22:27 +01:00
Ralf Gerlich
f16756b9fe
Merge branch 'cvs.terragear'
2009-12-15 21:24:04 +01:00
Ralf Gerlich
7b08557191
John Holden:
...
Fix runway markings for center runways.
http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg24634.html
2009-11-10 10:11:31 +01:00
Ralf Gerlich
255a094091
Maxime Guillaud:
...
Fix uncaught near-parallel lines in getIntersection()
2009-09-24 09:46:27 +02:00
Ralf Gerlich
b0a47dfa0e
Ron Jensen:
...
Dirt and grass runways are generated by GenAirports/rwy_simple.cxx.
The runways are divided into two halves, "A" and "B" each consisting of
two triangles.
Runway half "A" is good.
Runway half "B"'s first triangle UV coordinates are a very short line,
and its second triangle's UV coordinates are a point.
[...]
[T]his patch does the Right Thing. It simply changes the reference
point so the UV coords for the B runway are positive. They were coming
out negative and getting clipped in build.cxx.
2009-09-24 09:46:27 +02:00
Frederic Bouvier
72cbcac816
Fix warnings under MSVC
2009-06-14 23:36:54 +02:00
Ralf Gerlich
1e8375a7e6
Adapt fgfs_tools_server to new relative paths on fgfs-construct commandline.
2009-06-07 20:40:57 +02:00
Ralf Gerlich
4ef15f03da
Added flag to fg-construct to use the shared data of the constructed tile in addition to its neighbours'. Useful for rebuilding part of the scenery to fit the neighbours.
2009-06-05 21:49:59 +02:00
Ralf Gerlich
d72116c6ab
Added a flag to protect Shared directory. Useful for rebuilding part of the scenery to fit with the rest.
2009-06-05 21:36:25 +02:00
Ralf Gerlich
2f87423796
Adapt to changes in SimGear
2009-06-05 18:27:10 +02:00
geoff mclane
4f9e7294c2
Install testarray tool
...
Now that the UI is considerably enhanced,
make this tool installable...
2009-05-02 10:19:30 +02:00
Frederic Bouvier
c366f25021
Geoff McLane: Enhance testarray UI
2009-04-18 17:53:58 +02:00
Geoff McLane
5768581c10
Allow non-integer steps\n\nFor ASCII DEM with say 0.75 step
2009-04-17 20:21:43 +02:00
Frederic Bouvier
af505d2f0f
Geoff McLane: allow limits, max/min lat/lon to be added to raw2ascii
...
Frederic Bouvier: _set_output_format is only available in VS2005 and later
2009-03-28 14:42:41 +01:00
Frederic Bouvier
2c2bc8b551
Remove unneeded code
2009-03-22 16:08:25 +01:00
Frederic Bouvier
4d59fad336
Honour --work-dir option and use portable code to iterate through directories
2009-03-21 11:28:15 +01:00
Frederic Bouvier
fa542403b9
Compile shputils.c
2009-03-14 21:36:25 +01:00
Frederic Bouvier
379f629611
Don't crash when area type is unknown
2009-03-14 21:36:24 +01:00
Frederic Bouvier
d5da7c56f6
Upgrade shapelib to 1.2.10
2009-03-14 21:36:24 +01:00
Ralf Gerlich
ba5a9b363e
Fred Bouvier:
...
Fix genapts crash in remove_dups due to duplicate points being reduced to an empty polygon.
2009-03-14 11:55:01 +01:00
Frederic Bouvier
beadd0123a
Compile srtmchop under Linux
2009-03-05 12:35:23 +01:00
Frederic Bouvier
814007e06c
Implement a portable way to use ZIP files
2009-03-05 12:35:23 +01:00
Frederic Bouvier
00b8658b99
Add a tool to chop CGIAR ( http://srtm.csi.cgiar.org/ ) srtm improved files
2009-03-05 12:35:23 +01:00
Frederic Bouvier
1bca4c11e2
More portable way to deal with ZIP files
2009-03-05 12:35:23 +01:00
Frederic Bouvier
0166015c4d
Line endings changes
2009-03-05 12:35:23 +01:00
Frederic Bouvier
1cd0506c3c
Add poly2ogr to the MSVC 7.1 solution
2009-02-15 15:35:50 +01:00
Frederic Bouvier
29a9fbdad2
Add ogr-decode to the MSVC 7.1 solution
2009-02-15 15:35:49 +01:00
Ralf Gerlich
642c711289
Ensure that TerraGear builds under Linux with Fred's changes.
2009-02-02 10:10:32 +01:00
Frederic Bouvier
6256ee184e
TerraFit compiled with MSVC 7.1
2009-02-02 10:01:35 +01:00
Frederic
0038e2153f
Fix Linux generation after change made to compile with MSVC 7.1
2009-01-27 08:16:14 +01:00
Frederic Bouvier
50b1465421
MSVC 7.1 project files - Tile client
2009-01-27 08:16:14 +01:00
Frederic Bouvier
91e1f82e54
MSVC 7.1 project files - Tile server
2009-01-27 08:16:14 +01:00
Frederic Bouvier
7676da87a7
MSVC 7.1 project files - Build Tiles
2009-01-27 08:16:14 +01:00
Frederic Bouvier
26a787d847
MSVC 7.1 project files - Release build
2009-01-27 08:16:14 +01:00
Frederic Bouvier
8050d209b4
MSVC 7.1 project files and use simgear to create directories
2009-01-27 08:16:13 +01:00
Frederic Bouvier
781c8eda1b
MSVC 7.1 project files and use simgear to create directories
2009-01-27 08:16:13 +01:00
unknown
f1da2794f5
MSVC 7.1 project files and use simgear to create directories
2009-01-27 08:16:13 +01:00
curt
a99cf1d758
Updates to disk layout scripts.
2008-12-02 14:53:08 +00:00
Ralf Gerlich
3e38283da3
Fixed "missing tile" issue in tgChopNormalPolygon and tgChopBigSimplePolygon
2008-10-21 16:45:44 +02:00
Ralf Gerlich
deb55d36cb
Revert "Workaround for point-in-polygon-calculation: Make "sure" that the point is sufficiently far away from the polygon border so that JRSTriangle can actually detect it is inside of the respective triangle."
...
This reverts commit 6ef69feb81995139b386046c9ec5d8972a5880c5.
2008-09-11 12:31:15 +02:00