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-08-10BGE: fix a bug causing frequent crash on scene restart with navmesh.Benoit Bolsee
2014-05-28BGE cleanup: Removing some potential memory leaks from KX_NavMeshObject when ...Mitchell Stokes
2014-05-14BGE: Fixing some NavMesh memory leaks.Mitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Cleaning up some includes.Mitchell Stokes
2013-11-02fix memory leak with navmeshCampbell Barton
2013-08-04code cleanup: replace strncpy -> BLI_strncpy, skip first 2 chars when making ...Campbell Barton
2013-08-04avoid freeing NULL pointer for navmesh BuildVertIndArrays and dont truncate m...Campbell Barton
2013-03-23fix for BGE crash replicating a navmesh.Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-20style cleanupCampbell Barton
2012-09-16style cleanupCampbell Barton
2012-04-16Fix #30720: Creating Navmesh crashes blenderSergey Sharybin
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-08style cleanup - remove unneeded ';'sCampbell Barton
2012-02-03svn merge ^/trunk/blender -r43830:43864Campbell Barton
2012-02-02Fix #29381: Navmeshs frees not guarded allocated memory and leakedSergey Sharybin
2011-11-08bmesh: fixed merge issues with navmesh (though I've not tested if it works yet).Joseph Eagar
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-30Recast: upgrade library.Benoit Bolsee
2011-09-20Get rid of c++ in blenkernel and modifiersSergey Sharybin
2011-09-11Recast: fix bad level calls, Recast compiled out if BGE not enabled. SCons up...Benoit Bolsee
2011-09-10Another set of fixes for recats: osx uses different order of arguments for so...Sergey Sharybin
2011-09-10fix for building with collada and some other warningsCampbell Barton
2011-09-10recast and detour patch now builds again with GCCCampbell Barton
2011-09-10SVN maintenance.Guillermo S. Romero
2011-05-17synched with trunk at revision 36569Nick Samarin
2010-07-30- moved navmesh conversion code to ED_Editors project (ED_navmesh_conversion....Nick Samarin
2010-07-28- reworked conversion to dtStatNavMesh in KX_NavMeshObject to support navigat...Nick Samarin
2010-07-28- added operators for manual assigning navigation polygon idx to mesh faces i...Nick Samarin
2010-07-21- added custom get function for navmesh property of steering actuator to acce...Nick Samarin
2010-07-20- set defaults to steering actuator parametersNick Samarin
2010-07-15- added options to enable visualization for obstacle simulation and steering ...Nick Samarin
2010-07-15- set default value for level height paramsNick Samarin
2010-07-14- fixed bugs with unique vertices of detailed mesh in generation and convers...Nick Samarin
2010-07-10Work on conversion of the navigation mesh: we build navmesh directly from ble...Nick Samarin
2010-06-26added actual creation of navigation mesh for navmesh modifierNick Samarin
2010-06-19Added:Nick Samarin
2010-06-16- registration obstacle in game objectNick Samarin
2010-06-08Added segment obstacles, creation obstacles for walls of navigation meshNick Samarin
2010-06-01Added new actuator type for following steering behaviors: seek, flee, path fo...Nick Samarin