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 (Collapse)Author
2011-08-03- Move list of FFmpeg DLLs to be installed from SConstructSergey Sharybin
to conficuration variable BF_FFMPEG_DDL. This would allow to use different FFmpeg in buildbot. - Added some 3DMOUSE variables to list of command line options. Now 3dmouse related-settings can be set from command line.
2011-08-02More flexible configuration for 3dmouse library for scons.Sergey Sharybin
Needed for release environment and buildbot. Buildbot rules would be updated with next commit after environment will be tested.
2011-08-023D Mouse support on for windows/msvc by default.Nathan Letwory
2011-08-023D mouse support from merwin-spacenav branchMike Erwin
2011-07-21svn merge -r37276:38555 ↵Nathan Letwory
https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-07-01own change to cmake files broke MSVC2010 with Debug configuration, reported ↵Campbell Barton
by Alex K
2011-06-29updated build script for SpaceNav on Linux -- was foolishly relying on ↵Mike Erwin
user-config.py
2011-06-28made Pascal string less intrusive to build systemsMike Erwin
2011-06-28Explicitly turn off JACK so it's clear it's not supported.Nathan Letwory
2011-06-28cleanup for cmake msvc build options, reference some libs directly, fix ↵Campbell Barton
conflicting flags /Ob1 and /Zi for debug
2011-06-27remove some unused flags and correct aud example headingCampbell Barton
2011-06-21allow rna to set vertex parent indices, blender checks for invalid values on ↵Campbell Barton
access. build blenderplayer by default on linux with scons.
2011-06-21Set Player building to True by default.Nathan Letwory
2011-06-17Fix [#27666] Python/Windows issue: "import uuid" results in an error popupNathan Letwory
submitted by Gaia Clary Ignore msvc runtime libs while linking. Tested on win64.
2011-06-13Turn off Quicktime support by default. Will be phased out soon.Nathan Letwory
2011-06-09migrated NDOF code from soc-2010-merwin, SpaceNavigator now works on Mac blenderMike Erwin
2011-06-08Shuffle some build code around to ensure debug builds on Windows actually ↵Nathan Letwory
run too. * creator/SConscript is now empty, code is moved to an emitter function in Blender.py * make sure COLLADA debug libs are used when BF_DEBUG=True
2011-06-06fix from nico_ga on IRC, building on MSVC with jack but not ffmpeg.Campbell Barton
2011-05-16LCMS code removed, was an experiment but never finished.Brecht Van Lommel
2011-05-13Option to use jemalloc when building with scons under linux.Sergey Sharybin
Disabled by default.
2011-05-07Forgot to mention that for scons, I've disabled install of the texture andBrecht Van Lommel
sequence plugins, as was already done for cmake, they don't work in 2.5. This is a fix for last commit, this file shouldn't have been included.
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
anything, only contained a hash map and functions to pass command line args to the game engine. Moved those to container and BlenderRoutines modules.
2011-04-09remove -mwindows flag for scons/mingw, enable manifest & winblender.rc for ↵Campbell Barton
all windows builds except for msvc2010
2011-04-08Clean up linking flags for win32.Nathan Letwory
2011-04-08Clean up linking flags for win64.Nathan Letwory
2011-03-13Make BF_PYTHON_ABI_FLAGS a scons option. Default flags are empty.Sergey Sharybin
Made changed to linux2-config and freebsd*-config. Windows/MacOS are kept unchanged. I'm not sure which flags should be used for freebsd systems, so flags for them also kept empty. Maintainers of this platform, please check which flags should be used and make changes to rules.
2011-03-12builder reports MSVC was setting stack size to 2gig.Campbell Barton
2011-03-12edit scons to use py3.2 on all os's and use 'm' abiflag on linux since this ↵Campbell Barton
is the most common.
2011-03-12set 2mb stack for mingw too.Campbell Barton
2011-03-12Fix [#25659] crash when unwrapping specific meshNathan Letwory
Reported by Jan Hohoho Running the unwrap causes stack to overflow. Double the size from default 1MB.
2011-03-09disable openexr and collada for mingw, give linking errors.Campbell Barton
2011-03-04change mingw-scons to use python 3.2 Ervin Weber
2011-03-04Bump OSX SCons to use Python 3.2. Remember to update your lib/darwin* directory.Nathan Letwory
2011-03-04Move Windows SCons system to build Blender against the new Python 3.2 libs ↵Nathan Letwory
committed in r35340 and r35341. Platform maintainers and release builders, please update your systems also to Python 3.2.
2011-02-25add NDEBUG to scons release flags + some pep8 cleanup for examples.Campbell Barton
2011-02-25use flag _DEBUG, not DEBUG.Campbell Barton
2011-01-27Commit to cope with API changes in OpenCOLLADA (latest for Windows right now ↵Nathan Letwory
r827).
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
with minor edits, made sure it works in CMake too.
2011-01-05Enable sndfile by default on win64Nathan Letwory
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
- fixed bug in paste material, exposed by stricter warnings. - removed/renamed various shadowed vars. - removed BGE lamp.colour, only allow lamp.color attribute.
2010-12-01disable redcode support for cmake & scons-freebsdCampbell Barton
2010-11-04Global definition of _LARGEFILE_SOURCE, _FILE_OFFSET_BITS and ↵Sergey Sharybin
_LARGEFILE64_SOURCE at linux and win32/mingw platforms Needed to work properly with large files at 32bit system (display correct size in file browser, i.e.) This will also fix compilation with zlib 1.2.5
2010-10-27Change /WX away for now, some odd thing going on between cloned ↵Nathan Letwory
environments. Need to check after release.
2010-10-19Make C4013 throw a warningNathan Letwory
-> 'function' undefined; assuming extern returning int
2010-10-19Set defaults for compile and link flags to lists.Nathan Letwory
2010-10-19Disable LCMS by default for scons.Campbell Barton
2010-10-19whitespace commit, AKA commit count bump.Nathan Letwory
2010-10-18enable DEBUG define in CMake and scons, also change booleans debug option to ↵Campbell Barton
BOP_DEBUG, which was used inconsistently, and had to add a define for superlu.
2010-10-17Test stricter GCC compiler settings, these warnings will now give errors.Campbell Barton
- implicit function declaration. - no return type set for a function. - declaration after statement. This may be too strict but in general I prefer we don't allow commits with these warnings. Applies to cmake/gcc and scons/linux.
2010-10-15enable warning for unused args with gcc: -Wunused-parameterCampbell Barton
- for cmake only apply this to source/blender, will apply globally later. - ./extern/ ./source/blender/makesrna/intern/ ignore this.