Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mantis 8420: ubOde awake up lazy body | UbitUmarov | 2018-12-11 | 1 | -4/+64 |
| | |||||
* | make ubOde PInvoke follow ms coding rules | UbitUmarov | 2018-01-14 | 1 | -355/+360 |
| | |||||
* | ubOde: hashSpaces aren't that nice | UbitUmarov | 2017-09-08 | 1 | -33/+32 |
| | |||||
* | ubOde: let small spheres still be spheres | UbitUmarov | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | ubOde: represent small objects as a box. A object is small is all scale ↵ | UbitUmarov | 2017-07-22 | 1 | -5/+5 |
| | | | | dimensions are less or equal to option MinSizeToMeshmerize (in ODEPhysicsSettings) with default of 0.1. This is needed because this objects hit narrow phase with high overlaps alot more, and so have high cpu cost. | ||||
* | ode does not like null refs | UbitUmarov | 2017-07-16 | 1 | -1/+2 |
| | |||||
* | add Util.GetTimeStamp() that returns the stamp in seconds; use it on ubOde; ↵ | UbitUmarov | 2017-07-13 | 1 | -2/+2 |
| | | | | separed land collsions dispatch from the others... | ||||
* | ubOde don't use old ode body sleep option, a few changes on sleep control, ↵ | UbitUmarov | 2017-07-07 | 1 | -7/+29 |
| | | | | update ode.dll (windows, others needed) (keep older versions.. bc.. well bugs happen) | ||||
* | fix some issues on ubOde physics shape type changes | UbitUmarov | 2017-06-12 | 1 | -10/+13 |
| | |||||
* | deleted a bit 2 much on last commit | UbitUmarov | 2017-04-18 | 1 | -0/+2 |
| | |||||
* | update ODE binaries for windows. Other platforms need to compile from ↵ | UbitUmarov | 2017-04-18 | 1 | -122/+77 |
| | | | | opensim-libs repo, folder ODE-OpenSim-0.13.2, read file OPENSIM-README.txt. Remove code to reduce bounce on non physical placement, new unmanaged should handle that | ||||
* | several changes for osTeleportObject | UbitUmarov | 2017-04-15 | 1 | -18/+25 |
| | |||||
* | still issues with volume detectors and sleeping bodies | UbitUmarov | 2017-04-15 | 1 | -2/+6 |
| | |||||
* | still issues with volume detectors and sleeping bodies | UbitUmarov | 2017-04-15 | 1 | -6/+8 |
| | |||||
* | some reduction on large colision repulsive force on non physical placement ↵ | UbitUmarov | 2017-04-14 | 1 | -120/+237 |
| | | | | of physical prims | ||||
* | store the physics inertia override in Mysql and add it to serializer. run ↵ | UbitUmarov | 2017-04-01 | 1 | -3/+0 |
| | | | | prebuild is required | ||||
* | add OSSL functions to override linksets total mass, center of mass and ↵ | UbitUmarov | 2017-03-31 | 1 | -46/+207 |
| | | | | inertia. replacing the crude automatic estimation based on prims known to physics and density. Changed parameters are still not saved, and are lost on region crossings. only suported by UbODE. EXPERIMENTAL feature, only test it for now.. don't try to use in products. | ||||
* | ubOde: update prim mass when changing Density | UbitUmarov | 2017-01-26 | 1 | -1/+3 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -19/+19 |
| | |||||
* | avoid doing unnecessary heavy things on change physics rep | UbitUmarov | 2016-11-26 | 1 | -0/+7 |
| | |||||
* | ubOde fix a multhreading timming issue | UbitUmarov | 2016-11-12 | 1 | -2/+2 |
| | |||||
* | start removing old hack of using SetMomentum to just set instant velocity, ↵ | UbitUmarov | 2016-11-07 | 1 | -2/+3 |
| | | | | now that TargetVelocity is avaiable | ||||
* | fix ubOde prims unlink that got broken fixing sleeping bodies collisions, ↵ | UbitUmarov | 2016-08-19 | 1 | -3/+12 |
| | | | | core removes and adds a prim with same LocalID not giving time for physics to actuly delete, so when it did it LocalID was lost | ||||
* | ubOde reduce collision_start latency in same cases (only one collision ↵ | UbitUmarov | 2016-08-17 | 1 | -7/+6 |
| | | | | happening and more than 50ms since last) | ||||
* | ubOde a few changes to collisions reporting | UbitUmarov | 2016-08-06 | 1 | -11/+27 |
| | |||||
* | apply external forces and torque to vehicles also, as other engines do | UbitUmarov | 2016-08-04 | 1 | -4/+4 |
| | |||||
* | add missing overrides | UbitUmarov | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | revert bad last changes and fix the issue another way | UbitUmarov | 2016-07-25 | 1 | -2/+9 |
| | |||||
* | ubOde bug fix | UbitUmarov | 2016-07-25 | 1 | -1/+3 |
| | |||||
* | remove the unused OBB physics parameters export, since they aren't actually ↵ | UbitUmarov | 2015-12-17 | 1 | -24/+0 |
| | | | | usefull outside ubOde | ||||
* | ubOde: add threading related calls new ode.dll may need. Hope this doesn't ↵ | UbitUmarov | 2015-11-20 | 1 | -1/+5 |
| | | | | break with current linux ode library | ||||
* | change maximum angular velocity to a value derived from heartbeat rate and ↵ | UbitUmarov | 2015-11-08 | 1 | -5/+3 |
| | | | | Nyquist. | ||||
* | fix wrong condition to set low angular velocity as Zero. | UbitUmarov | 2015-11-08 | 1 | -4/+4 |
| | |||||
* | add a console/log warning about large physics meshs on ubOde that can have ↵ | UbitUmarov | 2015-11-05 | 1 | -0/+6 |
| | | | | negative impact on region load | ||||
* | stop using a vector3 to store axis locks 3bit flags in ubOde | UbitUmarov | 2015-10-20 | 1 | -35/+43 |
| | |||||
* | reduce jitter due to viewer interpolators on objects that are really almost ↵ | UbitUmarov | 2015-10-13 | 1 | -37/+87 |
| | | | | at rest | ||||
* | add get method on physics actors PIDHoverActive | UbitUmarov | 2015-09-30 | 1 | -0/+4 |
| | |||||
* | rename Ubit physics modules | UbitUmarov | 2015-09-12 | 1 | -0/+3896 |