1
0
Fork 0
flightgear/src/Airports
Florent Rougon d6f0bc6fb5 apt.dat parser: separately handle the first two lines; fix line counting
- The first two lines of apt.dat have their own special syntax -> handle
  them separately. Before this commit, the test "is the first character
  an 'I' or an 'A'?" was done for *every* line of apt.dat, while it is
  only relevant for the first one.

- Fix counting of the current line number (it was most of the time
  0-based so far, which could be seen in error messages, because the
  second line of apt.dat was absorbed without going through the common
  code path where lines are normally read at the top of the while loop).
  With this commit, line numbers in apt.dat are consistently counted
  starting from 1.
2016-04-27 10:39:21 +02:00
..
.gitignore Ignore generated files 2010-06-02 11:27:16 +02:00
airport.cxx Launcher finds parking positions from scenery 2016-01-10 16:38:01 -06:00
airport.hxx Linux build fix. 2016-01-10 22:11:32 -06:00
airportdynamicsmanager.cxx Launcher finds parking positions from scenery 2016-01-10 16:38:01 -06:00
airportdynamicsmanager.hxx Progress towards testing 2015-12-10 16:40:22 -06:00
airports_fwd.hxx Add airport dynamics manager 2015-12-05 00:25:29 +00:00
apt_loader.cxx apt.dat parser: separately handle the first two lines; fix line counting 2016-04-27 10:39:21 +02:00
apt_loader.hxx Implement a persistent cache for navigation data. 2012-09-19 11:38:19 +01:00
calc_loc.cxx even more warning fixes 2009-08-23 21:43:09 +02:00
CMakeLists.txt Add airport dynamics manager 2015-12-05 00:25:29 +00:00
dynamicloader.cxx Launcher finds parking positions from scenery 2016-01-10 16:38:01 -06:00
dynamicloader.hxx Launcher finds parking positions from scenery 2016-01-10 16:38:01 -06:00
dynamics.cxx Fix a singed/unsigned warning 2016-01-12 19:05:51 +01:00
dynamics.hxx Launcher finds parking positions from scenery 2016-01-10 16:38:01 -06:00
gnnode.cxx Checkpoint - ground-net skips the cache 2015-12-01 14:01:32 +00:00
gnnode.hxx Checkpoint - ground-net skips the cache 2015-12-01 14:01:32 +00:00
groundnetwork.cxx Launcher finds parking positions from scenery 2016-01-10 16:38:01 -06:00
groundnetwork.hxx Launcher finds parking positions from scenery 2016-01-10 16:38:01 -06:00
parking.cxx Checkpoint - ground-net skips the cache 2015-12-01 14:01:32 +00:00
parking.hxx Checkpoint - ground-net skips the cache 2015-12-01 14:01:32 +00:00
pavement.cxx Implement a persistent cache for navigation data. 2012-09-19 11:38:19 +01:00
pavement.hxx Implement a persistent cache for navigation data. 2012-09-19 11:38:19 +01:00
runwaybase.cxx httpd: provide more airport information in geojson 2014-03-23 21:19:04 +01:00
runwaybase.hxx httpd: provide more airport information in geojson 2014-03-23 21:19:04 +01:00
runwayprefloader.cxx Fixes for compiling with gcc 4.3 2008-04-13 21:12:36 +00:00
runwayprefloader.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
runwayprefs.cxx Portability: Fix compile errors on MSVC (cmath) 2015-03-24 11:11:42 -05:00
runwayprefs.hxx Clean up/prepare for porting NasalPositioned to cppbind 2013-03-04 16:31:37 +01:00
runways.cxx A new comm radio and atis implementation 2014-02-28 11:45:49 +01:00
runways.hxx A new comm radio and atis implementation 2014-02-28 11:45:49 +01:00
sidstar.cxx Synchronized FG with the removal of 'using std::*' in simgear's easyxml 2013-11-14 22:07:50 +00:00
sidstar.hxx Clean up/prepare for porting NasalPositioned to cppbind 2013-03-04 16:31:37 +01:00
xmlloader.cxx Launcher finds parking positions from scenery 2016-01-10 16:38:01 -06:00
xmlloader.hxx Launcher finds parking positions from scenery 2016-01-10 16:38:01 -06:00