blender/source/gameengine
Dalai Felinto ac1b08a928 BGE patch: [#26223] Some RigidBody joints fixes (ui angles, conetwist/hinge limits etc) by Juha Mäki-Kanto + ui changes pour moi
From the tracker:::
Issues fixed:
- ConeTwist-constraint's params weren't making it to the CcdPhysicsEnvironment, also added Hinge's params.
- UI wasn't using angles where applicable.
- btHingeConstraint's constructor can create frame-matrices which don't align so the hinge doesn's start at 0 degree tilt.
This is an issue when setting limits.

Changes:
- UI: Hinge limits can be set (and disabled).
- UI: ConeTwist only has max-limits and only the twistX can be disabled
- PyApi via rna_constraint.c: added the functions limit_xyz_min, limit_xyz_max (for 6dof), limit_angle_xyz_min,
limit_angle_xyz_max (for 6dof), limit_angle_x_min, limit_angle_x_max (for hinge).
- PyApi: dropped python-function limit_cone_min. 

.:. Extra:
UI Changes:
- renamed "RigidBody Joint" to "Rigid Boidy Joint" 
- reorganized UI to conform with other parameters (e.g. Limit Rot)
- added dis/active all over the place :)
2011-02-27 09:21:13 +00:00
..
BlenderRoutines doxygen: gameengine/BlenderRoutines tagged. 2011-02-25 13:29:48 +00:00
Converter BGE patch: [#26223] Some RigidBody joints fixes (ui angles, conetwist/hinge limits etc) by Juha Mäki-Kanto + ui changes pour moi 2011-02-27 09:21:13 +00:00
Expressions follow up on patch [#26215], not all weakref references were ifdef'd 2011-02-25 15:07:25 +00:00
GameLogic doxygen: gameengine/GameLogic tagged. 2011-02-25 13:32:11 +00:00
GamePlayer doxygen: gameengine/GamePlayer tagged. 2011-02-25 13:35:11 +00:00
Ketsji - use Py_CLEAR for python internally referencing other PyObjects (supposed to be safer). 2011-02-27 04:01:58 +00:00
Network doxygen: gameengine/Network tagged. 2011-02-25 13:36:49 +00:00
Physics BGE patch: [#26223] Some RigidBody joints fixes (ui angles, conetwist/hinge limits etc) by Juha Mäki-Kanto + ui changes pour moi 2011-02-27 09:21:13 +00:00
PyDoc == python api doc == 2010-10-13 10:42:33 +00:00
Rasterizer doxygen: gameengine/Rasterizer tagged. 2011-02-25 13:38:24 +00:00
SceneGraph doxygen: gameengine/SceneGraph tagged. 2011-02-25 13:39:04 +00:00
VideoTexture doxygen: gameengine/VideoTexture tagged. 2011-02-25 13:39:34 +00:00
CMakeLists.txt use cmake defined names for jpeg, png, zlib and python libs, building on *nix with non-standard libjpeg/png/zlib locations was broken. 2011-01-25 14:43:13 +00:00
SConscript enable building the game engine without bullet for scons & cmake 2010-10-10 07:01:56 +00:00