Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1555 for code/trunk/src/ois


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/src/ois/CMakeLists.txt

    r1505 r1555  
     1INCLUDE_DIRECTORIES(.)
     2
    13SET( OIS_SRC_FILES
    24  OISEffect.cpp
     
    3638ENDIF (WIN32)
    3739
    38 ADD_LIBRARY( ois SHARED ${OIS_SRC_FILES} )
     40ADD_LIBRARY( ois_orxonox SHARED ${OIS_SRC_FILES} )
    3941
    4042IF(WIN32)
    4143  LINK_DIRECTORIES(${DirectX_LIB_DIR})
    42   TARGET_LINK_LIBRARIES( ois
     44  TARGET_LINK_LIBRARIES( ois_orxonox
    4345    dxguid
    4446    dinput8
Note: See TracChangeset for help on using the changeset viewer.