aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/PhysXPlugin (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-29Hollow prims (box only), thanks Gerard! Enjoydan miller1-3/+9
2007-09-10mass update of urls in source code to new websiteSean Dague2-2/+2
2007-08-28Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace ↵MW1-1/+1
should equal project and directory.
2007-08-23Added RemovePrim method to the physics plugins interface.MW1-0/+5
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.
2007-08-19More prep work for adding prims to ODE physicsBrian McBee1-2/+23
2007-08-18starting to add bits and pieces to physics prims that we will eventually ↵Brian McBee1-1/+1
need for collisions. not hooked in yet.
2007-07-16changed to native line ending encodingSean Dague2-481/+481
2007-07-08* By popular demand, all generated build files are now deleted. Somebody ↵lbsa712-140/+0
should make sure the wiki is updated.
2007-07-04A bit more work on Building tools/support.MW1-1/+1
updated Axiom.MathLib.dll.
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa712-6/+5
* added some licensing info
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW1-0/+43
2007-06-27*Updated prebuild.xml and ran prebuild againmingchen1-12/+0
*Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now