aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Physics/BasicPhysicsPlugin/BasicPhysicsPlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-277/+0
| | | | the Grid servers can be a separate solution to the region server.
* Number of small changesMW2007-05-191-1/+1
|
* Added RemoveAvatar() method to physics plugins, should be called on log out ↵MW2007-05-151-1/+11
| | | | (needs doing) and when downgrading a client to a child-avatar (should be working)
* fixed part of the bug from 116 (should no longer get the repeated Failed ↵MW2007-05-151-1/+4
| | | | with exception System.IndexOutOfRangeException: Array index is out of range error)
* updated to use lastest version of libsl but is currently broke when using SL ↵MW2007-04-251-8/+8
| | | | viewer 1.15.02, due to big changes in the message templates.
* Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵gareth2007-04-171-2/+10
| | | | | | | | | | be fixed soon) Fixed sandbox mode fully Scrapped former XML-RPC expect_user call for sim crossings Sim client thread can upgrade/downgrade between full and child agent dynamically
* RIP OpenSimRoot. (removed)MW2007-03-281-0/+5
| | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
* brought zircon branch into trunkgareth2007-03-221-0/+251