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/visual_studio/vc8/orxonox.vcproj

    r1614 r1615  
    473473                                        >
    474474                                </File>
     475                                <File
     476                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.cc"
     477                                        >
     478                                </File>
    475479                                <Filter
    476480                                        Name="console"
     
    506510                                        <File
    507511                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
    508                                                 >
    509                                         </File>
    510                                         <File
    511                                                 RelativePath="..\..\src\orxonox\overlays\hud\HUDText.cc"
    512512                                                >
    513513                                        </File>
     
    695695                                        >
    696696                                </File>
     697                                <File
     698                                        RelativePath="..\..\src\orxonox\overlays\OverlayText.h"
     699                                        >
     700                                </File>
    697701                                <Filter
    698702                                        Name="hud"
     
    720724                                        <File
    721725                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
    722                                                 >
    723                                         </File>
    724                                         <File
    725                                                 RelativePath="..\..\src\orxonox\overlays\hud\HUDText.h"
    726726                                                >
    727727                                        </File>
Note: See TracChangeset for help on using the changeset viewer.