[Bf-blender-cvs] CVS commit: blender/source/gameengine/Ketsji KX_GameObject.cpp KX_GameObject.h KX_IPhysicsController.h KX_ObjectActuator.cpp KX_OdePhysicsController.cpp KX_OdePhysicsController.h KX_SumoPhysicsController.cpp KX_SumoPhysicsController.h blender/source/gameengine/Physics/common PHY_IPhysicsController.h SConscript ...

Kester Maddock Christopher.Maddock.1 at uni.massey.ac.nz
Thu Apr 8 13:34:50 CEST 2004


kester (Kester Maddock) 2004/04/08 13:34:50 CEST

  Modified files:
    blender/source/gameengine/Ketsji KX_GameObject.cpp 
                                     KX_GameObject.h 
                                     KX_IPhysicsController.h 
                                     KX_ObjectActuator.cpp 
                                     KX_OdePhysicsController.cpp 
                                     KX_OdePhysicsController.h 
                                     KX_SumoPhysicsController.cpp 
                                     KX_SumoPhysicsController.h 
    blender/source/gameengine/Physics/common 
                                             PHY_IPhysicsController.h 
                                             SConscript 
    blender/source/gameengine/Physics/Sumo/Fuzzics/include 
                                                           SM_Object.h 
    blender/source/gameengine/Physics/Sumo/Fuzzics/src 
                                                       SM_Object.cpp 
                                                       SM_Scene.cpp 
    blender/source/gameengine/Physics/Sumo 
                                           SumoPhysicsController.cpp 
                                           SumoPhysicsController.h 
  
  Log:
  Added resolveCombinedVelocities()
  Fixed drot actuator.  The rotation matrix was being mutilated by passing a float[9] instead of float[12].
  
  Revision  Changes    Path
  1.5       +17 -5     blender/source/gameengine/Ketsji/KX_GameObject.cpp
  1.7       +8 -1      blender/source/gameengine/Ketsji/KX_GameObject.h
  1.7       +3 -1      blender/source/gameengine/Ketsji/KX_IPhysicsController.h
  1.5       +8 -15     blender/source/gameengine/Ketsji/KX_ObjectActuator.cpp
  1.4       +4 -1      blender/source/gameengine/Ketsji/KX_OdePhysicsController.cpp
  1.6       +2 -1      blender/source/gameengine/Ketsji/KX_OdePhysicsController.h
  1.6       +13 -4     blender/source/gameengine/Ketsji/KX_SumoPhysicsController.cpp
  1.8       +3 -1      blender/source/gameengine/Ketsji/KX_SumoPhysicsController.h
  1.7       +4 -1      blender/source/gameengine/Physics/common/PHY_IPhysicsController.h
  1.5       +2 -1      blender/source/gameengine/Physics/common/SConscript
  1.7       +2 -2      blender/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h
  1.6       +2 -3      blender/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp
  1.5       +8 -3      blender/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Scene.cpp
  1.5       +16 -5     blender/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp
  1.7       +3 -2      blender/source/gameengine/Physics/Sumo/SumoPhysicsController.h



More information about the Bf-blender-cvs mailing list