OpenSimMirror/OpenSim/Region
Melanie Thielker 37f354fea6 Remove commented code and the comment, as the change has proven out 2010-09-08 08:01:52 -07:00
..
Application
ClientStack Show when appearance is sent to an avatar to help track down failure 2010-09-08 08:01:20 -07:00
CoreModules
DataSnapshot More on mantis #4985 2010-08-26 14:49:30 -07:00
Examples/SimpleModule
Framework Remove commented code and the comment, as the change has proven out 2010-09-08 08:01:52 -07:00
OptionalModules
Physics
RegionCombinerModule Refactor SendCoarseLocations for better performance. Instead of computing list of all locations fresh for every scene presence on every frame, we will instead compute the list once every 50 frames and send to all connected presences at that time. Also, we only add 60 items to the list when there are more than 60 presences in the scene. For 1000 users, this change yields a 99.8% reduction in list processing and a 98% reduction in network bandwidth for coarse locations. 2010-06-08 16:44:18 -07:00
ReplaceableModules
ScriptEngine
UserStatistics Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>). 2010-03-19 15:16:35 -07:00