aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/UserProfileData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-05* So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa711-24/+24
of things. Reverting 2056.
2007-10-05* UserProfileData meets code conventionslbsa711-24/+24
2007-10-05== The "right name and place" commit ==lbsa711-3/+2
* 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
2007-09-12debug for mysql issueSean Dague1-0/+1
2007-09-11Fix for setting region through property. This should allowSean Dague1-2/+2
mysql to work again in grid mode for user storage.
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-28some changes which get us closer to Sqlite storage for usersSean Dague1-2/+8
2007-08-28Ensure that UserProfileData doesn't pass down null values. Sean Dague1-4/+7
These cause some issues with the ADO.NET mapping
2007-07-19Some work on Inventory (not yet finished or enabled)MW1-0/+2
2007-07-16changed to native line ending encodingSean Dague1-180/+180
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-2/+0
* added some licensing info
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-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