Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7204


Ignore:
Timestamp:
Aug 23, 2010, 1:08:14 AM (14 years ago)
Author:
landauf
Message:

adjusted includes in all other files

Location:
code/branches/consolecommands3/src
Files:
64 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/core/BaseObject.cc

    r7200 r7204  
    3939#include "Event.h"
    4040#include "EventIncludes.h"
    41 #include "Functor.h"
    4241#include "Iterator.h"
    4342#include "Template.h"
     
    4544#include "XMLNameListener.h"
    4645#include "XMLPort.h"
     46#include "command/Functor.h"
    4747
    4848namespace orxonox
  • code/branches/consolecommands3/src/libraries/core/ConfigFileManager.cc

    r7190 r7204  
    3434#include "util/Math.h"
    3535#include "util/StringUtils.h"
    36 #include "ConsoleCommand.h"
    3736#include "ConfigValueContainer.h"
    3837#include "PathConfig.h"
     38#include "command/ConsoleCommand.h"
    3939
    4040namespace orxonox
  • code/branches/consolecommands3/src/libraries/core/Core.cc

    r7175 r7204  
    5454#include "util/SignalHandler.h"
    5555#include "PathConfig.h"
    56 #include "CommandExecutor.h"
    5756#include "CommandLineParser.h"
    5857#include "ConfigFileManager.h"
     
    6564#include "Identifier.h"
    6665#include "Language.h"
    67 #include "IOConsole.h"
    6866#include "LuaState.h"
    6967#include "ScopedSingletonManager.h"
    70 #include "TclBind.h"
    71 #include "TclThreadManager.h"
     68#include "command/CommandExecutor.h"
     69#include "command/IOConsole.h"
     70#include "command/TclBind.h"
     71#include "command/TclThreadManager.h"
    7272#include "input/InputManager.h"
    7373
  • code/branches/consolecommands3/src/libraries/core/CorePrereqs.h

    r7199 r7204  
    116116    typedef std::string LanguageEntryLabel;
    117117
    118     class ArgumentCompleter;
    119     class ArgumentCompletionListElement;
    120118    class BaseObject;
    121119    template <class T>
     
    127125    class ClassTreeMaskNode;
    128126    class ClassTreeMaskObjectIterator;
    129     class CommandEvaluation;
    130127    class CommandLineParser;
    131128    class CommandLineArgument;
     
    137134    class ConfigFileSection;
    138135    class ConfigValueContainer;
    139     class ConsoleCommand;
    140136    class Core;
    141137    class DynLib;
     
    143139    struct Event;
    144140    class EventState;
    145     class Executor;
    146     template <class T>
    147     class ExecutorMember;
    148     class ExecutorStatic;
    149141    class Factory;
    150     class Functor;
    151     template <class T>
    152     class FunctorMember;
    153     class FunctorStatic;
    154142    class Game;
    155143    class GameState;
     
    159147    class GUIManager;
    160148    class Identifier;
    161     class IOConsole;
    162     class IRC;
    163149    template <class T>
    164150    class Iterator;
     
    185171    struct ResourceInfo;
    186172    class SettingsConfigFile;
    187     class Shell;
    188     class ShellListener;
    189173    template <class T>
    190174    class SmartPtr;
    191175    template <class T>
    192176    class SubclassIdentifier;
    193     class TclBind;
    194     struct TclInterpreterBundle;
    195     template <class T>
    196     class TclThreadList;
    197     class TclThreadManager;
    198177    class Template;
    199178    class Thread;
     
    210189    class XMLPortObjectContainer;
    211190    class XMLPortParamContainer;
     191
     192    // Command
     193    class ArgumentCompleter;
     194    class ArgumentCompletionListElement;
     195    class CommandEvaluation;
     196    class ConsoleCommand;
     197    class Executor;
     198    template <class T>
     199    class ExecutorMember;
     200    class ExecutorStatic;
     201    class Functor;
     202    template <class T>
     203    class FunctorMember;
     204    class FunctorStatic;
     205    class IOConsole;
     206    class IRC;
     207    class Shell;
     208    class ShellListener;
     209    class TclBind;
     210    struct TclInterpreterBundle;
     211    template <class T>
     212    class TclThreadList;
     213    class TclThreadManager;
    212214
    213215    // Input
     
    236238}
    237239
    238 #include "FunctorPtr.h"
    239 #include "ExecutorPtr.h"
     240#include "command/FunctorPtr.h"
     241#include "command/ExecutorPtr.h"
    240242
    241243// CppTcl
  • code/branches/consolecommands3/src/libraries/core/EventIncludes.h

    r7200 r7204  
    3131
    3232#include "CorePrereqs.h"
    33 #include "Executor.h"
    3433#include "XMLPort.h"
     34#include "command/Executor.h"
    3535
    3636/**
  • code/branches/consolecommands3/src/libraries/core/GUIManager.cc

    r7163 r7204  
    5757#include "util/Exception.h"
    5858#include "util/OrxAssert.h"
    59 #include "ConsoleCommand.h"
    6059#include "Core.h"
    6160#include "GraphicsManager.h"
     
    6362#include "PathConfig.h"
    6463#include "Resource.h"
     64#include "command/ConsoleCommand.h"
    6565#include "input/InputManager.h"
    6666#include "input/InputState.h"
  • code/branches/consolecommands3/src/libraries/core/Game.cc

    r6502 r7204  
    4545#include "util/SubString.h"
    4646#include "CommandLineParser.h"
    47 #include "ConsoleCommand.h"
    4847#include "Core.h"
    4948#include "CoreIncludes.h"
     
    5251#include "GameState.h"
    5352#include "GUIManager.h"
     53#include "command/ConsoleCommand.h"
    5454
    5555namespace orxonox
  • code/branches/consolecommands3/src/libraries/core/GraphicsManager.cc

    r6524 r7204  
    5252#include "util/StringUtils.h"
    5353#include "util/SubString.h"
    54 #include "ConsoleCommand.h"
    5554#include "ConfigValueIncludes.h"
    5655#include "CoreIncludes.h"
     
    6261#include "WindowEventListener.h"
    6362#include "XMLFile.h"
     63#include "command/ConsoleCommand.h"
    6464
    6565namespace orxonox
  • code/branches/consolecommands3/src/libraries/core/Identifier.cc

    r6536 r7204  
    3838#include "util/StringUtils.h"
    3939#include "ConfigValueContainer.h"
    40 #include "ConsoleCommand.h"
    4140#include "ClassFactory.h"
    4241#include "XMLPort.h"
     42#include "command/ConsoleCommand.h"
    4343
    4444namespace orxonox
  • code/branches/consolecommands3/src/libraries/core/LuaState.cc

    r7199 r7204  
    3939#include "util/Exception.h"
    4040#include "util/ScopeGuard.h"
    41 #include "IOConsole.h"
    4241#include "Resource.h"
    4342#include "ToluaBindCore.h"
     43#include "command/IOConsole.h"
    4444
    4545namespace orxonox
  • code/branches/consolecommands3/src/libraries/core/Thread.cc

    r7200 r7204  
    3636
    3737#include "util/Sleep.h"
    38 #include "Executor.h"
     38#include "command/Executor.h"
    3939
    4040namespace orxonox
  • code/branches/consolecommands3/src/libraries/core/WeakPtr.h

    r7198 r7204  
    3636#include <cassert>
    3737#include "OrxonoxClass.h"
    38 #include "Functor.h"
     38#include "command/Functor.h"
    3939
    4040namespace orxonox
  • code/branches/consolecommands3/src/libraries/core/XMLPort.h

    r7200 r7204  
    5353#include "util/StringUtils.h"
    5454#include "Identifier.h"
    55 #include "Executor.h"
    5655#include "BaseObject.h"
     56#include "command/Executor.h"
    5757
    5858// ------------
  • code/branches/consolecommands3/src/libraries/core/input/Button.cc

    r6536 r7204  
    3939#include "util/StringUtils.h"
    4040#include "util/Debug.h"
    41 #include "core/ConsoleCommand.h"
    42 #include "core/CommandEvaluation.h"
    43 #include "core/CommandExecutor.h"
     41#include "core/command/ConsoleCommand.h"
     42#include "core/command/CommandEvaluation.h"
     43#include "core/command/CommandExecutor.h"
    4444#include "core/ConfigFileManager.h"
    4545
  • code/branches/consolecommands3/src/libraries/core/input/HalfAxis.cc

    r5781 r7204  
    3434
    3535#include "HalfAxis.h"
    36 #include "core/CommandEvaluation.h"
     36#include "core/command/CommandEvaluation.h"
    3737
    3838namespace orxonox
  • code/branches/consolecommands3/src/libraries/core/input/InputCommands.h

    r6417 r7204  
    3737
    3838#include "InputPrereqs.h"
    39 #include "core/CommandEvaluation.h"
     39#include "core/command/CommandEvaluation.h"
    4040
    4141namespace orxonox
  • code/branches/consolecommands3/src/libraries/core/input/InputManager.cc

    r7174 r7204  
    4747#include "core/CoreIncludes.h"
    4848#include "core/ConfigValueIncludes.h"
    49 #include "core/ConsoleCommand.h"
    5049#include "core/CommandLineParser.h"
    51 #include "core/Functor.h"
    5250#include "core/GraphicsManager.h"
     51#include "core/command/ConsoleCommand.h"
     52#include "core/command/Functor.h"
    5353
    5454#include "InputBuffer.h"
  • code/branches/consolecommands3/src/libraries/core/input/InputState.cc

    r6746 r7204  
    2828
    2929#include "InputState.h"
    30 #include "core/Functor.h"
     30#include "core/command/Functor.h"
    3131
    3232namespace orxonox
  • code/branches/consolecommands3/src/libraries/core/input/KeyBinderManager.cc

    r7199 r7204  
    3232#include "util/Exception.h"
    3333#include "core/ConfigValueIncludes.h"
    34 #include "core/ConsoleCommand.h"
    3534#include "core/CoreIncludes.h"
    3635#include "core/LuaState.h"
    3736#include "core/ScopedSingletonManager.h"
     37#include "core/command/ConsoleCommand.h"
    3838#include "InputManager.h"
    3939#include "KeyDetector.h"
  • code/branches/consolecommands3/src/libraries/core/input/KeyDetector.cc

    r6428 r7204  
    2929#include "KeyDetector.h"
    3030
    31 #include "core/ConsoleCommand.h"
    3231#include "core/CoreIncludes.h"
    3332#include "core/ScopedSingletonManager.h"
     33#include "core/command/ConsoleCommand.h"
    3434#include "Button.h"
    3535#include "InputManager.h"
  • code/branches/consolecommands3/src/libraries/core/input/Mouse.cc

    r5929 r7204  
    3030
    3131#include <ois/OISMouse.h>
    32 #include "core/ConsoleCommand.h"
    3332#include "core/CoreIncludes.h"
     33#include "core/command/ConsoleCommand.h"
    3434#include "InputState.h"
    3535
  • code/branches/consolecommands3/src/libraries/network/GamestateManager.cc

    r7163 r7204  
    4747
    4848#include "util/Debug.h"
    49 #include "core/Executor.h"
    5049#include "core/ThreadPool.h"
     50#include "core/command/Executor.h"
    5151#include "ClientInformation.h"
    5252#include "packet/Acknowledgement.h"
  • code/branches/consolecommands3/src/libraries/network/Host.cc

    r7190 r7204  
    3232#include <string>
    3333
    34 #include "core/ConsoleCommand.h"
    3534#include "core/ObjectList.h"
     35#include "core/command/ConsoleCommand.h"
    3636#include "ChatListener.h"
    3737
  • code/branches/consolecommands3/src/libraries/network/NetworkFunction.h

    r7198 r7204  
    3939#include <boost/static_assert.hpp>
    4040
    41 #include "core/Functor.h"
    4241#include "core/Identifier.h"
     42#include "core/command/Functor.h"
    4343#include "FunctionCallManager.h"
    4444#include "synchronisable/Synchronisable.h"
  • code/branches/consolecommands3/src/libraries/network/Server.cc

    r7163 r7204  
    4949#include "util/Debug.h"
    5050#include "core/ObjectList.h"
    51 #include "core/Executor.h"
     51#include "core/command/Executor.h"
    5252#include "packet/Chat.h"
    5353#include "packet/ClassID.h"
  • code/branches/consolecommands3/src/libraries/tools/Timer.cc

    r7200 r7204  
    3333#include "util/Clock.h"
    3434#include "core/CoreIncludes.h"
    35 #include "core/ConsoleCommand.h"
    36 #include "core/CommandExecutor.h"
    37 #include "core/Functor.h"
     35#include "core/command/ConsoleCommand.h"
     36#include "core/command/CommandExecutor.h"
     37#include "core/command/Functor.h"
    3838
    3939namespace orxonox
  • code/branches/consolecommands3/src/libraries/tools/Timer.h

    r7200 r7204  
    4444
    4545    source.cc:
    46         include "core/Executor.h"
     46        #include "core/command/Executor.h"
    4747
    4848        ClassName::ClassName()
     
    6363#include "tools/ToolsPrereqs.h"
    6464
    65 #include "core/Executor.h"
    6665#include "core/OrxonoxClass.h"
     66#include "core/command/Executor.h"
    6767#include "tools/interfaces/TimeFactorListener.h"
    6868
  • code/branches/consolecommands3/src/modules/designtools/ScreenshotManager.cc

    r7163 r7204  
    1212#include "core/PathConfig.h"
    1313#include "core/ScopedSingletonManager.h"
    14 #include "core/ConsoleCommand.h"
     14#include "core/command/ConsoleCommand.h"
    1515
    1616#include "CameraManager.h"
  • code/branches/consolecommands3/src/modules/designtools/SkyboxGenerator.cc

    r7163 r7204  
    3434#include <OgreCamera.h>
    3535
    36 #include "core/ConsoleCommand.h"
    3736#include "core/CoreIncludes.h"
    3837#include "core/ConfigValueIncludes.h"
     38#include "core/GraphicsManager.h"
    3939#include "core/ScopedSingletonManager.h"
     40#include "core/command/ConsoleCommand.h"
     41#include "core/command/CommandExecutor.h"
    4042#include "controllers/HumanController.h"
    4143#include "worldentities/CameraPosition.h"
    4244#include "worldentities/ControllableEntity.h"
    43 #include "core/GraphicsManager.h"
    44 #include "core/CommandExecutor.h"
    4545#include "graphics/Camera.h"
    4646
  • code/branches/consolecommands3/src/modules/objects/triggers/Trigger.cc

    r6417 r7204  
    3030
    3131#include "core/CoreIncludes.h"
    32 #include "core/ConsoleCommand.h"
    3332#include "core/GameMode.h"
    3433#include "core/XMLPort.h"
     34#include "core/command/ConsoleCommand.h"
    3535#include "Scene.h"
    3636
  • code/branches/consolecommands3/src/modules/overlays/OverlaysPrecompiledHeaders.h

    r5781 r7204  
    5858///////////////////////////////////////////
    5959
    60 #include "core/Executor.h"     // 13
     60#include "core/command/Executor.h"     // 13
    6161//#include "network/synchronisable/Synchronisable.h" // 13
    6262//#include "core/XMLPort.h"    // 9
  • code/branches/consolecommands3/src/modules/overlays/hud/ChatOverlay.cc

    r7200 r7204  
    3636#include "core/CoreIncludes.h"
    3737#include "core/ConfigValueIncludes.h"
    38 #include "core/Executor.h"
     38#include "core/command/Executor.h"
    3939
    4040#include "tools/Timer.h"
  • code/branches/consolecommands3/src/modules/overlays/hud/GametypeStatus.cc

    r7163 r7204  
    3030
    3131#include "util/Convert.h"
    32 #include "core/ConsoleCommand.h"
    3332#include "core/CoreIncludes.h"
     33#include "core/command/ConsoleCommand.h"
    3434#include "infos/GametypeInfo.h"
    3535#include "infos/PlayerInfo.h"
  • code/branches/consolecommands3/src/modules/pong/Pong.cc

    r6417 r7204  
    3131#include "core/CoreIncludes.h"
    3232#include "core/EventIncludes.h"
    33 #include "core/Executor.h"
     33#include "core/command/Executor.h"
    3434#include "PongCenterpoint.h"
    3535#include "PongBall.h"
  • code/branches/consolecommands3/src/modules/questsystem/QuestManager.cc

    r7163 r7204  
    3939#include "core/CoreIncludes.h"
    4040#include "core/GUIManager.h"
    41 #include "core/ConsoleCommand.h"
    4241#include "core/LuaState.h"
    4342#include "core/ScopedSingletonManager.h"
     43#include "core/command/ConsoleCommand.h"
    4444#include "infos/PlayerInfo.h"
    4545#include "overlays/GUIOverlay.h"
  • code/branches/consolecommands3/src/modules/questsystem/QuestsystemPrecompiledHeaders.h

    r5929 r7204  
    6565///////////////////////////////////////////
    6666
    67 #include "core/Executor.h"     // 15
     67#include "core/command/Executor.h"     // 15
    6868//#include "core/XMLPort.h"    // 14
    6969
  • code/branches/consolecommands3/src/modules/weapons/MuzzleFlash.cc

    r5929 r7204  
    3131
    3232#include "core/CoreIncludes.h"
    33 #include "core/Executor.h"
     33#include "core/command/Executor.h"
    3434
    3535namespace orxonox
  • code/branches/consolecommands3/src/modules/weapons/projectiles/Projectile.cc

    r6540 r7204  
    3131#include "core/CoreIncludes.h"
    3232#include "core/ConfigValueIncludes.h"
    33 #include "core/Executor.h"
    3433#include "core/GameMode.h"
     34#include "core/command/Executor.h"
    3535#include "objects/collisionshapes/SphereCollisionShape.h"
    3636#include "worldentities/pawns/Pawn.h"
  • code/branches/consolecommands3/src/modules/weapons/weaponmodes/EnergyDrink.cc

    r6732 r7204  
    3030
    3131#include "core/CoreIncludes.h"
    32 #include "core/Executor.h"
    3332#include "core/XMLPort.h"
     33#include "core/command/Executor.h"
    3434#include "graphics/Model.h"
    3535
  • code/branches/consolecommands3/src/modules/weapons/weaponmodes/HsW01.cc

    r6732 r7204  
    3030
    3131#include "core/CoreIncludes.h"
    32 #include "core/Executor.h"
    3332#include "core/XMLPort.h"
     33#include "core/command/Executor.h"
    3434#include "graphics/Model.h"
    3535
  • code/branches/consolecommands3/src/orxonox/ChatInputHandler.cc

    r7163 r7204  
    2929#include "ChatInputHandler.h"
    3030#include <core/ScopedSingletonManager.h>
    31 #include "core/ConsoleCommand.h"
    3231#include "core/CoreIncludes.h"
    3332#include "core/GUIManager.h"
    3433#include "core/CorePrereqs.h"
     34#include "core/command/ConsoleCommand.h"
    3535#include <CEGUIWindow.h>
    3636#include <elements/CEGUIListbox.h>
  • code/branches/consolecommands3/src/orxonox/OrxonoxPrecompiledHeaders.h

    r5781 r7204  
    8989#include "network/synchronisable/Synchronisable.h" // 70
    9090#include "util/MultiType.h"    // 65
    91 #include "core/Executor.h"     // 55
     91#include "core/command/Executor.h"     // 55
    9292//#include "core/XMLPort.h"     // 41
    9393
  • code/branches/consolecommands3/src/orxonox/Radar.cc

    r7163 r7204  
    3737
    3838//#include "util/Math.h"
    39 #include "core/ConsoleCommand.h"
    4039#include "core/ObjectList.h"
     40#include "core/command/ConsoleCommand.h"
    4141#include "interfaces/RadarListener.h"
    4242#include "controllers/HumanController.h"
  • code/branches/consolecommands3/src/orxonox/Test.cc

    r7163 r7204  
    2929#include "core/CoreIncludes.h"
    3030#include "core/ConfigValueIncludes.h"
    31 #include "core/ConsoleCommand.h"
     31#include "core/command/ConsoleCommand.h"
    3232#include "network/NetworkFunction.h"
    3333#include "Test.h"
     
    3737{
    3838    CreateFactory ( Test );
    39  
     39
    4040    SetConsoleCommand(Test, printV1, true).accessLevel(AccessLevel::User);
    4141    SetConsoleCommand(Test, printV2, true).accessLevel(AccessLevel::User);
     
    4444    SetConsoleCommand(Test, call, true).accessLevel(AccessLevel::User);
    4545    SetConsoleCommand(Test, call2, true).accessLevel(AccessLevel::User);
    46  
    47  
     46
     47
    4848  //void=* aaaaa = copyPtr<sizeof(&Test::printV1)>( &NETWORK_FUNCTION_POINTER, &Test::printV1 );
    4949  //void* NETWORK_FUNCTION_TEST_B = memcpy(&NETWORK_FUNCTION_POINTER, &a, sizeof(a));
    5050//   NetworkFunctionBase* NETWORK_FUNCTION_TEST_C = new NetworkFunctionStatic( createFunctor(&Test::printV1), "bla", NETWORK_FUNCTION_POINTER );
    51  
     51
    5252    registerStaticNetworkFunction( &Test::printV1 );
    5353    registerMemberNetworkFunction( Test, checkU1 );
    5454    registerMemberNetworkFunction( Test, printBlaBla );
    55  
     55
    5656    Test* Test::instance_ = 0;
    5757
     
    7878        SetConfigValue ( u3, 3 )/*.callback ( this, &Test::checkV3 )*/;
    7979        SetConfigValue ( u4, 4 )/*.callback ( this, &Test::checkV4 )*/;
    80    
     80
    8181        SetConfigValue ( s1, 1 )/*.callback ( this, &Test::checkV1 )*/;
    8282        SetConfigValue ( s2, 2 )/*.callback ( this, &Test::checkV2 )*/;
     
    8989    {
    9090        registerVariable ( this->mySet_, VariableDirection::ToClient );
    91      
     91
    9292//         registerVariable ( u1, VariableDirection::ToClient, new NetworkCallback<Test> ( this, &Test::checkU1 ));
    9393//         registerVariable ( u2, VariableDirection::ToServer, new NetworkCallback<Test> ( this, &Test::checkU2 ));
    9494//         registerVariable ( u3, Bidirectionality::ServerMaster, new NetworkCallback<Test> ( this, &Test::checkU3 ), true );
    9595//         registerVariable ( u4, Bidirectionality::ClientMaster, new NetworkCallback<Test> ( this, &Test::checkU4 ), true );
    96    
     96
    9797//         registerVariable ( s1, VariableDirection::ToClient, new NetworkCallback<Test> ( this, &Test::checkS1 ));
    9898//         registerVariable ( s2, VariableDirection::ToServer, new NetworkCallback<Test> ( this, &Test::checkS2 ));
    9999//         registerVariable ( s3, Bidirectionality::ServerMaster, new NetworkCallback<Test> ( this, &Test::checkS3 ), true );
    100100//         registerVariable ( s4, Bidirectionality::ClientMaster, new NetworkCallback<Test> ( this, &Test::checkS4 ), true );
    101    
     101
    102102//         registerVariable ( pointer_, VariableDirection::ToClient, new NetworkCallback<Test> ( this, &Test::printPointer ) );
    103103    }
    104  
     104
    105105  void Test::call(unsigned int clientID)
    106106    {
     
    108108        callStaticNetworkFunction( &Test::printV1, clientID );
    109109    }
    110  
     110
    111111    void Test::call2(unsigned int clientID, std::string s1, std::string s2, std::string s3, std::string s4)
    112112    {
    113113        callMemberNetworkFunction( Test, printBlaBla, this->getObjectID(), clientID, s1, s2, s3, s4, s4 );
    114114    }
    115  
     115
    116116    void Test::tick(float dt)
    117117    {
     
    132132    //       callMemberNetworkFunction( Test, checkU1, this->getObjectID(), 0 );
    133133    }
    134    
     134
    135135    void Test::printBlaBla(std::string s1, std::string s2, std::string s3, std::string s4, std::string s5)
    136136    {
    137137        COUT(0) << s1 << s2 << s3 << s4 << s5 << endl;
    138138    }
    139    
     139
    140140    void Test::checkU1(){ COUT(1) << "U1 changed: " << u1 << std::endl; }
    141141    void Test::checkU2(){ COUT(1) << "U2 changed: " << u2 << std::endl; }
     
    147147    void Test::checkS3(){ COUT(1) << "S3 changed: " << s3 << std::endl; }
    148148    void Test::checkS4(){ COUT(1) << "S4 changed: " << s4 << std::endl; }
    149    
     149
    150150    void Test::printPointer(){ CCOUT(1) << "pointer: " << this->pointer_ << endl; }
    151151
  • code/branches/consolecommands3/src/orxonox/controllers/AIController.cc

    r7168 r7204  
    3131#include "util/Math.h"
    3232#include "core/CoreIncludes.h"
    33 #include "core/Executor.h"
     33#include "core/command/Executor.h"
    3434#include "worldentities/ControllableEntity.h"
    3535#include "worldentities/pawns/Pawn.h"
  • code/branches/consolecommands3/src/orxonox/controllers/ArtificialController.cc

    r7163 r7204  
    3333
    3434#include "util/Math.h"
    35 #include "core/ConsoleCommand.h"
    3635#include "core/CoreIncludes.h"
    3736#include "core/XMLPort.h"
     37#include "core/command/ConsoleCommand.h"
    3838#include "worldentities/ControllableEntity.h"
    3939#include "worldentities/pawns/Pawn.h"
  • code/branches/consolecommands3/src/orxonox/controllers/DroneController.cc

    r7163 r7204  
    3232
    3333#include "core/CoreIncludes.h"
    34 #include "core/Executor.h"
     34#include "core/command/Executor.h"
    3535#include "worldentities/ControllableEntity.h"
    3636
  • code/branches/consolecommands3/src/orxonox/controllers/HumanController.cc

    r7163 r7204  
    3030
    3131#include "core/CoreIncludes.h"
    32 #include "core/ConsoleCommand.h"
     32#include "core/command/ConsoleCommand.h"
    3333#include "worldentities/ControllableEntity.h"
    3434#include "worldentities/pawns/Pawn.h"
  • code/branches/consolecommands3/src/orxonox/controllers/NewHumanController.cc

    r7163 r7204  
    3737
    3838#include "core/CoreIncludes.h"
    39 #include "core/ConsoleCommand.h"
     39#include "core/command/ConsoleCommand.h"
    4040#include "worldentities/ControllableEntity.h"
    4141#include "worldentities/pawns/Pawn.h"
  • code/branches/consolecommands3/src/orxonox/gamestates/GSGraphics.cc

    r7163 r7204  
    3535#include "GSGraphics.h"
    3636
    37 #include "core/CommandExecutor.h"
    38 #include "core/ConsoleCommand.h"
    3937#include "core/Game.h"
    4038#include "core/GUIManager.h"
     39#include "core/command/ConsoleCommand.h"
     40#include "core/command/CommandExecutor.h"
    4141
    4242namespace orxonox
  • code/branches/consolecommands3/src/orxonox/gamestates/GSLevel.cc

    r6746 r7204  
    3636#include "core/input/InputState.h"
    3737#include "core/input/KeyBinderManager.h"
    38 #include "core/ConsoleCommand.h"
    3938#include "core/Game.h"
    4039#include "core/GameMode.h"
     
    4241#include "core/Loader.h"
    4342#include "core/XMLFile.h"
     43#include "core/command/ConsoleCommand.h"
    4444
    4545#include "LevelManager.h"
  • code/branches/consolecommands3/src/orxonox/gamestates/GSMainMenu.cc

    r6746 r7204  
    3333#include "core/input/KeyBinderManager.h"
    3434#include "core/Game.h"
    35 #include "core/ConsoleCommand.h"
    3635#include "core/ConfigValueIncludes.h"
    3736#include "core/CoreIncludes.h"
    3837#include "core/GraphicsManager.h"
    3938#include "core/GUIManager.h"
     39#include "core/command/ConsoleCommand.h"
    4040#include "Scene.h"
    4141#include "sound/AmbientSound.h"
  • code/branches/consolecommands3/src/orxonox/gamestates/GSRoot.cc

    r7172 r7204  
    3131#include "util/Clock.h"
    3232#include "core/BaseObject.h"
    33 #include "core/ConsoleCommand.h"
    3433#include "core/Game.h"
    3534#include "core/GameMode.h"
     35#include "core/command/ConsoleCommand.h"
    3636#include "network/NetworkFunction.h"
    3737#include "tools/Timer.h"
  • code/branches/consolecommands3/src/orxonox/gametypes/Gametype.cc

    r7163 r7204  
    3333#include "core/ConfigValueIncludes.h"
    3434#include "core/GameMode.h"
    35 #include "core/ConsoleCommand.h"
     35#include "core/command/ConsoleCommand.h"
    3636
    3737#include "infos/PlayerInfo.h"
  • code/branches/consolecommands3/src/orxonox/gametypes/TeamBaseMatch.cc

    r5929 r7204  
    3030
    3131#include "core/CoreIncludes.h"
    32 #include "core/Executor.h"
     32#include "core/command/Executor.h"
    3333#include "worldentities/pawns/TeamBaseMatchBase.h"
    3434#include "infos/PlayerInfo.h"
  • code/branches/consolecommands3/src/orxonox/graphics/ParticleSpawner.cc

    r5929 r7204  
    3131#include "core/CoreIncludes.h"
    3232#include "core/EventIncludes.h"
    33 #include "core/Executor.h"
    3433#include "core/XMLPort.h"
     34#include "core/command/Executor.h"
    3535#include "tools/ParticleInterface.h"
    3636
  • code/branches/consolecommands3/src/orxonox/overlays/InGameConsole.cc

    r6502 r7204  
    4747#include "core/CoreIncludes.h"
    4848#include "core/ConfigValueIncludes.h"
    49 #include "core/ConsoleCommand.h"
    5049#include "core/ScopedSingletonManager.h"
     50#include "core/command/ConsoleCommand.h"
    5151#include "core/input/InputManager.h"
    5252#include "core/input/InputState.h"
  • code/branches/consolecommands3/src/orxonox/overlays/InGameConsole.h

    r6417 r7204  
    3737#include "util/OgreForwardRefs.h"
    3838#include "util/Singleton.h"
    39 #include "core/Shell.h"
    4039#include "core/WindowEventListener.h"
     40#include "core/command/Shell.h"
    4141
    4242namespace orxonox
  • code/branches/consolecommands3/src/orxonox/overlays/OrxonoxOverlay.cc

    r6799 r7204  
    4848#include "core/CoreIncludes.h"
    4949#include "core/XMLPort.h"
    50 #include "core/ConsoleCommand.h"
     50#include "core/command/ConsoleCommand.h"
    5151
    5252#include "OverlayGroup.h"
  • code/branches/consolecommands3/src/orxonox/overlays/OverlayGroup.cc

    r6417 r7204  
    3434#include "OverlayGroup.h"
    3535
    36 #include "core/ConsoleCommand.h"
    3736#include "core/CoreIncludes.h"
    3837#include "core/XMLPort.h"
     38#include "core/command/ConsoleCommand.h"
    3939#include "OrxonoxOverlay.h"
    4040
  • code/branches/consolecommands3/src/orxonox/sound/WorldSound.cc

    r7163 r7204  
    3737#include "Scene.h"
    3838#include "SoundManager.h"
    39 #include <core/ConsoleCommandCompilation.h>
    4039
    4140namespace orxonox
  • code/branches/consolecommands3/src/orxonox/worldentities/BigExplosion.cc

    r7176 r7204  
    3131#include "util/Exception.h"
    3232#include "core/CoreIncludes.h"
    33 #include "core/Executor.h"
    3433#include "core/GameMode.h"
     34#include "core/command/Executor.h"
    3535#include "tools/ParticleInterface.h"
    3636#include "Scene.h"
  • code/branches/consolecommands3/src/orxonox/worldentities/ExplosionChunk.cc

    r7174 r7204  
    3030
    3131#include "core/CoreIncludes.h"
    32 #include "core/Executor.h"
    3332#include "core/GameMode.h"
     33#include "core/command/Executor.h"
    3434#include "util/Exception.h"
    3535#include "Scene.h"
  • code/branches/consolecommands3/src/orxonox/worldentities/MovableEntity.cc

    r6417 r7204  
    3131
    3232#include "core/CoreIncludes.h"
    33 #include "core/Executor.h"
    3433#include "core/GameMode.h"
    3534#include "core/XMLPort.h"
     35#include "core/command/Executor.h"
    3636#include "worldentities/pawns/Pawn.h"
    3737
Note: See TracChangeset for help on using the changeset viewer.