aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PluginManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-27/+27
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-2/+2
|
* Hide some console output when initializing addin repositoryBlueWall2012-12-111-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.
* Format changeBlueWall2012-12-071-1/+1
| | | | Removed some white space in a line, looking to trigger a build
* Move PluginManagerBlueWall2012-10-191-0/+561
Move PluginManager out to OpenSimFramework for general use