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
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-07-02add missing gpl headersCampbell Barton
2013-06-27fix [#35884] evil bge.types.BL_Shader.setUniformMatrix3()Campbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-06-24BGE: Fix for [#30450] "F-Curve on bone not working" reported by HG1.Mitchell Stokes
2013-06-24BGE: Fix for [#34185] "billboard scale problem in groups" reported by Tobias ...Mitchell Stokes
2013-06-24BGE: Fix for [#35737] "Action actuator in property mode don't work with value...Mitchell Stokes
2013-06-24BGE: fix [#35811] Blenderplayer crash on closing if file saved with an actual...Daniel Stokes
2013-06-22Minor code cleanup in 'source/gameengine/GamePlayer/ghost/GPG_Application.cpp'.Inês Almeida
2013-06-22BGE bugfix/patch "[#26075] game anaglyph colors are inverted" by Juha Maki-Ka...Dalai Felinto
2013-06-22BGE: Fix for [#35815] "makeScreenshot() relative path not working in Blenderp...Mitchell Stokes
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-21BGE: fix [#32775] LibFree crashingDaniel Stokes
2013-06-21BGE: Fix for [#33163] "Text Font Bug" reported and fixed by HG1.Mitchell Stokes
2013-06-20BGE: fix [#35447] LibLoad Meshes and Scenes causes crash of blenderDaniel Stokes
2013-06-20BGE: Fix for [#34781] "bge.texture.ImageRender does not show Font object" rep...Mitchell Stokes
2013-06-20BGE: Fix for [#35479] "OSKEY (Command Key on Mac) not working" reported by Mi...Mitchell Stokes
2013-06-18BGE: Fix for [#32218] "logic.addScene() Not Adding Scenes in Order" reported ...Mitchell Stokes
2013-06-17BGE: Fixing the python profiling information so that bge.logic.getProfileInfo...Mitchell Stokes
2013-06-14BGE: Fixing a bug that caused KX_GameObject.localTransform to give incorrect ...Mitchell Stokes
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-30split bge includes for scons onto their own lines (for easier merging)Campbell Barton
2013-05-29Grr, forgot this in r57127... Bastien Montagne
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-05-27Fix #35480: object without material crash blender when starting game engineSergey Sharybin
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-19BGE: Applying patch [#35416] "Missing python properties on ActionActuator: la...Mitchell Stokes
2013-05-15BGE: A little bit of cleanup:Mitchell Stokes
2013-05-14Patch [#35234]:Jürgen Herrmann
2013-05-13Fix #35329: action actuator crash with replacemesh, pointers got outdated.Brecht Van Lommel
2013-05-12Image paint: 2D painting now supports texture masks and does masking moreBrecht Van Lommel
2013-05-11BGE: Fix for [#34044] "Objects with no material don't have their "face image"...Mitchell Stokes
2013-05-11BGE: Fix for [#34631] "Textures bad in game mode" reported by pablo aaa (p9ab...Mitchell Stokes
2013-05-10BGE: Fix for [#35204] "New Alpha-Enabled Shadows Work Until UVs Change" repor...Mitchell Stokes
2013-05-10BGE: Fix for [#34382] "Vertex position doesn't update when set through Python...Mitchell Stokes
2013-05-09bugfix: [#31757] setGLSLMaterialSetting has no effectDalai Felinto
2013-05-03bge py api: raise an overflow exception when assigning a float to a bge objec...Campbell Barton
2013-05-02Fix #35177: Press P Crashes Blender After Fracture of CubeSergey Sharybin
2013-05-02fix [#34609] mesh.getVertex doesn't work as spected with poly.getMaterialInde...Campbell Barton
2013-04-30More image painting fixes:Brecht Van Lommel
2013-04-27BGE: Small fix to allow clip alpha to work with alpha shadows.Mitchell Stokes
2013-04-25game engine: Use bullet's default contact processing thesholdSergej Reich
2013-04-19BGE: Extend Framing Mode + Camera sensorDalai Felinto
2013-04-18Fix #34997: when starting the game engine in one window and switching to a se...Brecht Van Lommel
2013-04-18style cleanupCampbell Barton
2013-04-14BGE: Cleaning up BL_ShapeDeformer's use of Blender's Key. This also fixes a b...Mitchell Stokes
2013-04-14BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() a...Mitchell Stokes