aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/FriendListItem.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Spring cleaning.Adam Frisby2008-04-291-3/+3
| | | | | * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+0
| | | | (this took a while to run).
* Formatting cleanup.Jeff Ames2008-03-181-29/+25
|
* * More message server methodsTeravus Ovares2008-01-071-0/+1
|
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-071-0/+3
| | | | | * Don't forget to prebuild
* * Fixed References in Prebuild so the project compilesTeravus Ovares2007-12-301-0/+47
* Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods