aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* ubMeshmerizer: fix the orientation of last triangle on top/bottom faces ofUbitUmarov2017-04-261-2/+2
* update ode binaries for windows; add a minimal velocity for bounceUbitUmarov2017-04-201-0/+1
* deleted a bit 2 much on last commitUbitUmarov2017-04-182-2/+5
* update ODE binaries for windows. Other platforms need to compile from opensi...UbitUmarov2017-04-181-122/+77
* several changes for osTeleportObjectUbitUmarov2017-04-151-18/+25
* still issues with volume detectors and sleeping bodiesUbitUmarov2017-04-152-2/+8
* still issues with volume detectors and sleeping bodiesUbitUmarov2017-04-152-23/+41
* some reduction on large colision repulsive force on non physical placement of...UbitUmarov2017-04-143-124/+255
* store the physics inertia override in Mysql and add it to serializer. run p...UbitUmarov2017-04-012-25/+0
* add missing file. Changes of inertia data of objects running does notUbitUmarov2017-03-311-1/+2
* add OSSL functions to override linksets total mass, center of mass and inert...UbitUmarov2017-03-312-46/+243
* Merge branch 'melanie'Melanie Thielker2017-02-011-2/+2
|\
| * Comment two very spammy debug messages that the usr can't do anything aboutMelanie Thielker2017-01-301-2/+2
* | ubOde: update prim mass when changing DensityUbitUmarov2017-01-261-1/+3
|/
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0570-3353/+3353
* remove a gc.collect that isn't very usefull (on the right engine thisUbitUmarov2016-12-302-1855/+2602
* remove a gc.collect that isn't very usefullUbitUmarov2016-12-301-2602/+1853
* ubOde other convex type objects other than mesh and sculpt also don't have holesUbitUmarov2016-12-122-4/+7
* ubOde simple spheres and boxes with type convex have no holes on physics(long...UbitUmarov2016-12-121-9/+15
* ubMeshmerizer, fix the orientation of last triangle on top/bottom faces in ca...UbitUmarov2016-12-031-2/+2
* avoid doing unnecessary heavy things on change physics repUbitUmarov2016-11-261-0/+7
* a few more changes on potencial mem issuesUbitUmarov2016-11-181-2/+8
* minor changes to ubMeshmerizer memory useUbitUmarov2016-11-172-68/+67
* BulletSim: update avatar velocity setting to the new TargetVelocity pattern.Robert Adams2016-11-134-51/+47
* ubOde fix a multhreading timming issueUbitUmarov2016-11-121-2/+2
* ubOde: add a needed lockUbitUmarov2016-11-101-5/+11
* partially revert commit f29d5ad662387b97d9e881f28df584dc19fa8c07: if mesh ass...UbitUmarov2016-11-071-135/+141
* start removing old hack of using SetMomentum to just set instant velocity, no...UbitUmarov2016-11-073-7/+39
* restrict ubOde castray with terrain range only on horizontal plane, let it fi...UbitUmarov2016-11-061-1/+10
* ubOde: if a mesh does not contain data for shape type PRIM, dont collide as c...UbitUmarov2016-11-021-1/+6
* BulletSim: zero velocity target when setting velocity through theRobert Adams2016-10-032-2/+12
* BulletSim: fix problem with avatar velocity going to zero when flying acrossRobert Adams2016-09-303-59/+58
* put a lock back in ubOde character :(UbitUmarov2016-09-121-29/+22
* ubMeshmerizer: add a few more try{} guards in file operations, etcUbitUmarov2016-09-052-46/+50
* ConvexDecomposition remove a copy of vertices not needed for ubOdeUbitUmarov2016-09-022-6/+92
* ConvexDecomposition fix some incorrect convexhull mesh generation for ubOdeUbitUmarov2016-09-021-13/+27
* remove some MegaRegions code from ubOdeUbitUmarov2016-09-011-124/+66
* remove some MegaRegions code from physicsUbitUmarov2016-09-014-78/+0
* ubOde add a missing decimal dot :)UbitUmarov2016-08-291-2/+2
* ubOde mouse look steer with some MOUSELOOK_BANK actionUbitUmarov2016-08-291-18/+51
* missing fileUbitUmarov2016-08-281-0/+1
* my broken version of vehicle mouse steer on ubOde (no bank,needs better damp)UbitUmarov2016-08-281-39/+103
* remove excess dataUbitUmarov2016-08-271-3/+0
* Import plumbing from Halcyon for camera data to physics engine.Vegaslon2016-08-271-1/+24
* change ODEs topcolliders code ( still bad), plus a few memory leaksUbitUmarov2016-08-222-28/+27
* remove unnecessary lockUbitUmarov2016-08-221-31/+21
* minor locking issueUbitUmarov2016-08-221-2/+2
* workaround potencial memory leaksUbitUmarov2016-08-221-13/+7
* fix ubOde prims unlink that got broken fixing sleeping bodies collisions, cor...UbitUmarov2016-08-192-6/+28
* ubOde reduce collision_start latency in same cases (only one collision happen...UbitUmarov2016-08-172-10/+8