aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Regions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Continued work on Region layerlbsa712007-09-211-0/+5
| | | | | | * Added Close() to ScenePresence to remove and destroy PhysicsActor
* * First example of moving stuff to a Region layerlbsa712007-09-214-19/+53
| | | | | * Also, changed RegionPresence to 'RegionSubscription' - let's just see where we land with this...
* * Continuing refactoring of presencelbsa712007-09-213-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.