blender/source/gameengine
Campbell Barton 3daa8bd4ef fix for [#18772] c3d_import script crashes
Patch from Roger Wickes update to 2.48 sFrame, eFrame, fps.


[#18794] GE API conversion script: 2.48 -> 2.49
patch from Alex Fraser (z0r), will test further in the next few days.
 --- 
This is text plug in and standalone script that updates Blender 2.48 Game Engine scripts to be compatible with the 2.49
API.

The script contains a mapping of attribute names to functions that do the conversion. Most of the mappings were extracted
from the documentation in GameTypes.py. Where the conversion is ambiguous, the script will not change the source except
to insert a warning as a comment. This means that the script does not completely automate the conversion process, but
will do a lot of the work.

The script still needs a fair bit of testing. Many of the mappings have not been tested and could result in broken scripts.
I'm submitting this patch now to start the review process early. I think I might need help if it is to be included in
2.49.
2009-05-20 23:31:58 +00:00
..
BlenderRoutines BGE Dome: removing of size option and adding tilt option. 2009-05-17 20:37:13 +00:00
Converter BGE #18664: Incorrect behavior for objects when unparented. A parented object is made static in all cases. 2009-05-20 21:34:50 +00:00
Expressions While testing YoFrankie with the new API attributes found some issues... 2009-05-17 16:30:18 +00:00
GameLogic BGE logic patch: fix another incompatibility with YF. 2009-05-20 08:45:42 +00:00
GamePlayer BGE Dome: removing of size option and adding tilt option. 2009-05-17 20:37:13 +00:00
Ketsji BGE logic patch: fix another incompatibility with YF. 2009-05-20 08:45:42 +00:00
Network BGE performance, 4th round: logic 2009-05-10 20:53:58 +00:00
Physics BGE soft body: give access to the soft body collision margin in the Advanced panel. By default the collision margin is set to 0.25, which causes the soft body to somewhat float above the ground. You can decrease this value to get more realistic collision. Note that the algorithm may become unstable with lower margin. 2009-05-18 21:32:03 +00:00
PyDoc fix for [#18772] c3d_import script crashes 2009-05-20 23:31:58 +00:00
Rasterizer BGE bug #18762 fixed: softbody. An incompatibility between the soft body deformer and other types of deformer was causing the soft body to disappear in the game. This was the case when the soft body had an armature or simply vertex groups. 2009-05-19 06:48:36 +00:00
SceneGraph BGE logic patch: fix another incompatibility with YF. 2009-05-20 08:45:42 +00:00
VideoTexture BGE performance, 3rd round: culling and rasterizer. 2009-05-07 09:13:01 +00:00
CMakeLists.txt cmake: apply ADD_SUBDIR patch. 2009-05-17 12:25:06 +00:00
Makefile Makefile fixes for compiling with new videotexture code. 2008-11-02 18:12:45 +00:00
SConscript Building the game engine with Solid/Sumo is now optional for scons using WITH_BF_SOLID. 2009-02-25 12:07:51 +00:00