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
2009-08-24* changes to work with updated FFMPEG libs. Mainly build system. CMake files ...Nathan Letwory
2009-08-05copy openal dllsNathan Letwory
2009-08-04* apparently I forgot to update this one for the python zip copying business....Nathan Letwory
2009-06-12=== SCons ===Nathan Letwory
2009-04-20Scons epydos changed optionsCampbell Barton
2009-04-20SCons / epydoc supportNathan Letwory
2009-04-19added a python26.zip file, and also made scons pick which zip to use based on...Joseph Eagar
2009-04-17let command line args override the 'blenderlite' targetCampbell Barton
2009-03-26scons+msvc update for the FFMpeg recent updatesDalai Felinto
2009-02-25Building the game engine with Solid/Sumo is now optional for scons using WITH...Campbell Barton
2008-12-17FFmpeg upgrade to revision 12758 (avformat version 52.13): support libavdevic...Benoit Bolsee
2008-12-17Applying scons compiling fix for windows/mingw (to get compiler warnings to s...Joshua Leung
2008-11-18some scons command line args were not working since recent changes- Campbell Barton
2008-11-14copy over pthread dll to the install dir with cross compiling, Campbell Barton
2008-11-13for scons on linux and other *nux systemsCampbell Barton
2008-11-12Change the LCG_DIR usage to BF_name_LIBPATH where possible. FFMPEG can't be d...Nathan Letwory
2008-11-11spaces -> tabsNathan Letwory
2008-11-11Adjusted scons files so disabling quicktime, python and sdl also removes thei...Campbell Barton
2008-11-06Change remaining Copy() to Clone()Nathan Letwory
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-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-09-20Linux platformsKen Hughes
2008-09-19scons update, BF_NO_ELBEEM wasnt working, WITH_BF_SDL wasnt implimented, WITH...Campbell Barton
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-08-04Fix for better icc + openmp support using sconsDaniel Genrich
2008-05-01Change plugin.def to pluging.DEF for case sensitive operating systems.Stephen Swaney
2008-05-01* copy plugin header stuffies too.Nathan Letwory
2008-04-28* improve the clean code. Instead of doing it the dumb way, do it smarter.Nathan Letwory
2008-04-28* make sure makesdna executable gets removed on scons clean.Nathan Letwory
2008-04-28* change BF_CONFIG so that it is understood as 'user-config.py' instead of co...Nathan Letwory
2008-04-27Make "scons clean" remove config files for ffmpeg, x264, xvidcore. AlsoKen Hughes
2008-04-27* let's copy *all* FFMPEG libraries, shall we?Nathan Letwory
2008-04-27* copy FFMPEG libraries on Windows to BF_INSTALLDIR when done.Nathan Letwory
2008-04-17Change scons so OpenMP library is appended at end of linkage line with otherKen Hughes
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-09minor edit to last commit, fixed a possible python errorCampbell Barton
2008-04-08use mkdtemp for the scons tempfile path rather then '.sconf_temp', this way 2...Campbell Barton
2008-03-22NDOF support added to trunk from ndof branch.Jean-Luc Peurière
2008-03-19* BF_QUIET can now be set in user-config.py too.Nathan Letwory
2008-03-05Bugfix for wrong OpenMP flags when using icc (proposed by jensverwiebe via IRC)Daniel Genrich
2008-02-11* change integral type of loop var in two cases so OpenMP support compiles wi...Nathan Letwory
2008-02-04* Building with FFMPEG-support on Windows works only for mingw. And those lib...Nathan Letwory
2008-01-30Initial commit of cloth modifier from branch rev 13453Daniel Genrich
2008-01-24* copy python25_d.dll when building BF_DEBUG=1Nathan Letwory
2007-12-20A little christmas present for the lazy coders.Nathan Letwory
2007-08-31scons clean would throw an error if there was nothing to do. print a message ...Campbell Barton