Changeset 1486 for code/branches/network/src/orxonox
- Timestamp:
- May 30, 2008, 3:02:03 PM (17 years ago)
- Location:
- code/branches/network/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/GraphicsEngine.cc
r1477 r1486 149 149 #endif 150 150 151 /* // create a logManager 151 // TODO: LogManager doesn't work on specific systems. The why is unknown yet. 152 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32 153 // create a logManager 152 154 // note: If there's already a logManager, Ogre will complain by a failed assertation. 153 155 // but that shouldn't happen, since this is the first time to create a logManager.. … … 164 166 165 167 myLog->setLogDetail(Ogre::LL_BOREME); 166 myLog->addListener(this);*/ 168 myLog->addListener(this); 169 #endif 167 170 168 171 // Root will detect that we've already created a Log -
code/branches/network/src/orxonox/objects/Model.cc
r1466 r1486 85 85 86 86 //HACK!! 87 if ((this->meshSrc_ == "assff.mesh") || (this->meshSrc_ == "ast1.mesh") || (this->meshSrc_ == "ast2.mesh") || (this->meshSrc_ == "ast3.mesh") || (this->meshSrc_ == "ast4.mesh") ||(this->meshSrc_ == "ast5.mesh") || (this->meshSrc_ == "ast6.mesh"))87 /*if ((this->meshSrc_ == "assff.mesh") || (this->meshSrc_ == "ast1.mesh") || (this->meshSrc_ == "ast2.mesh") || (this->meshSrc_ == "ast3.mesh") || (this->meshSrc_ == "ast4.mesh") ||(this->meshSrc_ == "ast5.mesh") || (this->meshSrc_ == "ast6.mesh")) 88 88 { 89 89 Ogre::MeshPtr pMesh = this->mesh_.getEntity()->getMesh(); … … 104 104 105 105 106 } 106 }*/ 107 107 COUT(4) << "Loader (Model.cc): Created model" << std::endl; 108 108 }
Note: See TracChangeset
for help on using the changeset viewer.