Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some MegaRegions code from physics | UbitUmarov | 2016-09-01 | 1 | -19/+0 |
| | |||||
* | change bullet relative velocity sign to match ubOde | UbitUmarov | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | add EngineName also to the others | UbitUmarov | 2016-07-04 | 1 | -0/+6 |
| | |||||
* | CR safari. Remove gratuitious CRs in some files | Melanie Thielker | 2016-04-07 | 1 | -56/+56 |
| | |||||
* | BulletSim: use the new 'setAvatarSize' physics call introduced in 0.9. | Robert Adams | 2016-03-06 | 3 | -91/+129 |
| | | | | | | This disables all the avatar size fudge numbers previously used by BulletSim. If you have your region tuned to the old way, set "[BulletSim]AvatarUseBefore09SizeComputation=true" in your INI files. | ||||
* | BulletSim: Send out avatar position update if velocity is now zero | Robert Adams | 2016-03-06 | 1 | -1/+1 |
| | | | | | and it wasn't zero last tick. This will prevent some avatar creeping. Adjust BulletSim default avatar velocity zeroing so the avatar stops sooner. | ||||
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2016-02-21 | 1 | -1/+1 |
| | | | | replace anymore. | ||||
* | BulletSim: increase default value of AvatarStopZeroThreshold as this reduces | Robert Adams | 2016-01-20 | 1 | -1/+1 |
| | | | | | the occurance of stopped avatar drifting in the viewer. Not sure why but this is a short term fix while investigation continues. | ||||
* | BulletSim: make collision sounds work most of the time. Seems that collisions | Robert Adams | 2016-01-19 | 3 | -5/+9 |
| | | | | | usually stop the collider so velocity is often small. Also remove some chatty debug messages. | ||||
* | BulletSim: add stationary suppression on AddForce application. This enables | Robert Adams | 2016-01-18 | 1 | -0/+4 |
| | | | | small pushing of avatars (Mantis 7779). | ||||
* | BulletSim: fix problem of not zeroing motion when stationary (drift problem from | Robert Adams | 2016-01-18 | 1 | -66/+40 |
| | | | | | Mantis 7813). Redo Z computations for movement. Clean up code to simplify tests. Add function to suppress stationary tests unless velocity drops. | ||||
* | BulletSim: change method signatures for internal AddForce methods to remove | Robert Adams | 2016-01-18 | 6 | -17/+21 |
| | | | | | | confusion about push forces. The latter is an external, physics engine interface feature (the force parameter has a different unit if pushing vs adding force) and that distinction is not used internally. | ||||
* | BulletSim: revert avatar stationary testing for having slight velocity. | Robert Adams | 2016-01-18 | 1 | -5/+14 |
| | | | | | This fix causes drift (Mantis 7813). This revision will rebreak pushing (Mantis 7779) but drifting is bad and pushing will be fixed in future commits. | ||||
* | BulletSim: fix Mantis 7798: land collisions not working. | Robert Adams | 2016-01-10 | 1 | -2/+6 |
| | |||||
* | BulletSim: tweaking so avatar can be pushed. In particular, llPushObject, | Robert Adams | 2016-01-10 | 5 | -18/+57 |
| | | | | which called BSCharacter.AddForce, can now move a character. | ||||
* | improve a bit llpushobject on avatars using bullet, but force is ignored a ↵ | UbitUmarov | 2015-12-12 | 1 | -0/+8 |
| | | | | few seconds after a movement comand. RAdams plz take a look | ||||
* | BulletSim: fix collision sound calculation. Modify some routines to make | Robert Adams | 2015-11-30 | 4 | -20/+27 |
| | | | | | | collider and collidee clearer. Also fix (when did it break?) avatars not moving if standing on a moving object. Now friction will move avatars if standing on a disc or the top of a train. | ||||
* | let Bullet do collision sounds (RAdams plz fix the relative speed) | UbitUmarov | 2015-11-29 | 1 | -1/+8 |
| | |||||
* | remove the use of Vector3 for axis locks on the rest of engines | UbitUmarov | 2015-10-21 | 2 | -6/+6 |
| | |||||
* | On to 0.8.3! | Diva Canto | 2015-10-18 | 1 | -1/+1 |
| | | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | ||||
* | Implement an overridable implementation of PhysicsActor.SetVehicle() | Robert Adams | 2015-10-02 | 1 | -0/+53 |
| | | | | | | | that works for all physics engines. BulletSim: implement an optimized version of SetVehicle() that still uses the vehicle code to do bounds checking but does it in one taint operation. | ||||
* | add get method on physics actors PIDHoverActive | UbitUmarov | 2015-09-30 | 2 | -1/+5 |
| | |||||
* | recover bulletS fps math change lost in merge | UbitUmarov | 2015-09-17 | 1 | -2/+3 |
| | |||||
* | demote ConvexDecompositionDotNet to a simple dll, i had made it a region module | UbitUmarov | 2015-09-09 | 2 | -2/+2 |
| | |||||
* | a mess with Modules and Module | UbitUmarov | 2015-09-08 | 4 | -6/+5 |
| | |||||
* | fix some compile | UbitUmarov | 2015-09-08 | 3 | -3/+3 |
| | |||||
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 1 | -2/+4 |
| | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1 | ||||
* | Fixes a problem with Bullet physics when it is configured to run on a ↵ | Diva Canto | 2015-09-04 | 1 | -0/+2 |
| | | | | separate thread. | ||||
* | Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵ | Diva Canto | 2015-09-01 | 4 | -4/+622 |
| | | | | very much an optional Bullet feature. This way, Bullet doesn't need to depend on the OptionalModules dll. No changes in configs or behavior. | ||||
* | Deleted physics plugin classes. | Diva Canto | 2015-08-31 | 2 | -77/+1 |
| | | | | More unit tests fixed. | ||||
* | Physics refactoring: all unit tests pass. | Diva Canto | 2015-08-31 | 2 | -3/+3 |
| | |||||
* | First commit where physics work as region module. | Diva Canto | 2015-08-31 | 2 | -9/+23 |
| | | | | | Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager. | ||||
* | All physics plugins are now region modules. Compiles but doesn't run. | Diva Canto | 2015-08-31 | 7 | -1007/+1052 |
| | |||||
* | Fixed a namespace dependency. Also started preparing prebuild.xml for making ↵ | Diva Canto | 2015-08-31 | 2 | -2/+2 |
| | | | | physics region modules. | ||||
* | More namespace and dll name changes. Still no functional changes. | Diva Canto | 2015-08-30 | 22 | -22/+22 |
| | |||||
* | Renamed the namespaces too | Diva Canto | 2015-08-30 | 41 | -70/+70 |
| | |||||
* | Major renaming of Physics dlls / folders. No functional changes, just renames. | Diva Canto | 2015-08-30 | 43 | -0/+22468 |