| Commit message (Expand) | Author | Files | Lines |
2018-01-14 | make old Ode PInvoke follow ms coding rules | UbitUmarov | 1 | -64/+64 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -10/+10 |
2015-11-28 | let old ODE trigger collision sounds like ubOde | UbitUmarov | 1 | -1/+1 |
2015-11-21 | remove some compile warnings increasing total number by 2 | UbitUmarov | 1 | -1/+1 |
2015-11-20 | remove the hard to maintain Ode.Net wrapper only in use by old ode | UbitUmarov | 1 | -3/+2 |
2015-10-20 | stop using a vector3 to store axis locks 3bit flags also in ode | UbitUmarov | 1 | -1/+1 |
2015-09-30 | add get method on physics actors PIDHoverActive | UbitUmarov | 1 | -1/+1 |
2015-08-31 | All physics plugins are now region modules. Compiles but doesn't run. | Diva Canto | 1 | -1/+1 |
2015-08-30 | More namespace and dll name changes. Still no functional changes. | Diva Canto | 1 | -1/+1 |
2015-08-30 | Renamed the namespaces too | Diva Canto | 1 | -2/+2 |
2015-08-30 | Major renaming of Physics dlls / folders. No functional changes, just renames. | Diva Canto | 1 | -0/+0 |
2015-08-20 | make it compatible with avn, no point making avn compatible with it | UbitUmarov | 1 | -1/+2 |
2015-08-20 | update old git to os core version | UbitUmarov | 1 | -30/+28 |
2014-11-29 | Somewhat improve avatar region crossings by properly preserving velocity when... | Justin Clark-Casey (justincc) | 1 | -1/+5 |
2014-11-19 | If calling llStopMoveToTarget() on an in-world prim, don't send an unnecessar... | Justin Clark-Casey | 1 | -1/+5 |
2014-07-21 | Fixed avatar hovering above the ground. The avatar physics capsule was too tall. | Oren Hurvitz | 1 | -2/+4 |
2014-07-18 | refactor: slightly adjust some code in ODECharacter.Move() to eliminate a con... | Justin Clark-Casey (justincc) | 1 | -18/+19 |
2014-07-18 | With ODE physics, fix an issue where the avatar couldn't jump and then move f... | Justin Clark-Casey (justincc) | 1 | -18/+5 |
2014-07-18 | reduce avatar hover in basic ode plugin | UbitUmarov | 1 | -1/+1 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -2/+2 |
2012-11-08 | ODECharacter overrides TargetVelocity. No change to existing behavior | Dan Lake | 1 | -1/+15 |
2012-10-09 | Add config option to plant avatar where they are reducing avatar avatar 'push... | teravus | 1 | -2/+2 |
2012-06-29 | Fix a regression where we stopped removing avatars from collision event repor... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-05-18 | refactor: move EventQueueGet path generation into common method. Rename some... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-05-17 | Don't eagerly clear frame collision events when physics actors subscribe and ... | Justin Clark-Casey (justincc) | 1 | -2/+8 |
2012-03-20 | refactor: precalculate the fixed movement factor for avatar tilting (sqrt(2))... | Justin Clark-Casey (justincc) | 1 | -8/+13 |
2012-02-11 | Clamp ODE character velocity. Make ODE falling character 54m/s by default. | Justin Clark-Casey (justincc) | 1 | -1/+42 |
2012-01-25 | Serialize calls to ODE Collide() function across OdeScene instances to preven... | Justin Clark-Casey (justincc) | 1 | -0/+3 |
2012-01-24 | Restrict accessible of ODECharacter Shell and Body. Add method doc and some ... | Justin Clark-Casey (justincc) | 1 | -11/+26 |
2011-12-20 | Remove unused SetAcceleration and add set on Acceleration parameter | Dan Lake | 1 | -6/+1 |
2011-12-20 | Remove unused SetAcceleration and add set on Acceleration parameter | Dan Lake | 1 | -6/+1 |
2011-12-15 | Stop pointlessly setting the m_colliderarr[] to false in the ODECharacter con... | Justin Clark-Casey (justincc) | 1 | -5/+0 |
2011-12-15 | Stop having to call SetHeight again in ScenePresence.AddToPhysicalScene() whe... | Justin Clark-Casey (justincc) | 1 | -16/+22 |
2011-12-15 | Code cleanup related to ScenePresence.PhysicsActor and OdeScene/OdeCharacter | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2011-11-25 | remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2011-11-22 | slightly simplify OdeScene.Simulate() by removing bool processtaints, since w... | Justin Clark-Casey (justincc) | 1 | -117/+117 |
2011-11-21 | Restore defects list. In hindsight, the reason for this is becuase we can't ... | Justin Clark-Casey (justincc) | 1 | -12/+15 |
2011-11-21 | rename ODECharacter.AvatarGeomAndBodyCreation() -> CreateOdeStructures() to m... | Justin Clark-Casey (justincc) | 1 | -8/+10 |
2011-11-21 | refactor: Eliminate one line ODECharacter.doForce() method for code clarity | Justin Clark-Casey (justincc) | 1 | -15/+3 |
2011-11-21 | Comment out calls to OdeScene.waitForSpaceUnlock() since that method does not... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-11-21 | Reduce complexity of OdeScene.Simulate() by fully removing bad characters at ... | Justin Clark-Casey (justincc) | 1 | -29/+28 |
2011-11-21 | move geom/actor map maintenance into DestroyODEStructures()/AvatarGeomAndBody... | Justin Clark-Casey (justincc) | 1 | -8/+9 |
2011-11-21 | When changing avatar size in ODE, remove the old actor from the name and acto... | Justin Clark-Casey (justincc) | 1 | -7/+11 |
2011-11-21 | When an ODECharacter is removed (e.g. when an avatar leaves a scene), remove ... | Justin Clark-Casey (justincc) | 1 | -9/+2 |
2011-11-21 | Have ODECharacter and ODEPrim both use PhysicsActor.Name instead of maintaini... | Justin Clark-Casey (justincc) | 1 | -8/+5 |
2011-11-16 | Stop OdePrim and OdeCharacter insanely overriding set LocalID to set their ow... | Justin Clark-Casey (justincc) | 1 | -6/+0 |
2011-11-04 | Add comment for experimental effect of removing the Thread.Sleep(20) in ODEPr... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-11-04 | Stop llPushObject() from causing problems by adding force via a taint rather ... | Justin Clark-Casey (justincc) | 1 | -2/+25 |
2011-10-29 | Add taint target velocity for ODECharacters as is already done for ODECharact... | Justin Clark-Casey (justincc) | 1 | -7/+12 |
2011-10-29 | tidy up OdeCharacter so that we just use OpenMetaverse.Vector3 assignment dir... | Justin Clark-Casey (justincc) | 1 | -51/+39 |