]> git.mxchange.org Git - flightgear.git/commit
- remove dependence on /sim/number-views: the view manager just uses all
authormfranz <mfranz>
Fri, 4 May 2007 14:58:52 +0000 (14:58 +0000)
committermfranz <mfranz>
Fri, 4 May 2007 14:58:52 +0000 (14:58 +0000)
commit5d8f383ded6d3e976e67b47c44f1ca2a5e1d35d0
treeaa32ce422b59d0b9a8d6f15a62bdcfabaae68665
parentdad550e0eb312243c2c5712ac09e685cfde3ffad
- remove dependence on /sim/number-views: the view manager just uses all
  /sim/view[*] that it finds. It's not only unnecessary that view definitions
  have subsequent indices, but aircraft are now *requested* to use indices
  100++. /sim/view[0] .. /sim/view[99] are reserved for the system. (Not
  that we'd ever need that many, This is just a convention, it's nowhere
  hard-coded.)
- replace the string operations for property paths by method calls & other
  improvements
src/Main/viewmgr.cxx
src/Main/viewmgr.hxx