blender/source/gameengine
Benoit Bolsee e912ca9331 BGE bug #17491 fixed: BGE, Dupli instance with different scale, massive slowdown.
The root cause of this bug is the fact that Bullet shapes 
are shared between duplicated game objects. As the physics
object scale is stored in the shape, all duplicas must 
have the same scale otherwise the physics representation
is incorrect.
This fix introduces a mechanism to duplicate shapes at
runtime so that Bullet shapes are not shared anymore.
The drawback is an increased memory consuption. 
A reference count mechanism will be introduced in a 
later revision to keep Bullet shape shared between
duplicas that have the same scale.
2008-08-21 15:19:54 +00:00
..
BlenderRoutines Added GameLogic.globalDict, this is a place where data can be stored even when new blend files are loaded. Using for apricot so frankie can go into levels in new blendfiles keeping his inventory, currently it dosnt work for the blenderplayer which stops python before loading new blend files. 2008-08-19 11:53:24 +00:00
Converter BGE patch: New Delay sensor (derived from patch #17472) 2008-08-16 20:45:37 +00:00
Expressions Python API get/setObject update for Actuators. (SetParent, AddObject, Camera and TrackTo) 2008-08-14 08:58:25 +00:00
GameLogic BGE patch: New Delay sensor (derived from patch #17472) 2008-08-16 20:45:37 +00:00
GamePlayer GameLogic.globalDict blenderplayer now keeps settings when loading new blend files. 2008-08-20 06:11:11 +00:00
Ketsji BGE bug #17491 fixed: BGE, Dupli instance with different scale, massive slowdown. 2008-08-21 15:19:54 +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 BGE bug #17491 fixed: BGE, Dupli instance with different scale, massive slowdown. 2008-08-21 15:19:54 +00:00
PyDoc BGE patch: New Delay sensor (derived from patch #17472) 2008-08-16 20:45:37 +00:00
Rasterizer * another commit adding std:: to the sort call (older msvc [<9] choked?) 2008-07-30 20:45:04 +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
CMakeLists.txt Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
Makefile Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
SConscript == SCons == 2006-02-04 14:15:10 +00:00