[Bf-blender-cvs] CVS commit: blender/source/gameengine/BlenderRoutines BL_KetsjiEmbedStart.cpp blender/source/gameengine/GameLogic SCA_PythonController.cpp blender/source/gameengine/Ketsji KX_KetsjiEngine.h KX_PythonInit.cpp KX_PythonInit.h KX_Scene.cpp blender/source/gameengine/Physics/Bullet CcdPhysicsEnvironment.cpp

Erwin Coumans blender at erwincoumans.com
Sun May 14 01:31:36 CEST 2006


erwin (Erwin Coumans) 2006/05/14 01:31:36 CEST

  Modified files:
    blender/source/gameengine/BlenderRoutines 
                                              BL_KetsjiEmbedStart.cpp 
    blender/source/gameengine/GameLogic SCA_PythonController.cpp 
    blender/source/gameengine/Ketsji KX_KetsjiEngine.h 
                                     KX_PythonInit.cpp 
                                     KX_PythonInit.h KX_Scene.cpp 
    blender/source/gameengine/Physics/Bullet 
                                             CcdPhysicsEnvironment.cpp 
  
  Log:
  Patch from Charlie:
  
  Cleared the python dictionary at the end of the game engine, should fix some issues,
  also reverted the python controller changes, related to this
  
  This should fix the following bugs:
  [ #3789 ]
  [ #3815 ]
  
  possiblyy fixes:
  [ #3834 ]
  
  Revision  Changes    Path
  1.12      +3 -3      blender/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>
  1.13      +4 -4      blender/source/gameengine/GameLogic/SCA_PythonController.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/GameLogic/SCA_PythonController.cpp.diff?r1=1.12&r2=1.13&cvsroot=bf-blender>
  1.15      +3 -1      blender/source/gameengine/Ketsji/KX_KetsjiEngine.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/Ketsji/KX_KetsjiEngine.h.diff?r1=1.14&r2=1.15&cvsroot=bf-blender>
  1.23      +10 -1     blender/source/gameengine/Ketsji/KX_PythonInit.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/Ketsji/KX_PythonInit.cpp.diff?r1=1.22&r2=1.23&cvsroot=bf-blender>
  1.9       +3 -1      blender/source/gameengine/Ketsji/KX_PythonInit.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/Ketsji/KX_PythonInit.h.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>
  1.25      +3 -2      blender/source/gameengine/Ketsji/KX_Scene.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/Ketsji/KX_Scene.cpp.diff?r1=1.24&r2=1.25&cvsroot=bf-blender>
  1.38      +1 -0      blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp.diff?r1=1.37&r2=1.38&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list