aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-23Added danx0r's physics patch, although for now have disabled the lines in ↵MW1-2/+36
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.
2007-08-19More prep work for adding prims to ODE physicsBrian McBee1-31/+44
2007-08-18starting to add bits and pieces to physics prims that we will eventually ↵Brian McBee1-7/+28
need for collisions. not hooked in yet.
2007-08-11Applied danx0r 's ODE patch [mantis issue 263]MW1-20/+21
2007-07-16changed to native line ending encodingSean Dague2-513/+513
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-2/+2
updated Axiom.MathLib.dll.
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa712-10/+9
* 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