Talk:Advanced weather: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (improving the atmosphere model: store links for later)
m (moved Talk:A local weather system to Talk:Advanced weather: this is the new name since it was included in FlightGear 2.4)
(No difference)

Revision as of 15:26, 22 September 2012

improving the FG atmosphere model


documentation

  • meaning of various flags?

gui issues

There's currently: OK and Clear/End

I ASSUME, that it would be more intuitive for most people to simply replace these two buttons with a single [APPLY] button and implicitly do CLEAR/END + OK that way. To stop the system, another item could be added to the scenario combo box saying "TERMINATE" or "DISABLED".

refactoring

  • there's some overlapping stuff in tile codes and tile names, e.g. "Altocumulus sky" vs. "altocumulus_sky", this could be unified, so that a single hash could be used.

old code

  • many of the CHECKS in compat_layer.nas are now obsolete (1==0)

dead code