blender/source/gameengine
Campbell Barton 1adb5b5442 patch from Mitchell Stokes
#18045] [patch] A patch that exposes the rest of the motion functions of KX_GameObject to Python.

*applyForce	=> setForce
*applyTorque	=> setTorque
*applyRotation	=> setDRot
*applyMovement	=> setDLoc
2008-12-09 04:13:23 +00:00
..
BlenderRoutines patch #8583: Add support for gcc on irix 2008-11-24 14:15:05 +00:00
Converter Fix crash in game engine IPO code, got out of sync after IPO cleanup, removed the duplicated function declarations. 2008-10-11 22:29:50 +00:00
Expressions Python 2.4 should build with the game engine now, no thanks to python for switching from char to const char 2008-10-02 00:22:28 +00:00
GameLogic Adjusted scons files so disabling quicktime, python and sdl also removes their includes when building. 2008-11-11 14:14:22 +00:00
GamePlayer patch #8583: Add support for gcc on irix 2008-11-24 14:15:05 +00:00
Ketsji patch from Mitchell Stokes 2008-12-09 04:13:23 +00:00
Network Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
Physics * Minimum SCons version is now 1.0.0 2008-10-30 23:55:07 +00:00
PyDoc patch from Mitchell Stokes 2008-12-09 04:13:23 +00:00
Rasterizer BGE update: helper functions for VideoTexture render to texture feature. 2008-11-26 17:38:54 +00:00
SceneGraph BGE patch: support for partial hierarchy in dupligroup instantiation; removal of links that point to inactive objects during group instantiation. 2008-07-18 19:56:56 +00:00
VideoTexture VideoTexture: new ImageMirror class for easy mirror (and portal) creation 2008-12-04 16:07:46 +00:00
CMakeLists.txt VideoTexture module. 2008-10-31 22:35:52 +00:00
Makefile Makefile fixes for compiling with new videotexture code. 2008-11-02 18:12:45 +00:00
SConscript VideoTexture module. 2008-10-31 22:35:52 +00:00