aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Modules/AvatarFactory/AvatarFactoryModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* attempt to fix mysql mapper usageSean Dague2008-05-201-1/+7
|
* fix crash in standalone mode for initial appearance setupSean Dague2008-05-191-1/+4
|
* i can haz pantz?Sean Dague2008-05-191-101/+103
| | | | | | | | | | | | | | You sure can. This change set restores pants (and the rest of the default appearance) in grid mode. The root issue had to do with serializing multi-faced textures to the grid server. This also restores the lookup path through the avatar factory module, as that seems the reasonable place to have it live. Some clean up patches are coming later as well, plus testing on standalone, but this should be in a good kicking around state for grid users.
* Formatting cleanup, minor refactoring. Fixed some comparisons of value ↵Jeff Ames2008-05-181-4/+4
| | | | types and null.
* while this doesn't fix the initial no pants issue in grid (which still ↵Sean Dague2008-05-171-28/+41
| | | | | | | | baffles me) it does make setting appearance in grid stick.
* Formatting cleanup.Jeff Ames2008-05-161-4/+4
|
* appearance now survives logout. Tommorrow will involve movingSean Dague2008-05-161-29/+19
| | | | | | | the MSSQL and MYSQL mappers back in under datastores and looking at doing gid bits for this
* minor refactor of some properties for readabilitySean Dague2008-05-151-1/+1
|
* * Reduced sleep durations in a number of files.Adam Frisby2008-05-081-1/+2
|
* * Refactor: Renaming item and folder tree search methods to have Find*() ↵Justin Clarke Casey2008-05-031-1/+2
| | | | prefixes
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+2
| | | | (this took a while to run).
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-1/+1
| | | | | | | | * wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach
* changing more references to OpenSim.DataSean Dague2008-04-021-2/+2
|
* 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-251-0/+337
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.