aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/lib64 (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-08BulletSim: add parameter to set global contact breaking threshold. Update ↵Robert Adams2-0/+0
DLLs and SOs for setting same.
2013-02-05BulletSim: make removing zero width triangles from meshes optionalRobert Adams1-0/+0
and, for the moment, default to 'off'.
2013-02-05BulletSim: rework some parameter setting implementation moving functionality ↵Robert Adams2-0/+0
that was in BSScene to BSParam. Remove unused parameters that were passed to the unmanaged code. Update DLLs and SOs for the new param block.
2013-01-28BulletSim: do not zero an avatar's standing velocity if it is standingRobert Adams2-0/+0
on a moving object. Rearrange pre/post action subscription code to put more in locks. Add meshmerizer params to BulletSimTestUtil scene creation (and fix line endings). Rebuilt version of DLLs and SOs with cleaned up code and no profiling for sure.
2013-01-28BulletSim: update Bullet with profiling disabled. This seems to fix the ↵Robert Adams2-0/+0
memory leak problem.
2013-01-23BulletSim: pass up and report the real collision penetration.Robert Adams2-0/+0
2013-01-11BulletSim: move center of gravity of linkset to its geometric center.Robert Adams2-0/+0
Necessitated allowing simulator and physical position of a body to get out of sync since Bullet assumes that <0,0,0> is the center of mass. Update DLLs and SOs for the UpdateChildTransform so positions of individual prim in a linkset can be implemented.
2013-01-06BulletSim: update DLLs and SOs with better debugging output.Robert Adams2-0/+0
Add definition of hand crafted avatar mesh. Not used yet. Comments and cleanup.
2013-01-04BulletSim: add ResetBroadphasePool and ResetConstraintSolver diagnosticRobert Adams2-0/+0
functions. If values set from console, the functions are called. Looking for why the collision pools fill up with unnecessary stuff.
2012-12-31BulletSim: eliminate the use of the unmanaged HeightMapInfo structure.Robert Adams2-0/+0
Remove all related calls from the unmanaged and BSAPITemplate interfaces. Update DLLs and SOs to include the version without HeightMapInfo structures.
2012-12-31BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate.Robert Adams2-0/+0
Update BulletSim DLLs and SOs with simplier step function interface.
2012-12-06BulletSim: update DLLs and SOs with vehicle collision event checkRobert Adams2-0/+0
2012-12-03BulletSim: Reduce idle region physics overhead where there are MANYRobert Adams2-0/+0
static objects by more restrictive selection of objects that collide with static objects. Rename collision mask fuctions from 'filter' to 'group' so it is clear what is being set. Rename BulletSimAPI.SetCollisionFilterMask() to SetCollisionGroupMask to match above. Restore passing of time step to linear and angular motion component routines. Use buffering vehicle physical parameter get/set routines consistantly. Make range enforcement clearer by using ClampInRange() function for parameter setting. Remove commented out experimental vehicle calculations.
2012-12-01BulletSim: Add DumpActivationInfo2 function. Change static objects from ↵Robert Adams2-0/+0
DISABLE_SIMULATION to ISLAND_SLEEPING. Update DLLs and SOs to add DumpActivationInfo2 function.
2012-11-28BulletSim: update DLLs and SOs to remove simulator crash when calling ↵Robert Adams2-0/+0
SetInterpolationAngularVelocity.
2012-11-25BulletSim: update DLLs and SOs with new collision margin setting function.Robert Adams2-0/+0
2012-11-21BulletSim: update DLLs and SOs. No functional changes. Only the parameter ↵Robert Adams2-0/+0
block format changed.
2012-11-18BulletSim: remove the obsolete interface to the Bullet code. Update ↵Robert Adams2-0/+0
BulletSim libraries with code stripped of the obsolete code.
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus6-0/+0
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-11-06BulletSim: update the DLLs and SOsRobert Adams2-0/+0
2012-11-03BulletSim: update the DLLs and SOsRobert Adams2-0/+0
2012-11-01Replace the 64 bit macosx version of libopenjpeg-dotnet.dylib with a 32-bit ↵Justin Clark-Casey (justincc)1-0/+0
version from libopenmetaverse commit 3731ee4 This is because macosx mono is 32-bit and this can't p/invoke 64-bit binaries. However, the reverse is also true. If OpenSimulator stops working for you then please complain! Long term alternative is probably to build a fat binary with both architectures.
2012-10-23BulletSim: update binaries with small change that insures that manual ↵Robert Adams2-0/+0
position/rotation setting results in an update event.
2012-10-19Bulletsim: update DLLs and SOs. Brings C++ routine in sync with C# sources ↵Robert Adams2-0/+0
and fixes problem where BulletSim would crash on startup on 32 bit Linux.
2012-10-11BulletSim: update the DLLs and SOsRobert Adams2-0/+0
2012-10-02BulletSim: fix crash on load that showed up on 32bit Linux.Robert Adams2-0/+0
2012-09-28BulletSim: update SOs and DLLsRobert Adams2-0/+0
2012-09-20Update libopenjpeg libraries used by libopenmetaverse back up to 1.5, this ↵Justin Clark-Casey (justincc)2-0/+0
time using lkalif's linux libraries built against a much earlier libc (2.7)
2012-09-19Downgrade libopenjpeg back to 1.3 from 1.5.Justin Clark-Casey (justincc)2-0/+0
This is because libopenjpeg 1.5 appears to require a minimum of glibc 2.14, whereas at least one fairly recent distro (openSUSE 11.4 from 2011-03-10) only has glibc Further investigation pending.
2012-09-18Update libopenmetaverse components to commit f5cecaajustincc4-0/+0
Among other things this allows pCampbot to work under Windows since libopenmateverse now ships the same log4net.dll (publicly signed) as OpenSimulator This also updates the libopenmetaverse embedded libopenjpeg from 1.3 to 1.5. DLL naming and mapping for non-Windows libopenjpeg changes to remove version number to make future udpates easier and bring it into line with names of other shipped DLLs. libopenjpeg updates have been made for OSX, Windows (32 and 64 bit) and Linux (32 and 64 bit). Please report any issues.
2012-09-15BulletSim: update DLLs and SOs and remove some debugging code.Robert Adams2-0/+0
2012-09-07BulletSim: update the DLLs and SOsRobert Adams2-0/+0
2012-08-31BulletSim: update the SOs and DLLsRobert Adams2-0/+0
2012-08-21BulletSim: update DLLs and SOs to eliminate terrain update crash which ↵Robert Adams2-0/+0
manifested itself on Linux.
2012-08-15BulletSim: update DLLs and SOs to fix the problem with avatars jumping ↵Robert Adams2-0/+0
around at altitudes less than 25m.
2012-08-15BulletSim: update DLLs and SOsRobert Adams2-0/+0
2012-08-10BulletSim: actually update the DLLs and SOsRobert Adams2-0/+0
2012-08-07BulletSim: Added avatar capsule scaling for size of avatar.Robert Adams2-0/+0
This also fixes computation of avatar mass. Added parameter MaxPersistantManifoldPoolSize. Fixed a parameter setting bug which caused crashes of there were more than 400 or so physical objects. I tested up to 5000. Updated BulletSim DLLs and SOs.
2012-08-06BulletSim: update SOs and DLLs to run on more Linux versions. Correct ↵Robert Adams2-0/+0
multiple buoyancy settings when character flying. Remove chatty log message on prim destruction.
2012-08-04 update ode.dll for windows so both 32b and 64b are now version 0.12 (32bUbitUmarov1-0/+0
is just a rebuild)
2012-08-03BulletSim: update DLLs and SOsRobert Adams2-0/+0
2012-08-02BulletSim: Debugging log statements added. Reduced size of updata buffer ↵Robert Adams2-0/+0
trying to find a corrupted memory problem. Update DLL and SO.
2012-07-31BulletSim: fix problem where resizing a primary shape (cube or sphere) would ↵Robert Adams2-0/+0
not rebuild the physics mesh. Update the DLLs and SOs to latest version.
2012-07-31BulletSim: update the DLLs and SOs. This fixes the exception on shutdownRobert Adams2-0/+0
2012-07-25BulletSim: update BulletSim DLLs and SOsRobert Adams2-0/+0
2012-07-23BulletSim: update BulletSim.dlls and so'sRobert Adams2-0/+0
2012-07-20Update BulletSim DLLs and SOsRobert Adams1-0/+0
2012-07-20BulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs ↵Robert Adams2-0/+0
attempting to fix a mono compile error.
2012-07-06BulletSim: update the binaries to the current sourcesRobert Adams2-0/+0
2012-03-28BulletSim: update 64 bit libraries and change Linux configuration to use the ↵Robert Adams2-0/+0
files in the lib32 and lib64 directories as needed.