aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Regions (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-21* First example of moving stuff to a Region layerlbsa714-19/+53
* Also, changed RegionPresence to 'RegionSubscription' - let's just see where we land with this...
2007-09-21* Continuing refactoring of presencelbsa713-0/+45
* 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.