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
2008-03-14resolved conflict state with HEAD r14096Jean-Luc Peurière
blenderbuttons still bad not let this compile
2008-02-15Set linking priority of libbinreloc to 226 for blenderplayer. Why?Chris Want
Because libblenkernel_blc, which depends on binreloc, has priority 225.
2008-02-03Missed reverting one extra assignment.Ken Hughes
2008-02-03Clean-up for various gcc warnings under linux.Ken Hughes
2008-01-30== MSVC 7.1 projectfiles ==Andrea Weikert
- added missing files from cloth sim
2008-01-30New: Collision Modifier and Cloth can be at any position on the modifier ↵Daniel Genrich
stack. BUT everytime the vertices count change, they will free themselves and internal build new (they rely on vertex count). Should be no problem anymore with e.g. subsurf modifier before collision modifier (tested). Fix: applied a patch from schlaile to get my bullet additions compiled with gcc 3.3
2008-01-30makes bullet independant from gameengine for cmake, introduces esc-key ↵Daniel Genrich
during sim, disables collisions when no bullet there
2008-01-30Initial commit of cloth modifier from branch rev 13453Daniel Genrich
2008-01-22Fixes for CMake.Chris Want
2008-01-19Fixing makefiles for binreloc I made it use flags like otherKent Mein
things default on for linux. ideasman helped me get scons working. Cmake still needs some love... Kent
2008-01-18Linux only addition to know for sure the path of blender because sometimes ↵Campbell Barton
the Play button doesn't work depending on how blender is started. This uses binreloc - http://autopackage.org/docs/binreloc/ it should also solve the problem of python scripts not being found.
2007-12-20Need to propigate -m64 flags to compile verse.Kent Mein
Kent
2007-12-05This is a modified version of this patch:Kent Mein
[#7660] Solaris 10 x86 support (Makefiles) Hopefully it will not mess up anything for anyone else. I removed some hardcoded static libs and made NAN_*_LIB definitions so they could be overridden, to allow greater flexability. Let me know if there are any problems/questions. Kent
2007-11-05Tweaks I needed to get blender compiling on my new macbook running leopard.Kent Mein
Kent
2007-09-27== FFMPEG ==Peter Schlaile
External ffmpeg would have linked against both internal and external libs.
2007-09-27== FFMPEG ==Peter Schlaile
Scons support for internal ffmpeg
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
2007-08-05reverted to old hinge constraint, it breaks several tests/demosErwin Coumans
2007-07-16updated scons build system, neccesary after erwin's commitJiri Hnidek
2007-07-15== MSVC 7.1 project files ==Andrea Weikert
- updated bullet files with btConeTwistConstraint.h and btConeTwistConstraint.cpp
2007-07-07removed "btHingeConstraint::" prefix, in ↵Erwin Coumans
btHingeConstraint::btHingeConstraint(btRigidBody& rbA,const btVector3& pivotInA,btVector3& axisInA);
2007-07-06fixed issue with kinematic objectsErwin Coumans
2007-07-06synchronized to latest version of Bullet. added btConeTwistConstraint ↵Erwin Coumans
(useful for ragdolls etc)
2007-06-26Not all systems it seems has socklen_t defined. If its missing Kent Mein
typedef it as an int. Kent
2007-06-26This is a fix for bug #6856 (Verse crashing on 64bit linux)Kent Mein
https://projects.blender.org/tracker/index.php?func=detail&aid=6856&group_id=9&atid=125 I basically fixed some warnings about imcompatable types on 64bit linux and the crashing stopped. Kent
2007-06-25==== MSVC 7.1 projectfiles ====Andrea Weikert
- bullet update to version 2.53 cleanup - added file sculptmode-stroke.c
2007-06-25Make it so that we link with the same compiler for verse as everything else.Kent Mein
(was using $(CC) while the rest of blender is using $(CCC)
2007-06-23upgrade to latest Bullet 2.53. cross the fingers it doesn't break one of the ↵Erwin Coumans
exotic or less exotic platforms
2007-05-07two minor changes, hopefully before release:Erwin Coumans
- reset randseed, which should make simulations more predictable - re-activate substeps (for more accurate simulations)
2007-03-14fix gcc warnings about no newline at end of fileStephen Swaney
2007-03-03==== MSVC 7.1 project files ====Andrea Weikert
- fix for 3DPlugin compile - cleanup of bullet path - removed PHY_ODE project from 3D plugin too, not used anymore Now all configurations should build again, let me know of any problems! Not been able to test if the 3DPlugin is actually working,is job for another day ;) Also the 3DPlugin is compiled without OpenExr, this needs to be looked into once too.
2007-01-28Removed -mpowerpc -mtune=G4 from several SCons files, so it will work onEd Halley
either PPC or Intel architectures under OSX. These options should be inherited properly from the rest of the OSX SCons build system.
2007-01-25* sync with verse cvs (for silencing some warnings +Nathan Letwory
safe to do, since verse is not enabled in release).
2006-12-28fixed remaining sqrtf into btSqrtErwin Coumans
2006-12-25minor fix in Bullet internalsErwin Coumans
2006-12-25fixing some issues: force needs to wake up objects, property sensor issue, ↵Erwin Coumans
island activation issue
2006-12-20==== MSVC 7 project files ====Andrea Weikert
- small bullet maintenance for added btAlignedAllocator
2006-12-12added some new Bullet files, and upgraded to latest Bullet 2.xErwin Coumans
Please make sure to have extern/bullet/src/LinearMath/btAlignedAllocator.cpp in your build, if you add the files by name, instead of wildcard *.cpp
2006-12-07Some pretty hard core bullet2 cleaning (kills the bullet2 lib and headersChris Want
in the lib dir).
2006-12-04update to latest Bullet 2.x sources. prepare to make near sensors much fasterErwin Coumans
2006-12-04added some 'angularFactor' for character control (to avoid rotation)Erwin Coumans
2006-12-03==== MSVC Projectfiles ====Andrea Weikert
- finally update to bullet2
2006-11-30fixed it so make clean works for bullet2 lib.Kent Mein
Kent
2006-11-30Makefile for Bullet had error, didn't copy the .a file to the right dir.Ton Roosendaal
2006-11-30* add btHeightfieldTerrainShape.cppNathan Letwory
2006-11-29updated to latest Bullet 2.xErwin Coumans
2006-11-28Tweaked so it actually includes the file that defines LLIB's for extraKent Mein
dependencies for solaris. Kent
2006-11-25Patch by Vladimír Marek (neuron), part of bugfix #5298Ton Roosendaal
Solaris CC compiler choked on wrong .h prototypes for functions using 'const' arguments.
2006-11-23work around some issue with GCC 3.x (probably compiler bug)Erwin Coumans
2006-11-23fixed in Bullet 2.x, should make msvc 6 compile, and reverted to 'old' style ↵Erwin Coumans
solver by default.