Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always ↵ | John Hurliman | 2009-10-23 | 1 | -7/+8 |
| | | | | | | | handle PluginLoader with the using pattern. This freed up 121,634,796 bytes on my system * Avoid allocating an Action<IClientAPI> object every round of the OutgoingPacketHandler * Removed unnecessary semi-colon endings from OpenSim.ini.example [InterestManagement] section | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | The DataPluginFactory is now a set of generic methods instead of | Mike Mazur | 2009-02-09 | 1 | -69/+82 |
| | | | | | multiple duplicates of the same code. | ||||
* | - moved data plugin loading code from various places to | Mike Mazur | 2009-02-03 | 1 | -0/+141 |
OpenSim/Data/DataPluginFactory.cs - removed dependencies on a few executable assemblies in bin/OpenSim.Data.addin.xml - trim trailing whitespace |