0b1399479a09c25e52f12ed8f37971830aa55d29
add a create-flag to the node() method of a PropertyObject, defaulting to false to maintain existing behaviour. This could be used to add a listener to a non-existing property without having to write a dummy-value beforehand. Usage: myPropertyObject->node() returns the corresponding node or NULL if does not exist or has not been accessed before. myPropertyObject->node(true) returns the corresponding node, never NULL. If the property does not exist, it will gets created.
SimGear - Simulator Construction Tools ====================================== http://www.flightgear.org SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator. Source code for SimGear is released under the GNU Library General Public License (LGPL) - see COPYING for license details. See INSTALL file for help on building SimGear.
Description
Languages
C++
85.5%
C
13.1%
CMake
1.4%