Historial de Commits

Autor SHA1 Mensaje Fecha
  Dan Lake ca2abc43ad 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. hace 14 años
  John Hurliman 5e65bef805 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim hace 14 años
  Dan Lake 859bc717a4 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>). hace 14 años
  Melanie 734b0416de Unify a previous refactor of object return with the older solution. We hace 14 años
  Teravus Ovares (Dan Olivares) 25544ac04a * Attempts to resolve the megaregion terrain edit rebound. hace 14 años
  Jeff Ames 9f5c2acd12 Formatting cleanup. hace 14 años
  Teravus Ovares (Dan Olivares) 4a2d82e14b * Thanks to a little help from jhurliman, jradford, diva, mono's brajkovic, miguel, and the fabulous bug reports by our community members.. The workaround fix for the "ERROR:metadata.c:3211:mono_metadata_token_from_dor: code should not be reached" bug in the RegionCombinerModule. hace 14 años
  Teravus Ovares (Dan Olivares) 1bb510ab17 * Update namespace in the regioncombinermodule. hace 14 años
  Teravus Ovares (Dan Olivares) 2e514bfb1b * Move RegionCombinerModule to it's own project hace 14 años