Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-30Followup to rB1973b17fce65, partially bring back GLSL lamp's previous behavior.IRIE Shinsuke
2014-05-28Fix 40343: Using replace mesh (e.g., LODs) on a skinned mesh crashes.Mitchell Stokes
2014-05-28BGE: Accidentally committed some debug code in 8dafbe.Mitchell Stokes
2014-05-28BGE cleanup: Removing some potential memory leaks from KX_NavMeshObject when ...Mitchell Stokes
2014-05-28BGE cleanup: Remove unused KX_TrackToActuator::m_tracktime member.Mitchell Stokes
2014-05-27Fix T40344: Levels of Detail not smooth with Armature ModifierMitchell Stokes
2014-05-20BGE cleanup: Removing the unused KX_Scene::UpdateMeshTransformations() function.Mitchell Stokes
2014-05-15Fix T40182: Crash when using KX_GameObject.rayCast/rayCastTo().Mitchell Stokes
2014-05-14BGE: Fixing some NavMesh memory leaks.Mitchell Stokes
2014-05-13Fix T40111: replaceMesh() crashes BGE when used on a parented objectMitchell Stokes
2014-05-10BGE: Fixing shape key animations on meshes with no armature.Mitchell Stokes
2014-05-08BGE: Dynamically-allocated action layersMitchell Stokes
2014-05-05Fix T39928: Blender crash/freeze when game engine is started with animation p...Mitchell Stokes
2014-05-02Fix T35552: LibLoading objects with Collision sensors gives an errorMitchell Stokes
2014-05-02BGE cleanup: Removing the unused SCA_EventManager::Replace_PhysicsScene().Mitchell Stokes
2014-05-01BGE cleanup: KX_GameObject::GetParent() no longer increases the object's refc...Mitchell Stokes
2014-04-30Change naming slightly, it conflicts with DrawText function define onAntony Riakiotakis
2014-04-24COmpilation error fix after recent cleanup in BGESergey Sharybin
2014-04-24BGE Cleanup: Moving reinstancing physics shapes from KX_ConvertPhysicsObject ...Mitchell Stokes
2014-04-24BGE Cleanup: Physics conversion is now handled by PHY_IPhysicsEnvironmentMitchell Stokes
2014-04-24BGE Cleanup: Reducing KX_Scene's dependence on Bullet.Mitchell Stokes
2014-04-24BGE Cleanup: Removing the empty KX_ClearBulletSharedShapes() functionMitchell Stokes
2014-04-23BGE Cleanup: Removing all of the my_* functions in KX_ConvertPhysicsObjects.c...Mitchell Stokes
2014-04-23BGE Cleanup: Removing KX_ObjectProperties, KX_BoundBoxClass, KX_BoxBounds, an...Mitchell Stokes
2014-04-16Fix T39445: Async LibLoad CrashMitchell Stokes
2014-04-16Fix T39509: Crash when assign an empty as a LoDDaniel Stokes
2014-04-12Code cleanup: RAS_ILightObject is class, not a struct.Thomas Dinges
2014-04-10BGE: Allow skinned meshes with modifiers to do skinning updates in parallel.Mitchell Stokes
2014-04-10BGE: Fixing a crash when animating objects with modifiers and armatures.Mitchell Stokes
2014-04-07BGE: Multi-threading animation updates and skinning.Mitchell Stokes
2014-03-28BGE code cleanup: Removing an unused include in KX_Light.cppMitchell Stokes
2014-03-28BGE code cleanup: Removing OpenGL and bf_gpu code from KX_LightObjectMitchell Stokes
2014-03-25Code cleanup: Removing KX_KetsjiEngine::m_drawingmodeMitchell Stokes
2014-03-25Fix T38929: BGE: Strange behaving from addObject after trying to add an nonex...Mitchell Stokes
2014-03-20BGE: Adding support for the Cast Only material option.Mitchell Stokes
2014-02-24Partial fix for T3817: BGE crashing when using LibNew.Mitchell Stokes
2014-02-22Fix T38539: Can't set near sensor distance above 100 via pythonCampbell Barton
2014-02-15Fix T37964: KX_GameObject missing NULL checks for m_physicsController.Mitchell Stokes
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-05BGE: Fixing memory corruption/double free when duplicating (e.g., addObject) ...Mitchell Stokes
2014-02-04Code cleanup: declarations for removed functionsCampbell Barton
2014-01-24Fix compilation error caused by 67f1fd2Sergey Sharybin
2014-01-24game engine: implement hitMaterial for collision and ray sensorsDalai Felinto
2014-01-13Code Cleanup: spellingCampbell Barton
2013-12-23Style cleanup: BGEHG1
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-09Game Engine: Option to record static objects animationJames Yonan
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-11-27Fix T37636: double added pyattr_get_lightsHG1
2013-11-24Code Cleanup: whitespace / formattingCampbell Barton