]> git.mxchange.org Git - flightgear.git/commit
Lazy-loading of the 2D panel node.
authorJames Turner <zakalawe@mac.com>
Wed, 16 May 2012 10:43:09 +0000 (11:43 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 16 May 2012 10:43:09 +0000 (11:43 +0100)
commit8f10fff8dcd59765dbe13b191b1c02ce0c969674
treeefe4521f6b969f58c7a852af6c0db592618c8f60
parent77cd7b39f7723da44c28de2b9bc38eb55bbb5cb1
Lazy-loading of the 2D panel node.

Sink the 2D panel logic into FGPanelNode, simplifying
renderer.cxx and a few other places. Also allows potential
for unloading / paging of 2.5D panels in the future.
src/Cockpit/panel.cxx
src/Cockpit/panel.hxx
src/Main/fg_commands.cxx
src/Main/fg_init.cxx
src/Main/globals.cxx
src/Main/globals.hxx
src/Model/panelnode.cxx
src/Model/panelnode.hxx
src/Viewer/renderer.cxx
src/Viewer/renderer.hxx