Talk:Radio propagation

From FlightGear wiki
Revision as of 09:09, 16 March 2014 by Adrian (talk | contribs)
Jump to navigation Jump to search

Roadmap

We are currently looking into updating the code base, to ensure that things still work with FG 3.0+ Some of the steps involved are detailed below:


  • integrate with navaid/radio code[1] Done Done
  • rebase against git HEAD (next) Done Done
  • rebase into a set of smaller self-contained patches [2] 50}% completed
  • modify build system to make the feature entirely optional via build-time option that defaults to disabled [3] [4] Done Done
  • Address issues pointed out by TorstenD on the devel list: 20}% completed
    • generalize/unify with terrain presampler code [5] 10}% completed
    • get rid of huge conditionals, introduce helper functions/methods instead [6] 40}% completed
    • get rid of magic constants, use variables enums [7] Done Done