Talk:Radio propagation: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
** generalize/unify with terrain presampler code [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38927.html] {{Fixed: won't change}}
** generalize/unify with terrain presampler code [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38927.html] {{Fixed: won't change}}
** get rid of huge conditionals, introduce helper functions/methods instead [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38927.html]
** get rid of huge conditionals, introduce helper functions/methods instead [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38927.html]
** get rid of magic constants, use variables [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38927.html] {{Fixed: won't change}}
** get rid of magic constants, use <strike>variables</strike> enums [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38927.html] {{Done}}


* provide a startup option to enable/disable the system [https://www.mail-archive.com/search?l=flightgear-devel@lists.sourceforge.net&q=subject:%22Re%3A+%5BFlightgear-devel%5D+Real-Time+Radio+Propagation%22] [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38826.html] [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg33722.html] [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38918.html] {{Done}}  
* provide a startup option to enable/disable the system [https://www.mail-archive.com/search?l=flightgear-devel@lists.sourceforge.net&q=subject:%22Re%3A+%5BFlightgear-devel%5D+Real-Time+Radio+Propagation%22] [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38826.html] [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg33722.html] [https://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38918.html] {{Done}}  

Revision as of 05:53, 13 March 2014

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] Not done Not done
  • 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: Not done Not done
    • generalize/unify with terrain presampler code [5] Template:Fixed: won't change
    • get rid of huge conditionals, introduce helper functions/methods instead [6]
    • get rid of magic constants, use variables enums [7] Done Done