aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-10-301-155/+174
| | | | | | * 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.
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-171-3/+3
|
* Asset server implementation. Again one of these "plumbing" releases, where ↵Tleiades Hax2007-10-131-3/+89
| | | | | | | no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from.
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-081-147/+17
|
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-051-17/+17
| | | | of things. Reverting 2056.
* * UserProfileData meets code conventionslbsa712007-10-051-17/+17
|
* == 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
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-35/+23
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-23/+35
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Whoops! left this out. second part of r1541Brian McBee2007-08-081-3/+4
|
* Should now have version 0.1 of our new ruth default avatar. At the moment, ↵MW2007-07-271-2/+2
| | | | | | | | you only see your own avatar correctly, all other user's avatars show up as the old ruth. This will be fixed soon. We also need better clothing for the new ruth and to edit the body shape. To get this working you will need to delete your asset yap file and also in grid mode the user server needs to be updated.
* * Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. ↵Adam Frisby2007-07-211-0/+85
| | | | | | | | (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-606/+606
|
* * Excelsior!Adam Frisby2007-07-141-1/+1
|
* * Upgraded MySQL Connector to support 1222 changes.Adam Frisby2007-07-141-2/+6
|
* Grid Servers:Adam Frisby2007-07-041-5/+5
| | | | | | | | | * Sugilite grid server now works with older regions properly (using it on deepgrid for testing) * Sugilite user server still broken with sugilite region server * Reduced the number of compiler warnings to zero Region Servers: * Added debug information to OGS1 Comms to help debug user server connectivity issues.
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-29/+22
| | | | | * 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/+609
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.