Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2008, 12:06:55 AM (16 years ago)
Author:
rgrieder
Message:
  • added blankString to String so you can return ""; even if it's a const std::string&
  • fixed several bugs with aspect correct and margin alignment
  • added console commands for OrxonoxOverlays and OverlayGroups for rotate, scale and scroll (you can access the by name (from name=.. in xml file), e.g. "OrxonoxOverlay rotateOverlay SpeedBar 90)
  • converted everything in overlays/ to 4 spaces/tab ;)
  • removed all using namespace Ogre;
  • added background_ Panel to OrxonoxOverlay, since most of the derived classes can use that
  • should work now, but I'll have to test on a tardis box first
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/CMakeLists.txt

    r1613 r1615  
    44  Orxonox.cc
    55  Radar.cc
     6  RadarListener.cc
    67  RadarViewable.cc
    78  Settings.cc
     
    910  overlays/OrxonoxOverlay.cc
    1011  overlays/OverlayGroup.cc
     12  overlays/OverlayText.cc
    1113
    1214  overlays/console/InGameConsole.cc
     
    1820  overlays/hud/HUDRTRText.cc
    1921  overlays/hud/HUDSpeedBar.cc
    20   overlays/hud/HUDText.cc
    21   overlays/hud/HUDRadar.cc
    2222
    2323  tolua/tolua_bind.cc
Note: See TracChangeset for help on using the changeset viewer.