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
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2007-08-28This commit fixes up a bunch of svn properties to hopefully make things a ↵Kent Mein
little nicer for everyone. Patch provied by gsrb3d bug tracker #7061 Kent
2005-04-10Clean up for Makefiles: some of the directories were being printedChris Want
wrong (e.g., "/Fuzzics" and "/Joystick", and some of the solid stuff). This was particularly noticable during "make clean".
2004-11-24Making the C++ stuff work for the MipsPro 7.3 compiler.Chris Want
Kester might want to check this for correctness Kent might want to test if this breaks the Sun compile.
2004-11-06Add new broad phase collision response to Solid: this will let us hook (and ↵Kester Maddock
potentially reject) the detail phase.
2004-11-01Cast 0 as unsigned int for sun's CC to get rid of this:Kent Mein
"BP_ProxyList.h", line 60: Error: Cannot use std::pair<BP_Proxy*, int> to initialize std::pair<BP_Proxy*, unsigned>. Kent
2004-07-17One more cleanup for MSVC - need separation for debug/release because MSVC ↵Kester Maddock
can't handle debug and optimisation flags at the same time.
2004-07-17Remove all the autoconf stuff for QHull & SOLID and use the Makefiles.Kester Maddock
This should make building Solid & Qhull much more reliable.
2004-06-04Compile fixes for gcc 3.4Kester Maddock
2004-05-16Port closest points fix from tuhopuu - should return positive distance.Kester Maddock
2004-04-17Fix segfault on collisions between dynamic complex (polyheder) and dynamic ↵Kester Maddock
convex (box/sphere/cone/cylinder) objects.
2003-12-06Added the Solid 3.5 sources to the blender source tree.Michel Selten
This is a direct copy from the CD-ROM contents except for the generated libraries for the Windows platform. If needed, I can add those later on. (Those take up over 800 kb). All files, including license files, documentation, examples and sources are committed.