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
2011-10-25Cycles: svn merge -r41232:41266 ^/trunk/blenderBrecht Van Lommel
2011-10-25Cycles: svn merge -r41225:41232 ^/trunk/blenderBrecht Van Lommel
2011-10-25Cycles: svn merge -r41205:41225 ^/trunk/blenderBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23fix some typo'sCampbell Barton
2011-10-22Cycles: svn merge -r41182:41205 ^/trunk/blenderBrecht Van Lommel
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-22Cycles: svn merge -r41157:41182 ^/trunk/blenderBrecht Van Lommel
2011-10-22Cycles: svn merge -r40934:41157 ^/trunk/blenderBrecht Van Lommel
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-21replace BLF's blf_utf8_next() with BLI_str_utf8_as_unicode_step(),Campbell Barton
2011-10-20Fix for bug #28979 "Action actuator breaks animation" reported by Goran Milov...Mitchell Stokes
2011-10-20bge bugfix: patch #28893 "Fix for #28753 and some other changes for BGE proje...Dalai Felinto
2011-10-20initial support for unicode keyboard input for ghost & blenders WM.Campbell Barton
2011-10-20misc editsCampbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-14fix [#28909] OpenCollada export / import sintel lite v2.1 crashes on import.Campbell Barton
2011-10-14rename confusing constants (no functional change)Campbell Barton
2011-10-12Cycles: don't use glsl in textured draw mode, to keep things simpler and fasterBrecht Van Lommel
2011-10-11Cycles: svn merge -r40411:40934 ^/trunk/blenderBrecht Van Lommel
2011-10-10- for some reason navmesh wasnt drawing when VBO was enabled.Campbell Barton
2011-10-09clear some warnings.Campbell Barton
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-10-06fix [#27071] Random crashes when altering a mesh vertex vector in BGECampbell Barton
2011-10-03BGE: removing old hack from Dome code. it's no longer needed and it was makin...Dalai Felinto
2011-09-30Recast: upgrade library.Benoit Bolsee
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-25BGE Animations: Fixing various Action Actuator compatibility issues reported ...Mitchell Stokes
2011-09-23Fix for recent Campbell's commit.Sergey Sharybin
2011-09-21remove support for irixCampbell Barton
2011-09-20Cycles: svn merge -r40358:40411 ^/trunk/blenderBrecht Van Lommel
2011-09-20Get rid of c++ in blenkernel and modifiersSergey Sharybin
2011-09-20- Fix for compiling without international supportSergey Sharybin
2011-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
2011-09-20i18n: some fixes for windows, scons and game engineSergey Sharybin
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19Cycles: svn merge -r40266:40358 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-09-19i18n: fixed building with playerSergey Sharybin
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-17Cycles: svn merge -r39870:r40266 https://svn.blender.org/svnroot/bf-blender/t...Brecht Van Lommel
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-17BGE Animations: Fixing some refcount issues with KX_Scene::m_animatedlist (fi...Mitchell Stokes
2011-09-16BGE fix: Font Objects not showing up in the dome modeDalai Felinto
2011-09-16- remove deprecated pose channel membersCampbell Barton