OpenSimMirror/OpenSim
John Hurliman 119cf80e13 Added calls to GC.AddMemoryPressure() when unmanaged memory is allocated for ODE (helps the GC make better scheduling choices), and a call to GC.Collect() right before logins are enabled for a region. Although this doesn't change actual memory usage, it improves the reported usage from OpenSim and the operating system 2009-10-26 15:52:59 -07:00
..
ApplicationPlugins Really make module port selection work. Implement port setting in 2009-10-21 02:19:45 +01:00
Client Do case-insensitive comparisons on region names in LLStandaloneLoginModule 2009-10-26 15:12:43 -07:00
ConsoleClient Fix some compile warnings. 2009-08-26 14:02:52 +09:00
Data Changing Scene.ForEachClient to use the synchronous for loop instead of Parallel. This is quite possibly the source of some deadlocking, and at the very least the synchronous version gives better stack traces 2009-10-25 00:40:21 -07:00
Framework * Changed the watchdog timer to improve the speed of UpdateThread(), only track threads once the first call to UpdateThread() has been made, and allow re-tracking of threads that timed out but revived later 2009-10-26 14:41:27 -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 Added calls to GC.AddMemoryPressure() when unmanaged memory is allocated for ODE (helps the GC make better scheduling choices), and a call to GC.Collect() right before logins are enabled for a region. Although this doesn't change actual memory usage, it improves the reported usage from OpenSim and the operating system 2009-10-26 15:52:59 -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 Having a commit fail... this fixes a typo in the previous commit(s?) 2009-10-25 01:13:50 -07:00