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-12-09Game Engine: Option to record static objects animationJames Yonan
2013-11-04BGE: Cleaning up the BGE's physics code and removing KX_IPhysicsController an...Mitchell Stokes
2013-09-14BGE: Adding a Python collision API. The initial patch was provided by agoose7...Mitchell Stokes
2013-08-15BGE: Finally adding support for additive layer blending.Mitchell Stokes
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-02-11BGE: Fix for issue #32606 "Raycasts are locked to the scene of calling object...Mitchell Stokes
2013-02-02style cleanup: comment formatCampbell Barton
2012-11-13BGE: Renaming KX_GameObject.group_parent and group_children to groupObject an...Mitchell Stokes
2012-10-30BGE: Adding support for Bullet's collision masks. Each object now has a colli...Mitchell Stokes
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-09rename BGE KX_GameObject attrsCampbell Barton
2012-10-09patch [#31875] Patch to get scene access through a game objectCampbell Barton
2012-10-07BGE: Committing patch [#31442] "API improvements: Group references python api...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-06-07style cleanupCampbell Barton
2012-03-13bmesh py api: more comprehensive intro page, also fix some spelling errors.Campbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-23use __ prefix on header guards to avoid mixing up defines with api functions ...Campbell Barton
2012-01-22cucumber merge: world scaling + video texture constantsDalai Felinto
2011-12-30use PyUnicode_From_STR_String in the game engine in more places.Campbell Barton
2011-11-06PyUnicode_From_STR_String utility function which passes STR_String to PyUnico...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-08-08BGE Animations: Various compatibility fixes:Mitchell Stokes
2011-07-16BGE Animations: Some updates to the Python api:Mitchell Stokes
2011-07-07BGE Animations: Removing unused code and adding some more comments.Mitchell Stokes
2011-07-05BGE Animations: Various fixes and bits of cleanup to get the action actuator ...Mitchell Stokes
2011-07-03BGE Animations: Adding in layer weights to allow for layer blending.Mitchell Stokes
2011-06-29BGE Animations: Fixing a bug with priority and non continuous animations.Mitchell Stokes
2011-06-24BGE Animations: Exposing KX_GameObject's GetActionFrame() and SetActionFrame(...Mitchell Stokes
2011-06-24BGE Animations: Adding the concept of priority back. Priority is handled on a...Mitchell Stokes
2011-06-16BGE Animations: Adding the ipo flag options to the action actuator. This stil...Mitchell Stokes
2011-06-11BGE Animations: KX_GameObjects now only instantiate a BL_ActionManger if they...Mitchell Stokes
2011-06-01BGE Animations: Reimplemented the continuous function of the action actuator.Mitchell Stokes
2011-06-01BGE Animations: Adding more functions to BL_ActionManager and KX_GameObject:Mitchell Stokes
2011-05-24BGE Animations:Mitchell Stokes
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, game...Nathan Letwory
2011-02-16synched with trunk at revision 34793Nick Samarin
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-11BGE object.life - gives you the life countdown for temporary objects.Dalai Felinto