blender/source/gameengine
2012-09-15 11:48:20 +00:00
..
BlenderRoutines code cleanup: replace macro for BLI_rect size/center with inline functions. 2012-09-15 11:48:20 +00:00
Converter code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines is now unused but keep incase we want to add defines there later. 2012-09-03 22:04:14 +00:00
Expressions code cleanup: capitalize defines. 2012-09-06 01:31:15 +00:00
GameLogic code cleanup: capitalize defines. 2012-09-06 01:31:15 +00:00
GamePlayer style cleanup: indentation 2012-09-06 02:20:03 +00:00
Ketsji BGE: LibLoaded sensors that made use of physics controllers (touch, collision) could cause various physics problems (like infinite loops in Bullet, etc). This happened because their KX_TouchEventManagers were merged prior to having their physics controllers merged, which has now been fixed. Thanks to Kupoman for hunting down the fix! 2012-09-13 00:46:50 +00:00
Network optionally use guarded alloc for tiles compositor, also replace allocation functions with a macro. 2012-06-25 09:14:37 +00:00
Physics Accidentally did a commit when I wanted to revert... (ignore my last revision) 2012-08-08 01:29:20 +00:00
Rasterizer bge cleanup caught by accident while going over the code, it seems someone forgot to use rect_height everywhere (no functional change) 2012-09-13 23:39:09 +00:00
SceneGraph style cleanup: also spelling 2012-08-24 23:22:34 +00:00
VideoTexture Some FFmpeg changes 2012-08-26 11:01:14 +00:00
CMakeLists.txt code cleanup: remove mode comments, these were applied very un-evenly across a few files. 2012-05-27 13:22:43 +00:00
SConscript