Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1847


Ignore:
Timestamp:
Sep 28, 2008, 2:50:47 PM (16 years ago)
Author:
rgrieder
Message:

added TutorialShip. Not yet working

Location:
code/branches/orxonox_tutorial
Files:
2 added
2 edited

Legend:

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

    r1846 r1847  
    5656  objects/SpaceShipAI.cc
    5757  objects/Tickable.cc
     58  objects/TutorialShip.cc
    5859  objects/WorldEntity.cc
    5960
  • code/branches/orxonox_tutorial/visual_studio/vc8/orxonox.vcproj

    r1846 r1847  
    292292                                </File>
    293293                                <File
     294                                        RelativePath="..\..\src\orxonox\objects\SpaceShip_backend.cc"
     295                                        >
     296                                        <FileConfiguration
     297                                                Name="Debug|Win32"
     298                                                ExcludedFromBuild="true"
     299                                                >
     300                                                <Tool
     301                                                        Name="VCCLCompilerTool"
     302                                                />
     303                                        </FileConfiguration>
     304                                        <FileConfiguration
     305                                                Name="Release|Win32"
     306                                                ExcludedFromBuild="true"
     307                                                >
     308                                                <Tool
     309                                                        Name="VCCLCompilerTool"
     310                                                />
     311                                        </FileConfiguration>
     312                                </File>
     313                                <File
    294314                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.cc"
    295315                                        >
     
    297317                                <File
    298318                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
     319                                        >
     320                                </File>
     321                                <File
     322                                        RelativePath="..\..\src\orxonox\objects\TutorialShip.cc"
    299323                                        >
    300324                                </File>
     
    653677                                <File
    654678                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
     679                                        >
     680                                </File>
     681                                <File
     682                                        RelativePath="..\..\src\orxonox\objects\TutorialShip.h"
    655683                                        >
    656684                                </File>
Note: See TracChangeset for help on using the changeset viewer.