]> git.mxchange.org Git - simgear.git/commit
- Moved some property specific code into simgear/props/
authorcurt <curt>
Tue, 6 May 2003 23:40:43 +0000 (23:40 +0000)
committercurt <curt>
Tue, 6 May 2003 23:40:43 +0000 (23:40 +0000)
commit525d2df3ccbf80152492a8632267f228a41ac393
treeaeba3c325e71643f09b6408a6ce654aab0bf4243
parent701031a4738f04d8e5d386d7e4d2cf937b18553a
- Moved some property specific code into simgear/props/
- Split out the condition code from fgfs/src/Main/fg_props and put it
  in it's own source file in simgear/props/
- Created a scene subdirectory for scenery, model, and material property
  related code.
- Moved location.[ch]xx into simgear/scene/model/
- The location and condition code had dependencies on flightgear's global
  state (all the globals-> stuff, the flightgear property tree, etc.)  SimGear
  code can't depend on it so that data has to be passed as parameters to the
  functions/methods/constructors.
22 files changed:
configure.ac
simgear/Makefile.am
simgear/misc/Makefile.am
simgear/misc/commands.cxx
simgear/misc/commands.hxx
simgear/misc/props.cxx [deleted file]
simgear/misc/props.hxx [deleted file]
simgear/misc/props_io.cxx [deleted file]
simgear/misc/props_io.hxx [deleted file]
simgear/misc/props_test.cxx [deleted file]
simgear/props/Makefile.am [new file with mode: 0644]
simgear/props/condition.cxx [new file with mode: 0644]
simgear/props/condition.hxx [new file with mode: 0644]
simgear/props/props.cxx [new file with mode: 0644]
simgear/props/props.hxx [new file with mode: 0644]
simgear/props/props_io.cxx [new file with mode: 0644]
simgear/props/props_io.hxx [new file with mode: 0644]
simgear/props/props_test.cxx [new file with mode: 0644]
simgear/scene/Makefile.am [new file with mode: 0644]
simgear/scene/model/Makefile.am [new file with mode: 0644]
simgear/scene/model/location.cxx [new file with mode: 0644]
simgear/scene/model/location.hxx [new file with mode: 0644]