Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2008, 3:35:50 PM (16 years ago)
Author:
landauf
Message:

moved Debug.h, OutputHandler and OutputBuffer to util, to make COUT(x) available everywhere

File:
1 edited

Legend:

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

    r1571 r1586  
    3838#include <OgreStringConverter.h>
    3939
    40 #include "core/Debug.h"
    4140#include "core/CoreIncludes.h"
    4241#include "core/ConfigValueIncludes.h"
    4342#include "core/ConsoleCommand.h"
    4443#include "core/input/InputManager.h"
     44#include "util/Debug.h"
    4545#include "util/Math.h"
    4646#include "GraphicsEngine.h"
     
    457457            this->consoleOverlayTextAreas_[index]->setColourTop   (ColourValue(0.40, 0.20, 0.40, 1.00));
    458458            this->consoleOverlayTextAreas_[index]->setColourBottom(ColourValue(0.80, 0.60, 0.80, 1.00));
     459        }
     460        else if (colourcode == 6)
     461        {
     462            this->consoleOverlayTextAreas_[index]->setColourTop   (ColourValue(0.30, 0.20, 0.30, 1.00));
     463            this->consoleOverlayTextAreas_[index]->setColourBottom(ColourValue(0.50, 0.40, 0.50, 1.00));
    459464        }
    460465        else
Note: See TracChangeset for help on using the changeset viewer.