aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changing UserAgentData to use properties. This caused moreSean Dague2008-04-101-25/+49
| | | | | | | grief than expected, as monodevelop doesn't like to refactor properties of properties.
* further renaming of properties for claritySean Dague2008-04-102-19/+19
|
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-102-40/+51
| | | | | | | actually a little more work than I expected given the copious use of out params.
* further refactor and rename of InventoryFolderBase propertiesSean Dague2008-04-081-2/+2
| | | | | | to reflect what they really are.
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-17/+17
| | | | | | | | * wrap attributes in properties * clean up names a little bit * clean up name styles
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-26/+26
| | | | | | | | * wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach
* fix ups to include OpenSim.Framework explicit includes (theySean Dague2008-04-025-0/+5
| | | | | | | were implicitly included before). Everything builds again. Now off to testing.
* attempt to fix up all refernces to new directory structureSean Dague2008-04-028-9/+9
|
* whole lot more movingSean Dague2008-04-0222-0/+4925