Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 4, 2008, 8:06:38 PM (16 years ago)
Author:
rgrieder
Message:
  • added various error code in GraphicsEngine
  • Config values for plugins.cfg, resources.cfg and ogre.log
  • created Settings class for general orxonox settings like dataPath
  • rewrote ArgReader to support any type of argument that converValue can convert
  • There is now a possibility to use boolean arguments (either given or not)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/core/input/InputBuffer.cc

    r1519 r1531  
    3939    InputBuffer::InputBuffer()
    4040    {
    41         RegisterObject(InputBuffer);
     41        RegisterRootObject(InputBuffer);
    4242
    4343        this->buffer_ = "";
     
    5959    InputBuffer::InputBuffer(const std::string allowedChars)
    6060    {
    61         RegisterObject(InputBuffer);
     61        RegisterRootObject(InputBuffer);
    6262
    6363        this->allowedChars_ = allowedChars;
Note: See TracChangeset for help on using the changeset viewer.