Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2079


Ignore:
Timestamp:
Oct 31, 2008, 11:02:18 PM (15 years ago)
Author:
rgrieder
Message:

updated msvc files.
removed "friend WorldEntity" from BaseObject.

Location:
code/branches/objecthierarchy
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/core/BaseObject.h

    r2074 r2079  
    5454    class _CoreExport BaseObject : virtual public OrxonoxClass
    5555    {
    56         friend class WorldEntity;
    57 
    5856        public:
    5957            BaseObject(BaseObject* creator);
  • code/branches/objecthierarchy/src/orxonox/gamestates/GSRoot.cc

    r2023 r2079  
    154154        Copyright (c) 2000-2008 Torus Knot Software Ltd
    155155       
    156         OGRE is licensed under the LGPL. For more info, see ogre license info.
     156        OGRE is licensed under the LGPL. For more info, see OGRE license.
    157157    */
    158158    void GSRoot::setThreadAffinity(unsigned int limitToCPU)
  • code/branches/objecthierarchy/visual_studio/vc8/core.vcproj

    r2070 r2079  
    192192                                >
    193193                        </File>
     194                        <File
     195                                RelativePath="..\..\src\core\XMLNameListener.cc"
     196                                >
     197                        </File>
    194198                        <Filter
    195199                                Name="tolua"
     
    444448                                >
    445449                        </File>
     450                        <File
     451                                RelativePath="..\..\src\core\XMLNameListener.h"
     452                                >
     453                        </File>
    446454                        <Filter
    447455                                Name="input"
  • code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj

    r2070 r2079  
    151151                        >
    152152                        <File
    153                                 RelativePath="..\..\src\orxonox\CameraHandler.cc"
     153                                RelativePath="..\..\src\orxonox\CameraManager.cc"
    154154                                >
    155155                        </File>
     
    194194                                >
    195195                                <File
     196                                        RelativePath="..\..\src\orxonox\objects\EventDispatcher.cc"
     197                                        >
     198                                </File>
     199                                <File
     200                                        RelativePath="..\..\src\orxonox\objects\EventListener.cc"
     201                                        >
     202                                </File>
     203                                <File
     204                                        RelativePath="..\..\src\orxonox\objects\EventTarget.cc"
     205                                        >
     206                                </File>
     207                                <File
    196208                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
    197209                                        >
     
    283295                                                RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.cc"
    284296                                                >
    285                                                 <FileConfiguration
    286                                                         Name="Debug|Win32"
    287                                                         >
    288                                                         <Tool
    289                                                                 Name="VCCLCompilerTool"
    290                                                         />
    291                                                 </FileConfiguration>
    292                                                 <FileConfiguration
    293                                                         Name="Release|Win32"
    294                                                         >
    295                                                         <Tool
    296                                                                 Name="VCCLCompilerTool"
    297                                                         />
    298                                                 </FileConfiguration>
    299297                                        </File>
    300298                                        <File
     
    331329                                                <File
    332330                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\DistanceTrigger.cc"
     331                                                        >
     332                                                </File>
     333                                                <File
     334                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\EventTrigger.cc"
    333335                                                        >
    334336                                                </File>
     
    585587                        >
    586588                        <File
    587                                 RelativePath="..\..\src\orxonox\CameraHandler.h"
     589                                RelativePath="..\..\src\orxonox\CameraManager.h"
    588590                                >
    589591                        </File>
     
    611613                                Name="objects"
    612614                                >
     615                                <File
     616                                        RelativePath="..\..\src\orxonox\objects\EventDispatcher.h"
     617                                        >
     618                                </File>
     619                                <File
     620                                        RelativePath="..\..\src\orxonox\objects\EventListener.h"
     621                                        >
     622                                </File>
     623                                <File
     624                                        RelativePath="..\..\src\orxonox\objects\EventTarget.h"
     625                                        >
     626                                </File>
    613627                                <File
    614628                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
     
    719733                                                <File
    720734                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\DistanceTrigger.h"
     735                                                        >
     736                                                </File>
     737                                                <File
     738                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\EventTrigger.h"
    721739                                                        >
    722740                                                </File>
Note: See TracChangeset for help on using the changeset viewer.