Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2009, 11:13:52 PM (15 years ago)
Author:
rgrieder
Message:

Sorted out some small stuff in the Shell and hopefully fixed IOConsole problems (flickering and too much output).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/orxonox/overlays/InGameConsole.cc

    r6004 r6010  
    6868    */
    6969    InGameConsole::InGameConsole()
    70         : shell_(new Shell("InGameConsole", true))
     70        : shell_(new Shell("InGameConsole", true, true))
    7171        , consoleOverlay_(0)
    7272        , consoleOverlayContainer_(0)
     
    255255        // we take -1.2 because the border makes the panel bigger
    256256        this->consoleOverlayContainer_->setTop(-1.2 * this->relativeHeight);
    257 
    258         this->shell_->addOutputLevel(true);
    259257
    260258        COUT(4) << "Info: InGameConsole initialized" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.