Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2008, 9:05:27 PM (16 years ago)
Author:
landauf
Message:
  • ParticleInterface uses Orxonox::getTimeFactor to make particle effects independend of gamespeed (but there's still a drawback with thrusters)
  • reduced OIS includes in input-related classes, changed OIS search and include to avoid conflicts with other versions of OIS (for example in Ogre). not yet tested on tardis.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/CMakeLists.txt

    r1535 r1555  
    6363#Performs the search and sets the variables
    6464FIND_PACKAGE(OGRE)
    65 #FIND_PACKAGE(OIS)
    6665# FIND_PACKAGE(CEGUI)
    6766# FIND_PACKAGE(CEGUI_OGRE)
    6867FIND_PACKAGE(ENet)
    6968FIND_PACKAGE(Boost REQUIRED thread filesystem)
    70 #FIND_PACKAGE(Boost REQUIRED filesystem)
    7169FIND_PACKAGE(OpenAL)
    7270FIND_PACKAGE(ALUT)
     
    8078LINK_DIRECTORIES(
    8179  ${OGRE_LIB_DIR}
    82 #  ${OIS_LIB_DIR}
    8380#  ${CEGUI_LIB_DIR} ${CEGUI_OGRE_LIB_DIR}
    8481  ${ENet_LIBRARY}
     
    9188INCLUDE_DIRECTORIES(
    9289  ${OGRE_INCLUDE_DIR}
    93 #  ${OIS_INCLUDE_DIR}
    9490#  ${CEGUI_INCLUDE_DIR} ${CEGUI_OGRE_INCLUDE_DIR}
    9591  ${ENet_INCLUDE_DIR}
Note: See TracChangeset for help on using the changeset viewer.