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-05-28style cleanup: defines with bracesCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-11style cleanup: whitespaceCampbell Barton
2012-05-04Renamed "fake" OpenGL identifiers.Jason Wilkins
2012-04-30Adding Hungarian language.Bastien Montagne
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-17code cleanup: remove/comment some unused code.Campbell Barton
2012-04-14Fixed another bunch of i18n bugs (thx to Leon Cheung for spotting them), amon...Bastien Montagne
2012-04-14Grmph, BLF_(p)gettext were not protected against NULL message/context, was ca...Bastien Montagne
2012-04-05Adding turkish (tr_TR) language.Bastien Montagne
2012-03-31Fixing kyrgyz language (code is ky_KG, just ky does not work...).Bastien Montagne
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-26Renaming pt_BR to pt, as a recent reform [1] made most country speaking portu...Bastien Montagne
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17bmesh py api:Campbell Barton
2012-03-16i18n stuff: adds translation_context to RNA structs (used for there ui name),...Bastien Montagne
2012-03-12Style cleanup in blenfont (spaces, C++ comments, etc.).Bastien Montagne
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-17fa_PE is no valid language code (how comes no one noted that yet?), fa_IR see...Bastien Montagne
2012-02-10reverting commit [43876] Fix for aliased fonts in the game engineDalai Felinto
2012-02-04Fix MinGW compilation due to recent font rendering changes.Antony Riakiotakis
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-04Fix for aliased fonts in the game engine.Alex Fraser
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-10Adding the kyrgyz language.Bastien Montagne
2012-01-06Move glTexEnvi to draw__start/draw__end.Diego Borghetti
2012-01-03Fix:Diego Borghetti
2011-12-27* Fixing compile after recent i18 commits. Thomas Dinges
2011-12-26Another fix for #29494: Problem loading translations at Blender's startupSergey Sharybin
2011-12-24fix [#29683] OpenEXR Output Appears to be brokenCampbell Barton
2011-12-23Moving back sr locales to sr_RS (else, with recent changes (42830), loading s...Bastien Montagne
2011-12-22Fix #29494: Problem loading translations at Blender's startupSergey Sharybin
2011-12-22Translation context for RNA propertiesSergey Sharybin
2011-12-21Small i18n edits:Bastien Montagne
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-18Moving spanish code from es_ES to es for now (as the best spanish translation...Bastien Montagne
2011-11-14minor cleanup Campbell Barton
2011-11-09Moving i18n code to BLF_translation.hBastien Montagne
2011-11-04cleanup some BLF macros and dont over-alloc BGE's PyObjectPlus when setting s...Campbell Barton
2011-11-02quiet some warnings.Campbell Barton
2011-10-23Remove some more $Id$ that still were left after r41227 and r41228.Guillermo S. Romero
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-10-21Fix compilation error with MSVC caused by recent commit.Sergey Sharybin