aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Base/ServiceBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-4/+4
|
* remove some duplicate using statementsUbitUmarov2015-11-211-1/+0
|
* seems to compile ( tests comented out)UbitUmarov2015-09-021-6/+1
|
* bad merge?UbitUmarov2015-09-011-0/+7
|\
| * review ServiceBase for varUbitUmarov2015-08-281-2/+5
| |
* | Removed ignoreCase=true from the call to Type.GetInterface, because, well, ↵Diva Canto2015-08-151-1/+1
| | | | | | | | we don't want to ignore case. And this seems to be causing problems in mono 4.3.
* | Bug fix in LoadPLugin so that it can take paths to dlls that look like this ↵Diva Canto2015-01-021-3/+10
|/ | | | "C:\foo\MyDll.dll:MyType" -- the split on : was messing things up.
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
|
* Make the service loader pump out the error to the log (in red) and include ↵Justin Clark-Casey (justincc)2010-03-031-2/+18
| | | | | | the dll/interface/args that caused the problem This gives people more of a fighting chance of finding out what went wrong
* Added UserAccountData and auth to the SQLite connector. Compiles, runs, but ↵Diva Canto2010-02-201-2/+3
| | | | access to these tables doesn't work.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* cleaning out warnings.Dr Scofield2009-05-221-1/+1
| | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
* Enhance the submodule loader and port the enhancements to the services baseMelanie Thielker2009-05-101-3/+26
|
* More additions to the nextgen reference UGAIMMelanie Thielker2009-05-081-0/+74