Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1480


Ignore:
Timestamp:
May 29, 2008, 10:53:51 AM (16 years ago)
Author:
rgrieder
Message:
  • updated msvc files and OrxonoxStableHeaders.h
Location:
code/branches/network
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/hud/RadarObject.cc

    r1456 r1480  
    2727 */
    2828
     29#include "OrxonoxStableHeaders.h"
     30#include "RadarObject.h"
     31
    2932#include <OgreOverlayManager.h>
    3033#include <OgreStringConverter.h>
    31 #include "OrxonoxStableHeaders.h"
    3234#include "GraphicsEngine.h"
    33 #include "RadarObject.h"
    3435
    3536namespace orxonox
  • code/branches/network/src/orxonox/objects/CameraHandler.cc

    r1293 r1480  
    2626 *
    2727 */
     28#include "OrxonoxStableHeaders.h"
     29#include "CameraHandler.h"
     30
    2831#include <OgreSceneManager.h>
    2932#include <OgreRenderWindow.h>
    3033
    31 #include "OrxonoxStableHeaders.h"
    3234#include "core/ObjectList.h"
    33 #include "CameraHandler.h"
    3435#include "Camera.h"
    3536#include "GraphicsEngine.h"
  • code/branches/network/src/orxonox/objects/Projectile.cc

    r1454 r1480  
    2727 */
    2828
    29 #include <OgreBillboard.h>
    30 
    3129#include "OrxonoxStableHeaders.h"
    3230#include "Projectile.h"
     31
     32#include <OgreBillboard.h>
    3333
    3434#include "core/CoreIncludes.h"
  • code/branches/network/src/orxonox/objects/RotatingProjectile.cc

    r1479 r1480  
    2727
    2828#include "OrxonoxStableHeaders.h"
     29#include "RotatingProjectile.h"
    2930
    3031#include "core/CoreIncludes.h"
    3132#include "core/ConfigValueIncludes.h"
    3233#include <OgreBillboard.h>
    33 #include "RotatingProjectile.h"
    3434
    3535namespace orxonox
  • code/branches/network/src/orxonox/objects/SpaceShipAI.cc

    r1479 r1480  
    2727 */
    2828
     29#include "OrxonoxStableHeaders.h"
     30#include "SpaceShipAI.h"
     31
    2932#include <OgreMath.h>
    30 
    31 #include "SpaceShipAI.h"
    3233#include "Projectile.h"
    3334#include "core/CoreIncludes.h"
  • code/branches/network/visual_studio/vc8/orxonox.vcproj

    r1414 r1480  
    240240                                </File>
    241241                                <File
     242                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.cc"
     243                                        >
     244                                </File>
     245                                <File
    242246                                        RelativePath="..\..\src\orxonox\objects\Skybox.cc"
    243247                                        >
     
    245249                                <File
    246250                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
     251                                        >
     252                                </File>
     253                                <File
     254                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc"
    247255                                        >
    248256                                </File>
     
    518526                                </File>
    519527                                <File
     528                                        RelativePath="..\..\src\orxonox\objects\RotatingProjectile.h"
     529                                        >
     530                                </File>
     531                                <File
    520532                                        RelativePath="..\..\src\orxonox\objects\Skybox.h"
    521533                                        >
     
    523535                                <File
    524536                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
     537                                        >
     538                                </File>
     539                                <File
     540                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h"
    525541                                        >
    526542                                </File>
Note: See TracChangeset for help on using the changeset viewer.