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-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code refactoring: move external engine functions into own file.Brecht Van Lommel
2011-09-30fix for crash generating messages.txt, I wasn't getting this crash because I ...Campbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-20- Fix for compiling without international supportSergey Sharybin
2011-09-20Improved Internationalization and LocalizationSergey Sharybin
2011-09-20fix [#28672] Blender segfault after exiting a game that was opened withCampbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-18Fix for [#28672] Blender segfault after exiting a game that was opened with a...Joerg Mueller
2011-09-18i18n: replace gnu unifont with droid sans fontSergey Sharybin
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-11use ghash for operator and menu types, was doing string lookup in the operato...Campbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-29svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-24removed ancient ndof global, removed my own attempt at a C popup menu (the Py...Mike Erwin
2011-07-22switch language in User Preference's System page. with some known switch fail...Xiao Xiangquan
2011-07-14merge from trunk 38379Xiao Xiangquan
2011-07-08== GPU Buffers ==Nicholas Bishop
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-06-24merge from trunk #37722Xiao Xiangquan
2011-06-20handle SpaceType and UserPref popupsXiao Xiangquan
2011-06-15Committing patch #25676 Anisotropic filtering in viewport and BGE by me.Mitchell Stokes
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-06-15merge from trunk r37405Xiao Xiangquan
2011-06-13Fix #27594: non-active object in weight paint mode doesn't free memory.Brecht Van Lommel
2011-06-10Add i18n support for C code, and most menu items can be translated, nowXiao Xiangquan
2011-06-02Almost complete the i18n system, including:Xiao Xiangquan
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-05-02Fix [#26981] Command window is not opening in 2.57.0Nathan Letwory
2011-04-08Fix for compilation under non-windows platforms -- missed check forSergey Sharybin
2011-04-08Apply console part of patch [#26044] Windows thumbnails and improved filetype...Nathan Letwory
2011-03-28"Error totblock" renamed into "Error: Not freed memory blocks"Ton Roosendaal
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-25doxygen: blender/windowmanager tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-14misc small changes:Campbell Barton
2011-01-20don't set the path to ~/untitled.blend on initializing the WM, this isn't wel...Campbell Barton
2011-01-19new command line option '--factory-startup' to skip reading startup.blend. us...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-05ToDo: long outstanding patch to allow access to system paths in background modeAndrea Weikert
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2010-12-22Complement of commit 33789: Fix for [#25175] bge.logic.mouse.position[1] wron...Dalai Felinto