Changeset 3158
- Timestamp:
- Jun 13, 2009, 5:05:38 PM (15 years ago)
- Location:
- code/branches/pch/src/orxonox
- Files:
-
- 56 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/objects/quest/AddQuest.cc
r3149 r3158 28 28 29 29 /** 30 @file AddQuest.cc30 @file 31 31 @brief Implementation of the AddQuest class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/AddQuest.h
r3068 r3158 28 28 29 29 /** 30 @file AddQuest.h30 @file 31 31 @brief Definition of the AddQuest class. 32 32 */ … … 36 36 37 37 #include "OrxonoxPrereqs.h" 38 39 #include <string>40 38 41 39 #include "core/XMLPort.h" -
code/branches/pch/src/orxonox/objects/quest/AddQuestHint.cc
r3149 r3158 28 28 29 29 /** 30 @file AddQuestHint.cc30 @file 31 31 @brief Implementation of the AddQuestHint class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/AddQuestHint.h
r3068 r3158 28 28 29 29 /** 30 @file AddQuestHint.h30 @file 31 31 @brief Definition of the AddQuestHint class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/AddReward.cc
r3110 r3158 28 28 29 29 /** 30 @file AddReward.cc30 @file 31 31 @brief Implementation of the AddReward class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/AddReward.h
r3068 r3158 28 28 29 29 /** 30 @file AddReward.h30 @file 31 31 @brief Definition of the AddReward class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/ChangeQuestStatus.cc
r3110 r3158 28 28 29 29 /** 30 @file ChangeQuestStatus.cc30 @file 31 31 @brief Implementation of the ChangeQuestStatus class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/ChangeQuestStatus.h
r3068 r3158 28 28 29 29 /** 30 @file ChangeQuestStatus.h30 @file 31 31 @brief Definition of the ChangeQuestStatus class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/CompleteQuest.cc
r3149 r3158 28 28 29 29 /** 30 @file CompleteQuest.cc30 @file 31 31 @brief Implementation of the CompleteQuest class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/CompleteQuest.h
r3068 r3158 28 28 29 29 /** 30 @file CompleteQuest.h30 @file 31 31 @brief Definition of the CompleteQuest class. 32 32 */ … … 36 36 37 37 #include "OrxonoxPrereqs.h" 38 39 #include <string>40 38 41 39 #include "core/XMLPort.h" -
code/branches/pch/src/orxonox/objects/quest/FailQuest.cc
r3149 r3158 28 28 29 29 /** 30 @file FailQuest.cc30 @file 31 31 @brief Implementation of the FailQuest class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/FailQuest.h
r3068 r3158 28 28 29 29 /** 30 @file FailQuest.h30 @file 31 31 @brief Definition of the FailQuest class. 32 32 */ … … 36 36 37 37 #include "OrxonoxPrereqs.h" 38 39 #include <string>40 38 41 39 #include "core/XMLPort.h" -
code/branches/pch/src/orxonox/objects/quest/GlobalQuest.cc
r3149 r3158 28 28 29 29 /** 30 @file GlobalQuest.cc30 @file 31 31 @brief Implementation of the GlobalQuest class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/GlobalQuest.h
r3068 r3158 28 28 29 29 /** 30 @file GlobalQuest.h30 @file 31 31 @brief Definition of the GlobalQuest class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/LocalQuest.cc
r3149 r3158 28 28 29 29 /** 30 @file LocalQuest.cc30 @file 31 31 @brief Implementation of the LocalQuest class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/LocalQuest.h
r3068 r3158 28 28 29 29 /** 30 @file LocalQuest.h30 @file 31 31 @brief Definition of the LocalQuest class. 32 32 */ … … 38 38 39 39 #include <map> 40 #include <string>41 40 42 41 #include "core/XMLPort.h" -
code/branches/pch/src/orxonox/objects/quest/Quest.cc
r3110 r3158 28 28 29 29 /** 30 @file Quest.cc30 @file 31 31 @brief Implementation of the Quest class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/Quest.h
r3068 r3158 28 28 29 29 /** 30 @file Quest.h30 @file 31 31 @brief Definition of the Quest class. 32 32 The Quest is the parent class of LocalQuest and GlobalQuest. … … 39 39 40 40 #include <list> 41 #include <string>42 41 43 42 #include "core/XMLPort.h" -
code/branches/pch/src/orxonox/objects/quest/QuestDescription.cc
r3110 r3158 28 28 29 29 /** 30 @file QuestDescription.cc30 @file 31 31 @brief Implementation of the QuestDescription class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/QuestDescription.h
r3068 r3158 28 28 29 29 /** 30 @file QuestDescription.h30 @file 31 31 @brief Definition of the QuestDescription class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/QuestEffect.cc
r3110 r3158 28 28 29 29 /** 30 @file QuestEffect.cc30 @file 31 31 @brief Implementation of the QuestEffect class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/QuestEffect.h
r3068 r3158 28 28 29 29 /** 30 @file QuestEffect.h30 @file 31 31 @brief Definition of the QuestEffect class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/QuestEffectBeacon.cc
r3110 r3158 28 28 29 29 /** 30 @file QuestEffectBeacon.cc30 @file 31 31 @brief Implementation of the QuestEffectBeacon class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/QuestEffectBeacon.h
r2911 r3158 28 28 29 29 /** 30 @file QuestEffectBeacon.h30 @file 31 31 @brief Definition of the QuestEffectBeacon class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/QuestHint.cc
r3149 r3158 28 28 29 29 /** 30 @file QuestHint.cc30 @file 31 31 @brief Implementation of the QuestHint class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/QuestHint.h
r3068 r3158 28 28 29 29 /** 30 @file QuestHint.h30 @file 31 31 @brief Definition of the QuestHint class. 32 32 */ … … 38 38 39 39 #include <map> 40 #include <string>41 40 42 41 #include "core/XMLPort.h" -
code/branches/pch/src/orxonox/objects/quest/QuestItem.cc
r3110 r3158 28 28 29 29 /** 30 @file QuestItem.cc30 @file 31 31 @brief Implementation of the QuestItem class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/QuestItem.h
r3068 r3158 28 28 29 29 /** 30 @file QuestItem.h30 @file 31 31 @brief Definition of the QuestItem class. 32 32 The QuestItem is the parent class of Quest and QuestHint. -
code/branches/pch/src/orxonox/objects/quest/QuestListener.cc
r3149 r3158 28 28 29 29 /** 30 @file QuestListener.cc30 @file 31 31 @brief Implementation of the QuestListener class. 32 32 */ … … 163 163 Return the mode of the QuestListener. Can be eighter 'all', 'start', 'fail' or 'complete'. 164 164 */ 165 conststd::string QuestListener::getMode(void)165 std::string QuestListener::getMode(void) 166 166 { 167 167 if(this->mode_ == questListenerMode::all) -
code/branches/pch/src/orxonox/objects/quest/QuestListener.h
r2911 r3158 28 28 29 29 /** 30 @file QuestListener.h30 @file 31 31 @brief Definition of the QuestListener class. 32 32 */ … … 90 90 bool setMode(const std::string & mode); //!< Sets the mode of the QuestListener. 91 91 92 conststd::string getMode(void); //!< Get the mode of the QuestListener.92 std::string getMode(void); //!< Get the mode of the QuestListener. 93 93 94 94 /** -
code/branches/pch/src/orxonox/objects/quest/QuestManager.cc
r3149 r3158 28 28 29 29 /** 30 @file QuestManager.cc30 @file 31 31 @brief Implementation of the QuestManager class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/QuestManager.h
r3068 r3158 28 28 29 29 /** 30 @file QuestManager.h30 @file 31 31 @brief Definition of the QuestManager class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/Rewardable.cc
r3110 r3158 28 28 29 29 /** 30 @file Rewardable.cc30 @file 31 31 @brief Implementation of the Rewardable class. 32 32 */ -
code/branches/pch/src/orxonox/objects/quest/Rewardable.h
r3068 r3158 28 28 29 29 /** 30 @file Rewardable.h30 @file 31 31 @brief Definition of the Rewardable class. 32 32 */ -
code/branches/pch/src/orxonox/overlays/hud/AnnounceMessage.h
r3144 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include "objects/GametypeMessageListener.h" 36 35 #include "overlays/FadeoutText.h" -
code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.cc
r3144 r3158 29 29 #include "ChatOverlay.h" 30 30 31 #include <string> 31 32 #include <OgreTextAreaOverlayElement.h> 32 33 -
code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.h
r3144 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include <list> 36 35 #include <OgreUTFString.h> -
code/branches/pch/src/orxonox/overlays/hud/DeathMessage.h
r3144 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include "objects/GametypeMessageListener.h" 36 35 #include "overlays/FadeoutText.h" -
code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.cc
r3144 r3158 29 29 #include "HUDNavigation.h" 30 30 31 #include <string> 31 32 #include <OgreOverlayManager.h> 32 33 #include <OgreTextAreaOverlayElement.h> -
code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.h
r3144 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include <OgrePrerequisites.h> 36 35 #include "objects/Tickable.h" -
code/branches/pch/src/orxonox/overlays/hud/KillMessage.h
r3144 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include "objects/GametypeMessageListener.h" 36 35 #include "overlays/FadeoutText.h" -
code/branches/pch/src/orxonox/overlays/notifications/Notification.cc
r3144 r3158 28 28 29 29 /** 30 @file Notification.cc30 @file 31 31 @brief Implementation of the Notification class. 32 32 */ -
code/branches/pch/src/orxonox/overlays/notifications/Notification.h
r3144 r3158 28 28 29 29 /** 30 @file Notification.h30 @file 31 31 @brief Definition of the Notification class. 32 32 */ -
code/branches/pch/src/orxonox/overlays/notifications/NotificationManager.cc
r3144 r3158 28 28 29 29 /** 30 @file NotificationManager.cc30 @file 31 31 @brief Implementation of the NotificationManager class. 32 32 */ -
code/branches/pch/src/orxonox/overlays/notifications/NotificationManager.h
r3144 r3158 28 28 29 29 /** 30 @file NotificationManager.h30 @file 31 31 @brief Definition of the NotificationManager class. 32 32 */ -
code/branches/pch/src/orxonox/overlays/notifications/NotificationOverlay.cc
r3144 r3158 28 28 29 29 /** 30 @file NotificationOverlay.cc30 @file 31 31 @brief Implementation of the NotificationOverlay class. 32 32 */ … … 127 127 Clips the input message so that it meets the requirements for the maximal length of Notifications given by the NotificationQueue. 128 128 */ 129 conststd::string NotificationOverlay::clipMessage(const std::string & message)129 std::string NotificationOverlay::clipMessage(const std::string & message) 130 130 { 131 131 if(message.length() <= (unsigned int)this->queue_->getNotificationLength()) //!< If the message is not too long. -
code/branches/pch/src/orxonox/overlays/notifications/NotificationOverlay.h
r3144 r3158 28 28 29 29 /** 30 @file NotificationOverlay.h30 @file 31 31 @brief Definition of the NotificationOverlay class. 32 32 */ … … 68 68 69 69 protected: 70 conststd::string clipMessage(const std::string & message); //!< Clips the input message if too long.70 std::string clipMessage(const std::string & message); //!< Clips the input message if too long. 71 71 72 72 private: -
code/branches/pch/src/orxonox/overlays/notifications/NotificationQueue.cc
r3144 r3158 28 28 29 29 /** 30 @file NotificationQueue.cc30 @file 31 31 @brief Implementation of the NotificationQueue class. 32 32 */ -
code/branches/pch/src/orxonox/overlays/notifications/NotificationQueue.h
r3144 r3158 28 28 29 29 /** 30 @file NotificationQueue.h30 @file 31 31 @brief Definition of the NotificationQueue class. 32 32 */ -
code/branches/pch/src/orxonox/overlays/stats/CreateLines.h
r3140 r3158 29 29 30 30 #include "OrxonoxPrereqs.h" 31 #include <string>32 31 33 32 namespace orxonox -
code/branches/pch/src/orxonox/tools/BillboardSet.cc
r3131 r3158 29 29 #include "BillboardSet.h" 30 30 31 #include <cassert> 32 #include <string> 31 33 #include <sstream> 32 #include <cassert>33 34 #include <OgreSceneManager.h> 34 35 #include <OgreBillboardSet.h> -
code/branches/pch/src/orxonox/tools/BillboardSet.h
r3131 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include <OgrePrerequisites.h> 36 35 #include "util/UtilPrereqs.h" -
code/branches/pch/src/orxonox/tools/Mesh.cc
r3131 r3158 31 31 #include <cassert> 32 32 #include <sstream> 33 #include <string> 33 34 #include <OgreEntity.h> 34 35 #include <OgreSceneManager.h> -
code/branches/pch/src/orxonox/tools/Mesh.h
r3131 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include <OgrePrerequisites.h> 36 35 -
code/branches/pch/src/orxonox/tools/ParticleInterface.cc
r3131 r3158 35 35 36 36 #include <cassert> 37 #include <string> 37 38 #include <OgreParticleSystem.h> 38 39 #include <OgreParticleEmitter.h> -
code/branches/pch/src/orxonox/tools/ParticleInterface.h
r3131 r3158 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string>35 34 #include <OgrePrerequisites.h> 36 35 #include "tools/TimeFactorListener.h"
Note: See TracChangeset
for help on using the changeset viewer.