aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLUserData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-10-301-23/+29
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-1/+1
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-081-4/+5
|
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-051-3/+3
| | | | of things. Reverting 2056.
* * UserProfileData meets code conventionslbsa712007-10-051-3/+3
|
* == The "right name and place" commit ==lbsa712007-10-051-0/+1
| | | | | | | | | * 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
* * Renamed methods on IUserDatalbsa712007-09-241-16/+16
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* clear userAgent state on client shutdown, which fixes the issueSean Dague2007-07-311-0/+7
| | | | | | where you could only login once with a given id in standalone mode.
* * Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. ↵Adam Frisby2007-07-211-0/+15
| | | | | | | | (Thanks Babblefrog) * Issue#205 - MySQLManager User Creation support readded (Thanks Babblefrog + adjohn) * Issue#204 - Clients now recieve terrain updates properly (Thanks Babblefrog) [May do some slight modifications on this to make it an event]
* changed to native line ending encodingSean Dague2007-07-161-256/+256
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-8/+7
| | | | | * added some licensing info
* *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen2007-06-271-2/+2
| | | | prebuild.xml though
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+257
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.