Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2008, 12:20:36 AM (16 years ago)
Author:
rgrieder
Message:
  • moved Tickable to objects again
  • network, audio and core now have their own tick routine
  • Sequence is defined in Orxonox.cc
Location:
code/branches/input/visual_studio/vc8
Files:
2 edited

Legend:

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

    r1520 r1524  
    157157                        </File>
    158158                        <File
    159                                 RelativePath="..\..\src\core\CoreSettings.cc"
     159                                RelativePath="..\..\src\core\Core.cc"
    160160                                >
    161161                        </File>
     
    186186                        <File
    187187                                RelativePath="..\..\src\core\SignalHandler.cc"
    188                                 >
    189                         </File>
    190                         <File
    191                                 RelativePath="..\..\src\core\Tickable.cc"
    192188                                >
    193189                        </File>
     
    351347                        </File>
    352348                        <File
     349                                RelativePath="..\..\src\core\Core.h"
     350                                >
     351                        </File>
     352                        <File
    353353                                RelativePath="..\..\src\core\CorePrereqs.h"
    354354                                >
    355355                        </File>
    356356                        <File
    357                                 RelativePath="..\..\src\core\CoreSettings.h"
    358                                 >
    359                         </File>
    360                         <File
    361357                                RelativePath="..\..\src\core\Debug.h"
    362358                                >
     
    392388                        <File
    393389                                RelativePath="..\..\src\core\SignalHandler.h"
    394                                 >
    395                         </File>
    396                         <File
    397                                 RelativePath="..\..\src\core\Tickable.h"
    398390                                >
    399391                        </File>
  • code/branches/input/visual_studio/vc8/orxonox.vcproj

    r1502 r1524  
    256256                                </File>
    257257                                <File
     258                                        RelativePath="..\..\src\orxonox\objects\Tickable.cc"
     259                                        >
     260                                </File>
     261                                <File
    258262                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.cc"
    259263                                        >
     
    539543                                <File
    540544                                        RelativePath="..\..\src\orxonox\objects\SpaceShipAI.h"
     545                                        >
     546                                </File>
     547                                <File
     548                                        RelativePath="..\..\src\orxonox\objects\Tickable.h"
    541549                                        >
    542550                                </File>
Note: See TracChangeset for help on using the changeset viewer.