aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data/UserProfileData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* == The "right name and place" commit ==lbsa712007-10-051-192/+0
| | | | | | | | | * Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
* debug for mysql issueSean Dague2007-09-121-0/+1
|
* Fix for setting region through property. This should allowSean Dague2007-09-111-2/+2
| | | | | | mysql to work again in grid mode for user storage.
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* some changes which get us closer to Sqlite storage for usersSean Dague2007-08-281-2/+8
|
* Ensure that UserProfileData doesn't pass down null values. Sean Dague2007-08-281-4/+7
| | | | | | These cause some issues with the ADO.NET mapping
* Some work on Inventory (not yet finished or enabled)MW2007-07-191-0/+2
|
* changed to native line ending encodingSean Dague2007-07-161-180/+180
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-2/+0
| | | | | * added some licensing info
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-011-1/+1
| | | | | | | | | | | | | | * Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+182
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.