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-20edit to r58425, BLI_math is available here, better not copy,paste from linear...Campbell Barton
2013-07-20* Compile fix for overloaded pow() function. Thomas Dinges
2013-07-20BGE fix [#35563] Object colour setting for objects and fonts not using colour...Daniel Stokes
2013-07-20Merged changes from trunk r58324-58419.ge_devMitchell Stokes
2013-07-19Fix some definitions for MinGW64Antony Riakiotakis
2013-07-17Merging changes from trunk r58091-58323.Mitchell Stokes
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-07-10BGE: Adding animation culling. Armature objects will only have their poses up...Mitchell Stokes
2013-07-10BGE: Committing patch #32422 "Debug properties for added objects" by HG1.Mitchell Stokes
2013-07-09BGE cleanup: actually remove KX_PhysicsPropertiesobsolete.h from the CMakeLis...Mitchell Stokes
2013-07-09BGE cleanup: removing an unused KX_PhysicsPropertiesobsolute.h file.Mitchell Stokes
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 [#35737] "Action actuator in property mode don't work with value...Mitchell 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-30split bge includes for scons onto their own lines (for easier merging)Campbell Barton
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-15BGE: A little bit of cleanup:Mitchell Stokes
2013-05-13Fix #35329: action actuator crash with replacemesh, pointers got outdated.Brecht Van Lommel
2013-05-10BGE: Fix for [#35204] "New Alpha-Enabled Shadows Work Until UVs Change" repor...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 [#34609] mesh.getVertex doesn't work as spected with poly.getMaterialInde...Campbell Barton
2013-04-27BGE: Small fix to allow clip alpha to work with alpha shadows.Mitchell Stokes
2013-04-14BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() a...Mitchell Stokes
2013-04-14BGE: Adding a render.setFullScreen() and a render.getFullScreen() to allow fu...Mitchell Stokes
2013-04-12bge fix: framing mode "Expanded" not updated when resizing blenderplayerDalai Felinto
2013-04-11code cleanup: unused vars, make other vars static.Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-07BGE: KX_Camera.getScreenVect() was using glReadPixels to get a depth value, w...Mitchell Stokes
2013-04-05code cleanup: bge warningsCampbell Barton
2013-04-04Fix for [#34754] "Revision 55527 provokes glitchy GLSL shadow map rendering" ...Mitchell Stokes
2013-03-29style cleanupCampbell Barton
2013-03-28style cleanup: osl and NULL pointer use, also correct sequencer gap operator ...Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-25code cleanup:Campbell Barton
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-23BGE: getting rid of a few maybe-uninitialized warnings.Mitchell Stokes
2013-03-23fix for BGE crash replicating a navmesh.Campbell Barton
2013-03-19BGE: Adding a getProfileInfo() function to bge.logic. This function returns a...Mitchell Stokes
2013-03-18style cleanupCampbell Barton
2013-03-17code cleanup: add 'const' to headers to quiet msvc warnings, also remove (cha...Campbell Barton