aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Apply http://opensimulator.org/mantis/view.php?id=3178Justin Clarke Casey2009-02-171-5/+6
* * Apply http://opensimulator.org/mantis/view.php?id=3179Justin Clarke Casey2009-02-171-15/+15
* * Apply http://opensimulator.org/mantis/view.php?id=3167Justin Clarke Casey2009-02-171-0/+9
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-176-36/+89
* * Moved the nifty MySQLEstateData connectionstring password-stripper out into...lbsa712009-02-172-31/+35
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-1710-33/+49
* Small change on dealing with ODE physics, so that this warning doesn't happen...diva2009-02-171-1/+1
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-1738-358/+393
* Major change to how appearance is managed, including changes in login and use...diva2009-02-1710-30/+122
* cleanupDr Scofield2009-02-161-6/+0
* From: alan webb <alan_webb@us.ibm.com> & dr scofield <drscofield@xyzzyxyzzy.net>Dr Scofield2009-02-161-8/+17
* * Apply http://opensimulator.org/mantis/view.php?id=3166Justin Clarke Casey2009-02-1612-62/+280
* line ending fixes and set native eol propertySean Dague2009-02-1614-804/+804
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-1623-50/+44
* * Iniital inventory archive test code. Doesn't actually do any testing yetJustin Clarke Casey2009-02-163-4/+164
* * Apply http://opensimulator.org/mantis/view.php?id=3165Justin Clarke Casey2009-02-161-125/+109
* * minor: print out status messages at start and end of inventory archive load...Justin Clarke Casey2009-02-161-0/+16
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-1612-46/+509
* cosmetic: adding region name to logging statementDr Scofield2009-02-161-3/+3
* - replace existing license header in each source file inMike Mazur2009-02-1617-391/+357
* - add restrictions and error handling to plugin loading inMike Mazur2009-02-1612-37/+61
* Standardize logging messages.Mike Mazur2009-02-1613-92/+92
* - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur2009-02-168-1250/+1074
* We need to return a zero-length byte array from the Handle() routine.Mike Mazur2009-02-161-1/+1
* - clean up using references as well as References in prebuild.xmlMike Mazur2009-02-1615-305/+277
* Name extension points a little clearer.Mike Mazur2009-02-163-6/+6
* - remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim inMike Mazur2009-02-163-3/+0
* Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll.Mike Mazur2009-02-161-1/+1
* - change AssetInventoryServer config from XML to INIMike Mazur2009-02-1616-366/+300
* - remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur2009-02-167-230/+237
* - asset server functionality works with OpenSim's HttpServerMike Mazur2009-02-164-104/+34
* AssetInventoryServer now compiles while using the standard OpenSimMike Mazur2009-02-167-564/+796
* Update to new generic DataPluginFactory calls.Mike Mazur2009-02-162-2/+2
* - add list for backend plugins and Dispose() all plugins on shutdownMike Mazur2009-02-169-18/+25
* Move NullAuthentication and AuthorizeAll extensions to plugins.Mike Mazur2009-02-165-14/+74
* Move BrowseFrontend and ReferenceFrontend toMike Mazur2009-02-163-12/+70
* Migrate OpenSim inventory frontend to load with Mono.Addins. EverythingMike Mazur2009-02-165-57/+60
* Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur2009-02-168-52/+115
* - added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur2009-02-1610-569/+148
* - implement and load NullMetrics module in AssetInventoryServerMike Mazur2009-02-166-187/+94
* - IAssetProviderPlugin was changed to IAssetDataPluginMike Mazur2009-02-162-15/+8
* AssetInventoryServer plugins can't be a dependency for the OpenSim.Data.MySQL...Mike Mazur2009-02-161-1/+0
* Converted to Linux newlines.Mike Mazur2009-02-1622-5968/+5968
* Added OpenSim asset frontend plugin.Mike Mazur2009-02-164-47/+312
* Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur2009-02-1624-93/+94
* - add OpenSim.Grid.AssetServer.Plugins.OpenSim as a dependency for OpenSim.Da...Mike Mazur2009-02-164-0/+4
* AddingMike Mazur2009-02-1622-0/+5719
* Thank you, cmickeyb, for a patch to ass two string functionsMelanie Thielker2009-02-163-0/+67
* Thank you, patnad, for a patch that adds 3 new discovery functionsMelanie Thielker2009-02-163-0/+59
* More guards around SetHeight.diva2009-02-151-2/+3