Changeset 8858 for code/trunk/src/orxonox/worldentities/StaticEntity.cc
- Timestamp:
 - Aug 23, 2011, 12:45:53 AM (14 years ago)
 - Location:
 - code/trunk
 - Files:
 - 
          
- 2 edited
 
- 
          . (modified) (2 props)
 - 
          src/orxonox/worldentities/StaticEntity.cc (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/trunk
- Property svn:ignore
- 
        
old new 1 1 build 2 2 codeblocks 3 vs 3 4 dependencies  
 - 
        
 - Property svn:mergeinfo changed
/code/branches/output (added) merged: 8739-8740,8765,8771-8772,8774-8780,8787-8789,8794-8799,8801,8803-8812,8814,8816-8817,8820,8822,8825-8837,8840,8844,8846,8848-8850,8853-8854  
 - Property svn:ignore
 - 
        
code/trunk/src/orxonox/worldentities/StaticEntity.cc
r6417 r8858 63 63 if (this->addedToPhysicalWorld()) 64 64 { 65 CCOUT(2) << "Warning: Attempting to change the position of a StaticEntity at physics run time. Ignoring change." << std::endl;65 orxout(internal_warning) << "Attempting to change the position of a StaticEntity at physics run time. Ignoring change." << endl; 66 66 return; 67 67 } … … 80 80 if (this->addedToPhysicalWorld()) 81 81 { 82 CCOUT(2) << "Warning: Attempting to change the orientation of a StaticEntity at physics run time. Ignoring change." << std::endl;82 orxout(internal_warning) << "Attempting to change the orientation of a StaticEntity at physics run time. Ignoring change." << endl; 83 83 return; 84 84 } … … 97 97 if (type == WorldEntity::Kinematic || type == WorldEntity::Dynamic) 98 98 { 99 CCOUT(1) << "Error: Cannot tell a StaticEntity to have kinematic or dynamic collision type! Ignoring." << std::endl;99 orxout(internal_warning) << "Cannot tell a StaticEntity to have kinematic or dynamic collision type! Ignoring." << endl; 100 100 assert(false); // Only in debug mode 101 101 return false;  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






