Skip to content
Snippets Groups Projects
  1. Mar 03, 2013
  2. Feb 28, 2013
    • James Turner's avatar
      Remove isReciprocal from FGRunway. · 88a4435c
      James Turner authored
      This was a bogus concept, either runways have a reciprocal or not (if singled-ended), really this was simply exposing an artefact of the apt.dat encoding. Change to an API which gives what is actually wanted - the ability to extract an airport's runways without any reciprocals included.
      88a4435c
  3. Feb 21, 2013
  4. Feb 20, 2013
  5. Jan 22, 2013
  6. Dec 18, 2012
    • James Turner's avatar
      Support partial all-within-range spatial queries. · 1e8cdd58
      James Turner authored
      As an opt-in API, allow clients to request partial results, with a time-bounded cutoff. Use this to keep the MapWidget responsive even when many airports are being added to the cache (e.g., zooming out or panning rapidly when zoomed out)
      1e8cdd58
  7. Dec 10, 2012
    • James Turner's avatar
      Flight-path-history. · 433af2b5
      James Turner authored
      Record the historical flight-path (by default, since last takeoff). Optionally display the flight-path in the map; other visualisations (e.g., an 'in-world' view) could also be created. Nasal API to follow so Canvas-map or FMS can show the same data.
      
      Altitude and attitude (Euler angles) are currently recorded but not used anywhere.
      433af2b5
  8. Sep 19, 2012
    • James Turner's avatar
      Implement a persistent cache for navigation data. · 9b900e94
      James Turner authored
      Cache the parsed navigation and airport data in a binary file to reduce
      startup times and memory consumption (since only referenced FGPositioned
      elements are held in memory).
      
      Data will be reimported when the mod-time of any input file is changed.
      If a global file is changed (nav.dat, awy.dat, apt.dat, etc), the cache
      will be completely rebuilt, which takes approximately 30 seconds on
      moderate hardware. (Future work may reduce this).
      9b900e94
  9. May 16, 2012
  10. May 11, 2012
  11. May 06, 2012
  12. Apr 21, 2012
  13. Nov 08, 2011
  14. Oct 12, 2011
  15. Oct 02, 2011
  16. Sep 18, 2011
  17. Jun 28, 2011
  18. May 20, 2011
  19. Apr 16, 2011
  20. Mar 27, 2011
  21. Mar 26, 2011
  22. Jan 20, 2011
  23. Jan 07, 2011
  24. Jan 03, 2011
  25. Oct 20, 2010
  26. Apr 25, 2010
  27. Mar 28, 2010
Loading