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-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-23add DNA support for int64_t. nothing uses this currently.Campbell Barton
2011-12-23DNA genfile - de-duplicate some checks and replace magic type numbers with an...Campbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-12-01- remove redundant line in makesdna pointed out by 'troubled' in IRCCampbell Barton
2011-11-28quiet some warnings and logical errors.Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-14minor cleanup Campbell Barton
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-23Remove some more $Id$ that still were left after r41227 and r41228.Guillermo S. Romero
2011-10-23Remove the svn:keywords property.Guillermo S. Romero
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-10-02enable cmake building makesdna with ghashCampbell Barton
2011-09-05Merge with trunk r39928Miika Hamalainen
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-28Merge with trunk r39750Miika Hamalainen
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-21Merge with trunk r39589Miika Hamalainen
2011-08-20use ghash for DNA_struct_find_nr(), gives ~18% speedup on loading sintel lite...Campbell Barton
2011-08-013D Audio GSoC:Joerg Mueller
2011-06-27Merge with trunk r37849Miika Hamalainen
2011-06-18throw an error if preprocessor definitions are used for DNA array lengths (pr...Campbell Barton
2011-06-16Merge with trunk r37546Miika Hamalainen
2011-05-31cmake maintenanceCampbell Barton
2011-05-24Applied Dynamic Paint 1.18f patch as a codebase for GSoC.Miika Hamalainen
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-25doxygen: small fixes and tag addingNathan Letwory
2011-02-22cmake was using dna source list with the variable out of scope, possibly caus...Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-17Start simple intros for intern and extern libs.Nathan Letwory
2011-02-17Starting work on doxygen cleanup. Many things still to be done.Nathan Letwory
2011-02-12quiet some clang warnings.Campbell Barton
2011-02-01Script to test import operators, so a single command can execute an operator ...Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-07cmake: share the DNA_*.h list definition between makesrna and makesdnaCampbell Barton
2011-01-05Fixing bugs in future: Ton Roosendaal
2010-12-31CMake: use blender_include_dirs("${OPENGL_INCLUDE_DIR}") rather then blender_...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-23Compact -I paths in makefiles for more readble files/output.Guillermo S. Romero