blender/source/gameengine
Bastien Montagne 1187b98d48 Fix T43174: "Record animation" does not update fcurve handles
`INSERT_FAST` implies you call `calchandles_fcurve()` at the end...
For now, since we do not store edited FCurves nor can we get them easily
(requires RNA...), just update handles of all fcurves, it's much more
performant than removing usage of `INSERT_FAST` anyway.
2015-01-09 15:29:47 +01:00
..
BlenderRoutines Fix for bool flag use 2015-01-07 12:08:55 +11:00
Converter Fix T43174: "Record animation" does not update fcurve handles 2015-01-09 15:29:47 +01:00
Expressions Freestyle: reserve array sizes before filling 2015-01-04 21:23:26 +11:00
GameLogic Recent fix for SDL2 broke joysticks for SDL1.2 2015-01-05 20:23:30 +11:00
GamePlayer Fix for bool flag use 2015-01-07 12:08:55 +11:00
Ketsji Fix T40257: Frustum culling not working properly 2015-01-07 20:41:07 -08:00
Network mathutils: refactor instantiation 2015-01-04 17:43:57 +11:00
Physics BGE: Fix Rigid body constraint deletion 2014-12-02 19:26:06 -08:00
Rasterizer Ghost Context Refactor 2014-10-07 15:47:32 -05:00
SceneGraph Style Cleanup: remove preprocessor indentation (updated wiki style guide too) 2013-12-22 14:12:19 +11:00
VideoTexture Revert "Fix T40257: Frustum culling not working properly" 2015-01-07 20:38:05 -08:00
CMakeLists.txt BGE: Removing the source files for the PHY interfaces since they just contained virtual destructors. This means we had license and doc blocks for 3 lines of code, which seemed silly. This also means that ge_phys_common no longer needs to be built as a library. I tested this with CMake and SCons using GCC; hopefully this doesn't break other systems. 2013-02-24 07:09:39 +00:00
SConscript BGE: Removing the source files for the PHY interfaces since they just contained virtual destructors. This means we had license and doc blocks for 3 lines of code, which seemed silly. This also means that ge_phys_common no longer needs to be built as a library. I tested this with CMake and SCons using GCC; hopefully this doesn't break other systems. 2013-02-24 07:09:39 +00:00