[Orxonox-commit 1538] r6256 - in code/branches/presentation2/src/orxonox: . controllers sound

rgrieder at orxonox.net rgrieder at orxonox.net
Sun Dec 6 17:07:22 CET 2009


Author: rgrieder
Date: 2009-12-06 17:07:22 +0100 (Sun, 06 Dec 2009)
New Revision: 6256

Modified:
   code/branches/presentation2/src/orxonox/LevelManager.cc
   code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
   code/branches/presentation2/src/orxonox/sound/SoundManager.cc
Log:
Removed debug output.

Modified: code/branches/presentation2/src/orxonox/LevelManager.cc
===================================================================
--- code/branches/presentation2/src/orxonox/LevelManager.cc	2009-12-06 16:02:56 UTC (rev 6255)
+++ code/branches/presentation2/src/orxonox/LevelManager.cc	2009-12-06 16:07:22 UTC (rev 6256)
@@ -64,7 +64,7 @@
     void LevelManager::setConfigValues()
     {
         SetConfigValue(defaultLevelName_, "presentation_dm.oxw")
-            .description("Sets the preselection of the level in the main menu.");
+            .description("Sets the pre selection of the level in the main menu.");
     }
 
     void LevelManager::requestActivity(Level* level)

Modified: code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
===================================================================
--- code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc	2009-12-06 16:02:56 UTC (rev 6255)
+++ code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc	2009-12-06 16:07:22 UTC (rev 6256)
@@ -28,6 +28,7 @@
 
 #include "NewHumanController.h"
 
+#include <cmath>
 #include <OgreRay.h>
 #include <OgreSceneQuery.h>
 #include <OgreCamera.h>
@@ -43,9 +44,6 @@
 #include "sound/SoundManager.h"
 #include "Scene.h"
 
-#include <cmath>
-
-
 namespace orxonox
 {
     SetConsoleCommand(NewHumanController, changeMode,          false).keybindMode(KeybindMode::OnPress);
@@ -251,7 +249,6 @@
 
     void NewHumanController::doUnfire()
     {
-        COUT(0) << "dounfire" << endl;
         this->firemode_ = -1;
         hideArrows();
     }

Modified: code/branches/presentation2/src/orxonox/sound/SoundManager.cc
===================================================================
--- code/branches/presentation2/src/orxonox/sound/SoundManager.cc	2009-12-06 16:02:56 UTC (rev 6255)
+++ code/branches/presentation2/src/orxonox/sound/SoundManager.cc	2009-12-06 16:07:22 UTC (rev 6256)
@@ -587,7 +587,6 @@
                 this->effectsPoolSize_ += it->second->getSize();
                 this->effectsPool_.push_front(it->second);
                 it->second->poolIterator_ = this->effectsPool_.begin();
-                COUT(0) << "pool size: " << this->effectsPoolSize_ << std::endl;
             }
             else
                 this->soundBuffers_.erase(it);




More information about the Orxonox-commit mailing list