Changelog 2017.3: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Created page with " == Property tree == * C++ versions of props.nas setValues/setChildren() Improve performance of Nasal properties access by implementing the setValues/setChildren props.nas...")
 
Line 3: Line 3:


== Property tree ==
== Property tree ==
* C++ versions of props.nas setValues/setChildren()
* C++ versions of props.nas setValues/setChildren() Improve performance of Nasal properties access by implementing the setValues/setChildren props.nas functions in C++ <ref>https://sourceforge.net/p/flightgear/flightgear/ci/386f8b87b51b486d56378d0d22685c187d2d5cf8/</ref>
 
Improve performance of Nasal properties access
by implementing the setValues/setChildren props.nas
functions in C++ <ref>https://sourceforge.net/p/flightgear/flightgear/ci/386f8b87b51b486d56378d0d22685c187d2d5cf8/</ref>

Revision as of 10:29, 12 August 2017


Property tree

  • C++ versions of props.nas setValues/setChildren() Improve performance of Nasal properties access by implementing the setValues/setChildren props.nas functions in C++ [1]