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
2011-11-06misc macro --> bli math lib functionsCampbell Barton
2011-11-03python string conversionCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-25BGE Animations: Fixing various Action Actuator compatibility issues reported ...Mitchell Stokes
2011-09-04BGE animations: fixing initialization order issues for BL_ActionActuator and ...Mitchell Stokes
2011-09-03BGE animations: Fixing a crash that would happen if the property for a proper...Mitchell Stokes
2011-09-02BGE animations: This is an attempt to help smooth out some more compatibility...Mitchell Stokes
2011-08-29BGE Animations: Various changes to make code reviewers happy:Mitchell Stokes
2011-08-11BGE Animations: Updating BL_ActionActuator.frame to work with the new actuator.Mitchell Stokes
2011-08-11BGE Animations: Always update the localtime used for continuous animations. P...Mitchell Stokes
2011-08-09BGE Animations: Fixing the Continue option when using the Flipper play type. ...Mitchell Stokes
2011-08-08BGE Animations: Various compatibility fixes:Mitchell Stokes
2011-08-06BGE Animations: Making the ping pong mode for action actuators behave more li...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: Making the action actuator's loop end play mode work better.Mitchell Stokes
2011-07-03BGE Animations: Reimplementing support for the "Flipper" play mode of the act...Mitchell Stokes
2011-07-03BGE Animations: Adding in layer weights to allow for layer blending.Mitchell Stokes
2011-07-01BGE Animations: Fixing a bug where an action actuator could update a frame pr...Mitchell Stokes
2011-06-29BGE Animations: Fixing a bug with priority and non continuous animations.Mitchell Stokes
2011-06-24BGE Animations: Adding the concept of priority back. Priority is handled on a...Mitchell Stokes
2011-06-24BGE Animations: Making the play modes for the Acton Actuator behave more like...Mitchell Stokes
2011-06-21Merge with trunk r37677Joerg Mueller
2011-06-16BGE Animations: Making sure the Action Actuator has a valid action before att...Mitchell Stokes
2011-06-16BGE Animations: Adding the ipo flag options to the action actuator. This stil...Mitchell Stokes
2011-06-15remove unused argumentsCampbell Barton
2011-06-11BGE Animations: Adding a layer option to Action actuators.Mitchell Stokes
2011-06-11BGE Animations:Mitchell Stokes
2011-06-06BGE Animations: Getting the Frame Property option of the Action Actuator work...Mitchell Stokes
2011-06-01BGE Animations: Reimplemented the continuous function of the action actuator.Mitchell Stokes
2011-06-01BGE Animations: Beginning work on the new action actuator.Mitchell Stokes
2011-02-25doxygen: gameengine/Converter tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Remove header include, conflicts otherwise with BLI_math.hNathan Letwory
2011-02-16BGE: Action and ShapeKey Actuator PingPong playmode.Dalai Felinto
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-23BGE: fix more matrix transpose bugs in assignement to game object matrices.Benoit Bolsee
2009-11-10Math LibBrecht Van Lommel
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-07-26svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20937:21899Campbell Barton
2009-07-26fix memleak in BGE py api - action.channelNamesCampbell Barton
2009-06-29BGE PyAPI support for subclassing any BGE game type from python, scripters de...Campbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton