Wrecked Games

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're just that awesome.

Author Topic: Manager loading order finalized:  (Read 1078 times)

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
Manager loading order finalized:
« on: July 20, 2006, 07:46:42 PM »

As the topic states, I have finalized the loading order of the main managers in VisualOgreCore:
Code: [Select]

            mDockingManager
            mPropertyManager
            mEditorManager
            mOutputManager
            Panes.OgrePane(this);
            mProjectManager
            mFileManager
            mMenuManager
            mPluginManager


Basically, this last change placed OgrePane before the plugin loading, so you could tie in early to events. Now, by the time a plugin is loaded, everything but the docking configuration restoration is done (because, you set the initial location), and then by loading the restore, it will restore any saved info.
Logged