aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/Ode/OdeScene.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some cleanup, allow cast rays to collide with terrain within limited range ↵UbitUmarov2015-11-211-298/+2
| | | | (old ode)
* remove the hard to maintain Ode.Net wrapper only in use by old odeUbitUmarov2015-11-201-159/+5
|
* let ode also finish internal representation of prim actors, before simulationUbitUmarov2015-10-221-0/+40
|
* we do not have prims with size 2^128, missing fileUbitUmarov2015-10-211-11/+6
|
* fix or remove some wrong ODE configuration settingsUbitUmarov2015-10-211-34/+7
|
* Fix wrong active angularlock detection (it was only burning cpu), stop ↵UbitUmarov2015-10-171-7/+7
| | | | trying to add a amotor to each child prim and stop using unnecessary trimeshcallbacks
* fix GetTerrainHeightAtXY for large regions. Also change ode dispose()UbitUmarov2015-10-171-386/+30
|
* More exception catching in ODE at shutdown. Not sure why the exception happens.Diva Canto2015-10-141-1/+10
|
* Fixed exception upon shutting down in plain ODE.Diva Canto2015-10-141-2/+5
| | | | | 09:49:57 - [SHUTDOWN]: Ignoring failure during shutdown - System.NullReferenceException: Object reference not set to an instance of an object. at OpenSim.Region.PhysicsModule.ODE.OdeScene.Dispose() in f:\dev\opensim-core\OpenSim\Region\PhysicsModules\Ode\OdeScene.cs:line 4062
* fix for future non square regionsUbitUmarov2015-09-231-2/+2
|
* same for old OdeUbitUmarov2015-09-231-1/+1
|
* fix the typos that seem to matter so much to some :pUbitUmarov2015-09-121-1/+1
|
* let old ode also have a Module classUbitUmarov2015-09-091-73/+19
|
* more on compile..UbitUmarov2015-09-081-12/+2
|
* More 'everything is a module' merging.Robert Adams2015-09-081-2/+2
| | | | | | Have most of UbitOde converted. There are compile errors in OpenSimBase as the new modules stuff is not all there. Removed ChOdePlugin as it's connection to OdePlugin was tangled.
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-27/+24
| | | | | | | | 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
* Changed a couple of comments to be more genericDiva Canto2015-09-051-2/+2
|
* let ode suport var size regionsUbitUmarov2015-09-051-152/+136
| | | | Signed-off-by: Diva Canto <diva@metaverseink.com>
* Physics refactoring: all unit tests pass.Diva Canto2015-08-311-2/+4
|
* First commit where physics work as region module.Diva Canto2015-08-311-0/+2
| | | | | 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-17/+94
|
* 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/+4319