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-11-04BGE: Cleaning up the BGE's physics code and removing KX_IPhysicsController an...Mitchell Stokes
2013-03-26style cleanup:Campbell Barton
2013-02-21BGE cleanup: Removing the PHY__Vector classes and replacing them with MT_Vect...Mitchell Stokes
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-25doxygen: gameengine/Ketsji tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-04-25correct typo'sCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-04BGE: Add option to return UV coordinates aofthe hit point to KX_GameObject::r...Benoit Bolsee
2009-04-05BGE Bugfixes (mostly in the py api)Campbell Barton
2008-08-27BGE patch: KX_GameObject::rayCast() improvements to have X-Ray option, return...Benoit Bolsee
2008-06-18bugfix, BGE, use vec.safe_normalized() rather then vec.normalized() because i...Campbell Barton
2008-06-08Bugfix #13666: Joshua Leung
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-02-16patch 8235 8218 8211 added: various gameengine improvements, fixed windows pr...Benoit Bolsee
2005-08-05fixed the mouse-over sensor,Erwin Coumans
2005-03-25added an #include <stdlib.h> to fix this:Kent Mein
2005-03-25Big patches:Kester Maddock