3ded473e44
fixed remaining sqrtf into btSqrt
2006-12-28 19:02:31 +00:00
11cd11d4c9
minor fix in Bullet internals
2006-12-25 19:54:17 +00:00
e820cdf6a0
fixing some issues: force needs to wake up objects, property sensor issue, island activation issue
2006-12-25 02:02:13 +00:00
9dd36f08ee
==== MSVC 7 project files ====
...
- small bullet maintenance for added btAlignedAllocator
2006-12-20 20:52:39 +00:00
9a169f2633
added some new Bullet files, and upgraded to latest Bullet 2.x
...
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-12 03:08:15 +00:00
Chris Want
cdc996714e
Some pretty hard core bullet2 cleaning (kills the bullet2 lib and headers
...
in the lib dir).
2006-12-06 22:44:47 +00:00
1cef024780
update to latest Bullet 2.x sources. prepare to make near sensors much faster
2006-12-04 15:48:32 +00:00
f22ee3f86f
added some 'angularFactor' for character control (to avoid rotation)
2006-12-04 04:31:34 +00:00
f60da54058
==== MSVC Projectfiles ====
...
- finally update to bullet2
2006-12-03 18:56:43 +00:00
b3f47034b7
fixed it so make clean works for bullet2 lib.
...
Kent
2006-11-30 19:05:03 +00:00
a2bcb21ec7
Makefile for Bullet had error, didn't copy the .a file to the right dir.
2006-11-30 18:25:44 +00:00
Nathan Letwory
9711d54fb7
* add btHeightfieldTerrainShape.cpp
2006-11-30 12:39:42 +00:00
e720f86a83
updated to latest Bullet 2.x
2006-11-29 05:24:52 +00:00
859dc7918b
Tweaked so it actually includes the file that defines LLIB's for extra
...
dependencies for solaris.
Kent
2006-11-28 07:42:53 +00:00
627261da50
Patch by Vladimír Marek (neuron), part of bugfix #5298
...
Solaris CC compiler choked on wrong .h prototypes for functions using
'const' arguments.
2006-11-25 16:35:56 +00:00
3e85830cb2
work around some issue with GCC 3.x (probably compiler bug)
2006-11-23 05:48:04 +00:00
52ccf71309
fixed in Bullet 2.x, should make msvc 6 compile, and reverted to 'old' style solver by default.
2006-11-23 02:42:53 +00:00
083c310d1f
fixed some code that causes problems with msvc 6 (need to verify)
2006-11-23 00:23:07 +00:00
Chris Want
341f50c4f7
Makefile support for bullet2 ... please test
2006-11-22 19:05:35 +00:00
Nathan Letwory
84a85f2b7e
* tweak priority of bullet libs for blenderplayer
2006-11-21 13:19:39 +00:00
318b98fc9a
some fixes, related to object activation in game blender
2006-11-21 11:56:02 +00:00
Nathan Letwory
057a6e3360
* small priority fix. Hopefully helps on more platforms
2006-11-21 10:58:07 +00:00
dba9042bb5
added ConeZ/ConeX
2006-11-21 08:22:01 +00:00
98525b0210
added CMake file for new Bullet 2.x
2006-11-21 06:36:09 +00:00
Nathan Letwory
eb73025c63
==SCons==
...
Enable Bullet2 for Scons. This should work for all platforms, but please, test, test,
test, test, test (ad infinitum)
2006-11-21 06:11:41 +00:00
3026843f23
angular-only hinge updated
2006-11-21 01:09:37 +00:00
eec5ae7d50
angular-only hinge updated
2006-11-21 01:06:23 +00:00
46234f90ce
Removed old Blender/extern/bullet, and upgraded game engine to use Bullet 2.x
...
All platforms/build systems: either upgrade to use extern/bullet2, or disable the game engine until the build is fixed.
2006-11-21 00:53:40 +00:00
d58670ddd2
catch up with latest Bullet 2.x (not in use yet)
2006-11-21 00:03:56 +00:00
41cb8f15ea
CMake: Remove mkprot directory. Accidentally left this in from earlier development.
2006-11-17 23:25:15 +00:00
7fc699eea3
This updates the Makefiles for verse so they use the blender compiler
...
settings, and build system. Now it builds the library in obj just like
other stuff instead of the source tree directly.
Its not doing the dynamic building of specific c files but JesterKing said
this should be ok. So whine at him if its not.... ;)
Kent
2006-11-17 18:12:12 +00:00
24f4440d05
CMake lists initial submission. Documentationand further verification for different platforms will follow soon. This was just tested against current CVS on MSVC 2005 with Verse, QuickTime, OpenEXR, Player all on.
2006-11-17 02:27:12 +00:00
Nathan Letwory
5a609daa75
* undo commit from 27th of October. Fixing the long-paths issue worked only on a number of boxes, so from now on the BF_BUILDDIR=c:\b -way is the only way to properly get Blender built with scons/mingw.
2006-11-14 05:47:52 +00:00
3a1b7ece40
updating Bullet 2.x with latest changes. The integration + C-API will follow at some stage.
2006-11-12 21:05:10 +00:00
Nathan Letwory
e71fc134fe
* have blenderplayer compile with Verse support enabled.
2006-11-01 05:43:05 +00:00
92fd043346
update Bullet 2.x with latest changes, notice that the integration is not finished yet, and GameBlender is still using extern/bullet.
2006-10-31 18:19:57 +00:00
Nathan Letwory
45c1f23f19
Apply patch #5127 by Joseph Eagar (joeedh)
...
* This addresses the long command-line problem when building with SCons/MingW on windows through a dosbox (cmd.exe).
My test buildpath was: C:\Documents and Settings\nathan\My Documents\blender\build\win32-mingw
Should be rather long enough, don't you think?
/Nathan
2006-10-27 09:01:42 +00:00
44d16f0562
Added refactored Bullet 2.x library. Important: these files are not part of the Blender build yet. First, the integration will be updated to make use of the new Bullet version. Then all build systems needs to be updated.
...
The refactoring didn't leave a single file the same, all filenames and classes have bt prefix, methodnames start with lowercase, a single headerfile can be included, and also a single include path.
Plan is to make use of this Bullet 2.x version in extern/bullet2 within the coming weeks, then extern/bullet can be discarded/ignored/content removed.
2006-10-23 02:54:30 +00:00
Nathan Letwory
980608af53
* remove -Wextra from makefile to make older compilers happy
...
* updated v_connection with version from Verse CVS for better unhandled unhandled-packet printing
2006-10-16 10:54:51 +00:00
Nathan Letwory
b2a8417fce
Add Verse master-server functionality
...
* added two files from verse-master
* server list is available in outliner (new mode "Verse Servers")
* verse sessions are now also in new mode "Verse Sessions" in outliner
* fixed drawing of verse sessions and their nodes
* in user preferences System & OpenGL master-server ip setting (default master.uni-verse.org)
* in File>Verse entry "Get Servers" to get server list or
* RMB on "Available Verse Servers" in outliner to "Refresh" server list
Enjoy :)
2006-10-12 11:53:50 +00:00
Nathan Letwory
1266234202
* remove the .Append(LIBS = ['libverse']), since it confused the build system.
...
* removed unused options BF_VERSE_LIBPATH, BF_VERSE, BF_VERSE_LIBS, since they are not used at all.
* some whitespace mods
There should be no more issues with "libverse.lib" not being found (or anything like
that).
2006-10-11 07:28:37 +00:00
0f497dea2b
==== MSVC 7 project files ====
...
- added vs_master.c to verse_server project
- added dependency on verse to verse_server project
- cleanup of object file name in verse_server project
2006-10-03 21:44:18 +00:00
Nathan Letwory
1c1283198b
* fix small bug in creation of verse server executable (path)
...
* remove debug printouts
2006-10-03 12:22:56 +00:00
Nathan Letwory
859ea2fc01
* make verse compile with new verse release
...
* added -src/-dst patch from Emil (on my request - is already in verse CVS)
2006-10-03 11:33:41 +00:00
9726cdc493
- I forgot to add new file to cvs repo during my last commit, I'm sorry
2006-10-03 11:09:58 +00:00
b62927b85c
updated verse to version r6p1
2006-10-02 13:29:17 +00:00
230b1a85d7
=== MSVC 7 project files ===
...
- small fix of a few output paths
2006-10-01 14:30:14 +00:00
0b7e25d3bd
=== MSVC 7 project files ===
...
- added verse support
- verse library and server are compiled with the extern solution
- note: verse server still misses icon, VS2003 refuses to add the currently provided icon
2006-09-30 14:31:27 +00:00
857f7a66fa
==== MSVC 7 project files ===
...
maintenance work:
- added missing files in blenkernel
- updated Bullet in extern
- Python: SurfNurb.c
- removed compile and dependency of PHY_Ode
- made blenderplayer compile again (had to add pthreads lib)
2006-09-17 17:55:57 +00:00
ed064df60b
fixed bug in contact manifold generation, concave and compound objects require point with deepest penetration.
2006-09-05 04:16:35 +00:00