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 edited

Legend:

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

    r1599 r1601  
    3838
    3939#include "util/Math.h"
    40 #include "HUDOverlay.h"
     40#include "overlays/OrxonoxOverlay.h"
    4141
    4242namespace orxonox
    4343{
    44   class _OrxonoxExport HUDBar : public HUDOverlay
     44  class _OrxonoxExport HUDBar : public OrxonoxOverlay
    4545  {
    4646    public:
Note: See TracChangeset for help on using the changeset viewer.