Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2461


Ignore:
Timestamp:
Dec 15, 2008, 1:02:48 AM (15 years ago)
Author:
rgrieder
Message:
  • Updated msvc files
  • temporary solution for a super function caller that doesn't work with msvc.
Location:
code/branches/objecthierarchy2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy2/src/orxonox/objects/worldentities/ControllableEntity.cc

    r2447 r2461  
    109109    void ControllableEntity::changedGametype()
    110110    {
    111         SUPER(ControllableEntity, changedGametype);
     111        //SUPER(ControllableEntity, changedGametype);
     112        WorldEntity::changedGametype();
    112113
    113114        this->gtinfo_ = 0;
  • code/branches/objecthierarchy2/visual_studio/vc8/orxonox.vcproj

    r2364 r2461  
    167167                        </File>
    168168                        <File
     169                                RelativePath="..\..\src\orxonox\PawnManager.cc"
     170                                >
     171                        </File>
     172                        <File
    169173                                RelativePath="..\..\src\orxonox\PlayerManager.cc"
    170174                                >
     
    273277                                        </File>
    274278                                        <File
     279                                                RelativePath="..\..\src\orxonox\objects\worldentities\ExplosionChunk.cc"
     280                                                >
     281                                        </File>
     282                                        <File
    275283                                                RelativePath="..\..\src\orxonox\objects\worldentities\FadingBillboard.cc"
    276284                                                >
     
    354362                                        <File
    355363                                                RelativePath="..\..\src\orxonox\objects\infos\Bot.cc"
     364                                                >
     365                                        </File>
     366                                        <File
     367                                                RelativePath="..\..\src\orxonox\objects\infos\GametypeInfo.cc"
    356368                                                >
    357369                                        </File>
     
    743755                                        </File>
    744756                                        <File
     757                                                RelativePath="..\..\src\orxonox\overlays\hud\GametypeStatus.cc"
     758                                                >
     759                                        </File>
     760                                        <File
    745761                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.cc"
     762                                                >
     763                                        </File>
     764                                        <File
     765                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDHealthBar.cc"
    746766                                                >
    747767                                        </File>
     
    859879                        </File>
    860880                        <File
     881                                RelativePath="..\..\src\orxonox\PawnManager.h"
     882                                >
     883                        </File>
     884                        <File
    861885                                RelativePath="..\..\src\orxonox\PlayerManager.h"
    862886                                >
     
    942966                                        <File
    943967                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.h"
     968                                                >
     969                                        </File>
     970                                        <File
     971                                                RelativePath="..\..\src\orxonox\objects\worldentities\ExplosionChunk.h"
    944972                                                >
    945973                                        </File>
     
    10291057                                        </File>
    10301058                                        <File
     1059                                                RelativePath="..\..\src\orxonox\objects\infos\GametypeInfo.h"
     1060                                                >
     1061                                        </File>
     1062                                        <File
    10311063                                                RelativePath="..\..\src\orxonox\objects\infos\HumanPlayer.h"
    10321064                                                >
     
    12691301                                        </File>
    12701302                                        <File
     1303                                                RelativePath="..\..\src\orxonox\overlays\hud\GametypeStatus.h"
     1304                                                >
     1305                                        </File>
     1306                                        <File
    12711307                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDBar.h"
     1308                                                >
     1309                                        </File>
     1310                                        <File
     1311                                                RelativePath="..\..\src\orxonox\overlays\hud\HUDHealthBar.h"
    12721312                                                >
    12731313                                        </File>
Note: See TracChangeset for help on using the changeset viewer.