aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Modules/AvatarFactory (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-03* Refactor: Renaming item and folder tree search methods to have Find*() ↵Justin Clarke Casey1-1/+2
prefixes
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby3-35/+33
(this took a while to run).
2008-04-17Update svn properties. Add copyright info to some source files.Jeff Ames1-2/+29
2008-04-07Refactor InventoryItemBase to do the following:Sean Dague1-1/+1
* wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach
2008-04-02changing more references to OpenSim.DataSean Dague2-3/+3
2008-04-01a few small changesMW1-2/+2
2008-03-31Fixed typo in AvatarFactoryModule.csJeff Ames1-1/+1
2008-03-30* Added competely untested MSSQLMapperlbsa711-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
2008-03-26Committed patch from Lulurun to fix Mantis 817. Thanks LulurunJohan Berntsson1-2/+2
2008-03-25Moved Avatar appearance Factory to its own project so that the reference to ↵MW3-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.