aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarPickerAvatar.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Spring cleaning.Adam Frisby2008-04-291-1/+1
| | | | | * 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-3/+0
| | | | (this took a while to run).
* Update svn properties. Add copyright info to some source files.Jeff Ames2008-04-171-1/+28
|
* Set svn:eol-style.Jeff Ames2008-03-291-14/+14
|
* * Introduced common abstract UserDataBase providerlbsa712008-03-281-0/+14
* Weeded out multiple AvatarPickerAvatar classes