aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/BSScene.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove some MegaRegions code from physicsUbitUmarov2016-09-011-19/+0
|
* add EngineName also to the othersUbitUmarov2016-07-041-0/+6
|
* BulletSim: use the new 'setAvatarSize' physics call introduced in 0.9.Robert Adams2016-03-061-2/+2
| | | | | | 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: tweaking so avatar can be pushed. In particular, llPushObject,Robert Adams2016-01-101-1/+0
| | | | which called BSCharacter.AddForce, can now move a character.
* BulletSim: fix collision sound calculation. Modify some routines to makeRobert Adams2015-11-301-1/+1
| | | | | | 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.
* recover bulletS fps math change lost in mergeUbitUmarov2015-09-171-2/+3
|
* Fixes a problem with Bullet physics when it is configured to run on a ↵Diva Canto2015-09-041-0/+2
| | | | separate thread.
* Deleted physics plugin classes.Diva Canto2015-08-311-1/+1
| | | | More unit tests fixed.
* Physics refactoring: all unit tests pass.Diva Canto2015-08-311-1/+3
|
* First commit where physics work as region module.Diva Canto2015-08-311-1/+4
| | | | | 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 Canto2015-08-311-975/+1020
|
* More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-301-1/+1
|
* Renamed the namespaces tooDiva Canto2015-08-301-2/+2
|
* Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto2015-08-301-0/+1281