Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1947 for code/branches


Ignore:
Timestamp:
Oct 19, 2008, 2:22:06 PM (16 years ago)
Author:
rgrieder
Message:

updated msvc files.

Location:
code/branches/objecthierarchy
Files:
10 edited

Legend:

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

    r1940 r1947  
    552552                    }
    553553
    554                     abort();
     554                    assert(false);
     555                    return 0;
    555556                }
    556557            }
  • code/branches/objecthierarchy/src/network/NetworkCallback.h

    r1916 r1947  
    1313
    1414  template <class T>
    15   class _NetworkExport NetworkCallback: public NetworkCallbackBase
     15  class NetworkCallback: public NetworkCallbackBase
    1616  {
    1717    public:
  • code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc

    r1940 r1947  
    2727 */
    2828
     29#include "OrxonoxStableHeaders.h"
    2930#include "Gametype.h"
    3031
  • code/branches/objecthierarchy/src/orxonox/objects/infos/Info.cc

    r1940 r1947  
    2727 */
    2828
     29#include "OrxonoxStableHeaders.h"
    2930#include "Info.h"
    3031
  • code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc

    r1943 r1947  
    2727 */
    2828
     29#include "OrxonoxStableHeaders.h"
    2930#include "LevelInfo.h"
    3031
  • code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc

    r1946 r1947  
    2727 */
    2828
     29#include "OrxonoxStableHeaders.h"
    2930#include "PlayerInfo.h"
    3031
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.cc

    r1940 r1947  
    2727 */
    2828
     29#include "OrxonoxStableHeaders.h"
    2930#include "PositionableEntity.h"
    3031#include "core/CoreIncludes.h"
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc

    r1940 r1947  
    2727 */
    2828
     29#include "OrxonoxStableHeaders.h"
    2930#include "WorldEntity.h"
    3031
  • code/branches/objecthierarchy/visual_studio/vc8/network.vcproj

    r1918 r1947  
    157157                        </File>
    158158                        <File
     159                                RelativePath="..\..\src\network\ClientConnectionListener.cc"
     160                                >
     161                        </File>
     162                        <File
    159163                                RelativePath="..\..\src\network\ClientInformation.cc"
    160164                                >
     
    239243                        </File>
    240244                        <File
     245                                RelativePath="..\..\src\network\ClientConnectionListener.h"
     246                                >
     247                        </File>
     248                        <File
    241249                                RelativePath="..\..\src\network\ClientInformation.h"
    242250                                >
  • code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj

    r1918 r1947  
    215215                                        >
    216216                                </File>
     217                                <Filter
     218                                        Name="worldentities"
     219                                        >
     220                                        <File
     221                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.cc"
     222                                                >
     223                                        </File>
     224                                        <File
     225                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.cc"
     226                                                >
     227                                        </File>
     228                                </Filter>
     229                                <Filter
     230                                        Name="gametypes"
     231                                        >
     232                                        <File
     233                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.cc"
     234                                                >
     235                                        </File>
     236                                </Filter>
     237                                <Filter
     238                                        Name="infos"
     239                                        >
     240                                        <File
     241                                                RelativePath="..\..\src\orxonox\objects\infos\Info.cc"
     242                                                >
     243                                        </File>
     244                                        <File
     245                                                RelativePath="..\..\src\orxonox\objects\infos\LevelInfo.cc"
     246                                                >
     247                                        </File>
     248                                        <File
     249                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.cc"
     250                                                >
     251                                        </File>
     252                                </Filter>
    217253                        </Filter>
    218254                        <Filter
     
    515551                                        >
    516552                                </File>
     553                                <Filter
     554                                        Name="worldentities"
     555                                        >
     556                                        <File
     557                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.h"
     558                                                >
     559                                        </File>
     560                                        <File
     561                                                RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.h"
     562                                                >
     563                                        </File>
     564                                </Filter>
     565                                <Filter
     566                                        Name="gametypes"
     567                                        >
     568                                        <File
     569                                                RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.h"
     570                                                >
     571                                        </File>
     572                                </Filter>
     573                                <Filter
     574                                        Name="infos"
     575                                        >
     576                                        <File
     577                                                RelativePath="..\..\src\orxonox\objects\infos\Info.h"
     578                                                >
     579                                        </File>
     580                                        <File
     581                                                RelativePath="..\..\src\orxonox\objects\infos\LevelInfo.h"
     582                                                >
     583                                        </File>
     584                                        <File
     585                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.h"
     586                                                >
     587                                        </File>
     588                                </Filter>
    517589                        </Filter>
    518590                        <Filter
Note: See TracChangeset for help on using the changeset viewer.