| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Implemented that method in ODE plugin.
Hooked it up so when deleting/taking prims into your inventory they will be removed from physics engine.
Enabled the other physics hook ups in Scene.cs (and also added registering prims with physics plugin when they are rezzed from Inventory.)
So now to get the avatar to prim collision testing working, just change to use the ODE plugin (in the OpenSim.ini file, physics = OpenDynamicsEngine). Remember though ODE only really works (without problems) when running with a single region.
|
|
|
|
|
|
|
|
| |
attached the links to that from SceneObject, so now resizing works (as much as resizing currently works in opensim, fixing resizing in general is on my todo list for today).
Rotation of a root prim also now updates the physics engine.
So think there really is only deleteprim left, then it should be usable (Different shapes (other than boxes that it currently uses) can wait a little bit longer).
[of course there are still the other issues of ODE not really working when there is more than one region in a instance of opensim].
|
|
|
|
| |
Scene.cs, as any changes to prims (like size or position changes) are only updated to the physics engine when you restart opensim. Also prims aren't deleted from the physics engine. These shouldn't be hard to fix.
|
| |
|
|
|
|
| |
need for collisions. not hooked in yet.
|
| |
|
|
|
|
|
|
|
| |
OpenSim/Region/Environment/Scenes/ScenePresence.cs
Fix for array out-of-bounds error in basicphysics.
|
| |
|
|
|
|
| |
folder or anything so there is at the moment no way to recover deleted objects.
|
|
|
|
|
| |
* Fix for issue #237 - Sim startup cannot read a terrain file (Reported by CutterRubio)
|
|
|
|
| |
projects combined, all 'never used' things)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Renamed PhysicsManager to PhysicsPluginManager because it is.
|
| |
|
|
|
|
|
|
|
| |
haven't added the project to prebuild.xml yet.
Also might have messed up some of the SVN properties on some of the folders, so if the cleaning lady has to come in again, I just hope she doesn't moan.
|
|
|
|
| |
should make sure the wiki is updated.
|
|
|
|
|
| |
updated Axiom.MathLib.dll.
|
|
|
|
|
| |
* added some licensing info
|
| |
|
|
|
|
|
|
|
| |
* Hid NullPhysicsScene for great justice
* Fixed broken Grid build
|
|
|
|
| |
which in turn have a Shape object (currently PrimitiveBaseShape). The plan is only for the SceneObject to interface with the physics engines. As a physics Entity should be able to have mulitple shapes connected to it.
|
| |
|
| |
|
|
|
|
|
|
| |
*Removed .user, .suo, and unneccessary files in /bin/Physics/
*OpenSim.sln should compile with nant and on windows now
|
|
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.
|