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-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-30BGE: Some various changes to make moving the character physics type easier:Mitchell Stokes
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
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
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-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
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-12-17Added GPL header to sconscripts!Bastien Montagne
2012-11-14buildsystem cleanup: remove duplicate source & includes for scons,Campbell Barton
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-11-10code cleanup: some warnings and formatting for PyMethodDef's in the BGE.Campbell Barton
2012-11-05Compile fixes for recent boost changesAntony Riakiotakis
2012-11-05Audaspace:Joerg Mueller
2012-10-30BGE: Adding support for Bullet's collision masks. Each object now has a colli...Mitchell Stokes
2012-10-29style cleanupCampbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-17code cleanup:Campbell Barton
2012-10-15style cleanup: bgeCampbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-14code cleanup: remove redundant castsCampbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-18code cleanup: remove vertex/weight paint's VP_COLINDEX, this feature worked i...Campbell Barton
2012-09-18fix for a strange linking error where set_property() in source/blender/blenke...Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-16code cleanup: make local game engine functions staticCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-30BGE: Fix for [#31993] "BGE Vertex deformer optimized method does not work pro...Mitchell Stokes
2012-07-29code cleanup:Campbell Barton
2012-07-29Fix for [#32213] "Action actuator doesn't finish playing if frame rate drops"...Mitchell Stokes
2012-07-25BGE: A better fix for using the Action Actuator with the Actuator Sensor. Thi...Mitchell Stokes
2012-07-23BGE LibLoad: Allow the user to disable loading text datablocks if they want t...Mitchell Stokes
2012-07-22style cleanupCampbell Barton
2012-07-19quiet double promotion warnings for the game engine.Campbell Barton
2012-07-16BGE: The Action Actuator now returns correct values to work with the Actuator...Mitchell Stokes
2012-06-28Removing channel manipulation from the Action Actuator Python API since this ...Mitchell Stokes