Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2008, 6:37:12 PM (16 years ago)
Author:
rgrieder
Message:
  • new folder structure for overlays:

orxonox/


overlays/

console/
hud/

  • Navigation —> HUDNavigation
  • HUD —> OverlayGroup (not yet begun with that except renaming and getHUD() instead of getSingleton())
  • moved HUD.oxo (file ending should stand for orxonox overlay) to media repository in overlay folder
  • fixed a bug with console noiseSize_ config value (was inverted..)
File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.h

    r1599 r1601  
    2727 */
    2828
    29 #ifndef _Navigation_H__
    30 #define _Navigation_H__
     29#ifndef _HUDNavigation_H__
     30#define _HUDNavigation_H__
    3131
    3232#include "OrxonoxPrereqs.h"
     
    3535#include <OgreTextAreaOverlayElement.h>
    3636#include <OgrePanelOverlayElement.h>
    37 #include "HUDOverlay.h"
     37#include "overlays/OrxonoxOverlay.h"
    3838#include "util/Math.h"
    3939
    4040namespace orxonox
    4141{
    42     class _OrxonoxExport Navigation : public HUDOverlay, public Tickable
     42    class _OrxonoxExport HUDNavigation : public OrxonoxOverlay, public Tickable
    4343    {
    4444      public:
    45         Navigation();
    46         virtual ~Navigation();
     45        HUDNavigation();
     46        virtual ~HUDNavigation();
    4747
    4848        virtual void XMLPort(Element& xmlElement, XMLPort::Mode mode);
     
    8888}
    8989
    90 #endif /* _Navigation_H__ */
     90#endif /* _HUDNavigation_H__ */
Note: See TracChangeset for help on using the changeset viewer.