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
2016-04-11BGE: Fix T48071: Global logic managerPorteries Tristan
2015-12-16BGE Ketsji clean-up: double-promotion warningsJorge Bernal
2015-09-02Cleanup: styleCampbell Barton
2015-08-06Cleanup: whitespaceCampbell Barton
2015-03-21Revert part of D1074 related to acceleration taked into account.Jorge Bernal
2015-03-15BGE: Fix for T43994 Steering actuator bug with NavmeshJorge Bernal
2015-02-19BGE: Fix T41502 Path following jumpingJorge Bernal
2014-08-09BGE: Fix bug with Steering Actuator Python API.Benoit Bolsee
2012-09-16style cleanupCampbell Barton
2012-04-22Fix for bug #30219: "Obstacle Simulation of Steering Actuator does not work w...Mitchell Stokes
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
2012-03-08style cleanup - remove unneeded ';'sCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2011-11-29remove header text:Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-09clear some warnings.Campbell Barton
2011-09-30Recast: upgrade library.Benoit Bolsee
2011-05-17synched with trunk at revision 36569Nick Samarin
2010-08-15added option to set "up" vector of the actor orientation using navmesh normal...Nick Samarin
2010-08-15added function to provide steering vectorNick Samarin
2010-08-15added option for automatic facing in steering actuatorNick Samarin
2010-08-04integrated adaptive sampling algorithm for obstacle avoidanceNick Samarin
2010-07-29- fixed bug in steering actuator: calculate 2d distance to target for seeking...Nick Samarin
2010-07-21- added custom get function for navmesh property of steering actuator to acce...Nick Samarin
2010-07-15- added options to enable visualization for obstacle simulation and steering ...Nick Samarin
2010-06-24don't add obstacles for navmesh walls in the path following modeNick Samarin
2010-06-19Added:Nick Samarin
2010-06-16- registration obstacle in game objectNick Samarin
2010-06-12- added acceleration and turn speed parameters for obstacle simulationNick Samarin
2010-06-08Added segment obstacles, creation obstacles for walls of navigation meshNick Samarin
2010-06-05added obstacle avoidance code; object movement is implemented via setting vel...Nick Samarin
2010-06-01Added new actuator type for following steering behaviors: seek, flee, path fo...Nick Samarin