aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UserProfiles.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change UserProfiles so that the parcel name is used for a ProfilePick and ↵AliciaRaven2015-04-121-1/+1
| | | | | | not the parcel owners name. This change also fixes a bug where if the avatar enters and does not move, creating or editing a ProfilePick would set the parcelId as an empty UUID. This is because ScenePresence.currentParcelUUID is not set until the avatar moves. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Add hypergrid teleporting support to user profiles picksBlueWall2014-10-271-0/+1
|
* Add support for user preferences (im via email)BlueWall2013-12-061-0/+8
|
* Adding standard OpenSim header to source filesBlueWall2013-05-311-0/+27
|
* UserProfilesBlueWall2013-05-301-0/+90
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.