aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * removed erroneous commentslbsa712007-11-221-3/+0
|
* set svn:eol-styleJeff Ames2007-11-171-1015/+1015
|
* *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM ↵lbsa712007-11-151-22/+2
| | | | | | | | | | | OpenSim.ini.example ** * Now moved region storage from region to application, so we have one storage per application, instead of one per region. * Changed so that the region store providers use connectionstrings, not filenames * Removed various unfit fields and properties (call me Darwin)
* * Added MySQLDataStore (adapted from MonoSqlitelbsa712007-11-151-0/+1035
| | | | | | * Made startup a little bit more forgiving on dll load * Minor renamings and musings
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, ↵Teravus Ovares2007-11-132-1/+165
| | | | | | | manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D. * Grid mode always returns 0 results until the Grid Communications portion is done.
* * Temporarily reverted SQL syntax.Adam Frisby2007-11-051-3/+3
|
* * Changed MySQL Syntax on Region Updates for Grid Server.Adam Frisby2007-11-041-2/+3
|
* Need to clean up resources when creating/updating assetsTleiades Hax2007-11-011-0/+1
|
* (no commit message)Tleiades Hax2007-11-011-10/+14
|
* * Optimized usingslbsa712007-10-307-274/+332
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-294-4/+4
| | | | | | | 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.
* Very early first implementation of grid based assets.Tleiades Hax2007-10-261-14/+16
| | | | | Run this on a major grid, and weep
* get rid of all the ^M line endingsSean Dague2007-10-191-159/+159
|
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-172-12/+12
|
* * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa712007-10-151-0/+28
| | | | messages. Thanks Chillken!
* OpenSimMain now respects the asset_plugin paramter, and storing of assets ↵Tleiades Hax2007-10-132-4/+23
| | | | will *not* throw an exception
* Added capbility to use MySQL as the database backend in stand alone mode for ↵Tleiades Hax2007-10-133-28/+6
| | | | | | | assets and inventory. Added asset_plugin key to "StandAlone" section of OpenSim.ini
* (no commit message)Tleiades Hax2007-10-133-6/+28
|
* Asset server implementation. Again one of these "plumbing" releases, where ↵Tleiades Hax2007-10-134-96/+252
| | | | | | | 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.
* The files that I missed from Tleiades patch.MW2007-10-084-0/+42
|
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-084-222/+375
|
* Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW2007-10-061-0/+9
|
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-052-20/+20
| | | | of things. Reverting 2056.
* * UserProfileData meets code conventionslbsa712007-10-052-20/+20
|
* == The "right name and place" commit ==lbsa712007-10-053-0/+3
| | | | | | | | | * 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-272-58/+58
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-272-58/+58
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* * Renamed methods on IUserDatalbsa712007-09-241-16/+16
|
* mass update of urls in source code to new websiteSean Dague2007-09-105-5/+5
|
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ↵MW2007-08-161-0/+9
| | | | if left in inventory will still be there after restarts. (as with the rest of inventory it will only fully work in standalone mode with account authentication turned on).
* Whoops! left this out. second part of r1541Brian McBee2007-08-081-3/+4
|
* 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.
* 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.
* * Some work in progress code: Inventory cache, start of inventory ↵MW2007-07-221-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.
* * Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. ↵Adam Frisby2007-07-212-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]
* changed to native line ending encodingSean Dague2007-07-166-1596/+1596
|
* * Excelsior!Adam Frisby2007-07-141-1/+1
|
* * Upgraded MySQL Connector to support 1222 changes.Adam Frisby2007-07-141-2/+6
|
* * By popular demand, all generated build files are now deleted. Somebody ↵lbsa712007-07-082-164/+0
| | | | should make sure the wiki is updated.
* (no commit message)lbsa712007-07-082-7/+5
|
* * Updating prebuildAdam Frisby2007-07-082-8/+8
|
* *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen2007-07-052-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
* Grid Servers:Adam Frisby2007-07-042-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.
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-036-66/+56
| | | | | * added some licensing info
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-012-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
* *Deleted Logger.cs from OpenSim.Frameworkmingchen2007-06-292-8/+8
|
* * Removed J# language support because it has issues with Mono.Adam Frisby2007-06-282-8/+8
|
* *Master User is now set upmingchen2007-06-282-8/+8
| | | | | | *Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
* Imported the scripting changes, so now should be up to date with sugilite. MW2007-06-282-5/+54
|
* *Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen2007-06-271-5/+5
| | | | | | *Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild