aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PluginManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-27/+27
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+2
2012-12-11Hide some console output when initializing addin repositoryBlueWall1-0/+2
We do this in OpenSim.exe to hide output when unmanaged dll are scanned by mono addins. Libomv has hard-coded path to "." for the openjpeg libraries, causing output to the console when they are scanned. We will cover this up for now, then look at getting libomv to look for the libs outside the "." later.
2012-12-07Format changeBlueWall1-1/+1
Removed some white space in a line, looking to trigger a build
2012-10-19Move PluginManagerBlueWall1-4/+8
Move PluginManager out to OpenSimFramework for general use
2012-10-10Implement plugin unloadingBlueWall1-0/+2
Plugin may be enabled and disabled on the fly.
2012-10-06Added parts to manage repositories and plugin managementBlueWall1-0/+555
This is working - more testing to follow, then soem documentation