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
path: root/tools
AgeCommit message (Expand)Author
2008-10-31soc-2008-mxcurioni: merged changes to revision 17246Maxime Curioni
2008-10-31* Minimum SCons version is now 1.0.0Nathan Letwory
2008-10-28added scons option BF_WITH_PYTHON (defined as DISABLE_PYTHON)Campbell Barton
2008-10-22* Minor cleanup of SCons filesNathan Letwory
2008-10-22Patch from Timothy BaldridgeNathan Letwory
2008-10-21renamed WITH_BF_BPYDOC to WITH_BF_DOCS, added SConscript for building BGE doc...Campbell Barton
2008-10-20=== SCons ===Nathan Letwory
2008-10-20Added WITH_BF_NOBLENDER to scons so that blenderplayer can be compiler by its...Ken Hughes
2008-10-05== FFMPEG ==Peter Schlaile
2008-10-02* return the right error codeNathan Letwory
2008-10-02* make sure we link against proper openmp library when using msvcNathan Letwory
2008-09-28soc-2008-mxcurioni: merged changes to revision 16789Maxime Curioni
2008-09-19scons update, BF_NO_ELBEEM wasnt working, WITH_BF_SDL wasnt implimented, WITH...Campbell Barton
2008-09-19fixing scons build. needed BoolOption in argument definitionMartin Poirier
2008-09-18scons options BF_CXX, WITH_BF_STATICCXX, BF_CXX_LIB_STATIC for static linking...Campbell Barton
2008-09-16added static openal and openexr options for scons.Campbell Barton
2008-09-14scons option for linking python statically - useful for building a more compa...Campbell Barton
2008-09-08soc-2008-mxcurioni: merged changes to revision 16424, corrected compilation e...Maxime Curioni
2008-09-07soc-2008-mxcurioni: corrected compilation issues (remnants of extern_lib3ds)Maxime Curioni
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-08-10* Script to convert BDF pixel fonts into C++ files blender can read. - Amiga ...Campbell Barton
2008-07-12soc-2008-mxcurioni: merge with trunk - rev 15540Maxime Curioni
2008-07-09exiting wasnt working (was raising errors), also use dict.keys() rather then ...Campbell Barton
2008-06-09soc-2008-mxcurioni: merged changes to revision 15163Maxime Curioni
2008-06-08soc-2008-mxcurioni: now supports current scene drawing (instead of fixed scen...Maxime Curioni
2008-06-03== redcode ==Peter Schlaile
2008-06-03== RED one (redcode) ==Peter Schlaile
2008-05-07soc=2008-mxcurioni: reverted back to compiling swig as a binary, instead of a...Maxime Curioni
2008-05-06soc-2008-mxcurioni: swig compiles as independent libraryMaxime Curioni
2008-05-05soc-2008-mxcurioni: lib3ds compiles as an external libraryMaxime Curioni
2008-05-05merge to 14689, Freestyle library changes, SConscript startMaxime Curioni
2008-04-28Add BF_X264_CONFIG and BF_XVIDCORE_CONFIG flags to scons, to allow passingKen Hughes
2008-04-28* try/except block around import of BoolOption, to make sure one can use scon...Nathan Letwory
2008-04-27* make sure BF_CONFIG is an accepted ARGUMENTNathan Letwory
2008-04-27this commit allow to pass custom compile flags Jean-Luc Peurière
2008-04-18I can't spell ;)Kent Mein
2008-04-17Change scons so OpenMP library is appended at end of linkage line with otherKen Hughes
2008-04-16This patch spawns from this game engine issue:Kent Mein
2008-03-19* BF_QUIET can now be set in user-config.py too.Nathan Letwory
2008-02-26removed mingw from the list of platforms to use theJoseph Eagar
2008-01-30makes bullet independant from gameengine for cmake, introduces esc-key during...Daniel Genrich
2008-01-30Initial commit of cloth modifier from branch rev 13453Daniel Genrich
2008-01-19made BINRELOC disabled by default with scons, only enable for linuxCampbell Barton
2008-01-19Fixing makefiles for binreloc I made it use flags like otherKent Mein
2007-12-24Missing change in previous BPy revert.Martin Poirier
2007-12-20A little christmas present for the lazy coders.Nathan Letwory
2007-12-17rename WITH_PYAPI_V24X to WITH_BPYAPI_V24X (because its blender's api version...Campbell Barton
2007-12-16* Added an option not to compile the 2.4x api (WITH_PYAPI_V24X for Makefiles ...Campbell Barton
2007-12-07This is patch: [#7129] Solaris build is linking with c instead of c++ compilerKent Mein
2007-11-29Scons Compiling Hack:Joshua Leung