Reset & re-init: Difference between revisions

Jump to navigation Jump to search
m
→‎Benefits: https://code.google.com/p/flightgear-bugs/issues/detail?id=1151#c1
m (→‎Benefits: https://code.google.com/p/flightgear-bugs/issues/detail?id=1151#c1)
Line 48: Line 48:


* No more 'X breaks on reset' bugs - less code to maintain and fewer special cases in the code.
* No more 'X breaks on reset' bugs - less code to maintain and fewer special cases in the code.
* Dynamic switching of aircraft
* Dynamic switching of aircraft (saving/loading flights [https://code.google.com/p/flightgear-bugs/issues/detail?id=1151#c1])
** Since the property tree will be rebuilt, we can safely read a different -set.xml file without the universe imploding.
** Since the property tree will be rebuilt, we can safely read a different -set.xml file without the universe imploding.
* Restarting of Nasal (re-read scripts on the fly, also see [[Nasal Events]] [http://flightgear.org/forums/viewtopic.php?f=30&t=19487] [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg36668.html])
* Restarting of Nasal (re-read scripts on the fly, also see [[Nasal Events]] [http://flightgear.org/forums/viewtopic.php?f=30&t=19487] [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg36668.html])

Navigation menu