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
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-07-06Fix for [#31978] "Horizon colour drawn on two edges of screen when a 2D filte...Mitchell Stokes
2012-07-06Fix for [#31122] "Properties cant have Spaces in names when using interval as...Mitchell Stokes
2012-07-05code cleanup: remove Python.h include from blenkernel.Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-07-01style cleanupCampbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-06-30Finally committing support for compressed textures on the GPU (DDS+DXT). This...Mitchell Stokes
2012-06-29code cleanup: bge builds with clang without warnings / errors.Campbell Barton
2012-06-28Fix for [#23375] "texture2D in custom 2D filters can get texture outside of g...Mitchell Stokes
2012-06-28Removing channel manipulation from the Action Actuator Python API since this ...Mitchell Stokes
2012-06-28bge.logic.keyboard.getClipboard() and .setClipboard methodsDalai Felinto
2012-06-27style cleanup: also some spelling correction.Campbell Barton
2012-06-25more guardedalloc use in C++, also make compositorMutex a static var, was all...Campbell Barton
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-06-23Fix for [#29412] "Priority 0 cause problems with pulse mode" reported by Guil...Mitchell Stokes
2012-06-21Fix for [#31396] "bge.logic.LibLoad fails to import text blocks" reported by ...Mitchell Stokes
2012-06-20style cleanupCampbell Barton
2012-06-18Reduce amount of deprecated symbols used from FFmpegSergey Sharybin
2012-06-17style cleanup:Campbell Barton
2012-06-17Fix for [#31848] "BGE: Commit r47628 breaks custom GLSL material shaders" rep...Mitchell Stokes
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-06-14Comment numberoffilters in constructor too.Sergey Sharybin
2012-06-14comment unused varsCampbell Barton
2012-06-14Fix for [#31813] "bge.types.KX_RadarSensor incorrect attributes" reported by ...Mitchell Stokes
2012-06-10Committing patch [#31704] "Patch to fix keyboard sensor from blocking quit ga...Mitchell Stokes
2012-06-10style cleanup: use capital camel case names for typedef'sCampbell Barton
2012-06-08Fixing a BGE bug where textures could get loaded into VRAM twice.Mitchell Stokes
2012-06-07Some slight refactoring of the BGE's LibLoad code to make things a bit cleane...Mitchell Stokes
2012-06-07style cleanupCampbell Barton
2012-06-06style cleanupCampbell Barton
2012-06-05style cleanupCampbell Barton
2012-06-03code cleanup: replace some non utf8 charsCampbell Barton
2012-06-01Fix for [#27472] "preserve volume for armature modifier does not work" based ...Mitchell Stokes
2012-05-30BGE #30734: add support for physics linear and angular thresholds and deactiv...Benoit Bolsee
2012-05-29BGE patch #28476: Character object physics typeBenoit Bolsee
2012-05-27code cleanup: remove mode comments, these were applied very un-evenly across...Campbell Barton
2012-05-26fix for own error in applying patchCampbell Barton
2012-05-26patch [#31265] Warning Fixes 02/05/2012Campbell Barton
2012-05-23Fix for [#31276] Action Actuator, Priorities higher than 1 break Playback:Mitchell Stokes
2012-05-21Fix for [#31367] render.drawLine not 2D filter aware:Mitchell Stokes
2012-05-20code cleanup:Campbell Barton
2012-05-18patch [#31507] site not automatically imported when using external python pac...Campbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-16Spell check fix (lenght -> length)Bastien Montagne
2012-05-14Make blender compilable by gcc-4.7 and strict compilation flags:Sergey Sharybin
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-09Fix #31366: check to enable opengl quadbuffer stereo was wrong, causing it toBrecht Van Lommel
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton