aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-09move terrain geom to own ode space. Limit range on raycast if includesUbitUmarov3-83/+226
2012-10-07 a few changes/fix (?)UbitUmarov3-108/+103
2012-10-07 bug fix + make costs visible for testingUbitUmarov2-37/+59
2012-10-07[DANGER UNTESTED] ODE mesh assets. Other plugins will not do meshs/sculptsUbitUmarov4-972/+606
2012-10-04 more changes and more non active codeUbitUmarov3-25/+138
2012-10-04 more changes. Most code not in useUbitUmarov2-10/+543
2012-10-03meshworker basic replacement of SOP CheckSculptAndLoad ( for now disabledUbitUmarov1-4/+39
2012-10-03 making meshworker have more work..UbitUmarov2-4/+23
2012-10-03 introduce a ODEMeshWorker class, should be pure cosmetic changes for nowUbitUmarov3-159/+212
2012-09-27make some forgotten changes be done by simulation thread not by callerUbitUmarov2-34/+126
2012-09-17Remove spammy "axislock" debug.Melanie1-1/+1
2012-08-06** DANGER someone should stress test more ** release unused physics meshs, in...UbitUmarov2-25/+26
2012-08-04*feature test* ubitode, let convex hull shape type work for prims otherUbitUmarov1-6/+15
2012-07-27Change the stair fudge factor so steps of 0.5m can be climbled to match inwor...Melanie1-2/+2
2012-07-17UbitOde: remove useless water collider from active code.UbitUmarov1-8/+8
2012-07-15messing around... Let terrain and water have nullphysicsactors, letUbitUmarov5-293/+220
2012-07-14Reinstate sleeping because less CPU is preferred over reporting accuracy.Melanie1-1/+1
2012-07-13In collisions report linksets root parts to parts, and not all parts.UbitUmarov4-41/+45
2012-07-13 fix bad vehicle reference frameUbitUmarov1-1/+2
2012-07-12 Use faster any contact point collision detection for Volumedetect, plusUbitUmarov3-98/+41
2012-07-11ubitODE leaksUbitUmarov3-25/+33
2012-07-10 let rotationVelocity or AngularVelocity be setted on prims. Limited toUbitUmarov1-19/+46
2012-07-09 retry fixing ode getconfiguration()UbitUmarov1-1/+8
2012-07-09 fix ode getconfigurationUbitUmarov2-2/+2
2012-07-09 log ODE lib configurationUbitUmarov1-3/+7
2012-07-09 fix ODE dispose plus minor clean. On regions restart ode.dispose seemsUbitUmarov1-15/+43
2012-07-07ODE turn off material dependent friction while vehicle linear motor is Effect...UbitUmarov3-5/+9
2012-06-30ubitode: create and use 4 off world collision spaces for offworld static primsUbitUmarov1-11/+38
2012-06-04 fix addforce/impulse.UbitUmarov1-3/+3
2012-05-30ubitode prim: if makebody() is called already having a body, do a full destru...UbitUmarov1-3/+4
2012-05-30Guard setting the building flagMelanie1-0/+4
2012-05-30Whitespace fixMelanie1-1/+1
2012-05-29 fix physics not reporting collisions only with terrainUbitUmarov1-0/+1
2012-05-28 fix avatars collisions on sim crossings and other few cases where freemove()...UbitUmarov1-2/+1
2012-05-28a bit cleaner code (?) on sculpts/meshs meshing checkingUbitUmarov1-7/+6
2012-05-28 let meshs work indenpendently of mesh_sculpted_prim config optionUbitUmarov1-29/+25
2012-05-28revert making sculpts phanton if sculpt meshing option is offUbitUmarov1-2/+0
2012-05-27Let OOB information usable outside ubitodeUbitUmarov2-28/+5
2012-05-21 also don't collide sculps or meshs if meshing is OFFUbitUmarov1-0/+2
2012-05-21 try to let avas climb higher steps. Will only work in some cases, may have b...UbitUmarov2-9/+75
2012-05-20minor changesUbitUmarov3-32/+24
2012-05-19 reduce useless waste of cpu. Make character collision events be done similia...UbitUmarov3-125/+145
2012-05-19 fix character IsPhysicalUbitUmarov1-1/+1
2012-05-19add colliders relative velocity projected in collision direction to collision...UbitUmarov2-1/+11
2012-05-15ubitODE: if stopped having collisions do report zero colisions once, so colli...UbitUmarov2-9/+43
2012-05-15ubitODE: fix not reporting land collisions on same cases.UbitUmarov1-2/+25
2012-05-13ubitODE fix force in case of mlinear motor offset presentUbitUmarov1-4/+5
2012-05-12ubitODE let vehicles responde faster to changes of some parameters like motor...UbitUmarov1-12/+13
2012-05-12 ubitODE reduced again a bit the max allowed correction velocity on colisions...UbitUmarov1-1/+1
2012-05-12ubitODE: trial workaround for avatar colisionsUbitUmarov1-6/+49