Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2008, 6:37:12 PM (17 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/OrxonoxPrereqs.h

    r1564 r1601  
    115115  class BarOverlayElement;
    116116  class BarOverlayElementFactory;
    117   class HUD;
    118   class Navigation;
     117  class OverlayGroup;
     118  class OrxonoxOverlay;
     119  class HUDNavigation;
    119120  class RadarObject;
    120121  class RadarOverlayElement;
Note: See TracChangeset for help on using the changeset viewer.