Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3140


Ignore:
Timestamp:
Jun 10, 2009, 10:42:42 PM (15 years ago)
Author:
rgrieder
Message:

Removed 'empty' file and cleaned out header section of statics overlay (doesn't change the fact that it is still a big hack though…)

Location:
code/branches/pch/src/orxonox/overlays/stats
Files:
2 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/overlays/stats/CMakeLists.txt

    r2710 r3140  
    33  Scoreboard.cc
    44  Stats.cc
    5   StatsTest.cc
    65)
  • code/branches/pch/src/orxonox/overlays/stats/CreateLines.cc

    r3110 r3140  
    2626
    2727#include "CreateLines.h"
    28 
    29 #include <string>
    30 #include <OgreOverlay.h>
    31 #include <OgreOverlayElement.h>
    32 #include <OgreOverlayManager.h>
    33 #include <OgreOverlayContainer.h>
    34 
    35 #include "util/Convert.h"
    36 #include "util/Debug.h"
    37 #include "core/CoreIncludes.h"
    38 #include "core/ConfigValueIncludes.h"
    3928
    4029#include "overlays/OverlayText.h"
  • code/branches/pch/src/orxonox/overlays/stats/CreateLines.h

    r2662 r3140  
    2828#define _CreateLines_H__
    2929
    30 
    3130#include "OrxonoxPrereqs.h"
    32 #include <OgrePrerequisites.h>
    33 #include <OgreBorderPanelOverlayElement.h>
    34 #include <OgreTextAreaOverlayElement.h>
    35 
    36 #include "overlays/OrxonoxOverlay.h"
    37 #include "objects/Tickable.h"
    38 
     31#include <string>
    3932
    4033namespace orxonox
  • code/branches/pch/src/orxonox/overlays/stats/Scoreboard.cc

    r3125 r3140  
    2727#include "Scoreboard.h"
    2828
    29 #include <string>
    30 #include <OgreOverlay.h>
    31 #include <OgreOverlayElement.h>
    32 #include <OgreOverlayManager.h>
    33 #include <OgreOverlayContainer.h>
    34 
    3529#include "util/Convert.h"
    36 #include "util/Debug.h"
    3730#include "core/CoreIncludes.h"
    38 #include "core/ConfigValueIncludes.h"
    3931#include "objects/gametypes/Gametype.h"
    4032#include "objects/infos/PlayerInfo.h"
  • code/branches/pch/src/orxonox/overlays/stats/Scoreboard.h

    r2662 r3140  
    3030
    3131#include "OrxonoxPrereqs.h"
    32 #include <OgrePrerequisites.h>
    33 #include <OgreBorderPanelOverlayElement.h>
    34 #include <OgreTextAreaOverlayElement.h>
    3532
     33#include <string>
     34#include <vector>
    3635#include "overlays/OrxonoxOverlay.h"
    3736#include "objects/Tickable.h"
    38 
    3937
    4038namespace orxonox
     
    4240    class _OrxonoxExport Scoreboard : public OrxonoxOverlay, public Tickable
    4341    {
    44 
    4542    public: // functions
    4643        Scoreboard(BaseObject* creator);
  • code/branches/pch/src/orxonox/overlays/stats/Stats.cc

    r3110 r3140  
    3030
    3131#include <string>
    32 #include <OgreOverlay.h>
    33 #include <OgreOverlayElement.h>
    3432#include <OgreOverlayManager.h>
    35 #include <OgreOverlayContainer.h>
     33#include <OgreBorderPanelOverlayElement.h>
    3634
    37 #include "util/Convert.h"
    38 #include "util/Debug.h"
     35#include "util/String.h"
    3936#include "core/CoreIncludes.h"
    4037#include "core/ConfigValueIncludes.h"
  • code/branches/pch/src/orxonox/overlays/stats/Stats.h

    r2662 r3140  
    3030#define _Stats_H__
    3131
    32 
    3332#include "OrxonoxPrereqs.h"
    34 #include <OgrePrerequisites.h>
    35 #include <OgreBorderPanelOverlayElement.h>
    36 #include <OgreTextAreaOverlayElement.h>
    3733
    3834#include "overlays/OrxonoxOverlay.h"
    3935#include "objects/Tickable.h"
    40 
    4136
    4237namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.