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

    r1590 r1601  
    189189                        </File>
    190190                        <Filter
    191                                 Name="hud"
    192                                 >
    193                                 <File
    194                                         RelativePath="..\..\src\orxonox\hud\HUD.cc"
    195                                         >
    196                                 </File>
    197                                 <File
    198                                         RelativePath="..\..\src\orxonox\hud\HUDBar.cc"
    199                                         >
    200                                 </File>
    201                                 <File
    202                                         RelativePath="..\..\src\orxonox\hud\HUDFPSText.cc"
    203                                         >
    204                                 </File>
    205                                 <File
    206                                         RelativePath="..\..\src\orxonox\hud\HUDOverlay.cc"
    207                                         >
    208                                 </File>
    209                                 <File
    210                                         RelativePath="..\..\src\orxonox\hud\HUDRTRText.cc"
    211                                         >
    212                                 </File>
    213                                 <File
    214                                         RelativePath="..\..\src\orxonox\hud\HUDSpeedBar.cc"
    215                                         >
    216                                 </File>
    217                                 <File
    218                                         RelativePath="..\..\src\orxonox\hud\HUDText.cc"
    219                                         >
    220                                 </File>
    221                                 <File
    222                                         RelativePath="..\..\src\orxonox\hud\Navigation.cc"
    223                                         >
    224                                         <FileConfiguration
    225                                                 Name="Debug|Win32"
    226                                                 >
    227                                                 <Tool
    228                                                         Name="VCCLCompilerTool"
    229                                                 />
    230                                         </FileConfiguration>
    231                                 </File>
    232                                 <File
    233                                         RelativePath="..\..\src\orxonox\hud\RadarObject.cc"
    234                                         >
    235                                 </File>
    236                                 <File
    237                                         RelativePath="..\..\src\orxonox\hud\RadarOverlayElement.cc"
    238                                         >
    239                                 </File>
    240                         </Filter>
    241                         <Filter
    242191                                Name="objects"
    243192                                >
     
    452401                                <File
    453402                                        RelativePath="..\..\src\orxonox\tools\WindowEventListener.cc"
    454                                         >
    455                                 </File>
    456                         </Filter>
    457                         <Filter
    458                                 Name="console"
    459                                 >
    460                                 <File
    461                                         RelativePath="..\..\src\orxonox\console\InGameConsole.cc"
    462403                                        >
    463404                                </File>
     
    487428                                </File>
    488429                        </Filter>
     430                        <Filter
     431                                Name="overlays"
     432                                >
     433                                <File
     434                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.cc"
     435                                        >
     436                                </File>
     437                                <File
     438                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.cc"
     439                                        >
     440                                </File>
     441                                <Filter
     442                                        Name="console"
     443                                        >
     444                                        <File
     445                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.cc"
     446                                                >
     447                                        </File>
     448                                </Filter>
     449                                <Filter
     450                                        Name="hud"
     451                                        >
     452                                        <File
     453                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
     454                                                >
     455                                        </File>
     456                                        <File
     457                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDFPSText.cc"
     458                                                >
     459                                        </File>
     460                                        <File
     461                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.cc"
     462                                                >
     463                                        </File>
     464                                        <File
     465                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRTRText.cc"
     466                                                >
     467                                        </File>
     468                                        <File
     469                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.cc"
     470                                                >
     471                                        </File>
     472                                        <File
     473                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDText.cc"
     474                                                >
     475                                        </File>
     476                                        <File
     477                                                RelativePath="..\..\src\orxonox\overlays\hud\RadarObject.cc"
     478                                                >
     479                                        </File>
     480                                        <File
     481                                                RelativePath="..\..\src\orxonox\overlays\hud\RadarOverlayElement.cc"
     482                                                >
     483                                        </File>
     484                                </Filter>
     485                        </Filter>
    489486                </Filter>
    490487                <Filter
     
    514511                        </File>
    515512                        <Filter
    516                                 Name="hud"
    517                                 >
    518                                 <File
    519                                         RelativePath="..\..\src\orxonox\hud\HUD.h"
    520                                         >
    521                                 </File>
    522                                 <File
    523                                         RelativePath="..\..\src\orxonox\hud\HUDBar.h"
    524                                         >
    525                                 </File>
    526                                 <File
    527                                         RelativePath="..\..\src\orxonox\hud\HUDFPSText.h"
    528                                         >
    529                                 </File>
    530                                 <File
    531                                         RelativePath="..\..\src\orxonox\hud\HUDOverlay.h"
    532                                         >
    533                                 </File>
    534                                 <File
    535                                         RelativePath="..\..\src\orxonox\hud\HUDRTRText.h"
    536                                         >
    537                                 </File>
    538                                 <File
    539                                         RelativePath="..\..\src\orxonox\hud\HUDSpeedBar.h"
    540                                         >
    541                                 </File>
    542                                 <File
    543                                         RelativePath="..\..\src\orxonox\hud\HUDText.h"
    544                                         >
    545                                 </File>
    546                                 <File
    547                                         RelativePath="..\..\src\orxonox\hud\Navigation.h"
    548                                         >
    549                                 </File>
    550                                 <File
    551                                         RelativePath="..\..\src\orxonox\hud\OverlayElementFactories.h"
    552                                         >
    553                                 </File>
    554                                 <File
    555                                         RelativePath="..\..\src\orxonox\hud\RadarObject.h"
    556                                         >
    557                                 </File>
    558                                 <File
    559                                         RelativePath="..\..\src\orxonox\hud\RadarOverlayElement.h"
    560                                         >
    561                                 </File>
    562                         </Filter>
    563                         <Filter
    564513                                Name="objects"
    565514                                >
     
    682631                        </Filter>
    683632                        <Filter
    684                                 Name="console"
    685                                 >
    686                                 <File
    687                                         RelativePath="..\..\src\orxonox\console\InGameConsole.h"
     633                                Name="tolua"
     634                                >
     635                                <File
     636                                        RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
    688637                                        >
    689638                                </File>
    690639                        </Filter>
    691640                        <Filter
    692                                 Name="tolua"
    693                                 >
    694                                 <File
    695                                         RelativePath="..\..\src\orxonox\tolua\tolua_bind.h"
    696                                         >
    697                                 </File>
     641                                Name="overlays"
     642                                >
     643                                <File
     644                                        RelativePath="..\..\src\orxonox\overlays\OrxonoxOverlay.h"
     645                                        >
     646                                </File>
     647                                <File
     648                                        RelativePath="..\..\src\orxonox\overlays\OverlayGroup.h"
     649                                        >
     650                                </File>
     651                                <Filter
     652                                        Name="hud"
     653                                        >
     654                                        <File
     655                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
     656                                                >
     657                                        </File>
     658                                        <File
     659                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDFPSText.h"
     660                                                >
     661                                        </File>
     662                                        <File
     663                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDNavigation.h"
     664                                                >
     665                                        </File>
     666                                        <File
     667                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDRTRText.h"
     668                                                >
     669                                        </File>
     670                                        <File
     671                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDSpeedBar.h"
     672                                                >
     673                                        </File>
     674                                        <File
     675                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDText.h"
     676                                                >
     677                                        </File>
     678                                        <File
     679                                                RelativePath="..\..\src\orxonox\overlays\hud\OverlayElementFactories.h"
     680                                                >
     681                                        </File>
     682                                        <File
     683                                                RelativePath="..\..\src\orxonox\overlays\hud\RadarObject.h"
     684                                                >
     685                                        </File>
     686                                        <File
     687                                                RelativePath="..\..\src\orxonox\overlays\hud\RadarOverlayElement.h"
     688                                                >
     689                                        </File>
     690                                </Filter>
     691                                <Filter
     692                                        Name="console"
     693                                        >
     694                                        <File
     695                                                RelativePath="..\..\src\orxonox\overlays\console\InGameConsole.h"
     696                                                >
     697                                        </File>
     698                                </Filter>
    698699                        </Filter>
    699700                </Filter>
Note: See TracChangeset for help on using the changeset viewer.