aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Data.addin.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Embed OpenSim.Data.addin.xml as a resource into OpenSim.Data.dll.Mike Mazur2009-02-031-21/+0
|
* - moved data plugin loading code from various places toMike Mazur2009-02-031-12/+7
| | | | | | | | OpenSim/Data/DataPluginFactory.cs - removed dependencies on a few executable assemblies in bin/OpenSim.Data.addin.xml - trim trailing whitespace
* - move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.csMike Mazur2009-02-031-1/+1
| | | | | - trim trailing whitespace
* - move OpenSim/Framework/IInventoryData.cs toMike Mazur2009-02-031-1/+1
| | | | | | OpenSim/Data/IInventoryData.cs - trim trailing whitespace
* Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵Mike Mazur2009-02-031-1/+1
| | | | plugins.
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-0/+1
| | | | | | | | | | | | | | on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-311-1/+1
|
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-0/+12
| | | | | | PluginLoader. Fix issue 1871.
* * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki.Adam Frisby2008-07-301-2/+3
|
* Remove duplicate definitions in addin.xml files. How'd that happen anyway?Mike Mazur2008-07-231-12/+0
|
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur2008-07-231-0/+24
attributes to external XML files. Fix issues 1682 and 1786.