aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/SharedBase (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement an overridable implementation of PhysicsActor.SetVehicle()Robert Adams2015-10-021-2/+50
| | | | | | | 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-301-2/+2
|
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-084-90/+277
| | | | | | | | 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
* Deleted physics plugin classes.Diva Canto2015-08-311-235/+0
| | | | More unit tests fixed.
* First commit where physics work as region module.Diva Canto2015-08-311-0/+8
| | | | | 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-313-18/+2
|
* Refactored Meshing modules:Diva Canto2015-08-312-90/+0
| | | | | | | - Moved ZeroMesher from OpenSim.Region.PhysicsModules.SharedBase to OpenSim.Region.PhysicsModules.Meshing - Created subfolder for all Meshmerizer files, also in the same Meshing dll - Made them both region modules, with ZeroMesher being the default one This compiles but doesn't run yet.
* More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-3012-14/+14
|
* Renamed the namespaces tooDiva Canto2015-08-3012-12/+12
|
* Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto2015-08-3013-0/+2107