aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Modules/AvatarFactory (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changing more references to OpenSim.DataSean Dague2008-04-022-3/+3
|
* a few small changesMW2008-04-011-2/+2
|
* Fixed typo in AvatarFactoryModule.csJeff Ames2008-03-311-1/+1
|
* * Added competely untested MSSQLMapperlbsa712008-03-301-2/+10
| | | | | | | * Added the new mapper to the mapper factory * Made choice of mapper configurable * This means, in hteory, that we can persist avatar appearance on MSSQL as well
* Committed patch from Lulurun to fix Mantis 817. Thanks LulurunJohan Berntsson2008-03-261-2/+2
|
* Moved Avatar appearance Factory to its own project so that the reference to ↵MW2008-03-253-0/+615
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.