aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-12* Patch from justincc to fix Inconsistent automatic mysql table creation - ↵Teravus Ovares6-0/+183
see bug 169
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-12-10enable autocreation of mysql inventory tables again. I thinkSean Dague1-7/+9
I stopped the looping issue on continous upgrade with this as well.
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames5-9/+9
notice of doom
2007-12-08Adding an explicit close() and dispose() in the hope that it might help with ↵Brian McBee1-0/+3
assetserver issues.
2007-12-08This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague1-9/+17
no root folder is found and it makes the user server wait longer for the inventory server to do its work. From Justin Casey (IBM)
2007-12-04* Avatar picker works in grid mode now.Teravus Ovares2-19/+25
* To test, click the communicate button, then click the 'add' button and type a name. You will get a list of closely matching avatar names. * Before this'll work on your sim in grid mode, the UGA needs to be updated. If it isn't updated, then you'll get a message on the sim console when searching like, 'got invalid queryid'.
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby2-3/+3
2007-12-01as a Test, attempted to disable mysql inventory table auto creation.MW1-1/+1
2007-11-26Attempt to handle MYSQL error fetching assetsBrian McBee1-10/+17
2007-11-24* Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby1-1/+1
2007-11-22* removed erroneous commentslbsa711-3/+0
2007-11-17set svn:eol-styleJeff Ames1-1015/+1015
2007-11-15*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM ↵lbsa711-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)
2007-11-15* Added MySQLDataStore (adapted from MonoSqlitelbsa711-0/+1035
* Made startup a little bit more forgiving on dll load * Minor renamings and musings
2007-11-13* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, ↵Teravus Ovares2-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.
2007-11-05* Temporarily reverted SQL syntax.Adam Frisby1-3/+3
2007-11-04* Changed MySQL Syntax on Region Updates for Grid Server.Adam Frisby1-2/+3
2007-11-01Need to clean up resources when creating/updating assetsTleiades Hax1-0/+1
2007-11-01(no commit message)Tleiades Hax1-10/+14
2007-10-30* Optimized usingslbsa717-274/+332
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW4-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.
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-14/+16
Run this on a major grid, and weep
2007-10-19get rid of all the ^M line endingsSean Dague1-159/+159
2007-10-17Renamed SimProfileData to RegionProfileDataTleiades Hax2-12/+12
2007-10-15* Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa711-0/+28
messages. Thanks Chillken!
2007-10-13OpenSimMain now respects the asset_plugin paramter, and storing of assets ↵Tleiades Hax2-4/+23
will *not* throw an exception
2007-10-13Added capbility to use MySQL as the database backend in stand alone mode for ↵Tleiades Hax3-28/+6
assets and inventory. Added asset_plugin key to "StandAlone" section of OpenSim.ini
2007-10-13(no commit message)Tleiades Hax3-6/+28
2007-10-13Asset server implementation. Again one of these "plumbing" releases, where ↵Tleiades Hax4-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.
2007-10-08The files that I missed from Tleiades patch.MW4-0/+42
2007-10-08Applied patch 485, inventory patch from tleiades (thanks again).MW4-222/+375
2007-10-06Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW1-0/+9
2007-10-05* So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712-20/+20
of things. Reverting 2056.
2007-10-05* UserProfileData meets code conventionslbsa712-20/+20
2007-10-05== The "right name and place" commit ==lbsa713-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
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712-58/+58
Tleiades patch 444 and 445.
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712-58/+58
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
2007-09-24* Renamed methods on IUserDatalbsa711-16/+16
2007-09-10mass update of urls in source code to new websiteSean Dague5-5/+5
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ↵MW1-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).
2007-08-08Whoops! left this out. second part of r1541Brian McBee1-3/+4
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.