aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Modules/AvatarFactory/AppearanceTableMapper.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move AppearanceTableMapper to OpenSim.Data.Base. The mapperSean Dague2008-05-161-241/+0
| | | | | | | stuff should probably be collapsed soon, as it takes up 4 assemblies now.
* minor refactor of some properties for readabilitySean Dague2008-05-151-5/+5
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-32/+31
| | | | (this took a while to run).
* changing more references to OpenSim.DataSean Dague2008-04-021-1/+1
|
* Moved Avatar appearance Factory to its own project so that the reference to ↵MW2008-03-251-0/+242
MySQLDatabaseMapper could be removed from Region.Environment. Added a using OpenSim.Framework.Data statement to MySQLDatabaseMapper , to try to fix the build problem that has been reported on the mailing list.