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/orxonox.vcproj

    r790 r917  
    287287                                RelativePath="..\..\src\orxonox\InputManager.cc"
    288288                                >
     289                                <FileConfiguration
     290                                        Name="Debug|Win32"
     291                                        ExcludedFromBuild="true"
     292                                        >
     293                                        <Tool
     294                                                Name="VCCLCompilerTool"
     295                                        />
     296                                </FileConfiguration>
    289297                        </File>
    290298                        <File
     
    627635                                        >
    628636                                </File>
    629                         </Filter>
    630                         <Filter
    631                                 Name="loader"
    632                                 >
    633                                 <File
    634                                         RelativePath="..\..\src\loader\LevelLoader.cc"
     637                                <File
     638                                        RelativePath="..\..\src\orxonox\tools\OrxListener.cc"
     639                                        >
     640                                </File>
     641                                <File
     642                                        RelativePath="..\..\src\orxonox\tools\Timer.cc"
    635643                                        >
    636644                                </File>
     
    738746                                </File>
    739747                                <File
    740                                         RelativePath="..\..\src\orxonox\objects\Tickable.h"
    741                                         >
    742                                 </File>
    743                                 <File
    744748                                        RelativePath="..\..\src\orxonox\objects\WorldEntity.h"
    745749                                        >
     
    798802                                </File>
    799803                                <File
     804                                        RelativePath="..\..\src\orxonox\tools\OrxListener.h"
     805                                        >
     806                                </File>
     807                                <File
    800808                                        RelativePath="..\..\src\orxonox\tools\Timer.h"
    801                                         >
    802                                 </File>
    803                         </Filter>
    804                         <Filter
    805                                 Name="loader"
    806                                 >
    807                                 <File
    808                                         RelativePath="..\..\src\loader\LevelLoader.h"
    809                                         >
    810                                 </File>
    811                                 <File
    812                                         RelativePath="..\..\src\loader\LoaderPrereqs.h"
    813809                                        >
    814810                                </File>
Note: See TracChangeset for help on using the changeset viewer.