Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 21, 2008, 6:14:31 PM (16 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/util_properties.vsprops

    r790 r917  
    66        InheritedPropertySheets=".\directory_properties.vsprops"
    77        >
     8        <Tool
     9                Name="VCCLCompilerTool"
     10                PreprocessorDefinitions="UTIL_SHARED_BUILD"
     11        />
     12        <Tool
     13                Name="VCLinkerTool"
     14                AdditionalDependencies="OgreMain$(CS).lib"
     15        />
    816</VisualStudioPropertySheet>
Note: See TracChangeset for help on using the changeset viewer.