Ralf Gerlich
e813c093fc
Adapt to current SimGear version (<iostream> include changes by fredb)
2008-06-17 11:06:35 +02:00
Ralf Gerlich
4f0ee5178f
Stow the logfile away if a tile failed in fgfs-tools-client.
2008-01-08 12:03:50 +01:00
Ralf Gerlich
05b9e47aba
Replaced the fopen("MASTER_ON","r") in fgfs-tools-server by a simple access()-call. We only need to know whether it's there, not what's in there.
2008-01-03 10:08:34 -08:00
Ralf Gerlich
1a4b3a1d98
Fixed filedescriptor overflow in fgfs-tools-client which led the client to think that the MASTER_ON file did not exist.
2008-01-03 00:22:13 -08:00
Ralf Gerlich
0a32b5f3bc
Avoid SIGSEGV in fgfs-tools-client when the results file is not found.
2008-01-02 23:55:13 -08:00
Ralf Gerlich
cf04dd3135
Fixed select()-call in fgfs-tools-{client,server} which occasionally led to lockup.
2008-01-02 11:23:39 -08:00
Ralf Gerlich
5eff254dc9
Enhanced fgfs-tools-client to eliminate some cases in which a tile does not
...
have to be rebuilt.
2007-12-19 14:22:25 +01:00
Ralf Gerlich
e62ee35e9b
Fixed parsing of the no-overwrite flag (would have been a no-op otherwise!)
...
Made the client more verbose, so that we see when it skips files.
2007-12-19 02:19:06 -08:00
Ralf Gerlich
f99c623a98
Added binary files to .gitignore
2007-12-19 09:29:20 +01:00
Ralf Gerlich
37b49da152
Added a flag to fgfs-tools-client that allows enforcing only generation of missing buckets.
2007-12-18 18:19:47 +01:00
Ralf Gerlich
fcb9e6c8ba
Fixed the build system
2007-11-08 22:14:02 +01:00
curt
33df5799d8
Updates to the paths I use.
2006-01-24 19:39:48 +00:00
curt
99f280eb08
Updated default command line options.
2005-12-19 15:53:47 +00:00
curt
4e20e26d04
Use a consistent __sun #definen symbol.
2005-11-08 16:51:18 +00:00
curt
a63f0cfbdf
Update the layers used to build scenery (my defaults.)
2005-09-28 16:41:11 +00:00
curt
a51e31d6c7
Remove a depricated option from the usage() display.
2005-01-31 21:54:44 +00:00
curt
168b41e4a2
Updates for 0.9.8 release.
2005-01-11 21:11:27 +00:00
curt
650bbd7e51
Update my mailing address.
2004-11-19 22:25:49 +00:00
curt
cac8c6bda0
Various miscellaneous script and code tweaks.
2004-11-11 15:08:03 +00:00
curt
f69c072f3a
Most recent changes.
2004-07-30 20:02:20 +00:00
curt
a25776b4a6
Update for new scenery version.
2004-05-13 21:28:34 +00:00
curt
2e93d6c7a6
Add a script to preprocess a USA radio tower database into something we
...
can use.
2004-04-14 18:16:25 +00:00
ehofman
a71d62c859
David Luf:
...
The attached patches significantly quieten the output from genapts, which in it's current form resembles the universe flying by on a bad hair day Remember chaps, console output on Windows is slooowwwwww... Normal service may be resumed using --verbose or -v. I've also added a short help, obtainable with --help or -h. I've also added a couple of extra options, --airport=abcd for just generating a particular airport, and --tile=<[we]xxx[ns]xx> for generating a 1x1 degree tile. We currently have --chunk=<[we]xxx[ns]xx> for generating a 10x10 degree chunk, and I'd like to eventually add --tile as an option to all tools that take --chunk.
This one adds the tile option to
tgvpf.
Erik Hofman:
Some small code changes for IRIX.
2004-02-26 15:33:32 +00:00
curt
8214fa2ccc
Tweaks to build scripts.
2004-01-08 21:35:38 +00:00
ehofman
52ef60a056
Reorginize the configure script to math the one from FLightGear more closely. Add checks for the presence of GLIB and GTS.
2003-08-29 18:32:28 +00:00
curt
e93197d1b5
David Luff:
...
Attached are patches to Terragear to enable it to compile out of the box on
Cygwin (once all the relavent libraries have been compiled). Specifically
they fix a conflict with another version of min/max somewhere on the
system.
2003-08-25 19:12:20 +00:00
curt
fe6ff15206
Remove --min-angle option.
2003-08-19 02:36:10 +00:00
curt
9f73338a1f
Minor tweaks for scenery building process.
2003-03-14 22:22:48 +00:00
curt
1a46456fbd
Use .arr as the intermediate height field rather than .dem since .dem
...
implies a different format.
2003-02-27 21:19:00 +00:00
curt
8b269dc000
Erik Hofman:
...
A big honkin' set of minor tweaks to bring TerraGear into Irix compliance.
2003-01-07 22:46:51 +00:00
curt
27a068f721
Various fixes and tweaks.
2003-01-07 19:48:32 +00:00
curt
5bb24ff286
Julian Foad:
...
- Put a space between arguments and redirection operator: looks nicer
and may be necessary in some circumstances.
- Add missing option "--min-angle" to help text.
2002-11-11 15:19:34 +00:00
curt
65d6f9c623
Tweaks to bring the automake/conf scripts into compliance.
2002-08-29 22:12:43 +00:00
david
90fe08a7c0
Cygwin patches from Dave Luff.
2002-01-30 14:10:00 +00:00
david
d2b2afc33d
Cleaned up errors and warnings, mostly namespace problems with cout
...
and cerr, but also some SimGear linking problems.
2002-01-30 13:52:37 +00:00
david
a4e1215761
Ignore files for autogenerated files.
2001-12-30 02:16:03 +00:00
curt
d1424d75c7
- add --height and --width options to build an area less than 10x10
2001-09-18 21:50:18 +00:00
curt
7a4bac978e
Various Irix fixes. Thanks Erik!
2001-07-31 20:14:54 +00:00
curt
483708977a
Various reshufflings of directory layout.
2001-04-25 18:55:19 +00:00
curt
0b31b493d3
FG_ to SG_ namespace changes.
2001-03-23 21:59:33 +00:00
curt
528c12a682
These add a --min-angle options to fgfs-tools-client,
...
and make the E00 support a lot more robust.
2001-01-29 04:30:31 +00:00
curt
583af21f9f
Renamed FGBucket -> SGBucket.
2000-12-13 20:06:36 +00:00
curt
ebd254dae0
Contributions from David Megginson: Added a new option, --cover, to
...
fgfs-construct and fgfs-tools-client. The option takes an argument giving
the location of the land-cover raster file; if it is not specified,
land-cover is not built.
Curt tweaked the code that divides up the tile into land use squares but there
are still a couple slightly fishy things going on there.Z
2000-11-28 20:45:10 +00:00
curt
80062e205e
Oops, fixed a typo in match.cxx.
2000-11-20 21:28:08 +00:00
curt
08166715b3
Command line interface tweaks.
2000-09-20 21:44:16 +00:00
curt
e46696de86
David Megginson's patches allowing specification of an arbitrary list of
...
input directories.
2000-08-11 19:05:30 +00:00
curt
07e2840980
Clip all land use data to GSHHS land mask so that lower res data won't
...
mess up our coast lines.
Changed some default names of Work directories ...
Add in support for GSHHS lakes, islands, and ponds.
Updated stats for parallel scenery build server.
2000-05-06 19:55:30 +00:00
curt
082eb13225
Recovered these files from old source.
2000-05-05 14:29:48 +00:00
curt
13cbdf7ecc
More reorg.
2000-02-16 22:01:47 +00:00
curt
c687e7563b
Restructuring directories/layout.
2000-02-14 17:38:44 +00:00