aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More 'everything is a module' merging.Robert Adams2015-09-0810-13858/+0
| | | | | | Have most of UbitOde converted. There are compile errors in OpenSimBase as the new modules stuff is not all there. Removed ChOdePlugin as it's connection to OdePlugin was tangled.
* actually reduce max number of ode spacesUbitUmarov2015-09-041-4/+4
|
* bug fix on ode spaces and allow more of them on large regionsUbitUmarov2015-09-041-6/+6
|
* remove a forgotten 1000.9 factor on physics fpsUbitUmarov2015-09-041-1/+1
|
* normalise physics plugins to return fps as (simulated time / requested ↵UbitUmarov2015-09-041-9/+4
| | | | simulation time). improved a bit old ode simulations per call math
* seems to compile ( tests comented out)UbitUmarov2015-09-023-1/+10
|
* fix slow moving physical objects moving without sending updatesUbitUmarov2015-08-311-9/+9
|
* ubitode a bit more friendly for megas (still disabled)UbitUmarov2015-08-201-171/+49
|
* another funny bug (mine this time)UbitUmarov2015-08-191-2/+2
|
* ubitode varsize ( Mega disabled till better checks )UbitUmarov2015-08-191-54/+101
|
* fix axis locking AmotorUbitUmarov2015-02-131-6/+6
|
* name the threadUbitUmarov2014-10-131-0/+1
|
* try to reduce avatar bounce on falls. Not all possible side effectsUbitUmarov2014-10-121-25/+19
| | | | checked, specially on portals
* reduce some avatar engine strenghtUbitUmarov2014-10-051-9/+10
|
* try to help steps climb a bit compensating the bounce reductionUbitUmarov2014-10-041-0/+2
|
* remove check of other prim top height on steps climb codeUbitUmarov2014-09-291-3/+4
|
* change avatar physics and motion control. Still not that good :(UbitUmarov2014-09-292-57/+320
|
* fix building state logic...UbitUmarov2014-09-231-2/+2
|
* avatar collisions fixUbitUmarov2014-07-211-51/+54
|
* change ava to ava collisions a bitUbitUmarov2014-07-211-30/+42
|
* bug fixUbitUmarov2014-07-211-4/+5
|
* fix physics sit for physical child primsUbitUmarov2014-07-201-4/+4
|
* revert to capsule representation of avatar colliderUbitUmarov2014-07-191-297/+28
|
* retouch prim stopped condition testUbitUmarov2013-05-291-3/+3
|
* removed spurius ref to ode.dll from odeapiUbitUmarov2013-05-291-1/+1
|
* correction to previus comment: all parameters but gravity modifier haveUbitUmarov2013-05-291-1/+0
| | | | efect on all prims.
* let gravity modifier, friction, restitution and density changes be appliedUbitUmarov2013-05-292-6/+65
| | | | | | | to prim. Only have efect on root prim. Density doesn't get effect imediatly, only on next change of size or shape. density change implies a full body rebuild to be done later, after reducing the number of sets sop does. Other parameters should work. **** mainly untested ***
* make sure friction slip parameters are zero ( or other value ) and notUbitUmarov2013-05-291-3/+3
| | | | default cmf
* *** DANGER TESTING **** changed prims mesh generation hopefully removingUbitUmarov2013-05-295-205/+145
| | | | | | | spurius faces. CHanged several aspects. Fixed prims inertia that was too low, still using box as model. Increased number of quickstep SOR iterations to 15. Keep it 15 even on heavy load ( will only jump simulation time).
* * This fixes the avatar stuck in objects on login and teleport by gently ↵teravus2013-05-141-0/+12
| | | | | | applying an upward motion when stuck in things on the Z * Comments describe how it filters out good, normal collisions, from 'stuck' collisions.. It's especially sensitive in feetbox collisions since this is where normal collisions happen under usual circumstances.
* * Tweaks the hard cut to apply to collisions of Greater then Normal Z 0.95. ↵teravus2013-05-141-1/+27
| | | | This fits within Ubit's framework of multi-body collisions, just moves the reactive force to the Midboxgeom(actual detection) instead of the bigbox geom(pre detection)
* Merge branch 'avination' into careminsterMelanie2013-03-131-2/+2
|\
| * Spot fix the interpenetration issue. Thanks, Ter.Melanie2013-03-121-2/+2
| |
* | Merge branch 'master' into careminsterMelanie2013-02-051-3/+3
| | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Framework/Servers/VersionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
* | Merge branch 'avination' into careminsterMelanie2013-01-271-36/+40
|\ \ | |/
| * bug fix: crash when too many collisions on a ode stepUbitUmarov2013-01-261-36/+40
| |
* | Merge branch 'avination' into careminsterMelanie2013-01-241-1/+1
|\ \ | |/
| * Fix a type (Suports => Supports). Also put the normal terrain collision checkMelanie2013-01-231-1/+1
| | | | | | | | into the physics check patch for now since physics doesn't properly return land for some reason (as tested by Nebadon)
* | Merge branch 'avination'Melanie2013-01-192-170/+53
|\ \ | |/ | | | | | | | | | | Conflicts: OpenSim/Framework/ThrottleOutPacketType.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/CoreModules/Avatar/Groups/GroupsModule.cs
| * prevent potencial invalid refsUbitUmarov2013-01-132-170/+53
| |
* | Merge branch 'avination' into careminsterMelanie2013-01-103-25/+43
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
| * * DAnger, TEST * change camera plane collision detection. Still bounces onUbitUmarov2013-01-081-12/+29
| | | | | | | | * prim edges due to camera lag
| * also exclude landUbitUmarov2013-01-071-3/+3
| |
| * exclude avatars from unfiltered RaycastWorldUbitUmarov2013-01-071-3/+3
| |
| * don't try to read geom positions outside main ode thread :(UbitUmarov2013-01-061-10/+11
| |
* | Merge branch 'avination' into careminsterMelanie2013-01-065-356/+833
|\ \ | |/
| * bug fix, cleanup...UbitUmarov2013-01-033-38/+34
| |
| * i try to fix avatar orientation in some cases..UbitUmarov2013-01-021-2/+2
| |
| * add a lock to CollisionEventsThisFrameUbitUmarov2013-01-021-20/+29
| |
| * *TEST* avatar unscripted sit. Some guessing/automationUbitUmarov2013-01-024-328/+782
| |