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-09-21remove support for irixCampbell Barton
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-19i18n: fixed building with playerSergey Sharybin
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
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
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-12- fix for mesh_get_mapped_verts_nors copying short normals to floats without ...Campbell Barton
2011-09-11Recast: fix bad level calls, Recast compiled out if BGE not enabled. SCons up...Benoit Bolsee
2011-09-11bugfix: [bf-blender-Game Engine][28167] Restart game actuator don't get chang...Dalai Felinto
2011-09-10Another set of fixes for recats: osx uses different order of arguments for so...Sergey Sharybin
2011-09-10fix for building with collada and some other warningsCampbell Barton
2011-09-10fixed linking with CMakeCampbell Barton
2011-09-10recast and detour patch now builds again with GCCCampbell Barton
2011-09-10SVN maintenance.Guillermo S. Romero
2011-09-09svn merge -r 39975:40061 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton
2011-09-07BGE fix: ignore sounds that cannot be opened instead of crashing. ;-)Joerg Mueller
2011-09-06fix some complier warnings and add -Wundef to CMake's default GCC warnings.Campbell Barton
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-05add missing files after mergingXiao Xiangquan
2011-09-04BGE animations: fixing initialization order issues for BL_ActionActuator and ...Mitchell Stokes
2011-09-04BGE animations: Fixing a potential crash when using camera IPOs. The IPOs wer...Mitchell Stokes
2011-09-04BGE animations: Adding a separate list to KX_Scene for animated objects. This...Mitchell Stokes
2011-09-03BGE animations: Fixing a crash that would happen if the property for a proper...Mitchell Stokes
2011-09-03fix [#28462] Tiled textures and 2D filters don't mixCampbell Barton
2011-09-03whitespace editsCampbell Barton
2011-09-02BGE animations: This is an attempt to help smooth out some more compatibility...Mitchell Stokes
2011-09-01BGE: Undoing r39729 and applying a simpler fix (ensuring that the viewport is...Mitchell Stokes
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-09-01whitespace bge editsCampbell Barton
2011-09-01BGE Animations: The return type for KX_GameObject.getActionFrame() was an int...Mitchell Stokes
2011-08-31BGE: Adding two new functions to bge.render to allow users to change the anis...Mitchell Stokes
2011-08-31typo fix: end of lines ;; --> ;Campbell Barton
2011-08-30Fix for [#25062] Sound Actuator - Positional Audio.Joerg Mueller
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29BGE Animations: Various changes to make code reviewers happy:Mitchell Stokes
2011-08-29bge bugfix: [#28362] Controllers names appear incorrectly with a python queryDalai Felinto
2011-08-28* Removing mocap GSoC (is an addon already).Joerg Mueller
2011-08-28check for unlikely error when freeing a library blend file from the BGE.Campbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton