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-08correct use of nonull attributeCampbell Barton
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-05-06style cleanup: blenkernelCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-25code cleanup: typos and set gcc attributes for string formatting.Campbell Barton
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-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-11-15add IDP_EqualsProperties support for comparing non-null terminated byte strings.Campbell Barton
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-15support for non-null terminated byte strings in id properties (as a subtype o...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-01replace inline string searches with BLI_findstring(), strcmp(..., ""), with c...Campbell Barton
2011-04-20fix [#26967] separate mesh with p crashes blenderCampbell Barton
2011-03-08Old IDProperty bug, (from original commit r8916),Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-07Type checks for internal ID-Property UI min/max/tip & use defines to get valu...Campbell Barton
2011-01-15remove unused vars & avoid some clang warnings.Campbell Barton
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-10-06remove some unused code and reduced the scope if some vars (no functional cha...Campbell Barton
2010-08-13minor changes to rna/python.Campbell Barton
2010-06-12modify my last commit to fix [#22486] add_actuator crashes when name is bigge...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-15Proxy ID property syncingCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-22Fix bug in IDP_ReplaceGroupInGroup (it would sometimes add the same property ...Martin Poirier
2010-01-05IDGroup utility function to copy a group inside another oneMartin Poirier
2009-11-18ID properties that are displayed via RNA can now define their own UI settings,Campbell Barton
2009-08-182.5: RNA, defining enums, pointers and collections properties is nowBrecht Van Lommel
2009-06-222.5: warning fixesBrecht Van Lommel
2009-01-292.5:Brecht Van Lommel
2009-01-232.5: multiple small fixesBrecht Van Lommel
2008-12-31RNABrecht Van Lommel
2008-12-26RNA:Brecht Van Lommel
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-10-08fix for a bug where getting ID props would rename the datablock (including it...Campbell Barton
2008-10-06one-liner fix for id property duplication bugJoseph Eagar
2008-10-05Fix for bug #17762: id property double type did not get copied correct.Brecht Van Lommel
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton