aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/World/World.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A few small changes and hopefully fixed the nant build problem ↵MW2007-06-111-0/+21
| | | | (OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console).
* Added AttachObject method to IClientAPI.MW2007-06-111-0/+9
| | | | | Added RequestAvatar(LLUUID avatarID) method to world.
* Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW2007-06-101-3/+3
| | | | InformClientOfNeighbours method into that.
* Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW2007-06-101-2/+2
| | | | the CommsManager interfaces (commsManager.gridServer etc).
* Prim creation working.MW2007-06-101-1/+22
|
* More rearranging.MW2007-06-101-0/+634