Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 21, 2008, 6:14:31 PM (17 years ago)
Author:
rgrieder
Message:
  • merged all changes in the input branch into this one
  • moved Tickable to core (would have created circular library dependencies)
  • exported OrxListener to a separate file, soon to be deleted
changed
, &&, XOR back to or, and, xor because I found the necessary include file for VC++
  • created abortRequest() in Orxonox.cc to call for a smooth end of the game (an alternative would be to make tick() return a boolean, like it is with frameStarted())
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/visual_studio/vc8/core.vcproj

    r790 r917  
    281281                        </File>
    282282                        <File
     283                                RelativePath="..\..\src\orxonox\core\ClassTreeMask.cc"
     284                                >
     285                        </File>
     286                        <File
    283287                                RelativePath="..\..\src\orxonox\core\ConfigValueContainer.cc"
    284288                                >
     
    293297                        </File>
    294298                        <File
     299                                RelativePath="..\..\src\orxonox\core\Executor.cc"
     300                                >
     301                        </File>
     302                        <File
    295303                                RelativePath="..\..\src\orxonox\core\Factory.cc"
    296304                                >
     
    301309                        </File>
    302310                        <File
    303                                 RelativePath="..\..\src\orxonox\core\IdentifierList.cc"
     311                                RelativePath="..\..\src\orxonox\core\IdentifierDistributor.cc"
    304312                                >
    305313                        </File>
     
    309317                        </File>
    310318                        <File
     319                                RelativePath="..\..\src\orxonox\core\Loader.cc"
     320                                >
     321                        </File>
     322                        <File
    311323                                RelativePath="..\..\src\orxonox\core\MetaObjectList.cc"
    312324                                >
     
    322334                        <File
    323335                                RelativePath="..\..\src\orxonox\core\SignalHandler.cc"
     336                                >
     337                        </File>
     338                        <File
     339                                RelativePath="..\..\src\orxonox\core\Tickable.cc"
     340                                >
     341                        </File>
     342                        <File
     343                                RelativePath="..\..\src\orxonox\core\XMLPort.cc"
    324344                                >
    325345                        </File>
     
    343363                        </File>
    344364                        <File
     365                                RelativePath="..\..\src\orxonox\core\ClassManager.h"
     366                                >
     367                        </File>
     368                        <File
     369                                RelativePath="..\..\src\orxonox\core\ClassTreeMask.h"
     370                                >
     371                        </File>
     372                        <File
    345373                                RelativePath="..\..\src\orxonox\core\ConfigValueContainer.h"
    346374                                >
     
    367395                        </File>
    368396                        <File
     397                                RelativePath="..\..\src\orxonox\core\Executor.h"
     398                                >
     399                        </File>
     400                        <File
    369401                                RelativePath="..\..\src\orxonox\core\Factory.h"
    370402                                >
    371403                        </File>
    372404                        <File
     405                                RelativePath="..\..\src\orxonox\core\Functor.h"
     406                                >
     407                        </File>
     408                        <File
    373409                                RelativePath="..\..\src\orxonox\core\Identifier.h"
    374410                                >
    375411                        </File>
    376412                        <File
    377                                 RelativePath="..\..\src\orxonox\core\IdentifierList.h"
     413                                RelativePath="..\..\src\orxonox\core\IdentifierDistributor.h"
    378414                                >
    379415                        </File>
     
    387423                        </File>
    388424                        <File
     425                                RelativePath="..\..\src\orxonox\core\Level.h"
     426                                >
     427                        </File>
     428                        <File
     429                                RelativePath="..\..\src\orxonox\core\Loader.h"
     430                                >
     431                        </File>
     432                        <File
    389433                                RelativePath="..\..\src\orxonox\core\MetaObjectList.h"
    390434                                >
     
    404448                        <File
    405449                                RelativePath="..\..\src\orxonox\core\SignalHandler.h"
     450                                >
     451                        </File>
     452                        <File
     453                                RelativePath="..\..\src\orxonox\core\Tickable.h"
     454                                >
     455                        </File>
     456                        <File
     457                                RelativePath="..\..\src\orxonox\core\XMLPort.h"
    406458                                >
    407459                        </File>
Note: See TracChangeset for help on using the changeset viewer.