Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 756


Ignore:
Timestamp:
Dec 31, 2007, 10:58:16 AM (16 years ago)
Author:
rgrieder
Message:
  • project name changed to FICN_test
  • adapted header file inclusion
Location:
code/branches/FICN_test
Files:
3 added
3 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN_test/src/orxonox/Orxonox.cc

    r748 r756  
    7070#include "core/Debug.h"
    7171#include "hud/HUD.h"
    72 #include "objects/weapon_system/BulletManager.h"
     72#include "objects/weapon/BulletManager.h"
    7373#include "GraphicsEngine.h"
    7474
  • code/branches/FICN_test/src/orxonox/objects/Explosion.h

    r729 r756  
    55
    66#include "WorldEntity.h"
    7 #include "Timer.h"
     7#include "../tools/Timer.h"
    88
    99namespace orxonox
  • code/branches/FICN_test/src/orxonox/objects/Fighter.cc

    r742 r756  
    3838#include "../Orxonox.h"
    3939#include "../particle/ParticleInterface.h"
    40 #include "weapon_system/AmmunitionDump.h"
    41 #include "weapon_system/BarrelGun.h"
     40#include "weapon/AmmunitionDump.h"
     41#include "weapon/BarrelGun.h"
    4242
    4343#include "Fighter.h"
  • code/branches/FICN_test/src/orxonox/objects/Model.h

    r729 r756  
    55
    66#include "WorldEntity.h"
    7 #include "Mesh.h"
     7#include "../tools/Mesh.h"
    88
    99class TiXmlElement; // Forward declaration
  • code/branches/FICN_test/src/orxonox/objects/Projectile.h

    r729 r756  
    55
    66#include "WorldEntity.h"
    7 #include "BillboardSet.h"
    8 #include "Timer.h"
     7#include "../tools/BillboardSet.h"
     8#include "../tools/Timer.h"
    99
    1010namespace orxonox
  • code/branches/FICN_test/src/orxonox/objects/SpaceShip.h

    r736 r756  
    88
    99#include "Model.h"
    10 #include "BillboardSet.h"
     10#include "../tools/BillboardSet.h"
    1111
    1212class TiXmlElement;          // Forward declaration
  • code/branches/FICN_test/src/orxonox/objects/WorldEntity.h

    r742 r756  
    1313#include "orxonox/core/BaseObject.h"
    1414#include "Tickable.h"
    15 #include "Mesh.h"
     15#include "../tools/Mesh.h"
    1616
    1717namespace orxonox
  • code/branches/FICN_test/visual_studio/benixonox.vcproj

    r733 r756  
    197197                                </File>
    198198                                <File
    199                                         RelativePath="..\src\orxonox\objects\BillboardSet.cc"
    200                                         >
    201                                 </File>
    202                                 <File
    203199                                        RelativePath="..\src\orxonox\objects\Camera.cc"
    204200                                        >
     
    213209                                </File>
    214210                                <File
    215                                         RelativePath="..\src\orxonox\objects\Light.cc"
    216                                         >
    217                                 </File>
    218                                 <File
    219                                         RelativePath="..\src\orxonox\objects\Mesh.cc"
    220                                         >
    221                                 </File>
    222                                 <File
    223211                                        RelativePath="..\src\orxonox\objects\Model.cc"
    224212                                        >
     
    245233                                </File>
    246234                                <Filter
    247                                         Name="weapon_system"
    248                                         >
    249                                         <File
    250                                                 RelativePath="..\src\orxonox\objects\weapon_system\AmmunitionDump.cc"
    251                                                 >
    252                                         </File>
    253                                         <File
    254                                                 RelativePath="..\src\orxonox\objects\weapon_system\BarrelGun.cc"
    255                                                 >
    256                                         </File>
    257                                         <File
    258                                                 RelativePath="..\src\orxonox\objects\weapon_system\BaseWeapon.cc"
    259                                                 >
    260                                         </File>
    261                                         <File
    262                                                 RelativePath="..\src\orxonox\objects\weapon_system\Bullet.cc"
    263                                                 >
    264                                         </File>
    265                                         <File
    266                                                 RelativePath="..\src\orxonox\objects\weapon_system\BulletManager.cc"
    267                                                 >
    268                                         </File>
    269                                         <File
    270                                                 RelativePath="..\src\orxonox\objects\weapon_system\WeaponStation.cc"
     235                                        Name="weapon"
     236                                        >
     237                                        <File
     238                                                RelativePath="..\src\orxonox\objects\weapon\AmmunitionDump.cc"
     239                                                >
     240                                        </File>
     241                                        <File
     242                                                RelativePath="..\src\orxonox\objects\weapon\BarrelGun.cc"
     243                                                >
     244                                        </File>
     245                                        <File
     246                                                RelativePath="..\src\orxonox\objects\weapon\BaseWeapon.cc"
     247                                                >
     248                                        </File>
     249                                        <File
     250                                                RelativePath="..\src\orxonox\objects\weapon\Bullet.cc"
     251                                                >
     252                                        </File>
     253                                        <File
     254                                                RelativePath="..\src\orxonox\objects\weapon\BulletManager.cc"
     255                                                >
     256                                        </File>
     257                                        <File
     258                                                RelativePath="..\src\orxonox\objects\weapon\WeaponStation.cc"
    271259                                                >
    272260                                        </File>
     
    278266                                <File
    279267                                        RelativePath="..\src\orxonox\particle\ParticleInterface.cc"
     268                                        >
     269                                </File>
     270                        </Filter>
     271                        <Filter
     272                                Name="tools"
     273                                >
     274                                <File
     275                                        RelativePath="..\src\orxonox\tools\BillboardSet.cc"
     276                                        >
     277                                </File>
     278                                <File
     279                                        RelativePath="..\src\orxonox\tools\Light.cc"
     280                                        >
     281                                </File>
     282                                <File
     283                                        RelativePath="..\src\orxonox\tools\Mesh.cc"
    280284                                        >
    281285                                </File>
     
    327331                                </File>
    328332                                <File
    329                                         RelativePath="..\src\orxonox\objects\BillboardSet.h"
    330                                         >
    331                                 </File>
    332                                 <File
    333333                                        RelativePath="..\src\orxonox\objects\Camera.h"
    334334                                        >
     
    343343                                </File>
    344344                                <File
    345                                         RelativePath="..\src\orxonox\objects\Light.h"
    346                                         >
    347                                 </File>
    348                                 <File
    349                                         RelativePath="..\src\orxonox\objects\Mesh.h"
    350                                         >
    351                                 </File>
    352                                 <File
    353345                                        RelativePath="..\src\orxonox\objects\Model.h"
    354346                                        >
     
    375367                                </File>
    376368                                <File
    377                                         RelativePath="..\src\orxonox\objects\Timer.h"
    378                                         >
    379                                 </File>
    380                                 <File
    381369                                        RelativePath="..\src\orxonox\objects\WorldEntity.h"
    382370                                        >
    383371                                </File>
    384372                                <Filter
    385                                         Name="weapon_system"
    386                                         >
    387                                         <File
    388                                                 RelativePath="..\src\orxonox\objects\weapon_system\AmmunitionDump.h"
    389                                                 >
    390                                         </File>
    391                                         <File
    392                                                 RelativePath="..\src\orxonox\objects\weapon_system\BarrelGun.h"
    393                                                 >
    394                                         </File>
    395                                         <File
    396                                                 RelativePath="..\src\orxonox\objects\weapon_system\BaseWeapon.h"
    397                                                 >
    398                                         </File>
    399                                         <File
    400                                                 RelativePath="..\src\orxonox\objects\weapon_system\Bullet.h"
    401                                                 >
    402                                         </File>
    403                                         <File
    404                                                 RelativePath="..\src\orxonox\objects\weapon_system\BulletManager.h"
    405                                                 >
    406                                         </File>
    407                                         <File
    408                                                 RelativePath="..\src\orxonox\objects\weapon_system\WeaponStation.h"
     373                                        Name="weapon"
     374                                        >
     375                                        <File
     376                                                RelativePath="..\src\orxonox\objects\weapon\AmmunitionDump.h"
     377                                                >
     378                                        </File>
     379                                        <File
     380                                                RelativePath="..\src\orxonox\objects\weapon\BarrelGun.h"
     381                                                >
     382                                        </File>
     383                                        <File
     384                                                RelativePath="..\src\orxonox\objects\weapon\BaseWeapon.h"
     385                                                >
     386                                        </File>
     387                                        <File
     388                                                RelativePath="..\src\orxonox\objects\weapon\Bullet.h"
     389                                                >
     390                                        </File>
     391                                        <File
     392                                                RelativePath="..\src\orxonox\objects\weapon\BulletManager.h"
     393                                                >
     394                                        </File>
     395                                        <File
     396                                                RelativePath="..\src\orxonox\objects\weapon\WeaponStation.h"
    409397                                                >
    410398                                        </File>
     
    420408                        </Filter>
    421409                        <Filter
    422                                 Name="misc"
    423                                 >
    424                                 <File
    425                                         RelativePath="..\src\misc\ColourValue.h"
    426                                         >
    427                                 </File>
    428                                 <File
    429                                         RelativePath="..\src\misc\Math.h"
    430                                         >
    431                                 </File>
    432                                 <File
    433                                         RelativePath="..\src\misc\Matrix3.h"
    434                                         >
    435                                 </File>
    436                                 <File
    437                                         RelativePath="..\src\misc\Quaternion.h"
    438                                         >
    439                                 </File>
    440                                 <File
    441                                         RelativePath="..\src\misc\Sleep.h"
    442                                         >
    443                                 </File>
    444                                 <File
    445                                         RelativePath="..\src\misc\String2Number.h"
    446                                         >
    447                                 </File>
    448                                 <File
    449                                         RelativePath="..\src\misc\Tokenizer.h"
    450                                         >
    451                                 </File>
    452                                 <File
    453                                         RelativePath="..\src\misc\Vector2.h"
    454                                         >
    455                                 </File>
    456                                 <File
    457                                         RelativePath="..\src\misc\Vector3.h"
    458                                         >
    459                                 </File>
    460                                 <File
    461                                         RelativePath="..\src\misc\Vector4.h"
     410                                Name="tools"
     411                                >
     412                                <File
     413                                        RelativePath="..\src\orxonox\tools\BillboardSet.h"
     414                                        >
     415                                </File>
     416                                <File
     417                                        RelativePath="..\src\orxonox\tools\Light.h"
     418                                        >
     419                                </File>
     420                                <File
     421                                        RelativePath="..\src\orxonox\tools\Mesh.h"
     422                                        >
     423                                </File>
     424                                <File
     425                                        RelativePath="..\src\orxonox\tools\Timer.h"
    462426                                        >
    463427                                </File>
  • code/branches/FICN_test/visual_studio/loader.vcproj

    r729 r756  
    5454                                Name="VCLinkerTool"
    5555                                AdditionalDependencies="OgreMain_d.lib Orxonox_d.lib"
     56                                OutputFile="$(OutDir)\$(ProjectName)_d.dll"
    5657                                AdditionalLibraryDirectories="$(OutDir)"
    5758                        />
Note: See TracChangeset for help on using the changeset viewer.