Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-10-23 | * Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always ↵ | John Hurliman | 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 | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-02-09 | The DataPluginFactory is now a set of generic methods instead of | Mike Mazur | 1 | -69/+82 | |
multiple duplicates of the same code. | |||||
2009-02-03 | - moved data plugin loading code from various places to | Mike Mazur | 1 | -0/+141 | |
OpenSim/Data/DataPluginFactory.cs - removed dependencies on a few executable assemblies in bin/OpenSim.Data.addin.xml - trim trailing whitespace |