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
2015-07-09Use it->second instead of (*it).second in KX_BlenderSceneConverter.Porteries Tristan
2015-07-02BGE: Fix T45267 Lib load without material caching.Porteries Tristan
2015-07-01BGE: Fix T44069 playing action during libfree.Porteries Tristan
2015-05-19BGE: Fix T40555: LibLoad material caching issuePorteries Tristan
2015-05-04BGE: Cleanup KX_BlenderSceneConverter.cppPorteries Tristan
2015-05-02Fix ghash assert during BGE libload.Porteries Tristan
2015-04-04Missed in recent cleanupCampbell Barton
2015-03-24BGE: Remove BlenderWorldInfoThomas Szepe
2015-02-21scene conversion: style cleanupInes Almeida
2015-02-21gameengine: removing addInitFromFrame hackInes Almeida
2015-01-09Fix T43174: "Record animation" does not update fcurve handlesBastien Montagne
2014-05-21BGE LibNew: Only warn about meshes with users in debug builds.Mitchell Stokes
2014-05-15Fix T40199: bge.logic.LibFree() could cause crashes by leaving dangling point...Mitchell Stokes
2014-05-14Fix T40172: LibFree() crashes with shared materials (e.g., from multiple LibN...Mitchell Stokes
2014-05-02Fix T39932: LibNew can't find LibLoaded meshes.Mitchell Stokes
2014-04-24BGE Cleanup: Moving reinstancing physics shapes from KX_ConvertPhysicsObject ...Mitchell Stokes
2014-04-24BGE Cleanup: Reducing KX_BlenderSceneConverter's dependence on Bullet.Mitchell Stokes
2014-04-24BGE Cleanup: Removing the empty KX_ClearBulletSharedShapes() functionMitchell Stokes
2014-03-25Fix T38929: BGE: Strange behaving from addObject after trying to add an nonex...Mitchell Stokes
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-01-22Revert "Fix T37920: BGE LibLoad failed for meshes with no materials"Campbell Barton
2013-12-30Fix T37920: BGE LibLoad failed for meshes with no materialsCampbell Barton
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-30Fix for crash with game engines LibLoad featureCampbell Barton
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-11-04BGE Rasterizer Cleanup: Removing the Singletexture material mode. More conver...Mitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionalit...Mitchell Stokes
2013-08-04code cleanup: replace strncpy -> BLI_strncpy, skip first 2 chars when making ...Campbell Barton
2013-07-16BGE: Fix for [#36023] "Objects of added scene are lit by lights of current sc...Mitchell Stokes
2013-06-21BGE: fix [#32775] LibFree crashingDaniel Stokes
2013-06-20BGE: fix [#35447] LibLoad Meshes and Scenes causes crash of blenderDaniel Stokes
2013-05-11BGE: Fix for [#34044] "Objects with no material don't have their "face image"...Mitchell Stokes
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-02-16BGE: Fix for issue #34242 "It does not render in "P" mode for Game engine if ...Mitchell Stokes
2013-01-23make bullet optional againCampbell Barton
2012-12-24BGE: "Fix" for issue [#33663] "Objects Share Materials / Textures When Groupe...Mitchell Stokes
2012-12-22BGE: Committing async LibLoad from Swiss. This does the lib loading in a sepa...Mitchell Stokes
2012-12-19BGE: Some as of yet unmerged work I did in the Swiss branch. These changes in...Mitchell Stokes
2012-11-10code cleanup: some warnings and formatting for PyMethodDef's in the BGE.Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-07-29code cleanup:Campbell Barton
2012-07-23BGE LibLoad: Allow the user to disable loading text datablocks if they want t...Mitchell Stokes
2012-06-21Fix for [#31396] "bge.logic.LibLoad fails to import text blocks" reported by ...Mitchell Stokes
2012-06-07Some slight refactoring of the BGE's LibLoad code to make things a bit cleane...Mitchell Stokes
2012-05-30BGE #30734: add support for physics linear and angular thresholds and deactiv...Benoit Bolsee
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton