]> git.mxchange.org Git - simgear.git/commit
From David Megginson:
authorcurt <curt>
Wed, 21 Mar 2001 04:57:13 +0000 (04:57 +0000)
committercurt <curt>
Wed, 21 Mar 2001 04:57:13 +0000 (04:57 +0000)
commit510091f082f18f9d003ab4803786902330303aef
treefa46bdc02e52ebc88ee20bbe298394f15ce234ee
parent7db44c113c2cbbd05938f2d444a5d63f005d0ce4
From David Megginson:

1. Fixed a bug reported by Curt for one of the getChild methods.

2. Cleaned up some of the error reporting, and require PropertyList as
the root element name.  Also uncluttered the XML output a little
(removed type="unknown").

3. Added a new Long type (i.e. setLongValue, getLongValue, etc.), as
requested by Curt aeons ago.

4. Added aliases, so that a property's value can directly reflect the
value of another property.

5. Added a generalized inclusion facility, with parameters (panel
writers should love this one).
simgear/misc/fgpath.cxx
simgear/misc/fgpath.hxx
simgear/misc/props.cxx
simgear/misc/props.hxx
simgear/misc/props_io.cxx
simgear/misc/props_test.cxx
simgear/xml/easyxml.cxx