aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Base (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-052-8/+8
|
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2016-02-211-1/+1
| | | | replace anymore.
* remove some duplicate using statementsUbitUmarov2015-11-211-1/+0
|
* On to 0.8.3!Diva Canto2015-10-181-1/+1
| | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
* 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.
* | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto2015-04-291-1/+1
| | | | | | | | AssemblyVersion("0.8.2.*")
* | 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.
* | Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
|/
* Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
|
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
|
* Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
| | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force.
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
|
* 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