aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-31clear userAgent state on client shutdown, which fixes the issueSean Dague1-0/+7
where you could only login once with a given id in standalone mode.
2007-07-27Should now have version 0.1 of our new ruth default avatar. At the moment, ↵MW1-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.
2007-07-22* Some work in progress code: Inventory cache, start of inventory ↵MW1-0/+34
server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be). * Fixed some of the problems with crossing regions when flying: you should no longer sink to ground level when crossing (should keep roughly your right height). Should no longer sometimes get sent back to the centre of the current region when attempting to border cross. But instead sometimes you will find you avatar stop at the edge of region and you will need to start moving again to retry the crossing (which should then work). This code is partly based on Babblefrog's issue #212 patch. [I think I have some ideas of how to solve the stopping at edges problem, just want to get the inventory code done first] * Capabilities code has now been moved to the OpenSim.Framework.Communications project as some of the caps code will be tightly tied to inventory/asset handling and it was causing a two way reference problem when it was in its own project/dll. This is a Big commit as I was going to keep my inventory work local until I had it in a working state, in case it brakes anything, but its getting harder to keep in sync with svn.
2007-07-21* Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. ↵Adam Frisby2-0/+100
(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]
2007-07-16changed to native line ending encodingSean Dague6-1596/+1596
2007-07-14* Excelsior!Adam Frisby1-1/+1
2007-07-14* Upgraded MySQL Connector to support 1222 changes.Adam Frisby1-2/+6
2007-07-08* By popular demand, all generated build files are now deleted. Somebody ↵lbsa712-164/+0
should make sure the wiki is updated.
2007-07-08(no commit message)lbsa712-7/+5
2007-07-08* Updating prebuildAdam Frisby2-8/+8
2007-07-05*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen2-8/+8
*Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login *Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
2007-07-04Grid Servers:Adam Frisby2-6/+6
* 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.
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa716-66/+56
* added some licensing info
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa712-8/+8
* 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
2007-06-29*Deleted Logger.cs from OpenSim.Frameworkmingchen2-8/+8
2007-06-28* Removed J# language support because it has issues with Mono.Adam Frisby2-8/+8
2007-06-28*Master User is now set upmingchen2-8/+8
*Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW2-5/+54
2007-06-27*Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen1-5/+5
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen7-15/+15
prebuild.xml though
2007-06-27*Updated prebuild.xml and ran prebuild againmingchen2-17/+5
*Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now