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
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
2013-01-30BGE: Some various changes to make moving the character physics type easier:Mitchell Stokes
2013-01-23make bullet optional againCampbell Barton
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2012-12-29BGE: Adding a jumpCount to KX_CharacterWrapper. This can be used to have diff...Mitchell Stokes
2012-12-26BGE: Don't set the character controller's gravity when creating the controlle...Mitchell Stokes
2012-12-26BGE: Adding a maxJumps to the character controller to adjust how many jumps a...Mitchell Stokes
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-15Hi there, it has been a while, just curious if my SVN account still works :)Erwin Coumans
2012-11-26fix [#33303] face selection masking for painting does not work with mesh with...Campbell Barton
2012-11-10BGE: Committing patch [#32697] "New BGE gravity API" by HG1.Mitchell Stokes
2012-11-05BGE: This patch adds a character wrapper (similar to the already implemented ...Mitchell Stokes
2012-10-30code cleanup: remove unused transform snapping code (only use the BVH acceler...Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-30BGE: Adding support for Bullet's collision masks. Each object now has a colli...Mitchell Stokes
2012-10-22style cleanupCampbell Barton
2012-10-20style cleanupCampbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-14code cleanup: remove redundant castsCampbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-08BGE: Setting up the RAS_ICanvas interface as the primary way to alter the OpenGLMitchell Stokes
2012-10-07BGE: When applying movement to an object with the Character physics type, use...Mitchell Stokes
2012-09-16style cleanupCampbell Barton
2012-08-08Accidentally did a commit when I wanted to revert... (ignore my last revision)Mitchell Stokes
2012-08-08(no commit message)Mitchell Stokes
2012-08-06Fix for [#32270] "Removing a Character object from the scene causes a crash."...Mitchell Stokes
2012-08-01game engine: Fix CcdPhysicsEnvironment functions that accessed m_solverInfoSergej Reich
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-07-29BGE: Fixing a memory leaked caused by the character controller (CcdPhysicsCon...Mitchell Stokes
2012-07-26Fix for [#32185] "Incorrect physics for LibLoaded dupligroups" reported by Da...Mitchell Stokes
2012-07-22style cleanupCampbell Barton
2012-07-10Fix for a crash caused by ReplaceMesh changing an objects physics shape. CcdS...Mitchell Stokes