Files
simgear/simgear/structure
Stuart Buchanan f076c43b90 Improve parsing of state machines
State machines will now throw exceptions if errors are encountered
when loading the XML file.

This includes:
- Unknown <source> or <target> states referenced by transitions
- States and transitions without <name> elements
- Transitions without <target> or <condition> elements
- State machines with fewer than two states

Previously the state machine would load and then crash when hitting
such malformed states or transitions.  Now it will refuse to load,
while providing useful error messages as to the problem.
2019-02-14 22:15:38 +00:00
..
2006-03-08 18:16:08 +00:00
2011-10-23 23:27:38 +02:00
2011-10-23 23:27:38 +02:00
2014-02-08 19:15:46 +01:00
2019-02-11 08:49:40 +01:00