523634ca17
svn merge -r 15908:15988 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-08-06 16:50:07 +00:00
aec6b78ded
svn merge -r 15590:15688 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-07-22 12:02:57 +00:00
70730c7226
svn merge -r 15392:15551 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-07-13 13:21:01 +00:00
c7dbc65488
svn merge -r 15292:15392 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-06-30 22:57:52 +00:00
ffbe42129e
svn merge -r 15202:15292 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2008-06-20 21:36:15 +00:00
1cc61f633f
Patch #11000 approved: [new function] KX_GameObject::alignAxisToVect() Align an object's axis to a given vector
2008-06-02 17:31:05 +00:00
e2a9590a15
BGE patch: rename rayCastToEx() to rayCast() - better name
2008-05-24 22:50:31 +00:00
cc6dac8c42
BGE patch: add rayCastToEx(), an extended version of rayCastTo() for use in game script
2008-05-24 18:06:58 +00:00
881802d8a3
BGE patch #10492 approved: getLinearVelocity() now can provide local velocity as well. This patch is harmless and backward compatible; it can go safely into 2.46 release
2008-05-06 20:55:55 +00:00
34771ef405
add KX_GameObject::rayCastTo() PyDoc
2008-04-06 20:02:41 +00:00
e7384c9dd2
Commit patch #8799 : Realtime SetParent function in the BGE
...
This patch consists in new KX_GameObject::SetParent() and KX_GameObject::RemoveParent() functions to create and destroy parent relation during game. These functions are accessible through python and through a new actuator KX_ParentActuator. Function documentation in PyDoc.
The object keeps its orientation, position and scale when it is parented but will further rotate, move and scale with its parent from that point on. When the parent relation is broken, the object keeps the orientation, position and scale it had at that time.
The function has no effect if any of the X/Y/Z scale of the object or its new parent are below Epsilon.
2008-04-06 18:30:52 +00:00
5fcf39d2a5
Added getDistanceTo Python method (thanks Charlie C)
2005-01-16 05:55:04 +00:00
baa2f99f07
Port Python updates from Tuhopuu2:
...
getType/setType to action/sound actuator (sgefant)
Use a more generic python -> math conversion.
2004-07-17 05:28:23 +00:00
976e3a1824
Updates to GamePython Reference.
...
Added Actuator documentation.
2004-06-02 12:43:27 +00:00
0dfc3a3b78
Use epydoc for generating game python reference (like the bpython guys)
2004-05-31 13:06:04 +00:00
d38329b5aa
Added Python module for Lights.
...
Added attributes to the vertex class.
2004-05-30 11:09:46 +00:00
a96955efc2
Game Python Reference Manual.
...
This manual lists all the Python classes and modules for Game Objects, Sensor bricks, Controllers etc.
Missing: Actuator & Controller reference.
2004-05-24 07:49:50 +00:00