Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup, minor refactoring. Fixed some comparisons of value ↵ | Jeff Ames | 2008-05-18 | 1 | -4/+4 |
| | | | | types and null. | ||||
* | while this doesn't fix the initial no pants issue in grid (which still ↵ | Sean Dague | 2008-05-17 | 1 | -28/+41 |
| | | | | | | | | baffles me) it does make setting appearance in grid stick. | ||||
* | move AppearanceTableMapper to OpenSim.Data.Base. The mapper | Sean Dague | 2008-05-16 | 1 | -241/+0 |
| | | | | | | | stuff should probably be collapsed soon, as it takes up 4 assemblies now. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 2 | -9/+9 |
| | |||||
* | appearance now survives logout. Tommorrow will involve moving | Sean Dague | 2008-05-16 | 1 | -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 readability | Sean Dague | 2008-05-15 | 2 | -6/+6 |
| | |||||
* | * Reduced sleep durations in a number of files. | Adam Frisby | 2008-05-08 | 1 | -1/+2 |
| | |||||
* | * Refactor: Renaming item and folder tree search methods to have Find*() ↵ | Justin Clarke Casey | 2008-05-03 | 1 | -1/+2 |
| | | | | prefixes | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 3 | -35/+33 |
| | | | | (this took a while to run). | ||||
* | Update svn properties. Add copyright info to some source files. | Jeff Ames | 2008-04-17 | 1 | -2/+29 |
| | |||||
* | Refactor InventoryItemBase to do the following: | Sean Dague | 2008-04-07 | 1 | -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.Data | Sean Dague | 2008-04-02 | 2 | -3/+3 |
| | |||||
* | a few small changes | MW | 2008-04-01 | 1 | -2/+2 |
| | |||||
* | Fixed typo in AvatarFactoryModule.cs | Jeff Ames | 2008-03-31 | 1 | -1/+1 |
| | |||||
* | * Added competely untested MSSQLMapper | lbsa71 | 2008-03-30 | 1 | -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 Lulurun | Johan Berntsson | 2008-03-26 | 1 | -2/+2 |
| | |||||
* | Moved Avatar appearance Factory to its own project so that the reference to ↵ | MW | 2008-03-25 | 3 | -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. |