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
2014-12-11Fix ping-pong actions when using the Action Actuator.Mitchell Stokes
2014-12-03Fixes for T41168Mitchell Stokes
2014-05-08BGE: Dynamically-allocated action layersMitchell Stokes
2014-04-29Correction to last commitMitchell Stokes
2014-04-29Fix T39614: Ping Pong Action doesn't work correctlyMitchell Stokes
2014-04-07BGE: Multi-threading animation updates and skinning.Mitchell Stokes
2013-08-15BGE: The Action Actuator can now make use of additive blending.Mitchell Stokes
2013-05-19BGE: Applying patch [#35416] "Missing python properties on ActionActuator: la...Mitchell Stokes
2013-03-26style cleanup:Campbell Barton
2013-03-25code cleanup:Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-07-29Fix for [#32213] "Action actuator doesn't finish playing if frame rate drops"...Mitchell Stokes
2012-07-25BGE: A better fix for using the Action Actuator with the Actuator Sensor. Thi...Mitchell Stokes
2012-07-16BGE: The Action Actuator now returns correct values to work with the Actuator...Mitchell Stokes
2012-06-28Removing channel manipulation from the Action Actuator Python API since this ...Mitchell Stokes
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-01-23Fix for "[#29911] Crash on reading BL_ActionActuator.channelNames"Mitchell Stokes
2012-01-16use defines for property name lenghths in the BGE, were using 31,32,64,100.Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-11-24BGE Animations: Getting the Action Actuator to behave better with pulse mode ...Mitchell Stokes
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