Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2030


Ignore:
Timestamp:
Oct 28, 2008, 8:44:52 PM (16 years ago)
Author:
rgrieder
Message:
  • Moved SignalHandler from orxonox to util
  • Moved CameraHandler from orxonox/objects to orxonox
  • updated msvc files
Location:
code/branches/objecthierarchy
Files:
7 edited
4 moved

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/CMakeLists.txt

    r2027 r2030  
    11SET( ORXONOX_SRC_FILES
     2  CameraHandler.cc
    23  GraphicsEngine.cc
    34  LevelManager.cc
    45  Main.cc
    56  Settings.cc
    6   SignalHandler.cc
    77
    88  gamestates/GSClient.cc
     
    4444  tools/WindowEventListener.cc
    4545
    46   objects/CameraHandler.cc
    4746  objects/Radar.cc
    4847  objects/RadarListener.cc
  • code/branches/objecthierarchy/src/orxonox/CameraHandler.cc

  • code/branches/objecthierarchy/src/orxonox/CameraHandler.h

  • code/branches/objecthierarchy/src/orxonox/Main.cc

    r1896 r2030  
    4040#include "util/OrxonoxPlatform.h"
    4141#include "util/Debug.h"
     42#include "util/SignalHandler.h"
    4243#include "core/ConfigFileManager.h"
    43 #include "SignalHandler.h"
    4444
    4545#include "gamestates/GSRoot.h"
  • code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc

    r2023 r2030  
    4141#include "core/Core.h"
    4242//#include "objects/Backlight.h"
    43 #include "objects/CameraHandler.h"
    4443#include "objects/Tickable.h"
    4544#include "objects/Radar.h"
    4645//#include "tools/ParticleInterface.h"
     46#include "CameraHandler.h"
    4747#include "LevelManager.h"
    4848#include "Settings.h"
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/Camera.cc

    r2027 r2030  
    4141#include "core/ConfigValueIncludes.h"
    4242#include "objects/Scene.h"
    43 #include "objects/CameraHandler.h"
     43#include "CameraHandler.h"
    4444
    4545namespace orxonox
  • code/branches/objecthierarchy/src/util/CMakeLists.txt

    r1844 r2030  
    88  OutputBuffer.cc
    99  OutputHandler.cc
     10  SignalHandler.cc
    1011  String.cc
    1112  SubString.cc
  • code/branches/objecthierarchy/src/util/SignalHandler.cc

    r2028 r2030  
    2828
    2929/**
    30     @file SignalHandler.cc
     30    @file
    3131    @brief Implementation of the SignalHandler class.
    3232*/
    3333
    34 #include "OrxonoxStableHeaders.h"
    3534#include "SignalHandler.h"
    36 #include "util/Debug.h"
    37 
    38 #include <assert.h>
     35#include "Debug.h"
     36
     37#include <cassert>
    3938#include <iostream>
    4039#include <cstdlib>
  • code/branches/objecthierarchy/src/util/SignalHandler.h

    r2028 r2030  
    2828
    2929/**
    30     @file SignalHandler.h
     30    @file
    3131    @brief Declaration of the SignalHandler class.
    3232*/
     
    3535#define _SignalHandler_H__
    3636
    37 #include "OrxonoxPrereqs.h"
     37#include "UtilPrereqs.h"
    3838
    3939#include <list>
     
    9393#else /* ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32 */
    9494
    95 class _OrxonoxExport SignalHandler
     95class _UtilExport SignalHandler
    9696{
    9797  public:
  • code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj

    r2020 r2030  
    151151                        >
    152152                        <File
     153                                RelativePath="..\..\src\orxonox\CameraHandler.cc"
     154                                >
     155                        </File>
     156                        <File
    153157                                RelativePath="..\..\src\orxonox\GraphicsEngine.cc"
    154158                                >
     
    186190                                >
    187191                        </File>
    188                         <File
    189                                 RelativePath="..\..\src\orxonox\SignalHandler.cc"
    190                                 >
    191                         </File>
    192192                        <Filter
    193193                                Name="objects"
    194194                                >
    195195                                <File
    196                                         RelativePath="..\..\src\orxonox\objects\Camera.cc"
    197                                         >
    198                                 </File>
    199                                 <File
    200                                         RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
    201                                         >
    202                                 </File>
    203                                 <File
    204                                         RelativePath="..\..\src\orxonox\objects\DistanceTrigger.cc"
    205                                         >
    206                                 </File>
    207                                 <File
    208196                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
    209197                                        >
     
    226214                                </File>
    227215                                <File
     216                                        RelativePath="..\..\src\orxonox\objects\Test.cc"
     217                                        >
     218                                </File>
     219                                <File
    228220                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
    229221                                        >
    230222                                </File>
    231                                 <File
    232                                         RelativePath="..\..\src\orxonox\objects\Trigger.cc"
    233                                         >
    234                                 </File>
    235223                                <Filter
    236224                                        Name="worldentities"
    237225                                        >
    238226                                        <File
     227                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.cc"
     228                                                >
     229                                                <FileConfiguration
     230                                                        Name="Debug|Win32"
     231                                                        ExcludedFromBuild="true"
     232                                                        >
     233                                                        <Tool
     234                                                                Name="VCCLCompilerTool"
     235                                                        />
     236                                                </FileConfiguration>
     237                                                <FileConfiguration
     238                                                        Name="Release|Win32"
     239                                                        ExcludedFromBuild="true"
     240                                                        >
     241                                                        <Tool
     242                                                                Name="VCCLCompilerTool"
     243                                                        />
     244                                                </FileConfiguration>
     245                                        </File>
     246                                        <File
     247                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.cc"
     248                                                >
     249                                        </File>
     250                                        <File
    239251                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.cc"
    240252                                                >
     
    247259                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.cc"
    248260                                                >
     261                                        </File>
     262                                        <File
     263                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.cc"
     264                                                >
     265                                                <FileConfiguration
     266                                                        Name="Debug|Win32"
     267                                                        ExcludedFromBuild="true"
     268                                                        >
     269                                                        <Tool
     270                                                                Name="VCCLCompilerTool"
     271                                                        />
     272                                                </FileConfiguration>
     273                                                <FileConfiguration
     274                                                        Name="Release|Win32"
     275                                                        ExcludedFromBuild="true"
     276                                                        >
     277                                                        <Tool
     278                                                                Name="VCCLCompilerTool"
     279                                                        />
     280                                                </FileConfiguration>
    249281                                        </File>
    250282                                        <File
     
    263295                                                Name="pawns"
    264296                                                >
     297                                                <File
     298                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.cc"
     299                                                        >
     300                                                </File>
     301                                                <File
     302                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.cc"
     303                                                        >
     304                                                </File>
    265305                                                <File
    266306                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.cc"
     
    519559                        >
    520560                        <File
     561                                RelativePath="..\..\src\orxonox\CameraHandler.h"
     562                                >
     563                        </File>
     564                        <File
    521565                                RelativePath="..\..\src\orxonox\GraphicsEngine.h"
    522566                                >
     
    538582                                >
    539583                        </File>
    540                         <File
    541                                 RelativePath="..\..\src\orxonox\SignalHandler.h"
    542                                 >
    543                         </File>
    544584                        <Filter
    545585                                Name="objects"
    546586                                >
    547587                                <File
    548                                         RelativePath="..\..\src\orxonox\objects\Camera.h"
    549                                         >
    550                                 </File>
    551                                 <File
    552                                         RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
    553                                         >
    554                                 </File>
    555                                 <File
    556                                         RelativePath="..\..\src\orxonox\objects\DistanceTrigger.h"
    557                                         >
    558                                 </File>
    559                                 <File
    560588                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
    561589                                        >
     
    578606                                </File>
    579607                                <File
     608                                        RelativePath="..\..\src\orxonox\objects\Test.h"
     609                                        >
     610                                </File>
     611                                <File
    580612                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
    581613                                        >
    582614                                </File>
    583                                 <File
    584                                         RelativePath="..\..\src\orxonox\objects\Trigger.h"
    585                                         >
    586                                 </File>
    587615                                <Filter
    588616                                        Name="worldentities"
    589617                                        >
    590618                                        <File
     619                                                RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.h"
     620                                                >
     621                                        </File>
     622                                        <File
     623                                                RelativePath="..\..\src\orxonox\objects\worldentities\Camera.h"
     624                                                >
     625                                        </File>
     626                                        <File
    591627                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.h"
    592628                                                >
     
    598634                                        <File
    599635                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.h"
     636                                                >
     637                                        </File>
     638                                        <File
     639                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.h"
    600640                                                >
    601641                                        </File>
     
    615655                                                Name="pawns"
    616656                                                >
     657                                                <File
     658                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.h"
     659                                                        >
     660                                                </File>
     661                                                <File
     662                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.h"
     663                                                        >
     664                                                </File>
    617665                                                <File
    618666                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.h"
  • code/branches/objecthierarchy/visual_studio/vc8/util.vcproj

    r2016 r2030  
    181181                        </File>
    182182                        <File
     183                                RelativePath="..\..\src\util\SignalHandler.cc"
     184                                >
     185                        </File>
     186                        <File
    183187                                RelativePath="..\..\src\util\String.cc"
    184188                                >
     
    251255                        </File>
    252256                        <File
     257                                RelativePath="..\..\src\util\SignalHandler.h"
     258                                >
     259                        </File>
     260                        <File
    253261                                RelativePath="..\..\src\util\Sleep.h"
    254262                                >
Note: See TracChangeset for help on using the changeset viewer.