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
2015-01-21Cleanup of BGE code CcdPhysicsEnvironment::CallbackTriggers()Sybren A. Stüvel
2015-01-15BGE physics: get/set linear and angular dampingSybren A. Stüvel
2014-12-03BGE: Fix Rigid body constraint deletionHG1
2014-11-21Cleanup: typoCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-07-18BGE: Add missing documentation and attribute constraint_type for ConstraintWr...HG1
2014-07-16Fix T40146: BGE Compound parent crashMitchell Stokes
2014-07-12BGE debug API and actuatorHG1
2014-07-10Fix T40909: BGE softbodies broken.Mitchell Stokes
2014-07-07BGE: Fix for applyImpulse functionJorge Bernal
2014-05-16Fix T38895: Unstable behavior using VehicleWrapper after Bullet 2.82 updateMitchell Stokes
2014-05-16BGE Physics: Better follow the old (pre-cleanup) logic for determining bound...Mitchell Stokes
2014-05-08Code Cleanup: remove unused m_contactProcessingThresholdCampbell Barton
2014-05-02BGE: Forgot a NULL check in CcdPhysicsEnvironment::MergeEnvironment()Mitchell Stokes
2014-05-01BGE cleanup: KX_GameObject::GetParent() no longer increases the object's refc...Mitchell Stokes
2014-04-30BGE: Fixing a memory leak from the recent physics changes.Mitchell Stokes
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_BlenderSceneConverter's dependence on Bullet.Mitchell Stokes
2014-04-24BGE Cleanup: Reducing KX_Scene's dependence on Bullet.Mitchell Stokes
2014-01-28Fix T37673: Ray casting could fail with 0 collision marginsSergej Reich
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-11-30Fix T37566: KX_GameObject.resumeDynamics() was not properly restoring collisi...Mitchell Stokes
2013-11-18Fix T37040: Removing vehicles in BGE causes a crashMitchell Stokes
2013-11-18Fix T37325: applyRotation() wasn't working correctly on rigid bodies in the g...Mitchell Stokes
2013-11-06BGE: Fix for #37335 "Moving the camera with a key (after the recent BGE clean...Mitchell Stokes
2013-11-05Fix for recent BGE commits, when building with c++ guardedalloc.Bastien Montagne
2013-11-04BGE Physics Cleanup: Fixing an error that GCC didn't catch.Mitchell Stokes
2013-11-04BGE: Cleaning up the BGE's physics code and removing KX_IPhysicsController an...Mitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Cleaning up some includes.Mitchell Stokes
2013-07-24BGE fix [#21488] Pumpkin in Gamekit Tutorial flips upside downDaniel Stokes
2013-07-23bge: de-duplicate cleanup code for empty mesh error caseCampbell Barton
2013-07-20Bge fix [#33016] Blender crashes when I start the game engineDaniel Stokes
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-05-30split bge includes for scons onto their own lines (for easier merging)Campbell Barton
2013-04-25game engine: Use bullet's default contact processing thesholdSergej Reich
2013-04-12code cleanup: warnings and style.Campbell Barton
2013-04-11code cleanup: unused vars, make other vars static.Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-07bullet: Update to current svn, r2636Sergej Reich
2013-02-24BGE: Adding back the virtual destructor to PHY_IPhysicsController, which was ...Mitchell Stokes
2013-02-24BGE: Removing the source files for the PHY interfaces since they just contain...Mitchell Stokes
2013-02-22fixing typo in include (report and patch by Jochen Schmitt)Dalai Felinto
2013-02-22game engine: Revert to using regular gimpact for mesh shapesSergej Reich
2013-02-21Fix scons compileJens Verwiebe
2013-02-21BGE cleanup: Removing the PHY__Vector classes and replacing them with MT_Vect...Mitchell Stokes
2013-02-09BGE: Fix to make KX_CharacterWrapper.jumpCount work a bit smoother. Previousl...Mitchell Stokes
2013-02-02style cleanup: comment formatCampbell Barton