aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/MapItemReplyStruct.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* varregion: enable teleporting to a varregion by clicking on the map andRobert Adams2014-01-261-0/+33
| | | | | | | pressing the 'teleport' button. This commit adds returning region map info for all the subregions of a varregion. This also handles the selection of the extra region and then the displacement of the postion so the teleport is to the correct location.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-081-1/+0
| | | | | | * Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.*
* * Green dots on the mainmap for avatar.Teravus Ovares2008-10-061-0/+42
* Initial implementation * You'll only be able to seen green dots on regions on the map that have been updated.