curt
222446df29
Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with
...
a single apt.dat.gz file which is in the native X-Plane format.
To do this I wrote a front end loader than builds the airport and runway
list. Some of the changes I needed to make had a cascading effect, so there
are minor naming changes scattered throughout the code.
2004-12-22 23:57:07 +00:00
curt
d05121ef46
Fix my mailing address by replacing it with my web page.
2004-11-19 22:10:41 +00:00
curt
e6859e4fe0
Redo the runway database scheme to use a flat/ascii file and load the entire
...
database into memory at the start. This should completely eliminate any
dependencies we have on metakit.
2003-08-29 04:11:23 +00:00
curt
6a399b24a3
Re-arranged include files to reduce external dependencies for a slight
...
improvement in compilation speed.
2002-04-04 06:05:51 +00:00
curt
4f67824f09
- Removed redundant FG*:: qualifications from class members
...
- Fixed comparisons between signed and unsigned ints
2002-02-15 22:00:49 +00:00
curt
b85be56a55
Changes to support Dave Luff's initial ATC/ATIS module.
2001-11-07 17:55:28 +00:00
curt
aea664cd15
MSVC++ changes contributed by Geoff McLane.
2001-05-17 21:55:22 +00:00
curt
0d999c9936
Added a search method for an airport/runway number combination.
2001-05-15 00:00:08 +00:00
curt
5958389026
FG_ to SG_ namespace changes.
2001-03-23 22:59:18 +00:00
curt
945163b540
FG_HAVE_STD_INCLUDES -> SG_HAVE_STD_INCLUDES
2001-03-23 22:15:19 +00:00
curt
890ac4d237
Initial revision.
2000-08-16 01:28:33 +00:00