OpenSimMirror/OpenSim/Region
Dan Lake bba803e39d Merged from master 2010-03-31 13:13:24 -07:00
..
Application Removed the unused use_async_when_possible config variable 2010-03-16 12:03:04 -07:00
ClientStack Merged from master 2010-03-31 13:13:24 -07:00
CoreModules Merged from master 2010-03-31 13:13:24 -07:00
DataSnapshot Fixed several unhandled exceptions and performance issues with PrimitiveBaseShape.Textures. This really should be moved from a property to a method if it is going to decode a byte[] into a TextureEntry each time 2010-03-16 11:50:22 -07:00
Examples/SimpleModule Merged from master 2010-03-31 13:13:24 -07:00
Framework Merged from master 2010-03-31 13:13:24 -07:00
OptionalModules Merged from master 2010-03-31 13:13:24 -07:00
Physics Restoring LoadPlugin as it was before. Justin's last change made it throw. 2010-03-15 19:34:14 -07:00
RegionCombinerModule Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 2010-03-19 15:17:15 -07:00
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine Fixed mixed line endings 2010-03-31 13:06:48 -07:00
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