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/CMakeLists.txt

    r1590 r1601  
    55  Settings.cc
    66
    7   console/InGameConsole.cc
    8   hud/HUD.cc
    9   hud/BarOverlayElement.cc
    10   hud/RadarOverlayElement.cc
    11   hud/RadarObject.cc
    12   hud/Navigation.cc
     7  overlays/OrxonoxOverlay.cc
     8  overlays/OverlayGroup.cc
     9
     10  overlays/console/InGameConsole.cc
     11
     12  overlays/hud/HUDBar.cc
     13  overlays/hud/HUDFPSText.cc
     14  overlays/hud/HUDNavigation.cc
     15  overlays/hud/HUDRTRText.cc
     16  overlays/hud/HUDSpeedBar.cc
     17  overlays/hud/HUDText.cc
     18  overlays/hud/RadarObject.cc
     19  overlays/hud/RadarOverlayElement.cc
     20
    1321  tolua/tolua_bind.cc
    1422
Note: See TracChangeset for help on using the changeset viewer.