OpenSimMirror/OpenSim
John Hurliman 2c34619aea * Changed various modules to not initialize timers unless the module is initialized. Ideally, the timers would not initialize unless the module was actually enabled, but Melanie's work on configuring module loading from a config file should make that unnecessary
* Wrapped the Bitmap class used to generate the world map tile in a using statement to dispose of it after the JPEG2000 data is created
2009-10-23 14:22:21 -07:00
..
ApplicationPlugins Really make module port selection work. Implement port setting in 2009-10-21 02:19:45 +01:00
Client * Changed various modules to not initialize timers unless the module is initialized. Ideally, the timers would not initialize unless the module was actually enabled, but Melanie's work on configuring module loading from a config file should make that unnecessary 2009-10-23 14:22:21 -07:00
ConsoleClient Fix some compile warnings. 2009-08-26 14:02:52 +09:00
Data * Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always handle PluginLoader with the using pattern. This freed up 121,634,796 bytes on my system 2009-10-23 13:14:29 -07:00
Framework * Change the way Util.FireAndForget() calls SmartThreadPool to avoid using a delegate (which STP appears to hold on to). This removes the slow leak I was seeing when using async_call_method=SmartThreadPool and stabilizes allocated memory for an idle OpenSim instance 2009-10-23 13:45:18 -07:00
Grid * Changed various modules to not initialize timers unless the module is initialized. Ideally, the timers would not initialize unless the module was actually enabled, but Melanie's work on configuring module loading from a config file should make that unnecessary 2009-10-23 14:22:21 -07:00
Region * Changed various modules to not initialize timers unless the module is initialized. Ideally, the timers would not initialize unless the module was actually enabled, but Melanie's work on configuring module loading from a config file should make that unnecessary 2009-10-23 14:22:21 -07:00
ScriptEngine Formatting cleanup. 2009-10-01 01:17:47 +09:00
Server Fix a glitch in a ROBUST message 2009-10-23 10:41:05 +01:00
Services Adding the presence service skeleton 2009-10-23 09:47:45 +01:00
TestSuite Fixing a few compile errors in the previous commit 2009-10-06 02:50:59 -07:00
Tests Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into prioritization 2009-10-19 15:19:37 -07:00
Tools Fixing a few compile errors in the previous commit 2009-10-06 02:50:59 -07:00