aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove the use of Vector3 for axis locks on the rest of enginesUbitUmarov2015-10-212-6/+6
|
* On to 0.8.3!Diva Canto2015-10-181-1/+1
| | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
* Implement an overridable implementation of PhysicsActor.SetVehicle()Robert Adams2015-10-021-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 PIDHoverActiveUbitUmarov2015-09-302-1/+5
|
* recover bulletS fps math change lost in mergeUbitUmarov2015-09-171-2/+3
|
* demote ConvexDecompositionDotNet to a simple dll, i had made it a region moduleUbitUmarov2015-09-092-2/+2
|
* a mess with Modules and ModuleUbitUmarov2015-09-084-6/+5
|
* fix some compileUbitUmarov2015-09-083-3/+3
|
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-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 Canto2015-09-041-0/+2
| | | | separate thread.
* Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵Diva Canto2015-09-014-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 Canto2015-08-312-77/+1
| | | | More unit tests fixed.
* Physics refactoring: all unit tests pass.Diva Canto2015-08-312-3/+3
|
* First commit where physics work as region module.Diva Canto2015-08-312-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 Canto2015-08-317-1007/+1052
|
* Fixed a namespace dependency. Also started preparing prebuild.xml for making ↵Diva Canto2015-08-312-2/+2
| | | | physics region modules.
* More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-3022-22/+22
|
* Renamed the namespaces tooDiva Canto2015-08-3041-70/+70
|
* Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto2015-08-3043-0/+22468