]> git.mxchange.org Git - flightgear.git/commit
scenery: Move flightgears paging back into the application.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Thu, 15 Mar 2012 19:56:37 +0000 (20:56 +0100)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Thu, 15 Mar 2012 19:56:37 +0000 (20:56 +0100)
commit1ddb658a706e4d60d60cfce29ffb8f5bc9f71211
treee8d6a75d39c5bae0e3bda4bcf36aec4c605115cc
parent44c716bb03a54950f9454b07a4e0656122911d75
scenery: Move flightgears paging back into the application.

This way of scenery paging is really application code.
Now that the simgear stg loader is seperated from the paging
code, this appication specific paging can reside here.
May be at some time also use the spt stuff here.
src/Main/fgviewer.cxx
src/Scenery/CMakeLists.txt
src/Scenery/tilecache.cxx [new file with mode: 0644]
src/Scenery/tilecache.hxx [new file with mode: 0644]
src/Scenery/tileentry.cxx [new file with mode: 0644]
src/Scenery/tileentry.hxx [new file with mode: 0644]
src/Scenery/tilemgr.cxx
src/Scenery/tilemgr.hxx
utils/fgviewer/fgviewer.cxx