OSDN Git Service

Silence couple of warnings about unused variables
[radegast/radegast.git] / Radegast / Core / PluginInterface / PluginManager.cs
2014-03-02 Latif KhalifaSilence couple of warnings about unused variables
2014-02-27 Latif KhalifaInitial work on loading plugins in separate application...
2014-02-26 Latif KhalifaAvoid locking plugin .dll files
2013-02-18 Latif KhalifaUpdate copyright year
2012-05-29 Douglas R. MilesContextActionManager gets a whack at loading types...
2012-01-01 Latif KhalifaUpdated license year
2011-08-25 Latif KhalifaRAD-281: Loading a plugin .cs using System.Xml results...
2011-05-26 Douglas R. MilesPluginManager - added more filtering of dlls and uses...
2011-02-06 Latif KhalifaUpdate year in copyright header
2010-07-25 Latif KhalifaUpdated year in copyright header.
2010-06-06 Latif KhalifaAdd CommandLine.dll to the list of assemblies that...
2010-06-02 Latif KhalifaMerged Mojito's sounds branch
2010-05-08 Latif KhalifaOptimize startup time a bit by skipping scan for plugin...
2010-04-23 Latif KhalifaFist stab at GO command, misc cleanup.
2010-03-28 Latif KhalifaRemove plugins by matching their file names or assemblies
2010-03-25 Latif KhalifaCleanup usings
2010-03-24 Latif KhalifaImplemented reload button.
2010-03-22 Latif KhalifaRAD-136: Implemented plugin manager
2010-03-22 Latif KhalifaInitial checking of the files needed for the Plugin...
2010-03-21 Latif KhalifaAdded plugin attribute class, and marked plugins with...
2010-03-20 Latif KhalifaMoved plugin related files to a separate folder