blender/source/gameengine
Campbell Barton efb7dd86ff Fix for own recent reference count error.
- The armature weakref list was  being incref'd twice then decrefed twice (incref and decref were used incorrectly), now only once. My 'fix' broke this.
- In bpy_pydriver_create_dict the 2 refs added from running PyDict_SetItemString twice were undone when clearing the dictionary (added comment)
- changed Py_XDECREF to Py_DECREF int BPY_pyconstraint_update and BPY_pyconstraint_target, Py_XDECREF checs for NULL value which would have crashed blender before it got to Py_XDECREF anyway.
- after every error is reported (PyErr_Print), remove sys.last_traceback and clear the error, I found this fixed certain crashes (usually when starting the game engine or exiting blender), so best do this all the time.

- header_text.c, CcdPhysicsEnvironment.cpp, KX_CameraActuator.cpp - remove some warnings.
2009-04-15 04:34:27 +00:00
..
BlenderRoutines BGE Bugfix 2009-04-09 22:15:26 +00:00
Converter BGE Physics 2009-04-14 12:34:39 +00:00
Expressions this should fix building with mingw 2009-04-12 22:05:09 +00:00
GameLogic Fix for own recent reference count error. 2009-04-15 04:34:27 +00:00
GamePlayer BGE Bugfix 2009-04-09 22:15:26 +00:00
Ketsji Fix for own recent reference count error. 2009-04-15 04:34:27 +00:00
Network BGE patch #18350: Add sendMessage() to GameLogic. Added sendMessage to both GameLogic and KX_GameObject. 2009-04-08 16:57:08 +00:00
Physics Fix for own recent reference count error. 2009-04-15 04:34:27 +00:00
PyDoc BGE Physics 2009-04-14 12:34:39 +00:00
Rasterizer BGE: Occlusion culling and other performance improvements. 2009-04-13 20:08:33 +00:00
SceneGraph BGE Scenegraph and View frustrum culling improvement. 2009-04-07 22:14:06 +00:00
VideoTexture BGE: Occlusion culling and other performance improvements. 2009-04-13 20:08:33 +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 Building the game engine with Solid/Sumo is now optional for scons using WITH_BF_SOLID. 2009-02-25 12:07:51 +00:00