Changeset 3179 for code/branches/pch/src/orxonox/objects/infos
- Timestamp:
- Jun 15, 2009, 8:20:14 PM (16 years ago)
- Location:
- code/branches/pch/src/orxonox/objects/infos
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/objects/infos/Bot.cc
r3110 r3179 29 29 #include "Bot.h" 30 30 31 #include "util/Math.h" 31 32 #include "core/GameMode.h" 32 33 #include "core/CoreIncludes.h" … … 34 35 #include "objects/gametypes/Gametype.h" 35 36 #include "objects/controllers/AIController.h" 36 #include "util/Math.h"37 37 38 38 namespace orxonox … … 66 66 void Bot::setConfigValues() 67 67 { 68 static std::string names[] =68 static const std::string names[] = 69 69 { 70 70 "Dr. Julius No", -
code/branches/pch/src/orxonox/objects/infos/Bot.h
r2662 r3179 31 31 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <vector> 34 35 35 #include "PlayerInfo.h" 36 36 -
code/branches/pch/src/orxonox/objects/infos/GametypeInfo.cc
r3178 r3179 31 31 #include "core/CoreIncludes.h" 32 32 #include "core/GameMode.h" 33 #include "core/ObjectList.h" 33 34 #include "network/NetworkFunction.h" 34 35 #include "network/Host.h" -
code/branches/pch/src/orxonox/objects/infos/GametypeInfo.h
r3178 r3179 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string> 34 35 #include "Info.h" 35 36 -
code/branches/pch/src/orxonox/objects/infos/HumanPlayer.cc
r3110 r3179 29 29 #include "HumanPlayer.h" 30 30 31 #include "core/GameMode.h"32 31 #include "core/CoreIncludes.h" 33 32 #include "core/ConfigValueIncludes.h" 33 #include "core/GameMode.h" 34 34 #include "network/ClientInformation.h" 35 35 #include "network/Host.h" -
code/branches/pch/src/orxonox/objects/infos/HumanPlayer.h
r2973 r3179 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string> 34 35 #include "PlayerInfo.h" 35 36 -
code/branches/pch/src/orxonox/objects/infos/Info.cc
r3110 r3179 28 28 29 29 #include "Info.h" 30 31 30 #include "core/CoreIncludes.h" 32 31 -
code/branches/pch/src/orxonox/objects/infos/PlayerInfo.cc
r3110 r3179 34 34 #include "network/ClientInformation.h" 35 35 #include "objects/gametypes/Gametype.h" 36 #include "objects/worldentities/ControllableEntity.h" 36 37 37 38 namespace orxonox -
code/branches/pch/src/orxonox/objects/infos/PongBot.h
r2839 r3179 31 31 32 32 #include "OrxonoxPrereqs.h" 33 34 33 #include "Bot.h" 35 34
Note: See TracChangeset
for help on using the changeset viewer.