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/extern
AgeCommit message (Collapse)Author
2004-11-14more conservative default build options for OS XJean-Luc Peurière
O3 works thought on my system, but should not be set on reference releases
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-01Needed to include <math.h> on solaris for some odd reason for theirKent Mein
c++.... so I ifdefed it. Kent
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-08-21Make sure directory $(OCGDIR)/extern is created before building externChris Want
stuff.
2004-08-15Theodore Schundler's patches to add FreeBSD support to the scons buildHans Lambermont
system.
2004-07-28compile options for macos X buildsJean-Luc Peurière
2004-07-17Fixed OSX ranlib line, to match commented out part in make libsTon Roosendaal
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-17Missed these two...Kester Maddock
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-07-14- updated VC6 project files for SOLID - blender now links with theSimon Clitherow
static solid lib. - also cleaned up solid.dsw workspace (removed unused projects).
2004-06-04Compile fixes for gcc 3.4Kester Maddock
2004-05-16Port closest points fix from tuhopuu - should return positive distance.Kester Maddock
2004-05-16Added #!/usr/bin/python standard script identifier to the start of ↵Kester Maddock
SConscript files. Makes text editors identify SConscripts as Python, and syntax highlight properly.
2004-05-15extend clean target for qhull and solidHans Lambermont
2004-05-08post 2.33 release commit of the modified SCons files for Os X.Jean-Luc Peurière
Sconstruct modified so that Blender build on 10.3 without any additionnal download than source + darwin libs. defaults settings correct for 10.3. fixed bug # 1260 : added MT_NDEBUG flag at top-level.
2004-05-05Enable doubles internally in Solid for the Makefile build system.Kester Maddock
2004-05-04Build blender with solid-based gameengine on irix using pre-compiledChris Want
libs. I turned off the automatic building of solid in extern/ for irix since the vendor supplied build system does not work well. Note to JW: this can be built with either mipspro 7.3 or 7.4 (I needed to archive solid with "CC -ar ..." for this to work with 7.3).
2004-05-03- build qhull and solid (next to ode)Hans Lambermont
2004-04-22[SCONS] Optimisation flags for msvcNathan Letwory
2004-04-17Fix segfault on collisions between dynamic complex (polyheder) and dynamic ↵Kester Maddock
convex (box/sphere/cone/cylinder) objects.
2004-04-17correct path to qhull in extern.Nathan Letwory
2004-03-31Added #if defined (__sparc) || (__APPLE__)Kent Mein
bits around sqrtf and friends. ON these two platforms they are overloaded so its just sqrt not sqrtf. Kent
2004-03-23[GameEngine] Commit all Kester's changes made to the gameengine to restore ↵Nathan Letwory
2.25 like physics. [SCons] Build with Solid as default when enabling the gameengine in the build process [SCons] Build solid and qhull from the extern directory and link statically against them That was about it. There are a few things that needs double checking: * Makefiles * Projectfiles * All the other systems than Linux and Windows on which the build (with scons) has been successfully tested.
2004-03-10- [SCONS] Added building of qhull and Solid from extern when selecting the ↵Nathan Letwory
Solid gameengine. The gameengine has not been updated with the Tuhopuu2 one, so it is not wise to do that yet. This is in preparation for that and won't effect the current build process.
2004-01-02Work done to build blender on Linux [sparc64].Wouter van Heyst
extern/ode/dist/ode/test/test_ode.cpp: - Don't include <ieeefp.h> on sparc linux, it doesn't exist. extern/ode/Makefile: - While hacking on ode, get rid of that annoying infinite rebuild source/Makefile: - Define a default BINTARGETS (just blenderdynamic) for linux, individual archs can override/add to that if they so please source/nan_link.nmk: - Add a sparc64 arch target to the linux section of nan_link.mk, using the same options as powerpc After the first ode problem, the build completed all but the linking of a blender binary, because there wasn't any target defined! On the rebuilding: The usersettings would have a newer date than targets depending on it, so it would rebuild entirely. I haven't really fixed this, but isolated it to the platforms where usersettings need to be moved around (darwin and windows). FBSD patches the usersettings, so it might still happen there. I didn't bother with a proper fix, as it looks like we're moving to scons soon. I'm amazed no one got annoyed enough before to take care of this.
2003-12-06Added the qhull sources to the repository.Michel Selten
These files are needed by Solid. I left out the generated Windows .exe files. If needed later on, I'll add them.
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.
2003-07-05Multiline string literals are deprecated in gcc3.3, fixes build errorWouter van Heyst
2003-03-27Sigh, OSX and ranlib againWouter van Heyst
2003-03-25Ahum, ode does needs it's usersettings. (non-patching platforms didn't have it,Wouter van Heyst
tried to be to smart)
2003-03-25- Build ode on OSXWouter van Heyst
- shuffle patching around
2003-02-17- fix 'debug' targetHans Lambermont
- add ID and copyrights to top level makefile
2003-01-26- create lib dir when compiling blender for windowsFrank van Beek
2003-01-20Create dist/lib so the build can create it's library as expectedWouter van Heyst
2003-01-20Reenable the ode build on LinuxWouter van Heyst
2003-01-20reshuffle the 'install' target :Hans Lambermont
- 'all' in extern/ first builds every subdir, then also 'install's the header files and the library. This way a top-level Makefile only needs to call 'all' for extern/ and have it build and install. - 'clean' still works as it should
2003-01-12- ode now compiles and installs under MSVC / cygwinFrank van Beek
2003-01-12Enable automated build and install runs on FreeBSD for ODE.Hans Lambermont
ODE does not build on FreeBSD out of the box, so an automated patchfile is included as well. The 'clean' target reverses the patches that were done by 'all'.
2003-01-11Build and install ode in lib/<platform>Hans Lambermont
Only enabled for Linux now, and not even tested yet :-P (what do you mean 'in a hurry' ;-)
2003-01-04- use ODE in lib/ for FreeBSDHans Lambermont
- use default python library path - remove obsolete SSR comments
2002-11-05Another small fix to ode:Maarten Gribnau
Added a debug target to the Makefile to get a debug Blender to build Maarten (mail@maartengribnau.com)
2002-11-04Changed the OSX config file so that it compiles on OSX 10.2Maarten Gribnau
Checked against a fresh version from the ODE CVS and found that the problem was not fixed there as well so I felt free to commit it here. Maarten (mail@maartengribnau.com)
2002-10-30fixed spacing in the headers to get rid of some warnings and some otherKent Mein
little minor spacing issues.
2002-10-18checkin of ODE library. Do not modify the ODE source code; instead, follow theNorman Lin
development of ode at http://q12.org and periodically copy the q12.org ODE sourcecode into this tree to update the Blender ODE. This ODE has not been changed from q12.org and is provided here merely as a convenience to Blender developers.