Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2008, 4:08:29 PM (16 years ago)
Author:
rgrieder
Message:
  • singletonized GraphicsEngine —> Orxonox.h has to included only twice —> better compile performance —> Everything graphic related can now be accessed with GraphicsEngine::getSingleton()
  • asylumized Fighter (SpaceShip with weapon system integrated)
  • removed weapon system from build
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/visual_studio/vc8/orxonox.vcproj

    r1024 r1032  
    208208                                </File>
    209209                                <File
    210                                         RelativePath="..\..\src\orxonox\objects\Fighter.cc"
    211                                         >
    212                                 </File>
    213                                 <File
    214210                                        RelativePath="..\..\src\orxonox\objects\Model.cc"
    215211                                        >
     
    241237                                                RelativePath="..\..\src\orxonox\objects\weapon\AmmunitionDump.cc"
    242238                                                >
     239                                                <FileConfiguration
     240                                                        Name="Debug|Win32"
     241                                                        ExcludedFromBuild="true"
     242                                                        >
     243                                                        <Tool
     244                                                                Name="VCCLCompilerTool"
     245                                                        />
     246                                                </FileConfiguration>
    243247                                        </File>
    244248                                        <File
    245249                                                RelativePath="..\..\src\orxonox\objects\weapon\BarrelGun.cc"
    246250                                                >
     251                                                <FileConfiguration
     252                                                        Name="Debug|Win32"
     253                                                        ExcludedFromBuild="true"
     254                                                        >
     255                                                        <Tool
     256                                                                Name="VCCLCompilerTool"
     257                                                        />
     258                                                </FileConfiguration>
    247259                                        </File>
    248260                                        <File
    249261                                                RelativePath="..\..\src\orxonox\objects\weapon\BaseWeapon.cc"
    250262                                                >
     263                                                <FileConfiguration
     264                                                        Name="Debug|Win32"
     265                                                        ExcludedFromBuild="true"
     266                                                        >
     267                                                        <Tool
     268                                                                Name="VCCLCompilerTool"
     269                                                        />
     270                                                </FileConfiguration>
    251271                                        </File>
    252272                                        <File
    253273                                                RelativePath="..\..\src\orxonox\objects\weapon\Bullet.cc"
    254274                                                >
     275                                                <FileConfiguration
     276                                                        Name="Debug|Win32"
     277                                                        ExcludedFromBuild="true"
     278                                                        >
     279                                                        <Tool
     280                                                                Name="VCCLCompilerTool"
     281                                                        />
     282                                                </FileConfiguration>
    255283                                        </File>
    256284                                        <File
    257285                                                RelativePath="..\..\src\orxonox\objects\weapon\BulletManager.cc"
    258286                                                >
     287                                                <FileConfiguration
     288                                                        Name="Debug|Win32"
     289                                                        ExcludedFromBuild="true"
     290                                                        >
     291                                                        <Tool
     292                                                                Name="VCCLCompilerTool"
     293                                                        />
     294                                                </FileConfiguration>
    259295                                        </File>
    260296                                        <File
    261297                                                RelativePath="..\..\src\orxonox\objects\weapon\WeaponStation.cc"
    262298                                                >
     299                                                <FileConfiguration
     300                                                        Name="Debug|Win32"
     301                                                        ExcludedFromBuild="true"
     302                                                        >
     303                                                        <Tool
     304                                                                Name="VCCLCompilerTool"
     305                                                        />
     306                                                </FileConfiguration>
    263307                                        </File>
    264308                                </Filter>
     
    339383                                <File
    340384                                        RelativePath="..\..\src\orxonox\objects\Explosion.h"
    341                                         >
    342                                 </File>
    343                                 <File
    344                                         RelativePath="..\..\src\orxonox\objects\Fighter.h"
    345385                                        >
    346386                                </File>
Note: See TracChangeset for help on using the changeset viewer.