This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-08-01 06:06:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
119cf80e13e9fccea30147e3274f5d44958248b2
opensim
/
OpenSim
/
Region
History
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
..
Application
* 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
ClientStack
ParcelObjectOwnersReplyPacket has null DataBlock when a client requests a list of their prims in the region and none exist. Instead of leaving pack.Data null, this patch sets a new DataBlock[0];
2009-10-26 15:14:13 -07:00
Communications
Formatting cleanup.
2009-10-01 01:17:47 +09:00
CoreModules
Thank you, RemedyTomm, for an update to your previous patch. Garbage-collect
2009-10-26 15:51:28 +00:00
DataSnapshot
Merge branch 'diva-textures-osgrid'
2009-10-04 05:49:16 +01:00
Examples
/SimpleModule
Merge branch 'master' into vehicles
2009-10-22 07:12:10 +01:00
Framework
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
OptionalModules
* 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
Physics
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
ReplaceableModules
Some module reshuffling, no user functionality yet
2009-07-10 20:46:16 +00:00
ScriptEngine
Inconsistent locking of SenseRepeaters in Script Engine.
2009-10-23 11:25:06 +01:00
UserStatistics
Experimental change to use an immutable array for iterating ScenePresences, avoiding locking and copying the list each time it is accessed
2009-10-23 01:02:36 -07:00