]> git.mxchange.org Git - flightgear.git/commit
Only warn about unknown tags in instrumentation.xml
authorTorsten Dreyer <torsten@t3r.de>
Fri, 22 May 2015 15:40:17 +0000 (17:40 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Fri, 22 May 2015 15:40:17 +0000 (17:40 +0200)
commit26b74c91da2b9b8bd6e05bd96b1ffd74cfbef550
tree5e4516db03c7f0cf81cceae474a54f94d2046dba
parent076f61f2b7e1f774bc827f34ab4a24dcc1998571
Only warn about unknown tags in instrumentation.xml

Richard J. Senior:
Without this commit, unknown top-level tags in instrumentation.xml are treated
as errors and the rest of the file is not processed.

Users running Flightgear versions prior to 3.2 have experienced problems with
the comm-radio tags after downloading updated versions of aircraft from FGADDON.
Instrumentation listed after the unrecognized comm-radio tags is not processed
for these users and is inactive in the cockpit.

This commit changes the instrumentation build method so that unrecognized tags
are treated as warnings. This won't help users running older versions but
protects against the same problems occurring if new tags are added to
instrumentation in the future.
src/Instrumentation/instrument_mgr.cxx