aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Regions/Region.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-23* Purged 'Regions' code pending Agent layer grok.lbsa711-49/+0
* Changed so prims aren't loaded until AFTER parcels. * The region startup flow is still an ungodly rats nest.
2007-09-21* Continued work on Region layerlbsa711-0/+5
* Added Close() to ScenePresence to remove and destroy PhysicsActor
2007-09-21* First example of moving stuff to a Region layerlbsa711-3/+32
* Also, changed RegionPresence to 'RegionSubscription' - let's just see where we land with this...
2007-09-21* Continuing refactoring of presencelbsa711-0/+15
* Deleted stub ScenePresence.Body.cs * Added stub Region classes The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.