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/HUDText.h

    r1599 r1601  
    3737
    3838#include "util/Math.h"
    39 #include "HUDOverlay.h"
     39#include "overlays/OrxonoxOverlay.h"
    4040
    4141namespace orxonox
    4242{
    43   class _OrxonoxExport HUDText : public HUDOverlay
     43  class _OrxonoxExport HUDText : public OrxonoxOverlay
    4444  {
    4545  public:
Note: See TracChangeset for help on using the changeset viewer.