aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Physics/PhysXPlugin/PhysXPlugin.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-449/+0
the Grid servers can be a separate solution to the region server.
2007-05-15Added RemoveAvatar() method to physics plugins, should be called on log out ↵MW1-0/+5
(needs doing) and when downgrading a client to a child-avatar (should be working)
2007-04-06Now back to compiling, just no terrain generation at the momentMW1-1/+1
2007-04-06**BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby1-1/+1
2007-03-28RIP OpenSimRoot. (removed)MW1-14/+36
Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
2007-03-22brought zircon branch into trunkgareth1-4/+65
2007-03-10A PhysX physics plugin (that actually uses physX now but currently only ↵MW1-0/+361
works on windows) Can now change direction when walking without stopping Flying works when using the Physx dll