Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2008, 1:47:41 AM (16 years ago)
Author:
landauf
Message:

added MovableEntity with network optimization for constant velocity and rotation

added new Timer feature to destroy a Timer right after it called the function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc

    r1949 r1968  
    8989    void LevelInfo::setGametype(const std::string& gametype)
    9090    {
    91         std::cout << "0: " << gametype << std::endl;
    9291        Identifier* identifier = ClassByString(gametype);
    9392        if (identifier)
    9493        {
    95             std::cout << "1: " << identifier->getName() << std::endl;
    9694            this->gametype_ = gametype;
    9795            this->gametypeIdentifier_ = identifier;
Note: See TracChangeset for help on using the changeset viewer.