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-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2013-12-26correction to last commitCampbell Barton
2013-12-26BGE: Add missing NULL check from recent LOD updatesCampbell Barton
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
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 KX_BlenderGL since it was mostly one-line fu...Mitchell Stokes
2013-11-04BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionalit...Mitchell Stokes
2013-10-11fix [#37032] Blener crashes when parent to new objectCampbell Barton
2013-09-05BGE: Removing an unused rendertools argument from BL_ConvertActuators().Mitchell Stokes
2013-07-20BGE fix [#35563] Object colour setting for objects and fonts not using colour...Daniel Stokes
2013-07-16BGE: Fix for [#36023] "Objects of added scene are lit by lights of current sc...Mitchell Stokes
2013-06-20BGE: Fix for [#35479] "OSKEY (Command Key on Mac) not working" reported by Mi...Mitchell Stokes
2013-05-27Fix #35480: object without material crash blender when starting game engineSergey Sharybin
2013-05-11BGE: Fix for [#34631] "Textures bad in game mode" reported by pablo aaa (p9ab...Mitchell Stokes
2013-05-02Fix #35177: Press P Crashes Blender After Fracture of CubeSergey Sharybin
2013-03-25code cleanup:Campbell Barton
2013-03-22code cleanup: use booleans and const's for operator vars.Campbell Barton
2013-03-22BGE bugfix for [#34505] Vertex Colors not working in the BGE (for custom GLSL...Dalai Felinto
2013-03-22code cleanup: conversion from blender to BGE was unnecessarily confusing in c...Campbell Barton
2013-03-22BGE bugfix: [#34550] getVertexArrayLength changed in 2.66Dalai Felinto
2013-03-18style cleanupCampbell Barton
2013-03-02BGE: Fix for bugs #34428, #20856, #20281. These were all multi-uv bugs caused...Mitchell Stokes
2013-02-23code cleanup: confusingly written and named function for BGE materuial conver...Campbell Barton
2013-02-23code cleanup: bge material conversion was creating STR_String just to check f...Campbell Barton
2013-02-23BGE: fix for uninitialized tangentsCampbell Barton
2013-02-23BGE: Fix for bug #34377 "Multi UV mesh's materials not backwards compatible a...Mitchell Stokes
2013-02-23BGE: Finally moving material IPOs to the 2.60 BGE animation system (BL_Action...Mitchell Stokes
2013-02-16BGE: Fix for issue #34242 "It does not render in "P" mode for Game engine if ...Mitchell Stokes
2013-02-09Bug fix #34157Ton Roosendaal
2013-02-02style cleanup: comment formatCampbell Barton
2013-01-27BGE bugfix: Material initial object color working in the gameDalai Felinto
2013-01-23make bullet optional againCampbell Barton
2013-01-05Remove usage of deprecated TEX_USEALPHA from GE codeSergey Sharybin
2013-01-05BGE: Fix for [#33769] "Material friction settings are ignored" reported by Al...Mitchell Stokes
2012-12-25BGE: Some various tweaks to try and get async lib loading to be a bit more st...Mitchell Stokes
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-19code cleanup: warningsCampbell Barton
2012-12-19BGE: Some as of yet unmerged work I did in the Swiss branch. These changes in...Mitchell Stokes
2012-12-18Fix #33487: game engine did not convert objects with rotation modes other thanBrecht Van Lommel
2012-11-11bge mesh conversion speedup, avoid calling ConvertMaterial() on every face.Campbell Barton
2012-11-11game engine material conversion: don't use the material to convert vertex col...Campbell Barton
2012-11-11code cleanup: bge - rename 'type' to 'use_mcol' in material conversion.Campbell Barton
2012-10-30BGE: Adding support for Bullet's collision masks. Each object now has a colli...Mitchell Stokes
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