blender/source/gameengine/PyDoc
Campbell Barton a1e78a0cca * Documented that get/setOrientation use an inverted rotation matrix
* OB prefix is needed when specifying the object for the Message Actuator, this is very bad since other object fields in the BGE dont need this prefix - a real fix would need do_versions to keep old files running.
* RotationMatrix was all nans if the rotation vector axis was 0,0,0, Changed so in this case just return a matrix that doesn't rotate anything,

spent some angry hours to find these issues, maybe this will save others the hassle ;)
2008-06-20 20:54:29 +00:00
..
BL_ActionActuator.py
epy_docgen.sh replacing epydoc generation script with one copied from bpy docs 2008-05-20 05:55:12 +00:00
GameKeys.py
GameLogic.py fix BGE bug #8668: Behavior of os.getcwd() is not consistent between operating systems 2008-05-11 18:45:30 +00:00
KX_Camera.py
KX_CameraActuator.py
KX_CDActuator.py
KX_ConstraintActuator.py
KX_GameActuator.py
KX_GameObject.py * Documented that get/setOrientation use an inverted rotation matrix 2008-06-20 20:54:29 +00:00
KX_IpoActuator.py
KX_Light.py
KX_MeshProxy.py
KX_MouseFocusSensor.py
KX_NearSensor.py
KX_NetworkMessageActuator.py
KX_NetworkMessageSensor.py
KX_ObjectActuator.py
KX_ParentActuator.py
KX_PolygonMaterial.py
KX_RadarSensor.py
KX_RaySensor.py
KX_SCA_AddObjectActuator.py
KX_SCA_EndObjectActuator.py
KX_SCA_ReplaceMeshActuator.py
KX_Scene.py
KX_SceneActuator.py
KX_SoundActuator.py
KX_TouchSensor.py
KX_TrackToActuator.py
KX_VertexProxy.py
KX_VisibilityActuator.py
Rasterizer.py
SCA_AlwaysSensor.py
SCA_ANDController.py
SCA_IActuator.py
SCA_IController.py
SCA_ILogicBrick.py
SCA_ISensor.py
SCA_KeyboardSensor.py
SCA_MouseSensor.py
SCA_ORController.py
SCA_PropertyActuator.py
SCA_PropertySensor.py
SCA_PythonController.py
SCA_RandomActuator.py
SCA_RandomSensor.py
WhatsNew.py